aboutsummaryrefslogtreecommitdiffstats
path: root/includes/specials/SpecialDeletedContributions.php
Commit message (Expand)AuthorAgeFilesLines
* * (bug 34471) Deleted contributions for IP addresses now works againAlexandre Emsenhuber2012-02-171-1/+1
* Use Language::userTimeAndDate() instead of Language::timeanddate() to display...Alexandre Emsenhuber2012-01-301-1/+1
* Cleanup a few unused variablesSam Reed2012-01-011-2/+0
* Use local context to get messagesAlexandre Emsenhuber2011-12-291-24/+26
* Fix typo in r103751Roan Kattouw2011-11-231-1/+1
* Bug 29524 - Rename RequestContext::getLang to getLanguageJohn Du Hart2011-11-211-4/+4
* Fix typo in r103751Roan Kattouw2011-11-201-1/+1
* In the spirit of r103745, guard against invalid user names in SpecialContribu...Roan Kattouw2011-11-201-12/+13
* * Changed OutputPage's handling of subtitles to use an array and implode it w...Alexandre Emsenhuber2011-11-081-4/+5
* Per Nikerabbit's comment on r100621:Alexandre Emsenhuber2011-10-271-1/+1
* Followup to r97033 - removed wgWhatlinksherelimit and started the conversion ...Sean Colombo2011-10-251-1/+2
* Added OutputPage::setPageTitleMsg() and OutputPage::setHTMLTitleMsg() as modi...Alexandre Emsenhuber2011-10-241-1/+1
* * Added User paremeter to Revision::userCan(), Revision::userCanBitfield(), L...Alexandre Emsenhuber2011-10-121-1/+1
* Revert r93246: besides the problems pointed out at CR, it also causes bug 314...Max Semenik2011-10-071-4/+0
* Allow LogEventsList::showLogExtract() to get a Title object instead of having...Alexandre Emsenhuber2011-09-241-1/+1
* * Made IndexPager extend ContextSourceAlexandre Emsenhuber2011-09-201-59/+55
* Reverted r88023 per CRAaron Schulz2011-09-071-4/+3
* Further updates for r90643/r95647 in core and extensions. Fixed all callers o...Tim Starling2011-08-291-1/+2
* * Refactored SpecialUndelete::revDeleteLink into a Linker::getRevDeleteLink f...Aaron Schulz2011-08-031-15/+2
* (bug 15641) prevent blocked administrators from accessing deleted revisions.Happy-melon2011-07-261-0/+4
* Change usages of $wgUser->getSkin() in special pages to use $this->getSkin()Sam Reed2011-07-011-1/+1
* Swap else if for elseifSam Reed2011-06-171-1/+1
* Use consistent notation for "@todo FIXME". Should update http://svn.wikimedia...Siebrand Mazeland2011-05-171-1/+1
* * changed display function for length to Linker::formatRevisionSizeJure Kajzer2011-05-141-1/+1
* * bug 28571Jure Kajzer2011-05-131-3/+4
* w/s diff. mostly eol w/s and using only tabs of width 4 to indent.Mark A. Hershberger2011-03-181-4/+4
* Follow-up r83786: update references in SpecialPage::getTitleFor() and friends...Happy-melon2011-03-121-2/+2
* Deprecate $wgSysopUserBans and $wgSysopRangeBans, both of which are pre-1.2, ...Happy-melon2011-03-121-2/+2
* Remove second parameters from wfEmptyMsg() callsAntoine Musso2011-03-071-1/+1
* Implement Message::isBlank and Message::isDisabled.Daniel Friesen2011-01-141-3/+1
* More deprecated method callsSam Reed2010-10-311-1/+1
* Standardised file description headers; first pathAlexandre Emsenhuber2010-08-141-0/+4
* Removal of unused globalsSam Reed2010-07-241-2/+2
* Correct the address of the FSF in some of the GPL headersDerk-Jan Hartman2010-06-211-1/+1
* GPL Headers for all!Sam Reed2010-06-211-0/+18
* Fixed some doxygen warningsAlexandre Emsenhuber2010-03-101-2/+2
* double global declarationDomas Mituzas2010-02-211-1/+1
* Fix a wrong comparison: User::idFromName returns null (not 0) in case of non-...Raimond Spekking2009-12-171-3/+3
* Replaced all @fixme with "@todo Fixme" since doxygen doesn't have a @fixme co...Alexandre Emsenhuber2009-12-151-1/+1
* last tweak for bug 21352 (RevDelete messages)Aaron Schulz2009-11-181-6/+9
* Sync contributionsSub from SpecialContributions.php and getSubTitle in Specia...Siebrand Mazeland2009-11-141-11/+51
* Add tools link to user rights management for proviledged usersSiebrand Mazeland2009-11-141-0/+9
* * bug 21267 change "show/hide" to "show", if user cannot submit Special:Revis...Aaron Schulz2009-10-301-7/+5
* * Renamed deletedcontent to deletedtextAaron Schulz2009-09-301-3/+3
* * Split off deletedrevision (view only) right and give it to sysopsAaron Schulz2009-09-281-3/+4
* * Consistency tweak: coalesce tool links with pipes instead of a lot () () ()Raimond Spekking2009-09-231-4/+13
* * Split out 'deletedcontent' from 'undelete' right (bug 19199/bug 9884) Aaron Schulz2009-09-221-1/+1
* Use Html::input()/autofocus a bunch more placesAryeh Gregor2009-08-211-1/+4
* check 'undelete' for undelete page linksAaron Schulz2009-08-041-2/+2
* Show change flag tooltips everywhere, not just RCAryeh Gregor2009-08-041-3/+3