summaryrefslogtreecommitdiff
path: root/statisticsplot.php
AgeCommit message (Expand)AuthorFilesLines
2015-02-05Namespaces should consist of both vendor and packageGreg Roach1-1/+1
2015-02-04PHPDoc for globalsGreg Roach1-0/+7
2015-02-02Refactor classes to use namespaces, as per PSR-4. Replace GPL2 with GPL3.Greg Roach1-72/+88
2015-01-26Properly escape URL in statistics plotGreg Roach1-1/+1
2015-01-23Error handling in statisticsplotGreg Roach1-2/+1
2015-01-21Code quality - avoid @, exit() and die()Greg Roach1-1/+1
2015-01-18Scrutinizer Auto-FixesScrutinizer Auto-Fixer1-20/+20
2015-01-18Default constructors do not need parenthesesGreg Roach1-1/+1
2014-12-05Statistics charts - convert code from Dutch to EnglishGreg Roach1-198/+198
2014-12-05PHPDocGreg Roach1-2/+2
2014-12-05PHPDoc and tidy upGreg Roach1-248/+278
2014-11-08PHPDocGreg Roach1-1/+1
2014-10-22Remove old/commented codeGreg Roach1-3/+1
2014-10-06Whitespace changes to reduce merge conflicts with the assets branchGreg Roach1-1/+1
2014-09-19Unused codeGreg Roach1-19/+18
2014-09-17Code style: do not append values to uninitialised arraysGreg Roach1-0/+1
2014-09-13Code style - PSR-1 names for methodsGreg Roach1-37/+37
2014-09-13Code style - PSR-1 names for methodsGreg Roach1-1/+1
2014-08-27Remove execute file permissions from PHP scriptsGreg Roach1-0/+0
2014-05-03Cleanup - remove unused variablesGreg Roach1-6/+3
2014-04-01Unused variablesGreg Roach1-2/+0
2014-01-04Update copyright date to 2014Greg Roach1-1/+1
2014-01-04Fix address of FSF, replace licence of GPLv2 by latest versionweberho1-1/+1
2013-08-29New filter/validation functions for GET/POST variablesGreg Roach1-1/+1
2013-08-25Shorter/simpler y-axis titlesGreg Roach1-5/+5
2013-08-25Years misformed in statistics chartsGreg Roach1-3/+6
2013-08-21Add escaping functions, based on semantics of what is being escapedGreg Roach1-1/+1
2013-08-09Remove empty subversion Id tagsGreg Roach1-3/+1
2013-07-30Number formatting error in statistics plotfisharebest1-3/+3
2013-02-23#1132049 - Statistics -> Own charts doesn't workfisharebest1-4/+2
2012-06-30Performance. PHP has no native function for integer division. floor($x/$y) ...fisharebest1-20/+20
2012-06-17Statistics plot - own charts have not worked for quite some time.fisharebest1-5/+3
2012-05-05add translation to the numbersŁukasz Wilenski1-4/+4
2012-03-27use modal dialog for own statistics chartsŁukasz Wilenski1-45/+3
2012-01-05tidy up statistics pageŁukasz Wilenski1-20/+15
2012-01-03Google charts - use HTTPS. It seems that some of the documentation refers to...fisharebest1-1/+1
2012-01-03Revert 13172 (temporarily?) It seems that google is sending a bad HTTPS cert...fisharebest1-1/+1
2012-01-03Google charts API - documentation says to use https, (although http also works)fisharebest1-1/+1
2011-12-12HTML validation - use html5-style for self-closing tags, instead of xhtml-stylefisharebest1-11/+11
2011-11-18fix statisticsŁukasz Wilenski1-12/+12
2011-11-11Remove redundant/obsolete html attribute (border="0") as this is already set ...fisharebest1-1/+1
2011-11-05Major MVC refactoring. Every page now has a controller.fisharebest1-32/+30
2011-10-06tidy up statisticsŁukasz Wilenski1-2/+2
2011-03-27restore "Month of birth of first child in a relation" statisticŁukasz Wilenski1-206/+247
2011-01-01Refactoring class names and use autoloading.fisharebest1-38/+38
2011-01-01Refactoring class names and use autoloading.fisharebest1-5/+2
2011-01-01Refactoring class names and use autoloading.fisharebest1-1/+1
2010-12-09#686704 1.0.6 - embeding blocks inside an HTML block not working?Łukasz Wilenski1-38/+38
2010-11-17Fix: unquoted strings in URLs break RTL pages - hebrew text often contains a ...fisharebest1-5/+5
2010-10-30(no commit message)fisharebest1-38/+38