summaryrefslogtreecommitdiff
path: root/app/Http
AgeCommit message (Expand)AuthorFilesLines
2019-03-26Replace Bootstrap4 class with viewsGreg Roach3-24/+22
2019-03-22Fix: cannot send email from admin page to user due to double-escapingGreg Roach1-6/+8
2019-03-20Add example reportGreg Roach1-3/+7
2019-03-20Add example reportGreg Roach1-7/+3
2019-03-20Edit blocks page - sort available blocksGreg Roach1-2/+2
2019-03-20Fix: #2337 - null/empty-string mixup in default_resn rulesGreg Roach1-20/+30
2019-03-20Fix: #2339 - editing media file but leaving the filename unchangedGreg Roach1-1/+1
2019-03-20Fix #2332 - MOD() function is MySQL onlyGreg Roach1-14/+14
2019-03-14Catch 22 - setup needs language modules. Modules need a database. Database ...Greg Roach1-2/+3
2019-03-14Apply fixes from StyleCI (#2330)Greg Roach1-2/+1
2019-03-14Convert languages to modulesGreg Roach3-152/+135
2019-03-13Allow custom modules to provide translationsGreg Roach1-1/+1
2019-03-12Fix: #2219 create a module to allow user css and jsGreg Roach1-1/+1
2019-03-12Fix: #2326 - wrong class in typehintGreg Roach1-110/+110
2019-03-10glob() results do not need to be sortedGreg Roach2-3/+3
2019-03-09Move code from views to controllersGreg Roach1-10/+30
2019-03-09Fix 'Check for errors' for trees with _LOC records. (#2314)Richard Cissée1-0/+1
2019-03-09Fix: #2233 some databases cannot index columns longer than 255 charsGreg Roach1-1/+1
2019-03-09Do not check CSRF tokens when changing language/themeGreg Roach1-1/+9
2019-03-09Fix census assistant and chart block not showingGreg Roach1-1/+1
2019-03-08Strict types and code reviewGreg Roach2-2/+0
2019-03-08Error handlingGreg Roach1-1/+6
2019-03-08Error handlingGreg Roach1-4/+14
2019-03-08Fix: #1620 use US paper size in US, CA and PHGreg Roach1-1/+1
2019-03-08Remove old classGreg Roach2-372/+4
2019-03-07Code style and testingGreg Roach19-173/+169
2019-03-07PHPdocGreg Roach1-1/+1
2019-03-07Add example module to set PHP/MySQL configurationGreg Roach2-58/+0
2019-03-07Use better source of randomnessGreg Roach1-1/+3
2019-03-06Collections / arraysGreg Roach1-2/+2
2019-03-06Add visibility to constantsGreg Roach1-3/+3
2019-03-06PHPdocGreg Roach1-1/+0
2019-03-05Fix: #2240 - allow custom modules to provide and replace viewsGreg Roach1-1/+1
2019-03-05Dual type-hints upset vimeo/psalm, but are useful in PhpStormGreg Roach14-27/+54
2019-03-05Custom module examplesGreg Roach1-0/+61
2019-03-05Fix: #2300 - test for deleted modules ignores disabled modulesGreg Roach1-2/+2
2019-03-05Apply fixes from StyleCI (#2303)Greg Roach1-2/+1
2019-03-04Add historic event modulesGreg Roach2-3/+3
2019-03-04Group modules on control panelGreg Roach1-35/+49
2019-03-03Convert from Carbon (v1) to CarbonImmutable (v2)Greg Roach9-26/+22
2019-03-02Use app() shortcutGreg Roach4-6/+6
2019-03-02Apply fixes from StyleCI (#2293)Greg Roach1-1/+1
2019-03-02Simplify setup wizard. Autologin after setupGreg Roach2-10/+11
2019-03-02Tidy up initializationGreg Roach3-0/+169
2019-03-02Refactoring middleware to remove dependency on TreeGreg Roach3-35/+18
2019-03-02Replace MySQL-specific codeGreg Roach2-2/+2
2019-03-02Refactoring modules to remove dependency on Tree (allows earlier initialisati...Greg Roach3-5/+10
2019-03-02Tidy up initialisationGreg Roach3-0/+225
2019-03-02Use carbon functions instead of magic numbersGreg Roach1-1/+1
2019-03-02Remove old codeGreg Roach1-2/+0