summaryrefslogtreecommitdiff
path: root/app/Statistics/Google
AgeCommit message (Expand)AuthorFilesLines
2021-03-19PHPdocGreg Roach3-3/+3
2021-03-12Remove unused importsGreg Roach1-1/+0
2021-03-09Cleanup unused codeGreg Roach1-1/+1
2021-02-08Fix: chartNoChildrenFamilies shows negative entry for 'other'Greg Roach1-1/+1
2021-02-04Code styleGreg Roach1-1/+1
2021-02-04Use gedcom elementsGreg Roach1-1/+4
2021-01-25Use https link in copyright headerGreg Roach17-34/+34
2020-10-03#3529 - rename Factory to RegistryGreg Roach1-2/+2
2020-07-08Fix: #3154, Fix: #3395 - google charts need strict typesGreg Roach7-61/+105
2020-06-04PHPdocGreg Roach1-2/+2
2020-06-04PHPdocGreg Roach1-3/+3
2020-06-03PHPdocGreg Roach1-3/+3
2020-05-12Update code to use new Factory objectsGreg Roach1-3/+3
2020-02-15Fix: #3083 - google chart requires integer dataGreg Roach1-3/+3
2019-11-13Unused importsGreg Roach1-3/+0
2019-11-11Simplify access to current localeGreg Roach17-126/+17
2019-11-03Fix: #2736 - distribution charts always in chineseGreg Roach1-2/+6
2019-10-25Remove global constant WT_LOCALE and store LocaleInterface in the requestGreg Roach17-144/+231
2019-10-17PSR12Greg Roach17-0/+17
2019-10-09Working on routingGreg Roach12-24/+24
2019-09-29PSR12Greg Roach17-2/+31
2019-07-17Use Query Expression class directly, remove unused importsGreg Roach3-9/+12
2019-04-17CodeStyleGreg Roach6-9/+9
2019-04-10Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17Greg Roach16-31/+53
2019-04-03Declare static closuresGreg Roach5-9/+9
2019-03-02Use app() shortcutGreg Roach11-11/+11
2019-03-02TypeHintsGreg Roach4-7/+7
2019-02-22Moved color interpolation to separate class, renamed helper to servic… (#2248)Rico Sonntag17-138/+360
2019-02-21Varius fixes to the statistics (#2247)Rico Sonntag6-6/+6
2019-02-20Update list charts to use google chart api (#2235)Rico Sonntag2-14/+42
2019-02-16Rename functions getFoo() to foo() and return collections instead of arraysGreg Roach1-1/+1
2019-02-14Update custom charts tab (#2216)Rico Sonntag2-10/+42
2019-02-13Refactoring themes and chart boxesGreg Roach17-17/+17
2019-02-13Apply fixes from StyleCI (#2212)Greg Roach2-2/+2
2019-02-13Refactored marriage age query to illuminate db (#2211)Rico Sonntag1-35/+56
2019-02-13Display message if no data/charts are available (#2210)Rico Sonntag5-27/+46
2019-02-12Update google chartsRico Sonntag18-1055/+743
2019-01-31Apply fixes from StyleCI (#2170)Greg Roach1-2/+2
2019-01-30Update statistics to avoid MySQL-specific functionsGreg Roach1-23/+32
2019-01-30Update statistics to avoid MySQL-specific functionsGreg Roach8-10/+10
2019-01-30Clean up module codeGreg Roach13-13/+0
2019-01-30Converting themes to modulesGreg Roach13-49/+62
2019-01-302059 (#2156)Rico Sonntag17-0/+2298