Fixing some of the "@return true" or "@return false", need to be "@return bool" and...
[lhc/web/wiklou.git] / includes / specials / SpecialUndelete.php
2012-02-09 Sam ReedFixing some of the "@return true" or "@return false...
2012-02-01 Antoine MussoFix doxygen docs before REL1_19 branching
2012-01-25 Benny SituRevert from 107187 to 107186 for bug24430 patch, it...
2011-12-23 Benny Situbug24430 - patch from Chinchin, remove number of column...
2011-12-21 Brion VibberCode style: move a couple htmlspecialchars() down to...
2011-12-21 Alexandre Emsenhuber* Use local context to get messages
2011-12-20 Aaron SchulzMerged FileBackend branch. Manually avoiding merging...
2011-12-13 Sam ReedFollowup r106046, pull ar_sha1 in getRevision
2011-11-21 John Du HartBug 29524 - Rename RequestContext::getLang to getLanguage
2011-11-21 John Du HartBug 28981 - handle diffonly param on diffs between...
2011-11-16 John Du HartFollowing r100264, update usages in core
2011-11-15 John Du HartUpdated core SpecialPages to use new functions introduc...
2011-11-10 Alexandre EmsenhuberMade DifferenceEngine use a context instead of global...
2011-11-09 Alexandre EmsenhuberUse WikiPage instead of Article
2011-11-07 Alexandre Emsenhuber* Added specific page header when showing "search delet...
2011-10-27 Alexandre EmsenhuberPer Nikerabbit's comment on r100621:
2011-10-27 Aaron SchulzReinstated r94289 et all - rev_sha1/ar_sha1 field for...
2011-10-24 Alexandre EmsenhuberAdded OutputPage::setPageTitleMsg() and OutputPage...
2011-10-12 Alexandre Emsenhuber* Added User paremeter to Revision::userCan(), Revision...
2011-10-07 Max SemenikFollow-up r99211: forgot to revert one file
2011-10-04 Aaron Schulz(bug 31179) Fixed problems with undeletion making bad...
2011-09-24 Alexandre EmsenhuberAllow LogEventsList::showLogExtract() to get a Title...
2011-09-16 Sam ReedFix extra brace
2011-09-16 Sam ReedRevert r91561
2011-08-15 Brion VibberFollowup r94541 (reverts of r94289 undiscussed core...
2011-08-13 Chad HorohoeMove wfStreamFile() into a class, update all callers...
2011-08-11 Aaron SchulzFollow-up r94289: code changes to fill the new fields...
2011-08-03 Aaron Schulz* Refactored SpecialUndelete::revDeleteLink into a...
2011-07-26 Happy-melon(bug 15641) prevent blocked administrators from accessi...
2011-07-19 PlatonidesFollow up r91561. Use canonical class names.
2011-07-16 Alexandre Emsenhuber* Use local context instead of global variables
2011-07-06 Brian Wolff(Bug 19725) Do not include suppressed edits in the...
2011-07-04 Alexandre EmsenhuberUse WebRequest::getValues() instead of raw $_REQUEST
2011-07-01 Sam ReedRemove unused globals
2011-07-01 Sam ReedChange usages of $wgUser->getSkin() in special pages...
2011-06-30 Alexandre EmsenhuberPer Aaron, fix for r91180: pass false to second paramet...
2011-06-30 Alexandre EmsenhuberFixes for r88113 and some realted changes:
2011-06-18 Matěj Grabovský(bug 29443) Special:Undelete should invert checkboxes...
2011-06-17 Sam ReedSwap else if for elseif
2011-06-14 Brion VibberFollowup to r86347, r86797: change SpecialUndelete...
2011-05-28 Sam ReedMore parameter documentation!!
2011-05-26 Leo KoppelkammRemove reset button from Special:Undelete. It does...
2011-05-20 Sam ReedWhitespace
2011-05-17 Siebrand MazelandUse consistent notation for "@todo FIXME". Should updat...
2011-05-16 Alexandre EmsenhuberOnly increment the page count if the page has been...
2011-05-16 Jack Phoenixthree new hooks in SpecialUndelete.php from Wikia codeb...
2011-05-16 Jack Phoenixpeace, love and coding style
2011-05-15 PlatonidesFollow up r87805. Remove unused global.
2011-05-12 Alexandre EmsenhuberRemoved dead code path since r27312: $revision cannot...
2011-05-10 Brion Vibber* (bug 21279) Special:Undelete's 'change visibility...
2011-05-06 Sam ReedMore versions added to @deprecated tags
2011-04-23 Happy-melonFollow-up r86347: the $mFile written to in SpecialUndel...
2011-03-18 Mark A. Hershbergerw/s diff. mostly eol w/s and using only tabs of width...
2011-03-16 PlatonidesAdd a couple of braces and spacing
2011-02-19 Sam ReedAnd some more function level documentation
2011-02-06 Alexandre EmsenhuberEasier to just use addWikiMsg()
2011-02-06 Alexandre Emsenhuber* Changed all calls to wfMsgWikiHtml() in core
2011-02-04 Bryan Tong Minh(bug 19751) Filesystem is now checked during image...
2011-01-05 Chad HorohoeFollowup r68129: rename UndeleteForm to SpecialUndelete...
2011-01-01 Daniel FriesenImplement "relevant" title and user in the skin system...
2010-10-31 Sam ReedSwitch last few uses of while loops to foreach in phase3
2010-10-31 Sam ReedMore deprecated method calls
2010-10-13 Sam ReedAssignment in loop conditions suck
2010-08-19 Sam ReedRemove some more unused variables
2010-08-15 Alexandre EmsenhuberStandardised file description headers; second part
2010-07-29 Sam ReedFollowup r29931
2010-07-24 Sam ReedRemoval of unused globals
2010-06-21 Derk-Jan HartmanCorrect the address of the FSF in some of the GPL headers
2010-06-21 Sam ReedGPL Headers for all!
2010-06-16 Alexandre Emsenhuber* Modified Special:Undelete to extend SpecialPage inste...
2010-05-30 Aryeh GregorRemove most named character references from output
2010-05-28 PlatonidesBug 23699: Add trailing \n at the end of <div>s in...
2010-05-05 Chad HorohoeSame
2010-03-22 Alexandre EmsenhuberFixed some doxygen warnings and documented a bit
2010-02-21 Domas Mituzasglobal $wgLang, $wgLang, $wgLang, $wgLang;
2009-12-15 Alexandre EmsenhuberReplaced all @fixme with "@todo Fixme" since doxygen...
2009-12-11 Chad HorohoeMass convert NULL -> null. Left strings and comments...
2009-12-10 Aaron SchulzRemoved $file->load() call from r57148: already called...
2009-11-14 Siebrand MazelandUpdate break notation to self enclosed and properly...
2009-11-02 Raimond Spekkingi18n tweak: Use 'colon-separator' instead of hardcoded...
2009-10-30 Aaron Schulz* bug 21267 change "show/hide" to "show", if user canno...
2009-10-21 Max Semenik(bug 20275) Fixed LIKE queries on SQLite backend
2009-10-10 Aaron Schulzbug 21076: b/c, make 'undelete' work without 'deletedtext'
2009-09-30 Aaron Schulz* Renamed deletedcontent to deletedtext
2009-09-28 Aaron Schulz* Split off deletedrevision (view only) right and give...
2009-09-22 Aaron Schulz* Split out 'deletedcontent' from 'undelete' right...
2009-09-12 Aaron Schulz* Removed duplicate revdelete links
2009-09-12 Raimond SpekkingFollow-up r56215: Replace hardcoded text with a new...
2009-09-11 Brion VibberForward-port image manipulation disabling hack from...
2009-07-24 Aaron Schulz(bug 19905) Clean up revdelete/restore interaction
2009-07-19 Aaron Schulzbug 18725 add revision suppression UI on deleted revisi...
2009-07-16 Andrew GarrettLiquidThreads updates:
2009-06-25 Raimond SpekkingWrap some more elements into divs
2009-06-15 Siebrand Mazeland(bug 19205 ) Follow-up to 50351 and 51572: no double...
2009-06-07 Siebrand Mazeland* replace use of deprecated makeKnownLinkObj() by linkK...
2009-06-02 Siebrand MazelandFix syntax errors in r51305.
2009-06-01 Purodha B BlissenbachMessage 'revisionasof' - date and time separated as...
2009-06-01 Tim StarlingIn Special:RevisionDelete:
2009-05-26 Aaron Schulz(bug 18772) Removed redundant 'deletedrev' message...
2009-05-22 Niklas LaxströmEscaping fixes
next