Basic static HTML dump generator, experimental
[lhc/web/wiklou.git] / includes / SpecialMakesysop.php
2005-02-21 Brion VibberCruft war continues: more uses of isAnon() and isLoggedIn()
2005-02-18 River Tarnellremove unused variable
2004-12-03 Brion VibberAdd some conditional die()s to suppress fatal error...
2004-10-24 Antoine MussoImplementing user levels management. This is only a...
2004-10-24 Jens FrankRenaming columns:
2004-10-24 Jens FrankRename fields of user_rights and user_groups table...
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-24 Jens FrankReplaced old setIgnoreSQLErrors by newer ignoreErrors
2004-08-24 Brion VibberSpecial:Log and the logging table -- unified logging...
2004-08-05 Brion VibberDatabase::setIgnoreErrors() doesn't seem to exist anymo...
2004-07-18 Tim Starling* Support for table name prefixes throughout the code...
2004-06-21 Tim Starlinguncommented "make bureaucrat" checkbox
2004-05-07 Tim Starlinginclude_once -> require_once
2004-04-15 Tim StarlingFixed bug with UID specification
2004-04-09 Brion VibberXHTML clean-up. Started reformatting Preferences. Fixed...
2004-04-01 Tim StarlingRefactored (object-orientified) to make them play nice...
2004-03-12 Tim StarlingAllowing user ids to be specified e.g. "#1234@en",...
2004-03-07 Brion VibberReplace the random boolean parameters on Title::getURL...
2004-03-06 Tim Starling* Fixed magic quotes in $_REQUEST, in Setup.php
2004-03-01 Tim StarlingLimited developer version of Special:Makesysop to a...
2004-02-29 Tim StarlingSpecial developer powers in SpecialMakesysop, different...
2004-02-18 Brion VibberFix for compatibility with short_open_tag = Off
2004-02-08 Tim Starlingdisabled interwiki component
2004-02-08 Brion VibberRemove the cross-wiki mode. Not only is it implementati...
2004-02-07 Tim StarlingBureaucratic improvements -- lots of forms to fill...
2004-02-06 Tim StarlingAllowing bureaucrats to create other bureaucrats
2004-02-04 Mr. E23Made it possible for bureaucrats to sysop users at...
2004-02-01 Mr. E23Special page for making sysops.