Got rid of the MagicWord indexing constants (MAG_xxx), replaced them by string indexi...
[lhc/web/wiklou.git] / includes / SpecialListusers.php
2006-06-06 Domas MituzasAutoload QueryPage
2006-05-11 Antoine MussoRevert to r14165 . Did too many changes, didnt even...
2006-05-11 Antoine Mussolast round of PHP5 stuff for now.
2006-05-08 Ævar Arnfjörð Bjar... * Fixed invalid XML, please test with application/xhtml...
2006-05-07 Rob Church(bug 5846) Link to individual group description pages...
2006-05-04 Niklas Laxström* (bug 5587) Clean up the languages from references...
2006-05-03 Rob ChurchRemove leftover cruft
2006-05-03 Rob Church* (bug 5801) Correct handling of underscores in Special...
2006-05-01 Niklas Laxström* Bidi-aid on list pages
2006-04-21 Tim StarlingRemoved extra GROUP BY terms introduced in revision...
2006-04-12 Brion Vibber* (bug 385) Installer support for PostgreSQL, fixes...
2006-04-05 Brion VibberUpdate the FSF's address in all these GPL stub headers
2006-04-04 Rob Church(bug 5447) Convert first letter of username to uppercas...
2006-01-31 Tim StarlingFeature karma: removing a useless feature that I recent...
2006-01-25 Tim StarlingAdded $wgInvisibleGroups, to hide groups from Special...
2006-01-07 Ævar Arnfjörð Bjar... * s~\t+$~~
2006-01-07 Ævar Arnfjörð Bjar... * s~ +$~~
2006-01-05 Tim StarlingRemoved $wgLinkCache, converted to a singleton. Removed...
2005-12-11 Brion VibberAvar poked in these hooks as a demo for Tom, but they...
2005-12-09 Ævar Arnfjörð Bjar... * (bug 3294) A hook intended for use by extensions...
2005-12-04 Antoine MussoClean up unused globals!
2005-10-29 Ævar Arnfjörð Bjar... * NS_USER => $row->namespace (it's going to be the...
2005-09-20 Brion Vibber* (bug 3506) Avoid MySQL error when Listusers returns...
2005-09-13 Niklas LaxströmBug 3144: "Submit query" message localization
2005-09-11 Tim StarlingFaster Special:Listusers, should be up to 10x faster...
2005-07-13 Antoine Musso* optional parameter for [[Special:Listusers]]
2005-06-30 Brion Vibber* (bug 2625) Keep group & user settings when paging...
2005-06-16 Brion Vibber* Fix ordering of Special:Listusers; fix groups list...
2005-06-09 Brion VibberRework the user_groups system, again, into something...
2005-05-15 Tim StarlingRenamed group table to groups, and renamed the fields...
2005-04-27 Brion VibberAdd a space to make output look less horrible
2005-04-27 Brion VibberAvoid 'trying to get property of non-object' notices
2005-04-26 Ævar Arnfjörð Bjar... * Removing two undefined messages, speciallistusersgrou...
2005-03-24 Ævar Arnfjörð Bjar... Removed hardcoded messages in Special:Listusers.
2005-02-21 Brion VibberDe-cruftification continues.
2005-02-01 Antoine MussoFix #770. Does mysql group_concat at application level...
2005-01-27 Antoine Mussofix phpdoc comment
2005-01-16 Tom GilderVarious XHTML fixes
2004-12-01 Brion VibberSigh...
2004-11-13 Antoine MussoFix bug bugzilla.wikipedia.org/show_bug.cgi?id=705
2004-11-12 Antoine MussoPartially implement bugzilla.wikipedia.org/show_bug...
2004-10-24 Jens FrankRenaming columns:
2004-10-24 Jens FrankRename fields of user_rights and user_groups table...
2004-09-24 Zheng ZhuAttempt to fix links not fixed in the wgLang->wgContLan...
2004-09-24 Zheng ZhuSecond batch of files modified to replace selected...
2004-09-03 Antoine MussoSplit files and classes in different packages for phpdo...
2004-09-02 Antoine MussoChanging comments layout preparing for generated docume...
2004-08-24 Jens FrankSplit user table into two parts: user and user_rights...
2004-08-07 Brion VibberUse makeLink instead of makeKnownLink in the users...
2004-07-18 Tim Starling* Support for table name prefixes throughout the code...
2004-07-10 Tim StarlingOOP calling convention for database functions. DBMS...
2004-06-18 Antoine Mussosome comments at top
2004-06-12 Antoine MussoisExpensive get default value
2004-06-12 Antoine MussoMigrated as a QueryPage extension
2004-06-11 Domas Mituzaschange user into "user" for PG
2004-04-09 Brion VibberXHTML clean-up. Started reformatting Preferences. Fixed...
2004-02-18 Brion VibberFix for compatibility with short_open_tag = Off
2003-09-20 Tim StarlingwfQuery now takes three parameters -- one extra for...
2003-06-03 Brion VibberRefactor some common code for offsets/limits; some...
2003-04-14 Lee Daniel CrockerInitial revision