aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Storage/PageEditStash.php
Commit message (Expand)AuthorAgeFilesLines
* Namespace all remaining files in includes/pageJames D. Forrester2025-03-181-1/+1
* Merge "objectcache: Consolidate WRITE_PRUNE_SEGMENTS into WRITE_ALLOW_SEGMENTS"jenkins-bot2024-08-121-1/+1
|\
| * objectcache: Consolidate WRITE_PRUNE_SEGMENTS into WRITE_ALLOW_SEGMENTSTimo Tijhof2024-08-091-1/+1
* | Move remaining four classes in includes/content into Content namespaceJames D. Forrester2024-08-101-1/+1
|/
* Add namespace to the root classes of ObjectCacheEbrahim Byagowi2024-07-101-1/+1
* Migrate MediaWiki.editstash to statslibfrankie2024-06-131-15/+25
* Namespace ParserOutputJames D. Forrester2023-12-141-1/+1
* PageEditStash: Deprecate passing Wikipage to parseAndCache()Ammarpad2023-11-281-2/+1
* Migrate several services to use ICP instead of LBAmir Sarabadani2023-09-161-11/+9
* Remove isRegistered checks from some UserEditTracker callersThalia2023-07-241-3/+1
* Storage: Change LoadBalancer::getAnyOpenConnection to getConnectionRefTimo Tijhof2023-01-131-4/+2
* PageEditStash: Serialize ad-hoc to restore WRITE_ALLOW_SEGMENTSAaron Schulz2022-12-131-8/+28
* Track reason for rendering in more detail.daniel2022-11-151-1/+0
* Track the reason for rendering.daniel2022-11-091-0/+1
* Storage: Minor docs and file header cleanupTimo Tijhof2022-11-041-0/+1
* PageEditStash: Minor docs and code clean upTimo Tijhof2022-04-131-4/+6
* Explicit cast TS_UNIX to int for arithmetic operations and int argsUmherirrender2022-01-111-1/+1
* Introduced PreparedUpdate to replace PreparedEditdaniel2021-12-201-7/+33
* Remove or replace usages of "sanity"Reedy2021-11-191-1/+1
* Change User::isAnon to !User::isRegistered in PageEditStashUmherirrender2021-10-191-7/+7
* Merge "Make PageEditStash::checkCache() accept an UserIdentity"jenkins-bot2021-10-181-3/+3
|\
| * Make PageEditStash::checkCache() accept an UserIdentityAlexander Vorwerk2021-10-161-3/+3
* | Add new ParserOutput::{get,set}OutputFlag() interfaceC. Scott Ananian2021-10-151-7/+8
|/
* docs: Change wording master to primary in comments and log textUmherirrender2021-09-011-1/+1
* More master -> primary documentation and internal var renamingJames D. Forrester2021-07-151-1/+1
* Use WikiPage::doUserEditContent() instead of ::doEditContent()DannyS7122021-06-281-1/+1
* Replace uses of DB_MASTER with DB_PRIMARYJames D. Forrester2021-04-291-1/+1
* Stop using legacy ActorMigration field "rc_user"Tim Starling2021-04-281-10/+7
* Convert PageEditStash to PageIdentity/UserIdentityPetr Pchelko2021-04-141-42/+55
* Use static closures where safe to useUmherirrender2021-02-111-1/+1
* Hooks::run() call site migrationTim Starling2020-05-301-3/+10
* Fix recent breakage of ApiStashEditTestTim Starling2020-05-181-2/+2
* Fix includes/Storage PSR12.Properties.ConstantVisibility.NotFoundReedy2020-05-161-11/+11
* stashedit: Ensure that $summary is a stringDaimona Eaytoy2020-02-221-1/+1
* docs: Avoid some scalar jugglingDaimona Eaytoy2019-09-191-2/+2
* parser: add speculative page IDs to use with {{PAGEID}}Aaron Schulz2019-07-261-2/+4
* Merge "parser: add vary-revision-sha1 and related ParserOutput methods"jenkins-bot2019-07-171-14/+19
|\
| * parser: add vary-revision-sha1 and related ParserOutput methodsAaron Schulz2019-07-171-14/+19
* | Switch various LoadBalancer::getConnection() callers to getConnectionRef()Aaron Schulz2019-07-121-2/+3
|/
* Merge "parser: inject the time for {{REVISIONTIMESTAMP}} on pre-save parse"jenkins-bot2019-06-231-0/+6
|\
| * parser: inject the time for {{REVISIONTIMESTAMP}} on pre-save parseAaron Schulz2019-06-091-0/+6
* | objectcache: add object segmentation support to BagOStuffAaron Schulz2019-06-111-31/+11
|/
* editstash: segregate stats by content type for more useful graphingAaron Schulz2019-04-201-6/+15
* Refactor edit stashing into a PageEditStash serviceAaron Schulz2019-04-171-0/+504