summaryrefslogtreecommitdiff
path: root/resources/views/statistics
AgeCommit message (Expand)AuthorFilesLines
2019-12-03Apply PSR12 code style to templatesGreg Roach35-69/+131
2019-10-26Remove LocaleInterface as dependency of LocalizationServiceGreg Roach4-4/+0
2019-10-25Remove global constant WT_LOCALE and store LocaleInterface in the requestGreg Roach5-9/+9
2019-10-25json_encode() embedded variablesGreg Roach2-5/+5
2019-10-25GH-2681: Refactored statistics charts, prevent multiple google chart loading,...Rico Sonntag5-145/+85
2019-10-09Working on routing; Code cleanupGreg Roach17-18/+35
2019-09-29Add tree to request; preparing for routerGreg Roach1-1/+2
2019-07-18Fix: #2431 - GoogleCharts use browser language by defaultGreg Roach1-0/+2
2019-04-25CodeStyle - redundant semicolonsGreg Roach17-29/+29
2019-03-04Unique stacks should be an opt-in featureGreg Roach1-2/+2
2019-02-20Update list charts to use google chart api (#2235)Rico Sonntag2-29/+20
2019-02-16Rename functions getFoo() to foo() and return collections instead of arraysGreg Roach9-9/+9
2019-02-14Update custom charts tab (#2216)Rico Sonntag4-67/+89
2019-02-13Display message if no data/charts are available (#2210)Rico Sonntag17-204/+345
2019-02-12Update google chartsRico Sonntag8-35/+244
2019-01-31Refactor class User - use NULL-object pattern for guests and temporary users,...Greg Roach1-1/+0
2019-01-30Use dependency injection for Statistics classGreg Roach17-17/+17
2019-01-302059 (#2156)Rico Sonntag31-0/+1214