summaryrefslogtreecommitdiff
path: root/index.php
AgeCommit message (Expand)AuthorFilesLines
2018-12-08Unused importGreg Roach1-2/+2
2018-12-08Move DebugBar code to middlewareGreg Roach1-21/+12
2018-12-01PHP 7.1: short-syntax for array destructuringGreg Roach1-1/+1
2018-11-18Prefer class-constants to global-constantsGreg Roach1-55/+8
2018-10-12Add error handler for invalid config.ini.phpGreg Roach1-11/+18
2018-10-12Fix potential conflict with PHP's Locale classGreg Roach1-2/+2
2018-10-112.0.0-alpha.3Greg Roach1-1/+1
2018-10-112.0.0-alpha.32.0.0-alpha.3Greg Roach1-1/+1
2018-10-10Update debugbarGreg Roach1-1/+1
2018-10-08Fix: search engines should see content in tree's default languageGreg Roach1-8/+4
2018-10-03PHP 7 has native integer divisionGreg Roach1-1/+1
2018-09-29Fix: namespaceGreg Roach1-1/+1
2018-09-29Prefer const to define()Greg Roach1-30/+32
2018-09-24Replace magic numbers with constantsGreg Roach1-2/+2
2018-09-16Remove old codeGreg Roach1-3/+0
2018-09-16Use object-oriented varsion of functionGreg Roach1-1/+1
2018-09-13Code styleGreg Roach1-0/+1
2018-09-11Fix: #1892 - create a service for handling timeouts with long-running processesGreg Roach1-3/+2
2018-09-112.0.0-alpha.2Greg Roach1-1/+1
2018-09-112.0.0-alpha.2Greg Roach1-1/+1
2018-08-29Add type hintGreg Roach1-1/+3
2018-08-27Removed not required use statements (#1853)Rico Sonntag1-1/+1
2018-08-19Dependency injectionGreg Roach1-1/+1
2018-08-19CodeStyleGreg Roach1-6/+5
2018-08-15Move some localization functions to a localization serviceGreg Roach1-2/+4
2018-08-122.0.0-alpha.1Greg Roach1-1/+1
2018-08-122.0.0-alpha.12.0.0-alpha.1Greg Roach1-1/+1
2018-08-11Fix: #1816 - add housekeeping serviceGreg Roach1-0/+2
2018-08-10Create system for dependency injection and apply it to controllers and middle...Greg Roach1-14/+20
2018-08-08Merge setup into the front-controllerGreg Roach1-4/+8
2018-07-27Scrutinizer Auto-Fixes (#1808)Scrutinizer Auto-Fixer1-126/+126
2018-07-27Use native functions instead of ini_set() to initialise sessionGreg Roach1-11/+1
2018-07-14Use predefined constantsGreg Roach1-5/+4
2018-07-14Fix: #1719 - update favorites modulesGreg Roach1-1/+1
2018-07-14It is better to return than to exitGreg Roach1-4/+4
2018-07-13Remove global variableGreg Roach1-63/+29
2018-07-13Combine boot scripts into a single fileGreg Roach1-2/+258
2018-07-12Convert hit-counter to middleware, remove old code from themeGreg Roach1-0/+5
2018-06-02Type hint middlewareGreg Roach1-1/+2
2018-06-02Refactor error handlingGreg Roach1-35/+6
2018-05-11#1722 - error when all trees private - false !== nullGreg Roach1-1/+1
2018-05-09Add $tree to all viewsGreg Roach1-4/+4
2018-05-05Move site-offline to new frameworkGreg Roach1-1/+4
2018-04-12Typing mismatchGreg Roach1-3/+3
2018-04-12Fix: #1684 - Wrong HTTP status code on error pagesGreg Roach1-1/+1
2018-03-24Fix: #1655 - better logic for choosing initial treeGreg Roach1-8/+6
2018-02-22Fixes #1622 (#1626)Rico Sonntag1-1/+4
2018-02-21Fixed admin only login with private treeRico Sonntag1-1/+1
2018-01-22Yay! Middleware!Greg Roach1-18/+22
2018-01-20Use filp/whoops to display errorsGreg Roach1-42/+62