summaryrefslogtreecommitdiff
path: root/app/View.php
AgeCommit message (Expand)AuthorFilesLines
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
2018-07-19Fix: #1737 - add themes and modules to view search pathGreg Roach1-7/+33
2018-07-16Use PSR2 code styleGreg Roach1-110/+119
2018-07-14PHPdocGreg Roach1-1/+8
2018-05-20Converting user admin functions to view/controllerGreg Roach1-1/+2
2018-01-14Add support for shared view dataGreg Roach1-1/+13
2018-01-13Fix: #1516 - allow themes to override viewsGreg Roach1-7/+7
2018-01-10Add laravel blade-style 'stacks' to viewsGreg Roach1-0/+40
2018-01-07Happy new year - 2018Greg Roach1-1/+1
2017-11-20Add information about views to debugbarGreg Roach1-0/+2
2017-11-05Refactor setup wizard to use MVC and front-controllerGreg Roach1-5/+5
2017-09-24Fix: #1332 - allow links in welcome block to wrapGreg Roach1-5/+13
2017-08-02Use views/templates for select/optionsGreg Roach1-0/+80