(bug 5378) General logs link in Special:Contributions
[lhc/web/wiklou.git] / includes / SpecialBlockip.php
2006-03-07 Lupinremoving unused globals and some whitespace cleaning
2006-01-11 Rob Church* Improve the "uploads disabled" warning
2006-01-07 Ævar Arnfjörð Bjar... * s~\t+$~~
2006-01-07 Ævar Arnfjörð Bjar... * s~ +$~~
2005-12-04 Antoine MussoClean up unused globals!
2005-11-03 Tim Starlingfix for PHP 5.1, yet another arbitrary change of return...
2005-09-19 Ævar Arnfjörð Bjar... * (bug 2929) Make Special:Blockip/Username work
2005-08-25 Brion VibberRevert more minor breakage from missing HTML escaping...
2005-08-12 Niklas Laxström*html-safety fixes
2005-07-24 Brion Vibber* (bug 2953) 'other' didn't work in Special:Blockip...
2005-07-06 Niklas LaxströmFix warning
2005-07-06 River Tarnellwhen a value is selected, hide the 'time' entry field
2005-07-05 River Tarnellbug 1651: ipboptions should be translatable
2005-06-28 Ævar Arnfjörð Bjar... * Using wfMsgForContent() rather than wfMsg() for getti...
2005-06-28 River Tarnell(bug 2577) when [[MediaWiki:Ipboptions]] contains ...
2005-06-28 Ævar Arnfjörð Bjar... * Removed $wgBlockExpiryOptions, obsoleted by msg:ipbop...
2005-06-28 River Tarnell* (bug 2577) Allow sysops to enter non-standard block...
2005-06-24 Ævar Arnfjörð Bjar... * Removed htmlspecialchars(), everything given to setSu...
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