aboutsummaryrefslogtreecommitdiffstats
path: root/includes/ProtectionForm.php
Commit message (Expand)AuthorAgeFilesLines
* Fix PhanTypeMismatchDeclaredParamUmherirrender2018-07-071-1/+1
* Allow limiting comment length by characters rather than bytes in JSBartosz DziewoƄski2018-02-231-5/+11
* Add missing & to @param documentation to match functon callUmherirrender2017-08-111-1/+1
* Merge "Revert "Added reason suggestion in block/delete/protect forms""jenkins-bot2017-01-211-12/+1
|\
| * Revert "Added reason suggestion in block/delete/protect forms"Florianschmidtwelzow2017-01-211-12/+1
* | Replaced all deprecated Linker methods with proper ones in core(1)Yuriy Shnitkovskiy2017-01-201-2/+4
|/
* Improved parsing in reason suggestsrlot2017-01-111-1/+4
* Added reason suggestion in block/delete/protect formsrlot2017-01-101-1/+9
* Cleanup some incorrect return annotationsErik Bernhardson2016-12-121-1/+1
* Avoid master queries on GET in ProtectionFormAaron Schulz2016-05-091-1/+3
* Convert all array() syntax to []Kunal Mehta2016-02-171-35/+35
* Make lines short to pass phpcs in 2 files under includes/Amir E. Aharoni2015-09-301-3/+15
* Use XmlSelect in ProtectionFormGeoffrey Mon2015-07-301-31/+19
* Use Linker::linkKnown for some links to MediaWiki pages from navigationumherirrender2015-06-191-1/+1
* Fix edit link for messages in $wgForceUIMsgAsContentMsgumherirrender2015-05-151-2/+1
* Clean up handling of 'infinity'Brad Jorsch2015-03-131-1/+1
* Refactor out 'infinity' variantsJuneHyeon Bae2015-03-121-1/+1
* Avoid double escaped expiry time on action=protectumherirrender2015-01-271-3/+1
* Use Context on ProtectionForm for messagesumherirrender2015-01-181-28/+29
* Replace wfRunHooks calls with direct Hooks::run callsAaron Schulz2014-12-101-3/+3
* Merge "Don't break existing expiry time of "infinity" when modifying protection"jenkins-bot2014-09-181-5/+10
|\
| * Don't break existing expiry time of "infinity" when modifying protectionJackmcbarn2014-09-021-5/+10
* | Clean up mediawiki.legacy.protect a bit.Alex Monk2014-09-131-21/+3
|/
* ProtectionForm: Stop using global objectsKunal Mehta2014-08-231-55/+59
* Some misc cleanup to ProtectionFormAlexandre Emsenhuber2014-07-061-23/+22
* Collapse duplicate $existingExpiry == 'infinity' case into elseReedy2014-06-161-4/+1
* Make phpcs-strict pass on includes/ (6/~10)Siebrand Mazeland2014-05-121-24/+47
* Fixed some @params documentation (includes/*)umherirrender2014-04-201-10/+10
* Changing URLs of mediawiki.org in scripts to the SSL-based websiteLadsgroup2014-03-121-1/+1
* Improve UI for page protection with $wgNamespaceProtectionBrad Jorsch2013-12-031-39/+10
* Give grep a chance to find the usagesshirayuki2013-09-051-0/+1
* doc: Remove repetitive "Give grep a chance" phrase from commentsTimo Tijhof2013-08-291-2/+2
* Merge "Make it slightly easier for extensions to hook into page protection."Tychay2013-08-261-1/+1
|\
| * Make it slightly easier for extensions to hook into page protection.Matthias Mullie2013-08-261-1/+1
* | Give grep a chance to find the usagesshirayuki2013-08-161-0/+2
|/
* Fix protection rights usageBrad Jorsch2013-07-041-11/+14
* Add user rights 'viewmywatchlist', 'editmywatchlist'Brad Jorsch2013-06-261-7/+2
* Fixed spacing and removed unneeded parenthesisumherirrender2013-05-171-1/+1
* Variable $wgRestrictionLevels unused since 1cbaa921Platonides2013-05-121-1/+1
* Add $wgCascadingRestrictionLevelsMatmaRex2013-05-121-9/+2
* Fixed spacing in files direct in includes folderumherirrender2013-04-211-30/+34
* Added/Removed spaces around string concatenationumherirrender2013-04-131-1/+1
* Fix case of some Title methodsAlexandre Emsenhuber2013-03-271-2/+2
* Fixed @param tags to conform with Doxygen format.Tyler Anthony Romeo2013-03-111-4/+4
* fix some spacingumherirrender2013-03-071-1/+1
* fix some spacingumherirrender2013-02-041-13/+13
* Disable protection in case there aren't any restriction typesMarius Hoch2013-01-071-1/+13
* Replace deprecated Title::userIsWatching()Platonides2012-12-071-1/+1
* Remove a bunch of trailing spaces and unneeded newlinesumherirrender2012-10-101-1/+1
* Avoid direct access to $wgGroupPermissionsumherirrender2012-10-091-5/+3