summaryrefslogtreecommitdiff
path: root/app/Module.php
AgeCommit message (Expand)AuthorFilesLines
2018-09-22Reduced if/else complexity, removed not require else conditions (#1866)Rico Sonntag1-2/+2
2018-08-27Added PHP7 return types to methods according doc block (#1864)Rico Sonntag1-14/+14
2018-08-19CodeStyleGreg Roach1-1/+1
2018-08-13Type hint closure return typesGreg Roach1-2/+2
2018-07-16Split OSM module into core code and places/pedigree-map modulesGreg Roach1-0/+2
2018-07-16Use PSR2 code styleGreg Roach1-525/+592
2018-07-15convert Admin pages and ajax calls to route/viewDavid Drury1-0/+82
2018-07-13Remove the googlemaps module and lots of old codeGreg Roach1-1/+0
2018-07-09Remove globalGreg Roach1-1/+1
2018-07-07Remove global variables from blocksGreg Roach1-2/+0
2018-07-06Replace function with constantGreg Roach1-81/+74
2018-06-26Convert upgrade wizard to http/controllerGreg Roach1-1/+1
2018-06-21SQL_CACHE and SQL_NO_CACHE no longer work in MySQL 8Greg Roach1-3/+3
2018-05-29Now that the main menu is for navigation, the page-menu for editing is not ne...Greg Roach1-1/+0
2018-01-07Happy new year - 2018Greg Roach1-1/+1
2017-12-03Scrutinizer Auto-Fixes (#1524)Scrutinizer Auto-Fixer1-1/+1
2017-11-19Use maximebf/debugbar for developmentGreg Roach1-0/+6
2017-11-04Fix: #1455 - include/requireGreg Roach1-1/+1
2017-11-03Code styleGreg Roach1-3/+2
2017-11-03CodeStyle - spacing/alignmentGreg Roach1-1/+1
2017-10-31Fix: cannot load custom module twiceGreg Roach1-4/+30
2017-10-28DashboardGreg Roach1-1/+23
2017-06-21PhpDocGreg Roach1-1/+1
2017-04-07Error loggingGreg Roach1-1/+2
2017-03-082017Greg Roach1-1/+1
2016-12-23Code style - short array syntaxGreg Roach1-28/+28
2016-05-19Fix #413 - Version and link for custom modulesGreg Roach1-0/+82
2016-04-11Charts as modules - more workGreg Roach1-0/+12
2016-04-09Remove dependency on I18N from AbstractModule::getInstalledModulesGreg Roach1-4/+0
2016-01-30Update copyright yearGreg Roach1-1/+1
2016-01-17Two spaces have no effect in HTMLGreg Roach1-4/+4
2015-06-08PHPDocGreg Roach1-3/+3
2015-05-31PSR-4Greg Roach1-2/+10
2015-05-30Code styleGreg Roach1-6/+4
2015-05-30PHP-CS-FIXER, PSR-2 (mostly!)Greg Roach1-3/+3
2015-05-05Fix #560 - wrong order for menus, blocks, etc.Greg Roach1-0/+7
2015-04-03Fix copy/paste errorGreg Roach1-0/+2
2015-04-03Fix #517, #544 - sorting of modules in admin pagesGreg Roach1-1/+30
2015-03-29Split class Module into static and abstract partsGreg Roach1-217/+63
2015-03-08Remove constants, to improve multi-tree handlingGreg Roach1-35/+27
2015-03-03Fix #455 - better error handling for custom modulesGreg Roach1-7/+8
2015-03-02Fix #455Greg Roach1-5/+8
2015-03-02Need 'include' instead of 'require' so we can catch errorsGreg Roach1-3/+3
2015-03-02Module APIGreg Roach1-126/+78
2015-02-06PHPDocGreg Roach1-3/+3
2015-02-05Fix ##1284239 - Search: User permissions of selected tree are used for every ...Greg Roach1-1/+1
2015-02-05Add API to access the parent tree of a recordGreg Roach1-1/+1
2015-02-05Namespaces should consist of both vendor and packageGreg Roach1-6/+6
2015-02-02WIPGreg Roach1-3/+3
2015-02-02WIPGreg Roach1-1/+1