Add the other existing $skin.css/.js to the message files too to be consistent
[lhc/web/wiklou.git] / includes / SpecialRevisiondelete.php
2008-05-28 Alexandre EmsenhuberPer r35510: here too
2008-05-25 Aaron SchulzRename 'hiderevision' to 'suppressrevision'
2008-05-22 Aaron SchulzRevision:getId() not getID()
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-04-25 Alexandre EmsenhuberRemoved unused global declaration of $wgFileStore and...
2008-04-24 Aaron SchulzOnly users with hiderevision can lock
2008-04-23 Rotem LissTypo in comment.
2008-04-20 Aaron SchulzHandle bad oldids more gracefully
2008-04-17 Aaron SchulzRemove temp $wgAllowLogDeletion var
2008-04-16 Aaron SchulzMore revision delete cleanup
2008-04-14 Siebrand Mazeland* remove end of line whitespace
2008-04-06 Daniel CannonOh, didn't realize there were constants for the bitfiel...
2008-04-06 Alexandre Emsenhuber(bug 13630) allow_call_time_pass_reference warnings...
2008-04-06 Aaron SchulzUse different message for log items
2008-04-06 Aaron SchulzUse constant name
2008-04-06 Alexandre Emsenhuber* Updated messages.inc per r32836
2008-04-06 Daniel CannonUse $wgLang->formatNum to make Nikerabbit happy :)
2008-04-06 Daniel Cannon* Use parsemag to get plural, etc. to work in log entry.
2008-04-06 Daniel Cannonrev_deleted log: only show colon in log message if...
2008-04-06 Daniel CannonRm FIXME, make brackets consistent with the rest of mw
2008-04-06 Daniel CannonMake rev_deleted log entries more intelligible for...
2008-04-04 Aaron SchulzUse $dbw->timestamp()
2008-04-04 Aaron SchulzMissed one; use timestamp to use index
2008-04-04 Aaron Schulz* Make revisiondelete queries not suck (many where...
2008-04-04 Aaron Schulz* Add missing /event log action
2008-04-03 Aaron SchulzRemove leftover line
2008-04-02 Aaron SchulzAdd showLogExtract() and remove use of FauxRequest...
2008-04-02 Aaron Schulzproper name
2008-04-02 Aaron SchulzMove isDeleted and userCan functions
2008-04-02 Alexandre Emsenhuber* Show suppress log for that page if user is allowed...
2008-04-02 Raimond SpekkingMove reason field and submit button into fieldset to...
2008-04-01 Aaron SchulzUse 'suppress' right rather than 'oversight'
2008-03-30 Aaron SchulzAdd success message here too
2008-03-28 Aaron SchulzCheck permissions for links
2008-03-28 Aaron SchulzSome UI cleanup
2008-03-25 Raimond Spekking* Add a 'success' class analog to the 'error' class
2008-03-21 Aaron Schulzrev_deleted merge:
2008-02-29 Alexandre Emsenhuber* Document ParserMakeImageParams hook
2008-02-18 Tim Starling* Introduced OutputPage::addWikiMsg() and OutputPage...
2007-10-01 Brion VibberRevert r26281 for the moment. Big patch, changes severa...
2007-10-01 Aaron Schulz*Clean up deletion of revisions and remove some gaps
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-04-20 Nick JenkinsYet more doc tweaks:
2007-03-21 Nick JenkinsReverting SpecialRevisiondelete.php back to r17880...
2007-03-16 Brion VibberFor now revert the rev_deleted branch merge; don't...
2007-03-16 Raimond Spekking* Use plural function for some more rev_del stuff
2007-03-16 Aaron Schulz*Fix class name typo
2007-03-14 Aaron Schulz*Merge in phase3_rev_deleted/includes
2006-11-23 Nick JenkinsCode housekeeping stuff (and barring any stuff-ups...
2006-11-08 Tim StarlingReverting 17479/17480, breaks subclassing of Linker...
2006-11-08 Nick Jenkins* (bug 7405) Make Linker methods static. Patch by Dan Li.
2006-10-30 Tim Starling* Made special page names case-insensitive and localisa...
2006-09-12 Rotem Liss(bug 7293) HTML validation of Special:Revisiondelete...
2006-09-09 Rotem Liss* (bug 6886) PHP undefined offset on bad input to Speci...
2006-06-23 Tim Starlings/Revision::MW_REV_DELETED/Revision::DELETED/, and...
2006-06-07 Tim StarlingRemoved most exit() calls from the MediaWiki core,...
2006-06-06 Domas MituzasMove revision deletion constants into Revision::
2006-03-18 Lupinunused globals removed
2006-03-16 Brion Vibberremove unnecessary private declaration so zwinger's...
2006-03-16 Brion Vibber* Further work on rev_deleted; changed to a bitfield...