summaryrefslogtreecommitdiff
path: root/library/WT/Stats.php
AgeCommit message (Expand)AuthorFilesLines
2015-01-25Show private names option ignored in statistics blockGreg Roach1-1/+1
2015-01-24Add visual feedback for privacy settingsGreg Roach1-1/+1
2015-01-18Scrutinizer Auto-FixesScrutinizer Auto-Fixer1-74/+74
2015-01-17New theme system and admin interfaceGreg Roach1-14/+72
2014-12-26Fix #340 - Non-static method WT_Stats::iso3166() should not be called staticallyGreg Roach1-2/+0
2014-12-16PHPDoc, unused codeGreg Roach1-20/+19
2014-11-04Use Auth class instead of constants - will allow better masquerade function. ...Greg Roach1-4/+4
2014-10-26Move remaining functions from authentication.php to better locationGreg Roach1-1/+5
2014-10-22Move news/blog functions to the news/blog codeGreg Roach1-2/+24
2014-10-21PHPDocGreg Roach1-1/+3
2014-10-21PHPDocGreg Roach1-51/+468
2014-10-21PHPDocGreg Roach1-83/+383
2014-10-21PHPDocGreg Roach1-16/+151
2014-10-21PHPDocGreg Roach1-20/+20
2014-10-20PHPDocGreg Roach1-195/+246
2014-10-20HTML keyword examples fail when favorites module disabledGreg Roach1-4/+12
2014-10-20PHPDocGreg Roach1-27/+286
2014-10-18PHPDocGreg Roach1-32/+83
2014-10-16More PSR-1 code styleGreg Roach1-7/+7
2014-10-10Update .PO files. Fix some minor English grammar.Greg Roach1-2/+2
2014-10-05Use consistent terminology (preference versus setting)Greg Roach1-6/+6
2014-10-05Split tree preference getter/setter into two separate functionsGreg Roach1-117/+115
2014-10-01PHPDocGreg Roach1-8/+16
2014-09-17Code style: do not append values to uninitialised arraysGreg Roach1-0/+6
2014-09-14Rename methodsGreg Roach1-1/+1
2014-09-14Code style: one statement per line, etc.Greg Roach1-1495/+1930
2014-09-13Code style - PSR-1 names for methodsGreg Roach1-11/+11
2014-09-13Code style - PSR-1 names for methodsGreg Roach1-937/+1480
2014-09-13Cleanup unused variablesGreg Roach1-4/+0
2014-09-12Use the (faster) native mb_string functions where available, and fallbacks wh...Greg Roach1-2/+2
2014-08-29Move global I18N functions to I18N classGreg Roach1-2/+2
2014-08-29Move global I18N functions to I18N classGreg Roach1-3/+3
2014-08-27Coding style - prefer &&/|| to and/orGreg Roach1-1/+1
2014-08-14Import classes, per PSR autoloading standardsGreg Roach1-17/+19
2014-07-30Use UUID when unique ID is neededDavid Drury1-1/+2
2014-06-21Capitalisation and punctuationGreg Roach1-1/+1
2014-05-10Cleanup - unused codeGreg Roach1-44/+74
2014-05-09Refactor global user functions into new User/Auth classesGreg Roach1-49/+74
2014-05-08DocBlock headers - fix mismatches with code and apply consistent formattingGreg Roach1-17/+16
2014-05-06Revert "Replace global user functions with WT_User class" - submitted to wron...Greg Roach1-50/+27
2014-05-06Replace global user functions with WT_User classGreg Roach1-27/+50
2014-05-03Upgrade datatables from 1.9.4 to 1.10.0Greg Roach1-11/+11
2014-03-12Stats - marriage age by sex does not show females. Fix by woocGreg Roach1-3/+3
2014-02-15Google charts cannot handle text containing HTML markupGreg Roach1-21/+22
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-12-05Create version string using semantic versioning: 1.5.2-dev comes before 1.5.2Greg Roach1-1/+1
2013-11-01Tidy up trailing whitespaceGreg Roach1-6/+6
2013-09-21Update language files. Tidy up some capitalisation in en_US.Greg Roach1-2/+2
2013-08-29New filter/validation functions for GET/POST variablesGreg Roach1-5/+5