summaryrefslogtreecommitdiff
path: root/app/View.php
AgeCommit message (Expand)AuthorFilesLines
2026-02-09Update copyright year. It is 2026Greg Roach1-1/+1
2025-10-29Use PHP8.0 functionsGreg Roach1-3/+1
2025-01-16It's 2025. Update copyright date.Greg Roach1-1/+1
2024-11-22PHP 8.3 allows class constants to have type hintsGreg Roach1-2/+2
2023-01-25It's 2023Greg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2022-11-30Add type hintsGreg Roach1-2/+2
2022-03-16It is 2022 - update copyright datesGreg Roach1-1/+1
2022-01-27Remove PHPDebugBar - not compatible with PHP8 and not being updatedGreg Roach1-2/+0
2021-10-29TypeHintsGreg Roach1-3/+3
2021-10-29TypeHintsGreg Roach1-9/+3
2021-10-27CodeStyleGreg Roach1-1/+1
2021-10-13Add missing type-hintsGreg Roach1-1/+1
2021-10-12PHPdocGreg Roach1-4/+4
2021-08-23PHPdocGreg Roach1-1/+1
2021-03-04Fix: #3539 - typoGreg Roach1-1/+1
2021-02-04Code styleGreg Roach1-1/+1
2021-01-25Use https link in copyright headerGreg Roach1-2/+2
2020-10-08TyposGreg Roach1-2/+2
2020-07-272.0.72.0.7Greg Roach1-2/+4
2020-07-04Use new PHP functions - str_starts_with(), str_ends_with() and str_contains()Greg Roach1-7/+9
2020-06-03PHPdocGreg Roach1-2/+2
2019-12-05Code style - avoid new staticGreg Roach1-1/+1
2019-10-30Remove View:share() - it's just a globalGreg Roach1-20/+3
2019-10-17PSR12Greg Roach1-0/+1
2019-09-30Add error checksGreg Roach1-0/+9
2019-09-29PSR12Greg Roach1-0/+2
2019-09-07Fix: errors in nested views not handled correctlyGreg Roach1-1/+4
2019-04-14Refactor the bootstrap processGreg Roach1-1/+1
2019-03-13#2322 - allow custom views to refer to core viewsGreg Roach1-1/+4
2019-03-07Code style and testingGreg Roach1-6/+6
2019-03-05Fix: #2240 - allow custom modules to provide and replace viewsGreg Roach1-37/+73
2019-03-04Unique stacks should be an opt-in featureGreg Roach1-3/+36
2019-03-02Use app() shortcutGreg Roach1-1/+1
2019-02-24Unused importsGreg Roach1-1/+0
2019-02-16Fix error - themes not available during setupGreg Roach1-2/+3
2019-02-12Update google chartsRico Sonntag1-1/+4
2019-01-30Converting themes to modulesGreg Roach1-1/+2
2019-01-30Refactor themes into modulesGreg Roach1-1/+1
2019-01-04Add visibility to constantsGreg Roach1-2/+2
2019-01-01Happy 2019Greg Roach1-1/+1
2018-12-31Add missing directory separator (#2079)Carmen1-1/+1
2018-11-18Prefer class-constants to global-constantsGreg Roach1-2/+2
2018-10-22Better handling of exceptions thrown by viewsGreg Roach1-4/+12
2018-10-12Use .phtml extension for template filesGreg Roach1-4/+10
2018-10-05Add declare(strict_types=1) to all PHP scriptsGreg Roach1-0/+2
2018-10-04Code styleGreg Roach1-1/+2
2018-08-27Added PHP7 return types to methods according doc block (#1864)Rico Sonntag1-3/+3
2018-08-18CodeStyleGreg Roach1-1/+3
2018-08-13Type hintsGreg Roach1-4/+10