aboutsummaryrefslogtreecommitdiffstats
path: root/includes/EditPage.php
Commit message (Expand)AuthorAgeFilesLines
* Add missing spaces to imploded debug stringsMatěj Suchánek2021-07-281-1/+1
* Use CsrfTokenSet as CSRF token sourcePetr Pchelko2021-07-121-4/+6
* Merge "Remove the fallback for create rights (covered in PM edit rights check...jenkins-bot2021-06-301-15/+0
|\
| * Remove the fallback for create rights (covered in PM edit rights check).Roman Stolar2021-06-301-15/+0
* | Merge "EditPage::displayPermissionsError always use exception if no content"jenkins-bot2021-06-291-2/+5
|\ \
| * | EditPage::displayPermissionsError always use exception if no contentDannyS7122021-04-281-2/+5
* | | Use WikiPage::doUserEditContent() instead of ::doEditContent()DannyS7122021-06-281-3/+2
| |/ |/|
* | Post Revision-removal cleanupDannyS7122021-06-241-1/+0
* | Remove some more comments that literally repeat the codeThiemo Kreuz2021-06-181-2/+2
* | Hard-deprecate User::matchEditTokenNoSuffixPetr Pchelko2021-06-181-12/+2
* | Use Message::page instead of Message::titlePetr Pchelko2021-06-091-1/+1
* | Merge "Use null coalecing operators everywhere consistenctly."jenkins-bot2021-06-041-1/+1
|\ \
| * | Use null coalecing operators everywhere consistenctly.Petr Pchelko2021-06-031-1/+1
* | | EditPage: Fix raw asterisk in multi-error message boxBartek Łukawski2021-06-041-1/+1
|/ /
* | Remove EditPage::buildTextboxAttribs, protected and unusedPetr Pchelko2021-06-021-13/+0
* | Remove comments that repeat the codeDannyS7122021-06-021-2/+0
* | Replace uses of DB_MASTER with DB_PRIMARY in documentation and local variablesJames D. Forrester2021-05-141-1/+1
* | Remove unused default values from class propertiesThiemo Kreuz2021-05-121-1/+1
* | Introduce Block interface and replace AbstractBlock.daniel2021-05-111-1/+1
* | EditPage::getExpectedParentRevision(): guard against null edittimeTim Starling2021-05-061-2/+2
* | SECURITY: Fix XSS vulnerability in EditPage and ProtectionFormmainframe982021-05-011-1/+1
* | Start removing places using Revision objectsDannyS7122021-04-301-34/+0
* | Replace uses of DB_MASTER with DB_PRIMARYJames D. Forrester2021-04-291-1/+1
|/
* Stop using legacy ActorMigration field "log_user"Tim Starling2021-04-281-8/+7
* Don't use classes error, success and warning outside parsermainframe982021-04-271-6/+9
* Clean up hard-deprecated Parser methods returning RevisionPetr Pchelko2021-04-261-3/+3
* Hard deprecate User ::isIP, ::getOptionsvladshapik2021-04-261-1/+8
* Fix parameter order of setWatch to match add/removeWatchCindy Cicalese2021-04-211-1/+1
* Use WatchlistManager in several classesCindy Cicalese2021-04-211-3/+10
* User: use ActorNormalization to insert actorPetr Pchelko2021-04-151-0/+1
* Remove hard deprecated EditPage spam regex methodsDannyS7122021-03-291-28/+0
* Add WatchedItemStore::maybeEnqueueWatchlistExpiryJobDannyS7122021-03-251-6/+1
* Drop most hard-deprecated methods in ArticlePetr Pchelko2021-03-241-1/+1
* Update creation of edit constraints following switch to AuthorityDannyS7122021-03-221-4/+8
* Replace some usages of User with Authority/UserIdentityPetr Pchelko2021-03-041-11/+14
* Rename Authority::getPerformer() to ::getUser()Petr Pchelko2021-03-041-1/+1
* WatchAction:doWatchOrUnwarch - use AuthorityPetr Pchelko2021-03-031-3/+3
* Use Authority for revision audience where possiblePetr Pchelko2021-02-241-5/+1
* mediawiki.action.edit: Fold watchlistExpiry.js into this moduleTimo Tijhof2021-02-121-4/+0
* Merge "Safe-guard switch possibly doing bad comparisons"jenkins-bot2021-02-101-6/+8
|\
| * Safe-guard switch possibly doing bad comparisonsThiemo Kreuz2021-02-101-6/+8
* | Merge "Revert "Do not return internal edit status from EditPage""jenkins-bot2021-02-101-2/+2
|\ \ | |/ |/|
| * Revert "Do not return internal edit status from EditPage"Thiemo Kreuz (WMDE)2021-01-151-2/+2
* | Skip div with mw-edit-longpage-hint when it is emptyUmherirrender2021-01-191-8/+9
* | Merge "Make sure, that "Prompt me when entering a blank edit summary" works w...jenkins-bot2021-01-061-1/+5
|\ \
| * | Make sure, that "Prompt me when entering a blank edit summary" works with HooksFlorian2021-01-041-1/+5
* | | Swap out uses of User->isLoggedIn() with ->isRegistered()James D. Forrester2020-12-221-4/+4
* | | SECURITY: Act like users don't exist if hidden from viewerDannyS7122020-12-181-1/+11
|/ /
* | Merge "mw-warning class is replaced with warningbox"jenkins-bot2020-12-101-8/+11
|\ \
| * | mw-warning class is replaced with warningboxjdlrobson2020-12-091-8/+11