summaryrefslogtreecommitdiff
path: root/app/Html.php
AgeCommit message (Expand)AuthorFilesLines
2026-02-09Update copyright year. It is 2026Greg Roach1-1/+1
2025-01-16It's 2025. Update copyright date.Greg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2022-03-16It is 2022 - update copyright datesGreg Roach1-1/+1
2022-02-21PHPdocGreg Roach1-2/+2
2021-10-12PHPdocGreg Roach1-2/+2
2021-02-18HTML validationGreg Roach1-3/+3
2021-02-04Code styleGreg Roach1-4/+4
2021-01-25Use https link in copyright headerGreg Roach1-2/+2
2020-07-04Use new PHP functions - str_starts_with(), str_ends_with() and str_contains()Greg Roach1-2/+7
2019-10-18Avoid empty(), as it can be unpredicatableGreg Roach1-1/+1
2019-10-17Strict typesGreg Roach1-2/+2
2019-10-17PSR12Greg Roach1-0/+1
2019-10-02Remove trailing ? from some URLsGreg Roach1-1/+9
2019-09-29PSR12Greg Roach1-0/+1
2019-03-07Code style and testingGreg Roach1-2/+2
2019-01-01Happy 2019Greg Roach1-1/+1
2018-10-05Add declare(strict_types=1) to all PHP scriptsGreg Roach1-0/+2
2018-10-05Code styleGreg Roach1-2/+4
2018-09-12Prevent usage of alias functionsRico Sonntag1-1/+1
2018-08-27Added PHP7 return types to methods according doc block (#1864)Rico Sonntag1-3/+3
2018-07-23Use our own helper functionGreg Roach1-15/+3
2018-07-16Use PSR2 code styleGreg Roach1-51/+56
2018-01-07Happy new year - 2018Greg Roach1-1/+1
2017-12-06Fix: #1478 ' is an XML entity, not an HTML entityGreg Roach1-1/+1
2017-11-20PHPDocGreg Roach1-2/+2
2017-08-13Fix #1293 - Edit changes - return to page on completionGreg Roach1-3/+2
2017-08-03Use views/templates for emailsGreg Roach1-2/+4
2017-07-19PHPDocGreg Roach1-1/+1
2017-07-19PHPDocGreg Roach1-2/+2
2017-07-19Helper function to build URLsGreg Roach1-0/+14
2017-07-14Review escapingGreg Roach1-1/+1
2017-07-11Prepare to remove class FilterGreg Roach1-1/+1
2017-06-17jQuery-3, Bootstrap-4, FontAwesome-4.7, Select2-4, remove popup windowsGreg Roach1-1/+31
2017-03-082017Greg Roach1-1/+1
2016-01-30Update copyright yearGreg Roach1-1/+1
2015-06-08PHPDocGreg Roach1-2/+1
2015-02-09Error handlingGreg Roach1-0/+33