| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2019-01-30 | 2059 (#2156) | Rico Sonntag | 34 | -360/+1247 | |
| * 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 | Analytics configuration not being saved | Greg Roach | 1 | -1/+1 | |
| 2019-01-29 | Move analytics settings to the module settings | Greg Roach | 16 | -45/+62 | |
| 2019-01-29 | Add column for historic events on module administration page | Greg Roach | 2 | -0/+14 | |
| 2019-01-28 | Fix: #2147 update tree chart to use new module | Greg Roach | 1 | -1/+1 | |
| 2019-01-28 | Fix: #2151 - Update views to match updated Place class | Greg Roach | 2 | -2/+2 | |
| 2019-01-28 | Update Stats class to use new modules | Greg Roach | 1 | -0/+9 | |
| 2019-01-28 | Convert page footers to modules | Greg Roach | 9 | -20/+57 | |
| 2019-01-28 | Add column to module admin page for analytics | Greg Roach | 2 | -0/+14 | |
| 2019-01-28 | Refactor Location class | Greg Roach | 2 | -12/+10 | |
| 2019-01-27 | Refactor class Place | Greg Roach | 12 | -24/+18 | |
| 2019-01-26 | Wrong check for RelationshipsChartModule | Greg Roach | 1 | -1/+5 | |
| 2019-01-26 | DeadCode | Greg Roach | 1 | -1/+1 | |
| 2019-01-26 | Do not generate links to relationships chart when it is disabled | Greg Roach | 1 | -2/+10 | |
| 2019-01-26 | Update module form action | Greg Roach | 1 | -1/+1 | |
| 2019-01-26 | Fix: #2129 - module management | Greg Roach | 11 | -171/+233 | |
| 2019-01-26 | The cemeteries report is now called the burials report | Greg Roach | 1 | -1/+1 | |
| 2019-01-25 | Restore missing import | Greg Roach | 1 | -0/+1 | |
| 2019-01-25 | Refactor core/custom modules | Greg Roach | 18 | -4/+6917 | |
| 2019-01-25 | Convert tracking and analytics functions into modules | Greg Roach | 17 | -140/+184 | |
| 2019-01-24 | Refactoring module API | Greg Roach | 2 | -2/+2 | |
| 2019-01-24 | Working on icons | Greg Roach | 11 | -39/+50 | |
| 2019-01-24 | Working on icons | Greg Roach | 91 | -163/+195 | |
| 2019-01-23 | Cleanup interactive tree module | Greg Roach | 1 | -0/+0 | |
| 2019-01-23 | Merge chart controllers into chart modules | Greg Roach | 4 | -7/+7 | |
| 2019-01-23 | Tidy ajax parameter to charts | Greg Roach | 12 | -8/+4 | |
| 2019-01-23 | Merge chart controllers into chart modules | Greg Roach | 6 | -90/+74 | |
| 2019-01-23 | Merge chart controllers into chart modules | Greg Roach | 3 | -6/+8 | |
| 2019-01-22 | Cleaning up | Greg Roach | 4 | -10/+10 | |
| 2019-01-22 | Merge chart controllers into chart modules | Greg Roach | 2 | -3/+5 | |
| 2019-01-22 | Merge chart controllers into chart modules | Greg Roach | 2 | -2/+4 | |
| 2019-01-22 | Merge chart controllers into chart modules | Greg Roach | 2 | -3/+7 | |
| 2019-01-22 | Merge chart controllers into chart modules | Greg Roach | 8 | -9/+15 | |
| 2019-01-22 | Merge DescentsChartController into DescendancyChartModule | Greg Roach | 2 | -6/+7 | |
| 2019-01-22 | Merge CompactChartController into CompactChartModule | Greg Roach | 6 | -300/+300 | |
| 2019-01-22 | Rename chart interface api | Greg Roach | 1 | -1/+1 | |
| 2019-01-22 | Merge AncestorsChartController into AncestorsChartModule | Greg Roach | 1 | -4/+16 | |
| 2019-01-21 | Simplify API function name | Greg Roach | 6 | -14/+14 | |
| 2019-01-20 | Create ChartService for finding ancestors, descendants, cousins, etc. | Greg Roach | 1 | -61/+61 | |
| 2019-01-20 | Working on #2120 - refactor modules: combine installed/enabled/allowed ↵ | Greg Roach | 9 | -27/+29 | |
| module lists; use traits to provide default implementations for interfaces; enable new modules by default; remove constructor | |||||
| 2019-01-18 | Add support for illuminate/cache and refactor class User | Greg Roach | 1 | -1/+1 | |
| 2019-01-16 | Remove global constants from views | Greg Roach | 4 | -5/+5 | |
| 2019-01-15 | Simplify folder paths in manage media | Greg Roach | 1 | -9/+1 | |
| 2019-01-13 | Fix: add default restrictions for specific records | Greg Roach | 1 | -67/+88 | |
| 2019-01-10 | Use illuminate/database for tree checks | Greg Roach | 1 | -2/+2 | |
| 2019-01-10 | Use illuminate/database for renumbering trees | Greg Roach | 1 | -4/+4 | |
| 2019-01-10 | Use illuminate/database in pending changes controller | Greg Roach | 1 | -1/+1 | |
| 2019-01-09 | Use illuminate/database for place hierarchy | Greg Roach | 1 | -1/+1 | |
| 2019-01-09 | Use illuminate/database for citation autocomplete | Greg Roach | 1 | -1/+10 | |
