summaryrefslogtreecommitdiff
path: root/resources/views/modules
AgeCommit message (Collapse)AuthorFilesLines
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-29Move analytics settings to the module settingsGreg Roach10-0/+123
2019-01-28Fix: #2151 - Update views to match updated Place classGreg Roach2-2/+2
2019-01-28Update Stats class to use new modulesGreg Roach1-0/+9
2019-01-28Convert page footers to modulesGreg Roach4-0/+24
2019-01-28Refactor Location classGreg Roach1-4/+2
2019-01-27Refactor class PlaceGreg Roach5-7/+7
2019-01-26Fix: #2129 - module managementGreg Roach7-7/+7
2019-01-24Refactoring module APIGreg Roach1-1/+1
2019-01-24Working on iconsGreg Roach2-14/+21
2019-01-24Working on iconsGreg Roach9-44/+68
2019-01-23Cleanup interactive tree moduleGreg Roach1-0/+0
2019-01-23Merge chart controllers into chart modulesGreg Roach4-7/+7
2019-01-23Tidy ajax parameter to chartsGreg Roach12-0/+105
2019-01-23Merge chart controllers into chart modulesGreg Roach5-0/+698
2019-01-23Merge chart controllers into chart modulesGreg Roach3-1/+114
2019-01-22Merge chart controllers into chart modulesGreg Roach2-0/+506
2019-01-22Merge chart controllers into chart modulesGreg Roach2-0/+192
2019-01-22Merge chart controllers into chart modulesGreg Roach2-0/+113
2019-01-22Merge chart controllers into chart modulesGreg Roach8-5/+170
2019-01-22Merge DescentsChartController into DescendancyChartModuleGreg Roach2-1/+53
2019-01-22Merge CompactChartController into CompactChartModuleGreg Roach5-0/+348
2019-01-22Merge AncestorsChartController into AncestorsChartModuleGreg Roach1-0/+63
2019-01-20Working on #2120 - refactor modules: combine installed/enabled/allowed ↵Greg Roach3-7/+7
module lists; use traits to provide default implementations for interfaces; enable new modules by default; remove constructor
2019-01-09Use illuminate/database in remaining modulesGreg Roach1-1/+1
2019-01-06Fix: #2100 markup for legend elements changed in latest bootstrapGreg Roach1-2/+2
2018-12-31Fix: #1711 - display toggles not persistentGreg Roach5-9/+9
2018-12-08Use views for given-names lists and tablesGreg Roach3-16/+12
2018-12-02Fix reselecting batch update plugin. (#2047)Bombadil1-1/+1
2018-11-23Fix: #2039 - double-escaping place URLsGreg Roach4-4/+4
2018-11-18Fix: #2028 - fix delete buttons on census assistant tableGreg Roach1-4/+13
2018-11-18Prefer class-constants to global-constantsGreg Roach2-8/+10
2018-11-18Rename GedcomRecord::getFacts() to facts()Greg Roach1-5/+5
2018-11-18Rename GedcomRecord::getGedcom() to gedcom()Greg Roach1-1/+1
2018-11-18Rename GedcomRecord::getTree() to tree()Greg Roach5-21/+21
2018-11-18Rename GedcomRecord::getXref() to xref()Greg Roach7-21/+21
2018-11-18Rename Tree::getTitle() to title()Greg Roach3-3/+3
2018-11-18Rename Tree::getTreeName() to name()Greg Roach22-57/+57
2018-11-18Rename Tree::getTreeId() to id()Greg Roach2-4/+4
2018-11-18Rename Fact::getLabel() to label()Greg Roach4-6/+6
2018-11-18Rename Fact::getDate() to date()Greg Roach8-15/+15
2018-11-18Rename Fact::getPlace() to place()Greg Roach3-5/+5
2018-11-18Rename Fact::getTarget() to target()Greg Roach1-3/+3
2018-11-18Rename Fact::getAttribute() to attribute()Greg Roach1-1/+1
2018-11-18Rename Fact::getValue() to value()Greg Roach1-1/+1
2018-11-18Rename Fact::getParent() to record()Greg Roach5-7/+7
2018-10-15Fix: #1972 - use markup in both favorites blocksGreg Roach1-1/+3
2018-10-12Use .phtml extension for template filesGreg Roach79-0/+0
2018-10-04Code styleGreg Roach74-2660/+2663
2018-10-03Validate parametersGreg Roach1-1/+1