aboutsummaryrefslogtreecommitdiffstats
path: root/includes/ProtectionForm.php
Commit message (Expand)AuthorAgeFilesLines
* Fixes for the phan upgrade, part 2Daimona Eaytoy2023-06-291-0/+1
* Replace deprecated wfReadOnly/wfReadOnlyReasonUmherirrender2022-06-201-2/+3
* ProtectionForm: Remove usage of deprecated Title functionUmherirrender2022-04-131-8/+19
* HTMLForm: Deprecate calling loadData() from outsideFunc2022-03-171-1/+1
* ProtectionForm: Don't set wpEditToken twiceFunc2022-02-101-11/+1
* Revert "Use CsrfTokenSet as CSRF token source"Kunal Mehta2021-08-051-11/+11
* Use CsrfTokenSet as CSRF token sourcePetr Pchelko2021-07-121-11/+11
* Use HTMLForm::setWrapperLegend and ::setSubmitTextMsg to set messagesUmherirrender2021-06-151-2/+2
* Remove most usages of User from ProtectionFormPetr Pchelko2021-06-071-37/+41
* ProtectionForm: Use XmlSelect::parseOptionsMessage where appropriateBartosz Dziewoński2021-05-251-8/+2
* SECURITY: Fix XSS vulnerability in EditPage and ProtectionFormmainframe982021-05-011-1/+1
* Don't use classes error, success and warning outside parsermainframe982021-04-271-2/+2
* Fix parameter order of setWatch to match add/removeWatchCindy Cicalese2021-04-211-2/+2
* Use WatchlistManager in several classesCindy Cicalese2021-04-211-2/+9
* Create mediawiki.actions.styles module for misc action stylesmainframe982021-03-311-0/+1
* field descriptors in HTMLForm must have keysjdlrobson2021-02-191-10/+10
* Use OOUI for protection formbrandonxlf2021-01-301-232/+205
* Swap out uses of User->isLoggedIn() with ->isRegistered()James D. Forrester2020-12-221-2/+2
* ProtectionForm: Use available permission manager, not MediaWikiServicesDannyS7122020-07-131-8/+5
* Hooks::run() call site migrationTim Starling2020-05-301-4/+11
* Explicit visibility modifiers in ProtectionForm.phpReedy2020-05-091-13/+14
* Merge "Unify handling of options messages"jenkins-bot2020-04-061-10/+4
|\
| * Unify handling of options messagesSam Wilson2020-03-271-10/+4
* | Remove direct access to Action::page and Article::page propertiesArtBaltai2020-03-271-2/+2
|/
* Hard deprecate Title::getUserPermissionsErrorsDannyS7122020-02-261-3/+9
* Set visibility on PermissionManager RIGOR_ constantUmherirrender2019-12-061-1/+4
* Set method visibility for various constructorsUmherirrender2019-12-031-1/+1
* Pass language to Status::getWikiTextUmherirrender2019-09-211-1/+3
* Declare dynamic propertiesDaimona Eaytoy2019-09-131-1/+13
* Move getRestrictionLevels from NamespaceInfo to PermissionManager.Petr Pchelko2019-08-221-6/+8
* Replace User::isAllowed with PermissionManager.Petr Pchelko2019-08-201-1/+2
* Fix param documentation of ProtectionForm::showUmherirrender2019-06-291-1/+1
* Mass conversion to NamespaceInfoAryeh Gregor2019-05-071-3/+8
* ProtectionForm: Follow up on I167ae6300b37d4e9292Derick Alangi2019-03-161-2/+1
* ProtectionForm: Add type hint to ::showLogExtract() headerDerick Alangi2019-03-101-2/+2
* ProtectionForm: Move JS config var to RL packageFilesFomafix2019-02-111-3/+0
* build: Updating mediawiki/mediawiki-codesniffer to 24.0.0Kunal Mehta2019-02-071-1/+1
* Mostly drop old comment schemasBrad Jorsch2019-02-071-3/+2
* Replace deprecated calls to OutputPage::parseInline()C. Scott Ananian2018-10-291-1/+1
* Use OutputPage::addWikiTextAsInterface() instead of untidy addWikiText()C. Scott Ananian2018-10-171-2/+6
* Use <div> wrappers instead of <p> in ProtectionFormC. Scott Ananian2018-09-271-2/+2
* 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