aboutsummaryrefslogtreecommitdiffstats
path: root/includes/edit
Commit message (Expand)AuthorAgeFilesLines
* Replace call_user_func with dynamic function callUmherirrender2025-02-131-1/+1
* parser: Gracefully handle invalid ParsoidRenderID keysMáté Szabó2025-02-041-2/+5
* Remove 2-line PHPDocs that just repeat the types from the codethiemowmde2025-01-172-9/+0
* Remove trivial 1-line PHPDocs that just repeat the codethiemowmde2025-01-161-6/+0
* Use new Parsoid DomPageBundle classC. Scott Ananian2024-11-141-8/+5
* Namespace all remaining classes in includes/parserJames D. Forrester2024-10-151-1/+1
* Move remaining four classes in includes/content into Content namespaceJames D. Forrester2024-08-102-2/+2
* Add namespace to the root classes of ObjectCacheEbrahim Byagowi2024-07-101-1/+1
* Add "implements Stringable" to every class with "function __toString()"Bartosz Dziewoński2024-06-131-1/+2
* Standardise all our class alias deprecation comments for ease of greppingJames D. Forrester2024-03-191-1/+1
* Move ParsoidRenderID to MediaWiki\EditC. Scott Ananian2024-02-073-2/+125
* Namespace ParserOutputJames D. Forrester2023-12-141-1/+1
* edit: Fix casing of ParsoidRenderID in a doc commentKevin Israel2022-12-051-1/+1
* Fix casing of class and function name usagesReedy2022-12-041-1/+1
* SimpleParsoidOutputStash: use makeKey()daniel2022-11-211-2/+7
* Stash original wikitext when rendering unsaved content.daniel2022-11-043-31/+149
* ParsoidOutputStash: make storage backend configurable.daniel2022-06-141-3/+8
* Introduce PageBundleJsonTrait for serializationNikki Nikkhoui2022-05-231-7/+29
* Rest: Migrate parsoid stashing logic from RESTbaseDerick Alangi2022-05-232-0/+81
* Introduced PreparedUpdate to replace PreparedEditdaniel2021-12-201-1/+1
* edit: Make PreparedEdit->timestamp lazy to avoid eager parseAaron Schulz2021-12-011-7/+2
* Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUseJames D. Forrester2020-01-101-1/+1
* Set visibility on php magic functions __destruct/sleep/wakeup/get/callUmherirrender2019-12-051-1/+1
* Avoid extra parse/save delay for users with non-canonical parser optionsAaron Schulz2019-04-141-2/+34
* [MCR] Factor PageUpdater out of WikiPagedaniel2018-06-141-0/+2
* Remove deprecated PreparedEdit propertiesaddshore2018-01-261-23/+0
* Return a typed object from WikiPage::prepareContentForEditKunal Mehta2017-07-191-0/+113