* Removed the need to supply a reason for a block.
[lhc/web/wiklou.git] / includes / SpecialBlockip.php
2005-04-28 Ævar Arnfjörð Bjar... * Removed the need to supply a reason for a block.
2005-04-19 Brion Vibber* (bug 1927) Incorrect escaping on wikitext message...
2005-03-26 Antoine MussoFix "ip address or username" when $wgSysopUserBans...
2005-03-24 Ævar Arnfjörð Bjar... We *do* like pretty html right?;)
2005-03-24 Ævar Arnfjörð Bjar... Fixed a fatal XML error, <select/><option>foo</option...
2005-03-13 Evan ProdromouChanged the calling protocol for function wfRunHooks...
2005-03-07 Mr. E23Fixed occurence of php escape tags in HTML output.
2005-02-22 Mr. E23Made list of expiry options configurable.\nRemoved...
2005-02-21 Brion VibberAudit tweaks: extra post checks, markup fixes.
2005-02-17 Mr. E23Replacing block time field with an intuitive drop-down...
2005-01-29 Brion Vibber* (bug 829) Fix URL-escaping on block success
2005-01-29 Brion Vibber* (bug 1429) Stop double-escaping of block comments...
2005-01-14 Tim Starlingelaborate fix for bug 1156: Block log: missing expiry...
2004-11-27 Evan ProdromouAdded event-hooking code for blocking users and IPs...
2004-10-24 Antoine MussoImplementing user levels management. This is only a...
2004-09-22 Antoine MussoFix bugzilla.wikipedia.org/show_bug.cgi?id=528 . New...
2004-09-19 Antoine Mussosingle quotes
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 Brion VibberSpecial:Log and the logging table -- unified logging...
2004-04-26 Brion VibberXHTML fixes
2004-03-14 Tim Starlingbug fix: invalid ranges didn't halt processing
2004-03-08 Brion VibberMore globals and uninitialized variables fixes. Added...
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-02-22 Tim Starlingno blocks larger than /16
2004-02-22 Tim Starlingbug fix
2004-02-18 Brion VibberFix for compatibility with short_open_tag = Off
2004-02-14 Tim StarlingTwo blocking features: IP range blocks, and expiry...
2003-11-27 Brion VibberFix block log entry
2003-11-24 Brion VibberRevert globals patch pending further work
2003-11-23 Brion VibberCommit JeLuF's register_globals fixes, first phase
2003-11-15 Brion VibberUse wfMsg()'s parameters
2003-10-16 Tim Starlingblock/unblock log; split off profiling into Profiling...
2003-09-20 Tim Starlingminor usability enhancement
2003-09-17 Tim Starling*** empty log message ***
2003-09-07 Tim StarlingAutoblocker privacy protection
2003-09-01 Tim Starlingnew Block object, block expiry, optional sysop blocks
2003-08-31 Tim StarlingUndelete bug partially fixed; Sysop ability to block...
2003-06-30 Brion VibberDate/time fixes: try to ensure that timestamps are...
2003-04-14 Lee Daniel CrockerInitial revision