summaryrefslogtreecommitdiff
path: root/app/Services
AgeCommit message (Expand)AuthorFilesLines
2019-03-10Fix: we cannot nicely handle boot errors in custom modules as we have no fram...Greg Roach1-5/+7
2019-03-10glob() results do not need to be sortedGreg Roach1-1/+1
2019-03-08Strict types and code reviewGreg Roach1-1/+2
2019-03-07Code style and testingGreg Roach6-17/+17
2019-03-07PHPdocGreg Roach1-1/+1
2019-03-07Add example module to set PHP/MySQL configurationGreg Roach1-4/+19
2019-03-07Method is not staticGreg Roach1-1/+1
2019-03-06Type hintingGreg Roach4-10/+16
2019-03-06Add visibility to constantsGreg Roach1-9/+3
2019-03-05Dual type-hints upset vimeo/psalm, but are useful in PhpStormGreg Roach6-33/+66
2019-03-05Fix: #2300 - test for deleted modules ignores disabled modulesGreg Roach1-1/+1
2019-03-04Add historic event modulesGreg Roach1-102/+112
2019-03-04Refactor language files to use laravel structureGreg Roach2-12/+2
2019-03-04Group modules on control panelGreg Roach1-7/+7
2019-03-03Convert from Carbon (v1) to CarbonImmutable (v2)Greg Roach2-4/+4
2019-03-02Fix check for disabled functionsGreg Roach1-1/+1
2019-03-02Use app() shortcutGreg Roach2-4/+4
2019-03-02Tidy up initialisationGreg Roach1-6/+11
2019-03-02DB searching should match PHP searchingGreg Roach1-19/+2
2019-03-01Method should not be staticGreg Roach1-1/+1
2019-03-01Fixed case mismatch in function/method call (#2286)Rico Sonntag1-2/+2
2019-02-26Remove global constant WT_TIMESTAMPGreg Roach1-1/+3
2019-02-25Fix: #1246 - show server errors on the control panelGreg Roach1-0/+286
2019-02-24Fix: #2234 - check for too many search results, rather than short search stringsGreg Roach1-0/+27
2019-02-24Collection / arrayGreg Roach1-1/+1
2019-02-24Fix: #2263 - facts duplicated in chart-boxesGreg Roach1-3/+2
2019-02-24Working on modulesGreg Roach1-32/+41
2019-02-24Unused importsGreg Roach1-1/+0
2019-02-24PHPdocGreg Roach2-2/+4
2019-02-23Refactor module componentsGreg Roach1-18/+16
2019-02-23Lists as ModulesRichard Cissee1-0/+18
2019-02-23Cleanup /data/tmp during housekeepingGreg Roach1-5/+5
2019-02-23Use UTC internally, and convert to local time for displayGreg Roach1-2/+7
2019-02-20Move database migration and seeding to a serviceGreg Roach1-0/+82
2019-02-16Rename functions getFoo() to foo() and return collections instead of arraysGreg Roach4-14/+14
2019-02-16Allow modules to be initially disabledGreg Roach1-1/+6
2019-02-13Fix: #2191 - from/to mixed up when sending emailGreg Roach1-1/+1
2019-02-05Fix: #2187 - broken contact link in footerGreg Roach1-1/+1
2019-02-05Fix: #2159 - integrate clipboard support into modulesGreg Roach1-41/+45
2019-02-05#2159 - Allow tabs and sidebars to register the facts that they handle.Greg Roach1-2/+2
2019-02-05SQLite compatibilityGreg Roach1-2/+2
2019-02-05CodeStyleGreg Roach1-2/+2
2019-02-04Fix: #2153 - missing collation rules for swedish and finnishGreg Roach1-0/+27
2019-02-04Fix: #2154 - PHP counts from 0, SQL counts from 1Greg Roach1-1/+1
2019-02-04Fix: #2161 - extra whitespace and punctuation in contact linksGreg Roach1-0/+31
2019-02-04Fix: #2172 - GROUP-BY does not always imply SORT-BYGreg Roach1-1/+2
2019-02-04TestingGreg Roach1-7/+31
2019-02-04Apply fixes from StyleCI (#2179)Greg Roach1-4/+6
2019-02-04Working on upgrade wizard and testingGreg Roach1-1/+153
2019-02-02Fix: #2175 - error deleting userGreg Roach1-6/+0