summaryrefslogtreecommitdiff
path: root/app/Statistics
AgeCommit message (Expand)AuthorFilesLines
2019-09-12CodeStyle - use groupBy() consistentlyGreg Roach2-12/+12
2019-08-18Fix: #2488 - Numeric name causes type errorGreg Roach1-1/+1
2019-07-25Fix: #2506 - integer XREFs as array keysGreg Roach1-2/+2
2019-07-17Use Query Expression class directly, remove unused importsGreg Roach5-38/+43
2019-07-14Refactor blocksGreg Roach2-4/+5
2019-04-25Closures that do not use $this should be declared staticGreg Roach1-1/+1
2019-04-17CodeStyleGreg Roach10-35/+35
2019-04-10Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17Greg Roach23-50/+86
2019-04-03Declare static closuresGreg Roach10-60/+60
2019-03-07Code style and testingGreg Roach2-16/+15
2019-03-06Type hintingGreg Roach3-3/+3
2019-03-03CodeStyleGreg Roach1-1/+0
2019-03-03Revert "#2296 - improve performance of first-marriage-month query"Greg Roach1-1/+4
2019-03-03#2296 - improve performance of first-marriage-month queryGreg Roach1-4/+1
2019-03-03#2296 - improve performance of first-marriage-month queryGreg Roach1-0/+1
2019-03-03Convert from Carbon (v1) to CarbonImmutable (v2)Greg Roach4-18/+17
2019-03-02Use app() shortcutGreg Roach11-11/+11
2019-03-02TypeHintsGreg Roach10-20/+20
2019-02-26Remove global constant CLIENT_JDGreg Roach1-1/+2
2019-02-24Working on modulesGreg Roach1-4/+4
2019-02-24Unused importsGreg Roach2-2/+0
2019-02-23Refactor module componentsGreg Roach1-1/+2
2019-02-23Lists as ModulesRichard Cissee1-1/+9
2019-02-23Use UTC internally, and convert to local time for displayGreg Roach2-12/+25
2019-02-22Apply fixes from StyleCI (#2254)Greg Roach1-1/+0
2019-02-22Refactoring and cleanupGreg Roach4-170/+113
2019-02-22Refactor statistics query functions to return queriesGreg Roach2-17/+26
2019-02-22Refactor statistics query functions to return queriesGreg Roach1-17/+33
2019-02-22Refactor statistics query functions to return queriesGreg Roach1-37/+41
2019-02-22Apply fixes from StyleCI (#2249)Greg Roach1-1/+1
2019-02-22Moved color interpolation to separate class, renamed helper to servic… (#2248)Rico Sonntag24-215/+395
2019-02-21Add statistics functions to the test libraryGreg Roach2-2/+2
2019-02-21Convert SQL to use illuminate/databaseGreg Roach2-163/+87
2019-02-21Varius fixes to the statistics (#2247)Rico Sonntag8-17/+18
2019-02-20Conver SQL to use illuminate/databaseGreg Roach1-37/+32
2019-02-20Convert SQL queries to use illuminate/databaseGreg Roach1-52/+62
2019-02-20Convert SQL queries to use illuminate/databaseGreg Roach2-91/+81
2019-02-20Convert SQL queries to use illuminate/databaseGreg Roach2-144/+96
2019-02-20Convert SQL queries to use illuminate/databaseGreg Roach2-178/+165
2019-02-20Update IndividualRepository.php (#2243)Rico Sonntag1-2/+5
2019-02-20Update list charts to use google chart api (#2235)Rico Sonntag2-14/+42
2019-02-16Use Collection classGreg Roach3-10/+13
2019-02-16Rename functions getFoo() to foo() and return collections instead of arraysGreg Roach6-19/+19
2019-02-14Update custom charts tab (#2216)Rico Sonntag3-14/+42
2019-02-13Refactoring themes and chart boxesGreg Roach52-52/+52
2019-02-13Apply fixes from StyleCI (#2212)Greg Roach2-2/+2
2019-02-13Refactored marriage age query to illuminate db (#2211)Rico Sonntag2-48/+56
2019-02-13Display message if no data/charts are available (#2210)Rico Sonntag9-33/+52
2019-02-12Fix: #2206 reinstate localization for century abbreviationsGreg Roach1-4/+47
2019-02-12Update AbstractGoogle.php (#2204)Rico Sonntag1-0/+4