Follow-up r84814: revert redundant summary message addition.
[lhc/web/wiklou.git] / includes / ProtectionForm.php
2011-03-18 Happy-melonFollow-ups to r84258
2011-03-18 Happy-melonFollow-up r84249: reimplement isAllowedAny(), and resto...
2011-03-18 Happy-melonAllow User::isAllowed() to take varargs. "is allowed...
2011-02-08 Alexandre EmsenhuberWe have OutputPage::showPermissionsErrorPage() for...
2011-01-14 Daniel FriesenImplement Message::isBlank and Message::isDisabled.
2010-10-31 PlatonidesA couple of Xml::hidden calls left by r75723
2010-09-22 Trevor ParscalFixed check for mediaWiki existance and removed additio...
2010-09-04 Roan KattouwMerging resourceloader branch into trunk. Full document...
2010-08-08 Alexandre Emsenhuber* Standardised file description headers
2010-06-02 Alexandre Emsenhuber* Use Html::linkedScript() and Html::inlineScript()
2010-05-23 Alexandre EmsenhuberFixed some doxygen warnings and documented a bit
2010-01-06 Sam ReedAttempt at normalistion of comparison styles - empty...
2009-11-14 Matěj Grabovský(bug 21455) Fixed "Watch this page" checkbox appearing...
2009-11-09 Bryan Tong MinhFollow-up to r58633 and r58628 (lqt): Rename Title...
2009-11-06 Andrew GarrettEnabling changes for r56828: some refactoring and code...
2009-11-04 Bryan Tong Minh* (bug 6579) Fixed protecting images from uploading...
2009-10-02 Aaron Schulz* Added $wgFlaggedRevsProtectLevels to allow for site...
2009-09-06 Alex Z(bug 20136) Synchronize the protection form expiry...
2009-06-18 Ryan Schmidt* Add autopromote condition APCOND_BLOCKED to autopromo...
2009-06-12 Alexandre EmsenhuberKill some E_NOTICE when protecting a non-existing page
2009-06-05 Alexandre EmsenhuberFix for r51493, r51084 and realted: use Title::makeTitl...
2009-06-05 Siebrand MazelandFollow-up to r51084:
2009-05-27 Siebrand MazelandFix a usability issue on protect and [file ]delete...
2009-05-17 Niklas Laxström* Follow-up for r50691, add \n to be safe in case there...
2009-05-17 Siebrand Mazeland(bug 18522) Wrap MediaWiki:Protect-cascadeon in a div...
2009-05-08 Siebrand MazelandUse link() instead of deprecated makeLinkObj() where...
2009-04-07 Chad HorohoeRemove some unused $wgOut's.
2009-01-26 Aaron SchulzBreak line
2009-01-07 Raimond SpekkingReplaced some hardcoded colons with the colon-separator...
2009-01-03 Aaron Schulz(bug 16507) Not setting "other time" on creation unprot...
2008-10-06 Siebrand MazelandSplit date ($2) and time ($3) in 'protect-existing...
2008-10-06 Chad Horohoe+a few docs
2008-09-29 Alex ZUse a new message for protection form expiry options...
2008-09-25 Alex Z* (bug 15701) Protection form was too wide for some...
2008-09-24 Aaron SchulzShorten expiry box
2008-09-22 Raimond SpekkingAdd a link to edit the proction reason list
2008-09-16 Alex ZTweak to ProtectionForm: Title::getRestrictionExpiry...
2008-09-16 Tim StarlingIn protect.js:
2008-09-14 Alex ZAllow cascading protection to be turned off without...
2008-09-13 Aaron Schulzmake "other time" chain properly with JS
2008-09-13 Aaron SchulzCleanup for r40770:
2008-09-13 Alex Z(bug 12650) Make it possible to enter separate expiry...
2008-09-11 Alexandre EmsenhuberWe already have an Article object, so no need to recrea...
2008-09-07 Rotem LissProtection form: Show action as header of an action...
2008-09-07 Rotem LissShow properly-sized select elements in protection form...
2008-09-07 Aaron SchulzSome form consistency tweaks
2008-09-06 Aaron Schulz* Add time/reason dropdown for protect form (bug 10799)
2008-09-06 Aaron SchulzFix regression from r40518; keep current values of...
2008-09-06 Aaron SchulzSet values from query params (bug 12750)
2008-07-23 Aryeh GregorRefactor a bit preparatory to fixing bug 8068: rewrite...
2008-07-02 Ryan Schmidt* fix error in buildSelector function
2008-06-21 Aaron Schulz* Revert r36478; I don't see the point in this cryptic...
2008-06-19 Alexandre EmsenhuberNote that restrictions are rights, not groups. So now...
2008-06-11 Bryan Tong MinhRemoved $wgEnableCascadingProtection. It was a quite...
2008-05-24 Ryan Schmidt* fixing bug 14241: pages can no longer be protected...
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-04-18 Niklas Laxström* Expiry handling is really sub-optimal here
2008-04-16 Brion VibberCleanup for r33429 - fix double-escaping
2008-04-16 Raimond Spekking* Use existing CSS classes for input form aligning
2008-04-14 Siebrand Mazeland* remove end of line whitespace
2008-04-09 Brion Vibber* (bug 11039) Add missing labels on protection form
2008-04-02 Aaron SchulzAdd showLogExtract() and remove use of FauxRequest...
2008-03-19 Brion Vibber* (bug 13428) Fix regression in protection form layout...
2008-03-13 Raimond Spekking* Add a CSS id to the 2nd table
2008-03-12 Raimond SpekkingFix PHP notice from r31871. Thanks to Aaron :)
2008-03-12 Raimond Spekking* Add a nice fieldset around the input form
2008-02-18 Tim Starling* Introduced OutputPage::addWikiMsg() and OutputPage...
2008-01-24 Raimond Spekkingpartly revert of r30110. looks like an accident.
2008-01-24 Huji(bug 12738) Database query syntax error in maintenance...
2008-01-15 Brion Vibber* (bug 12567) Fix for misformatted read-only messages...
2007-12-11 Aaron SchulzMore title protection clean up. JS errors were being...
2007-12-11 Andrew Garrett* (bug 2919) Allow the protection of non-existent pages...
2007-12-01 Andrew Garrett* (bug 11346) Prevent users who cannot edit a page...
2007-11-04 Rotem LissLimit text field of deletion, protection and user right...
2007-09-10 Andrew Garrett* Ensure, on the server side, that cascading protection...
2007-08-11 Rob Church(bug 10872) Fall back to sane defaults when generating...
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-06-26 Rob ChurchDrop the `redirect=no` thing for non-redirects, per...
2007-06-23 Rob Church(bug 10344) Don't follow a redirect after changing...
2007-06-22 Brion VibberRevert r23166, 23178, 23179, and probably some other...
2007-06-22 Raimond Spekking* Some cosmetic tweaks
2007-06-21 Rob Churchi18n and better label text, don't assume all users...
2007-06-21 Rob Church* Allow wiki links in "protect-robotspolicy", I imagine...
2007-06-21 Rotem LissAdding a direction mark, for RTL wikis (it may be bette...
2007-06-21 Raimond Spekking* (bug 9415) Added options to Special:Protect to allow...
2007-06-19 Rob ChurchOur release manager believes I need to be shot. I am...
2007-06-07 Rob Church* (bug 8760) Allow wiki links in "protectexpiry" message
2007-06-05 Rob Church* (bug 9769) Provide "watch this page" toggle on protec...
2007-06-02 Daniel Cannon(bug 7691) Show deletion log following noarticletext...
2007-05-08 Nick JenkinsRemoving or commenting out unused variables or globals...
2007-04-24 Nick JenkinsDoc tweaks:
2007-04-24 Aaron Schulz*Add {{plural}} to Protect-cascadeon too. (bug 8664)
2007-04-16 Raimond Spekking* adding an ID to the submit button
2007-04-04 Raimond SpekkingAdding an ID to the form itself
2007-04-04 Nick JenkinsDocumentation tweaks to help documentation systems...
2007-04-02 Rob Church(bug 9033) Use a more specific error message when users...
2007-03-28 Brion VibberRevert r20769: we don't use PHPDocumentor anymore,...
2007-03-28 Nick JenkinsPHPDocumentor [en.wikipedia.org/wiki/PhpDocumentor...
2007-03-19 Nick Jenkins* Prevent E_STRICT error when '$wgDebugDumpSql = true...
2007-03-15 Aaron Schulz*Add nifty JS function to grey out cascade option when...
next