summaryrefslogtreecommitdiff
path: root/app/CommonMark
AgeCommit message (Expand)AuthorFilesLines
2026-02-09Update copyright year. It is 2026Greg Roach7-7/+7
2025-12-29CodeStyleGreg Roach5-34/+2
2025-01-16It's 2025. Update copyright date.Greg Roach7-7/+7
2024-11-22PHP 8.3 allows class constants to have type hintsGreg Roach1-3/+3
2024-03-31PHP 8.2 - union typesGreg Roach2-8/+2
2023-07-23phpdocGreg Roach3-6/+0
2023-01-25It's 2023Greg Roach7-7/+7
2023-01-25It's 2023Greg Roach7-7/+7
2022-03-16It is 2022 - update copyright datesGreg Roach7-7/+7
2022-02-23Update and use Validation classGreg Roach2-2/+0
2022-02-01Revert "Add annotations for scrutinizer"Greg Roach2-2/+2
2022-02-01Add annotations for scrutinizerGreg Roach2-2/+2
2022-01-31CodeStyleGreg Roach1-1/+1
2022-01-31Upgrade commonmark from 1.x to 2.xGreg Roach10-298/+243
2021-06-28Fix: #2600 - refactor markdown formatting to allow XREF links to be disabledGreg Roach2-4/+0
2021-05-18CodeStyleGreg Roach4-10/+11
2021-03-21Do not rename parameters during inheritanceGreg Roach1-4/+4
2021-02-07Code StyleGreg Roach1-1/+1
2021-02-07Wrap markdown tables in a responsive DIV element - part of solution to #1427Greg Roach2-0/+118
2021-02-07Census table - move rows from head to bodyGreg Roach1-1/+1
2021-02-04Code styleGreg Roach1-1/+1
2021-01-25Use https link in copyright headerGreg Roach6-12/+12
2020-10-03#3529 - rename Factory to RegistryGreg Roach1-2/+2
2020-07-04Use new PHP functions - str_starts_with(), str_ends_with() and str_contains()Greg 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 Roach6-24/+108
2020-02-11Update vendor code - Update markdown handler to use new CommonMark libraryGreg Roach2-11/+11
2019-10-18Avoid empty(), as it can be unpredicatableGreg Roach2-2/+2
2019-10-17PSR12Greg Roach4-0/+4
2019-09-29PSR12Greg Roach4-0/+5
2019-07-17Use Query Expression class directly, remove unused importsGreg Roach1-2/+0
2019-07-16Package webuni/commonmark-table-extension is abandoned, you should avoid usin...Greg Roach4-95/+71
2019-03-07Code style and testingGreg Roach1-1/+1
2019-02-16Rename functions getFoo() to foo() and return collections instead of arraysGreg Roach1-1/+1
2019-01-04Add visibility to constantsGreg Roach1-1/+1
2019-01-01Happy 2019Greg Roach4-4/+4
2018-11-18Prefer class-constants to global-constantsGreg Roach1-1/+2
2018-10-05Add declare(strict_types=1) to all PHP scriptsGreg Roach4-0/+8
2018-09-16PHPdocGreg Roach3-3/+4
2018-08-27Added PHP7 return types to methods according doc block (#1864)Rico Sonntag4-8/+8
2018-08-27Fixed case mismatches (#1865)Rico Sonntag1-1/+1
2018-08-19CodeStyleGreg Roach2-6/+6
2018-07-16Use PSR2 code styleGreg Roach4-163/+178
2018-01-07Happy new year - 2018Greg Roach4-4/+4
2018-01-06Remove unused importsGreg Roach1-1/+0
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 Roach4-0/+313