summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-02-01Refactor admin controllerGreg Roach4-38/+130
2019-02-01Refactor admin controllerGreg Roach9-455/+706
2019-02-01Refactor admin controllerGreg Roach4-255/+353
2019-02-01TypoGreg Roach7-8/+5
2019-02-01Refactor admin controllers and servicesGreg Roach15-434/+481
2019-01-31TestsGreg Roach1-0/+64
2019-01-31Unused importGreg Roach1-1/+0
2019-01-31TestsGreg Roach2-12/+17
2019-01-31TestsGreg Roach3-10/+13
2019-01-31TestsGreg Roach3-63/+38
2019-01-31TestsGreg Roach2-20/+11
2019-01-31TetssGreg Roach2-0/+12
2019-01-31TestsGreg Roach3-10/+330
2019-01-31TestsGreg Roach5-66/+138
2019-01-31Apply fixes from StyleCI (#2170)Greg Roach9-12/+14
2019-01-31Refactor class User - use NULL-object pattern for guests and temporary ↵Greg Roach157-1912/+2216
users, create UserService
2019-01-31Update page.phtml (#2169)Rico Sonntag1-1/+1
Fixes #2145
2019-01-31Update default.phtml (#2168)Rico Sonntag1-3/+3
Fixes #2089
2019-01-31Disable themes for POST requests. #2167Greg Roach2-21/+612
2019-01-30Update statistics to avoid MySQL-specific functionsGreg Roach3-281/+185
2019-01-30Update statistics to avoid MySQL-specific functionsGreg Roach9-58/+54
2019-01-30Dependency injectionGreg Roach3-10/+59
2019-01-30TestsGreg Roach1-18/+19
2019-01-30Convert Theme class to modulesGreg Roach5-15/+115
2019-01-30Apply fixes from StyleCI (#2165)Greg Roach1-1/+2
2019-01-30Clean up module codeGreg Roach21-60/+3
2019-01-30Module functions do not need to be staticGreg Roach4-35/+46
2019-01-30Fix importsGreg Roach9-11/+0
2019-01-30Apply fixes from StyleCI (#2164)Greg Roach5-30/+21
2019-01-30Use dependency injection for Statistics classGreg Roach30-132/+243
2019-01-30Apply fixes from StyleCI (#2163)Greg Roach4-4/+8
2019-01-30Create ModuleServiceGreg Roach30-273/+444
2019-01-30Remove ALL_USER_THEMES option. Instead, disable unwanted themes.Greg Roach7-44/+21
2019-01-30Apply fixes from StyleCI (#2162)Greg Roach1-2/+1
2019-01-30Converting themes to modulesGreg Roach38-192/+193
2019-01-30Converting themes to modulesGreg Roach4-59/+57
2019-01-30Add themes to the control panelGreg Roach9-54/+222
2019-01-30Refactor themes into modulesGreg Roach25-1430/+1307
2019-01-30TestsGreg Roach2-7/+5
2019-01-30composer.lock outdatedGreg Roach2-21/+21
2019-01-30Apply fixes from StyleCI (#2160)Greg Roach2-3/+2
2019-01-30Add branch alias to composer.jsonGreg Roach1-0/+5
2019-01-30Update README.mdGreg Roach1-1/+1
2019-01-302059 (#2156)Rico Sonntag88-6270/+13508
* 2059 - Split other charts into separate views * 2059 - Added some basic bootstrap markup * 2059 - Moved distribution chart out of places table * 2059 - Moved HTML of other statistics (places list) into templates * 2059 - Removed tables, use cards instead * 2059 - Started adding chart.js charts * 2059: Moved template into sub directory * 2059: Refactor family statistics * 2059 - Started splitting places lists * 2059 - Refactor individual statistics * 2059: Moved HTML into templates * 2059: Handle list/nolist of top-10 oldest * 2059 - Use separate templates for lists * 2059: Use templates * 2059 - Minor enhancements * 2059: Moved distribution chart into own class * 2059: Splitted Stats into separate modules * 2059: Use repository pattern to hide complexity and structure methods * 2059: Use illuminate db * 2059: Google charts * 2059: Squash classes * 2059: Use PHPs number formatter to format century ordinal suffix * 2059: Place repository * 2059: Use repositories * 2059: Use illuminate db * 2059: Simplify event repository methods * 2059: Use @inheritDoc to avoid duplicate (or not updated) doc blocks * 2059: PlaceRepository - Use illuminate database * 2059: SexRepository * 2059: Removed not used percentage calculations * 2059: Consolidate classes * 2059: Event dates * 2059: Use constants * 2059: Refactoring Stats * 2059: Rename repo * 2059: Refactor media repository * 2059: Removed Chart.js stuff, doing this in a later update * 2059: Reduce code complexity * 2059: Moved age calculation to separate method * 2059: Fixes after rebase * 2059: Removed obsolete method parameters * 2059: Use view to render hitcounter * 2059: Update phpdoc * 2059: Removed debug output * 2059: Use consts * 2059: Fixed method parameter type hints * 2059: Add missing const types * 2059: Simplify method * 2059: Refactor google charts * 2059: Fixed rebase issues
2019-01-30Fix: #2158 - update views to use new Place classesGreg Roach1-1/+1
2019-01-29Start converting themes into modulesGreg Roach12-69/+25
2019-01-29DeadCodeGreg Roach4-81/+4
2019-01-29DeadCodeGreg Roach1-128/+0
2019-01-29Pahout should now be working on PHP 7.4.0-devGreg Roach1-1/+1
2019-01-29Apply fixes from StyleCI (#2155)Greg Roach2-7/+6