summaryrefslogtreecommitdiff
path: root/app/CommonMark/XrefParser.php
AgeCommit message (Expand)AuthorFilesLines
2021-05-18CodeStyleGreg Roach1-3/+2
2021-03-21Do not rename parameters during inheritanceGreg Roach1-4/+4
2021-02-04Code styleGreg Roach1-1/+1
2021-01-25Use https link in copyright headerGreg Roach1-2/+2
2020-10-03#3529 - rename Factory to RegistryGreg Roach1-2/+2
2020-05-12Update code to use new Factory objectsGreg Roach1-2/+3
2020-03-28Fix: #3144 - use record name as link text when autolinking XREFsGreg Roach1-21/+15
2019-10-18Avoid empty(), as it can be unpredicatableGreg Roach1-1/+1
2019-10-17PSR12Greg Roach1-0/+1
2019-09-29PSR12Greg Roach1-0/+1
2019-07-16Package webuni/commonmark-table-extension is abandoned, you should avoid usin...Greg Roach1-2/+2
2019-02-16Rename functions getFoo() to foo() and return collections instead of arraysGreg Roach1-1/+1
2019-01-01Happy 2019Greg Roach1-1/+1
2018-11-18Prefer class-constants to global-constantsGreg Roach1-1/+2
2018-10-05Add declare(strict_types=1) to all PHP scriptsGreg Roach1-0/+2
2018-09-16PHPdocGreg Roach1-1/+1
2018-08-27Added PHP7 return types to methods according doc block (#1864)Rico Sonntag1-2/+2
2018-08-27Fixed case mismatches (#1865)Rico Sonntag1-1/+1
2018-07-16Use PSR2 code styleGreg Roach1-48/+52
2018-01-07Happy new year - 2018Greg Roach1-1/+1
2018-01-06Refactor: simpler url() function for recordsGreg Roach1-1/+1
2017-11-03CodeStyle - spacing/alignmentGreg Roach1-1/+1
2017-10-21Create Markdown plugin to support census-assistant markupGreg Roach1-0/+87