| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-09-06 | CodeStyle | Greg Roach | 3 | -0/+6 | |
| 2022-05-19 | Fix: #4389 - move the CSRF token to the end of all forms, so we can detect ↵ | Greg Roach | 1 | -2/+2 | |
| truncated input variables | |||||
| 2022-05-18 | Update bootstrap 5 markup for select elements. See #4412 | Greg Roach | 1 | -3/+3 | |
| 2022-05-02 | Outdated bootstrap markup | Greg Roach | 1 | -2/+2 | |
| 2022-03-19 | Fix: #4268 - typo | Greg Roach | 1 | -1/+1 | |
| 2022-03-19 | CodeStyle - consistent variable names | Greg Roach | 3 | -21/+21 | |
| 2022-03-19 | Use placeholders to generate statistics pages | Greg Roach | 9 | -7/+202 | |
| 2022-03-19 | Use placeholders to generate statistics pages | Greg Roach | 15 | -13/+714 | |
| 2022-01-23 | Use strict | Greg Roach | 1 | -1/+1 | |
| 2022-01-23 | Bootstrap5 needs explicit spacing between form rows | Greg Roach | 1 | -1/+1 | |
| 2021-09-01 | Use wt- namespace for data attributes | Greg Roach | 2 | -4/+4 | |
| 2021-08-18 | Upgrade Bootstrap from 4 to 5. Fixes: #3673. Fixes: #3400. | Greg Roach | 2 | -15/+13 | |
| 2021-03-14 | Fix: #3775 - config options on custom statistics chart | Greg Roach | 1 | -0/+1 | |
| 2021-02-10 | CodeStyle | Greg Roach | 2 | -0/+12 | |
| 2021-02-08 | CodeStyle | Greg Roach | 3 | -6/+12 | |
| 2020-10-05 | Fix: #3113 - add autocomplete to surname fields | Greg Roach | 1 | -1/+3 | |
| 2020-01-24 | Fix: #2995 - Incorrect ARIA attributes for tablist/tab/tabpanel | Greg Roach | 1 | -1/+1 | |
| 2019-12-03 | Apply PSR12 code style to templates | Greg Roach | 4 | -3/+14 | |
| 2019-11-03 | Use POST for custom statistics charts | Greg Roach | 1 | -2/+4 | |
| 2019-10-25 | GH-2681: Refactored statistics charts, prevent multiple google chart ↵ | Rico Sonntag | 1 | -2/+0 | |
| loading, Fixed initial loading (#2688) | |||||
| 2019-10-25 | Fix: #2680 - Update routing for custom charts | Greg Roach | 1 | -3/+1 | |
| 2019-10-10 | Working on routing | Greg Roach | 1 | -1/+1 | |
| 2019-10-09 | Fix: #2607 - site logs don't work with new routing | Greg Roach | 1 | -1/+1 | |
| 2019-10-09 | Typo | Greg Roach | 1 | -1/+1 | |
| 2019-10-09 | Working on routing; Code cleanup | Greg Roach | 3 | -6/+9 | |
| 2019-10-09 | Working on routing | Greg Roach | 1 | -25/+30 | |
| 2019-10-06 | Working on routing | Greg Roach | 1 | -1/+1 | |
| 2019-04-09 | Fix: #2373 - auto-reformat has broken the code | Greg Roach | 1 | -2/+2 | |
| 2019-04-01 | Fix: #2363 - inconsistent parameter names for select and radio inputs | Greg Roach | 1 | -2/+2 | |
| 2019-03-26 | Replace Bootstrap4 class with views | Greg Roach | 1 | -108/+159 | |
| 2019-02-14 | Update custom charts tab (#2216) | Rico Sonntag | 2 | -177/+179 | |
| 2019-02-13 | Refactoring themes and chart boxes | Greg Roach | 1 | -1/+1 | |
| 2019-02-12 | Update google charts | Rico Sonntag | 4 | -12/+18 | |
| 2019-02-06 | Copying to clipboard unreliable | Greg Roach | 1 | -2/+2 | |
| 2019-01-31 | Refactor class User - use NULL-object pattern for guests and temporary ↵ | Greg Roach | 1 | -1/+0 | |
| users, create UserService | |||||
| 2019-01-30 | Use dependency injection for Statistics class | Greg Roach | 3 | -3/+3 | |
| 2019-01-30 | 2059 (#2156) | Rico Sonntag | 3 | -360/+33 | |
| * 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-23 | Tidy ajax parameter to charts | Greg Roach | 1 | -0/+0 | |
| 2019-01-23 | Merge chart controllers into chart modules | Greg Roach | 5 | -0/+698 | |
