summaryrefslogtreecommitdiff
path: root/resources/views/modules/statistics-chart
AgeCommit message (Collapse)AuthorFilesLines
2022-09-06CodeStyleGreg Roach3-0/+6
2022-05-19Fix: #4389 - move the CSRF token to the end of all forms, so we can detect ↵Greg Roach1-2/+2
truncated input variables
2022-05-18Update bootstrap 5 markup for select elements. See #4412Greg Roach1-3/+3
2022-05-02Outdated bootstrap markupGreg Roach1-2/+2
2022-03-19Fix: #4268 - typoGreg Roach1-1/+1
2022-03-19CodeStyle - consistent variable namesGreg Roach3-21/+21
2022-03-19Use placeholders to generate statistics pagesGreg Roach9-7/+202
2022-03-19Use placeholders to generate statistics pagesGreg Roach15-13/+714
2022-01-23Use strictGreg Roach1-1/+1
2022-01-23Bootstrap5 needs explicit spacing between form rowsGreg Roach1-1/+1
2021-09-01Use wt- namespace for data attributesGreg Roach2-4/+4
2021-08-18Upgrade Bootstrap from 4 to 5. Fixes: #3673. Fixes: #3400.Greg Roach2-15/+13
2021-03-14Fix: #3775 - config options on custom statistics chartGreg Roach1-0/+1
2021-02-10CodeStyleGreg Roach2-0/+12
2021-02-08CodeStyleGreg Roach3-6/+12
2020-10-05Fix: #3113 - add autocomplete to surname fieldsGreg Roach1-1/+3
2020-01-24Fix: #2995 - Incorrect ARIA attributes for tablist/tab/tabpanelGreg Roach1-1/+1
2019-12-03Apply PSR12 code style to templatesGreg Roach4-3/+14
2019-11-03Use POST for custom statistics chartsGreg Roach1-2/+4
2019-10-25GH-2681: Refactored statistics charts, prevent multiple google chart ↵Rico Sonntag1-2/+0
loading, Fixed initial loading (#2688)
2019-10-25Fix: #2680 - Update routing for custom chartsGreg Roach1-3/+1
2019-10-10Working on routingGreg Roach1-1/+1
2019-10-09Fix: #2607 - site logs don't work with new routingGreg Roach1-1/+1
2019-10-09TypoGreg Roach1-1/+1
2019-10-09Working on routing; Code cleanupGreg Roach3-6/+9
2019-10-09Working on routingGreg Roach1-25/+30
2019-10-06Working on routingGreg Roach1-1/+1
2019-04-09Fix: #2373 - auto-reformat has broken the codeGreg Roach1-2/+2
2019-04-01Fix: #2363 - inconsistent parameter names for select and radio inputsGreg Roach1-2/+2
2019-03-26Replace Bootstrap4 class with viewsGreg Roach1-108/+159
2019-02-14Update custom charts tab (#2216)Rico Sonntag2-177/+179
2019-02-13Refactoring themes and chart boxesGreg Roach1-1/+1
2019-02-12Update google chartsRico Sonntag4-12/+18
2019-02-06Copying to clipboard unreliableGreg Roach1-2/+2
2019-01-31Refactor class User - use NULL-object pattern for guests and temporary ↵Greg Roach1-1/+0
users, create UserService
2019-01-30Use dependency injection for Statistics classGreg Roach3-3/+3
2019-01-302059 (#2156)Rico Sonntag3-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-23Tidy ajax parameter to chartsGreg Roach1-0/+0
2019-01-23Merge chart controllers into chart modulesGreg Roach5-0/+698