| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2019-02-01 | Refactor admin controller | Greg Roach | 4 | -38/+130 | |
| 2019-02-01 | Refactor admin controller | Greg Roach | 9 | -455/+706 | |
| 2019-02-01 | Refactor admin controller | Greg Roach | 4 | -255/+353 | |
| 2019-02-01 | Typo | Greg Roach | 7 | -8/+5 | |
| 2019-02-01 | Refactor admin controllers and services | Greg Roach | 15 | -434/+481 | |
| 2019-01-31 | Tests | Greg Roach | 1 | -0/+64 | |
| 2019-01-31 | Unused import | Greg Roach | 1 | -1/+0 | |
| 2019-01-31 | Tests | Greg Roach | 2 | -12/+17 | |
| 2019-01-31 | Tests | Greg Roach | 3 | -10/+13 | |
| 2019-01-31 | Tests | Greg Roach | 3 | -63/+38 | |
| 2019-01-31 | Tests | Greg Roach | 2 | -20/+11 | |
| 2019-01-31 | Tetss | Greg Roach | 2 | -0/+12 | |
| 2019-01-31 | Tests | Greg Roach | 3 | -10/+330 | |
| 2019-01-31 | Tests | Greg Roach | 5 | -66/+138 | |
| 2019-01-31 | Apply fixes from StyleCI (#2170) | Greg Roach | 9 | -12/+14 | |
| 2019-01-31 | Refactor class User - use NULL-object pattern for guests and temporary ↵ | Greg Roach | 157 | -1912/+2216 | |
| users, create UserService | |||||
| 2019-01-31 | Update page.phtml (#2169) | Rico Sonntag | 1 | -1/+1 | |
| Fixes #2145 | |||||
| 2019-01-31 | Update default.phtml (#2168) | Rico Sonntag | 1 | -3/+3 | |
| Fixes #2089 | |||||
| 2019-01-31 | Disable themes for POST requests. #2167 | Greg Roach | 2 | -21/+612 | |
| 2019-01-30 | Update statistics to avoid MySQL-specific functions | Greg Roach | 3 | -281/+185 | |
| 2019-01-30 | Update statistics to avoid MySQL-specific functions | Greg Roach | 9 | -58/+54 | |
| 2019-01-30 | Dependency injection | Greg Roach | 3 | -10/+59 | |
| 2019-01-30 | Tests | Greg Roach | 1 | -18/+19 | |
| 2019-01-30 | Convert Theme class to modules | Greg Roach | 5 | -15/+115 | |
| 2019-01-30 | Apply fixes from StyleCI (#2165) | Greg Roach | 1 | -1/+2 | |
| 2019-01-30 | Clean up module code | Greg Roach | 21 | -60/+3 | |
| 2019-01-30 | Module functions do not need to be static | Greg Roach | 4 | -35/+46 | |
| 2019-01-30 | Fix imports | Greg Roach | 9 | -11/+0 | |
| 2019-01-30 | Apply fixes from StyleCI (#2164) | Greg Roach | 5 | -30/+21 | |
| 2019-01-30 | Use dependency injection for Statistics class | Greg Roach | 30 | -132/+243 | |
| 2019-01-30 | Apply fixes from StyleCI (#2163) | Greg Roach | 4 | -4/+8 | |
| 2019-01-30 | Create ModuleService | Greg Roach | 30 | -273/+444 | |
| 2019-01-30 | Remove ALL_USER_THEMES option. Instead, disable unwanted themes. | Greg Roach | 7 | -44/+21 | |
| 2019-01-30 | Apply fixes from StyleCI (#2162) | Greg Roach | 1 | -2/+1 | |
| 2019-01-30 | Converting themes to modules | Greg Roach | 38 | -192/+193 | |
| 2019-01-30 | Converting themes to modules | Greg Roach | 4 | -59/+57 | |
| 2019-01-30 | Add themes to the control panel | Greg Roach | 9 | -54/+222 | |
| 2019-01-30 | Refactor themes into modules | Greg Roach | 25 | -1430/+1307 | |
| 2019-01-30 | Tests | Greg Roach | 2 | -7/+5 | |
| 2019-01-30 | composer.lock outdated | Greg Roach | 2 | -21/+21 | |
| 2019-01-30 | Apply fixes from StyleCI (#2160) | Greg Roach | 2 | -3/+2 | |
| 2019-01-30 | Add branch alias to composer.json | Greg Roach | 1 | -0/+5 | |
| 2019-01-30 | Update README.md | Greg Roach | 1 | -1/+1 | |
| 2019-01-30 | 2059 (#2156) | Rico Sonntag | 88 | -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-30 | Fix: #2158 - update views to use new Place classes | Greg Roach | 1 | -1/+1 | |
| 2019-01-29 | Start converting themes into modules | Greg Roach | 12 | -69/+25 | |
| 2019-01-29 | DeadCode | Greg Roach | 4 | -81/+4 | |
| 2019-01-29 | DeadCode | Greg Roach | 1 | -128/+0 | |
| 2019-01-29 | Pahout should now be working on PHP 7.4.0-dev | Greg Roach | 1 | -1/+1 | |
| 2019-01-29 | Apply fixes from StyleCI (#2155) | Greg Roach | 2 | -7/+6 | |
