aboutsummaryrefslogtreecommitdiffstats
path: root/includes/SpecialStatistics.php
Commit message (Expand)AuthorAgeFilesLines
* * Using $fname rather than hardcoding wfSpecialStatisticsÆvar Arnfjörð Bjarmason2005-07-071-2/+2
* * (bug 2568) Fixed a logic error in the Special:Statistics code which causedÆvar Arnfjörð Bjarmason2005-06-281-1/+1
* * Special:Statistics now supports action=raw, useful for bots designed toÆvar Arnfjörð Bjarmason2005-06-221-24/+33
* ported site_stats change from 1.4Tim Starling2005-06-191-21/+35
* Rework the user_groups system, again, into something that seems to actuallyBrion Vibber2005-06-091-2/+2
* * Removing $sk, wasn't used at allÆvar Arnfjörð Bjarmason2005-05-251-4/+5
* * Output wikitext rather than mixed HTML and wikitextÆvar Arnfjörð Bjarmason2005-05-111-6/+4
* Added \n at the end of the fileÆvar Arnfjörð Bjarmason2005-04-051-1/+1
* * (bug 1474) Switch to better-cached index for statistics page countBrion Vibber2005-02-071-1/+1
* quotesAntoine Musso2005-01-301-11/+9
* Merge SCHEMA_WORK into HEAD. Lots of changes, some things are probably broken:Brion Vibber2004-12-191-2/+2
* Renaming columns:Jens Frank2004-10-241-1/+1
* Rename fields of user_rights and user_groups table to tablename_columnname sc...Jens Frank2004-10-241-1/+1
* Split files and classes in different packages for phpdocumentor. I probably c...Antoine Musso2004-09-031-0/+2
* Changing comments layout preparing for generated documentation with Phpdocume...Antoine Musso2004-09-021-3/+8
* Split user table into two parts: user and user_rights, for single login. BUG#57Jens Frank2004-08-241-3/+2
* * Support for table name prefixes throughout the code. No support yet for con...Tim Starling2004-07-181-14/+14
* OOP calling convention for database functions. DBMS abstraction implemented b...Tim Starling2004-07-101-13/+12
* Load balancing enabled in places where it's thought to be reasonably safeTim Starling2004-07-101-1/+5
* PG: user->"user"Domas Mituzas2004-06-111-3/+4
* XHTML clean-up. Started reformatting Preferences. Fixed some hard-codingBrion Vibber2004-04-091-3/+3
* Add digit transformation function Language::formatNum() for Arabic and otherBrion Vibber2004-03-061-5/+10
* Fix for compatibility with short_open_tag = OffBrion Vibber2004-02-181-1/+1
* Use wfMsg()'s parametersBrion Vibber2003-11-151-9/+5
* Guarding divisionsTim Starling2003-11-151-2/+2
* changing wfQuery to allow replicationTim Starling2003-09-201-4/+4
* Fix admin count to not include botsBrion Vibber2003-05-201-1/+1
* Initial revisionLee Daniel Crocker2003-04-141-0/+53