aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Storage
Commit message (Expand)AuthorAgeFilesLines
* Migrate use of ${var}-style string interpolationMáté Szabó2022-07-291-1/+1
* Add return type to jsonSerialize()Reedy2022-07-021-2/+1
* Protect against passing unsupported content models to Parsoid.daniel2022-06-301-0/+6
* Merge "Move knowledge about HTTP status out of ParsoidOutputAccess"jenkins-bot2022-06-281-1/+11
|\
| * Move knowledge about HTTP status out of ParsoidOutputAccessdaniel2022-06-281-1/+11
* | Merge "Storage: Warm parsoid parser cache with parsoid outputs"jenkins-bot2022-06-282-0/+54
|\|
| * Storage: Warm parsoid parser cache with parsoid outputsDerick Alangi2022-06-282-0/+54
* | ParserCache: ensure we know a revision IDdaniel2022-06-271-0/+2
|/
* Storage: Get wikiId from RevisionStoreDerick Alangi2022-06-261-1/+1
* Remove SqlBlobStore::getLegacyEncodingConversionLangMatěj Suchánek2022-06-211-9/+0
* Remove use of deprecated nextSequenceValue() method in SqlBlobStoreAaron Schulz2022-06-081-6/+1
* Remove deprecated WikiPage::doEditContent()DannyS7122022-06-032-3/+3
* ResourceLoader namespace (attempt 2)Tim Starling2022-05-241-2/+2
* Merge "Storage: Log when saveRevision() is hook-aborted"jenkins-bot2022-05-182-2/+11
|\
| * Storage: Log when saveRevision() is hook-abortedAdam Wight2022-05-182-2/+11
* | Revert "ResourceLoader namespace"Lucas Werkmeister (WMDE)2022-05-161-2/+2
* | ResourceLoader namespaceTim Starling2022-05-161-2/+2
* | Fix many typos in commentsMatěj Suchánek2022-05-101-3/+3
|/
* Use MainConfigNames instead of string literals, #3Aryeh Gregor2022-04-266-31/+40
* TempUser EditPage and permissionsTim Starling2022-04-261-4/+57
* PageEditStash: Minor docs and code clean upTimo Tijhof2022-04-131-4/+6
* Type hints for ArrayAccess and JsonSerializableAryeh Gregor2022-04-111-0/+1
* Merge "Reduce delete attempts on redirect table for move and page creation"jenkins-bot2022-04-071-1/+1
|\
| * Reduce delete attempts on redirect table for move and page creationUmherirrender2021-12-011-1/+1
* | Use page ID from parent revision, improve logging.daniel2022-03-311-2/+5
* | phan: Disable null_casts_as_any_type settingUmherirrender2022-03-214-0/+11
* | Use local variable for null checksUmherirrender2022-03-051-2/+3
* | Add explicit casts between scalar typesUmherirrender2022-03-011-1/+1
* | Merge "Don't double-escape the ellipses in Language::truncateForVisual()"jenkins-bot2022-02-101-2/+0
|\ \
| * | Don't double-escape the ellipses in Language::truncateForVisual()C. Scott Ananian2022-02-101-2/+0
* | | DerivedPageDataUpdater: Set ParserOutput when it's passed to itAmir Sarabadani2022-02-091-0/+3
|/ /
* | Try not to discard Excimer timeout exceptionsTim Starling2022-02-021-0/+3
* | Convert various callers to LoadBalancer::getConnectionRef()Aaron Schulz2022-01-272-2/+2
* | Allow empty revisions to be created with pageUpdater.daniel2022-01-252-29/+120
* | Merge "rdbms: Hard-deprecate legacy cruft from introduction of ResultWrapper"jenkins-bot2022-01-121-1/+6
|\ \
| * | rdbms: Hard-deprecate legacy cruft from introduction of ResultWrapperAmir Sarabadani2022-01-061-1/+6
* | | Explicit cast TS_UNIX to int for arithmetic operations and int argsUmherirrender2022-01-111-1/+1
* | | Merge "Move LinksUpdate and LinksDeletionUpdate into the new namespace"jenkins-bot2022-01-101-1/+1
|\ \ \
| * | | Move LinksUpdate and LinksDeletionUpdate into the new namespaceTim Starling2022-01-041-1/+1
* | | | Merge "Move the link updates from moveUnsafe() to LinksUpdate"jenkins-bot2022-01-101-0/+5
|\| | |
| * | | Move the link updates from moveUnsafe() to LinksUpdateTim Starling2022-01-041-0/+5
| |/ /
* / / Fix typos in comments (N-R)Siddharth VP2022-01-091-2/+2
|/ /
* | Fix typos in comments (C-D)Siddharth VP2021-12-301-1/+1
* | Merge "Introduced PreparedUpdate to replace PreparedEdit"jenkins-bot2021-12-205-23/+186
|\ \
| * | Introduced PreparedUpdate to replace PreparedEditdaniel2021-12-205-23/+186
* | | Remove some more comments that literally repeat the codeThiemo Kreuz2021-12-092-3/+3
|/ /
* | Drop obsolete commentMatěj Suchánek2021-12-041-1/+0
* | edit: Make PreparedEdit->timestamp lazy to avoid eager parseAaron Schulz2021-12-011-1/+0
|/
* Remove or replace usages of "sanity"Reedy2021-11-192-3/+3
* Merge "Drop User methods which were deprecated since 1.35"jenkins-bot2021-11-151-0/+2
|\