index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
phpunit
/
includes
/
parser
/
ParserCacheTest.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
ParserCache: Skip saving of "redirect=no" ParserOutput of redirect pages
daniel
2025-04-01
1
-193
/
+834
*
Remove trivial 1-line PHPDocs that just repeat the code
thiemowmde
2025-01-16
1
-6
/
+0
*
Use explicit nullable type on parameter arguments
Umherirrender
2024-10-16
1
-4
/
+4
*
Namespace all remaining classes in includes/parser
James D. Forrester
2024-10-15
1
-45
/
+45
*
ParserOutput: ensure all created ParserOutputs have a "start of parse" time set
C. Scott Ananian
2024-10-04
1
-0
/
+4
*
Remove ParserOutput::getText() calls from core (getRawText)
Isabelle Hurbain-Palatin
2024-08-19
1
-3
/
+4
*
Add namespace to the root classes of ObjectCache
Ebrahim Byagowi
2024-07-10
1
-3
/
+3
*
Rename JsonUnserial… to JsonDeserial…
James D. Forrester
2024-06-12
1
-2
/
+2
*
Remove all @package comments
thiemowmde
2024-05-10
1
-1
/
+0
*
parser: Remove explicit StatsdDataFactory backward-compat logic
Derick Alangi
2024-03-26
1
-3
/
+3
*
Merge "[ParserOutput] Rename $mText to $mRawText and ::setText() to ::setRawT...
jenkins-bot
2024-02-21
1
-2
/
+2
|
\
|
*
[ParserOutput] Rename $mText to $mRawText and ::setText() to ::setRawText()
C. Scott Ananian
2024-02-20
1
-2
/
+2
*
|
tests: Fix @covers and @coversDefaultClass to have leading \
Reedy
2024-02-16
1
-43
/
+43
|
/
*
Rename ParserOutput::{get,set}Timestamp() to ::{get,set}RevisionTimestamp()
C. Scott Ananian
2024-02-07
1
-1
/
+1
*
Add ParserOutput::{get,set}RenderId() and set render id in ContentRenderer
C. Scott Ananian
2024-02-07
1
-2
/
+13
*
Namespace ParserOutput
James D. Forrester
2023-12-14
1
-1
/
+1
*
Only cache expensive renderings
daniel
2023-11-30
1
-0
/
+25
*
Namespace User under \MediaWiki\User
James D. Forrester
2023-09-19
1
-1
/
+1
*
Reorg: Move MWTimestamp to MediaWiki\Utils
Amir Sarabadani
2023-08-19
1
-1
/
+1
*
Fix more non-database tests accessing the database
Daimona Eaytoy
2023-08-06
1
-8
/
+19
*
tests: Make some PHPUnit data providers static
Tim Starling
2023-03-24
1
-1
/
+1
*
Reorg: Namespace the Title class
James D. Forrester
2023-03-02
1
-1
/
+1
*
JsonCodec: fix en/decoding of nested objects and stdClass objects
C. Scott Ananian
2023-01-12
1
-0
/
+1
*
parser: Mock WikiPage::getContentModel in ParserCacheTest to fix php8.1
Brian Wolff
2022-07-25
1
-0
/
+2
*
Replace deprecated calls `ParserOptions::newCanonical( 'canonical' )`
Derick Alangi
2022-06-16
1
-35
/
+35
*
ParserCache: always use JSON
daniel
2022-06-07
1
-58
/
+40
*
Cleanup mixed space/tab line indent
Umherirrender
2021-09-04
1
-3
/
+3
*
Remove depecated ParserCache::getKey and ::getEtag
Petr Pchelko
2021-07-27
1
-27
/
+0
*
Tests: remove unneeded tearDown functions
DannyS712
2021-07-27
1
-5
/
+0
*
build: Updating dependencies
libraryupgrader
2021-07-22
1
-2
/
+2
*
ParserCache: only use in-process caching for metadata
Petr Pchelko
2021-04-06
1
-2
/
+6
*
Convert ParserCache to PageRecord
Petr Pchelko
2021-04-02
1
-47
/
+73
*
Respect used options for ParserOptions::isSafeToCache
Petr Pchelko
2021-01-04
1
-2
/
+20
*
ParserCache: general code cleanup, abstracted expiration checks.
Petr Pchelko
2020-12-16
1
-3
/
+3
*
Make ParserCache use CachedBagOStuff
Petr Pchelko
2020-12-07
1
-6
/
+4
*
Make ParserCache respect ParserOptions::isSafeToCache
Petr Pchelko
2020-12-02
1
-41
/
+78
*
Introduce JsonCodec to help with serialization/deserialization
Petr Pchelko
2020-11-19
1
-4
/
+4
*
Safe ParserOutput extension data and JsonUnserializable helper.
Petr Pchelko
2020-11-10
1
-2
/
+7
*
Add some more tests for invalid JSON in ParserCache.
Petr Pchelko
2020-10-30
1
-4
/
+28
*
ParserCache JSON - do not \u encode unicode and special characters.
Petr Pchelko
2020-10-22
1
-0
/
+18
*
Normalize error messages for non-serializable properties
DannyS712
2020-10-21
1
-1
/
+1
*
Move serializability validation from ParserOutput to ParserCache
Petr Pchelko
2020-10-15
1
-2
/
+43
*
Use JSON for parser cache
daniel
2020-10-13
1
-0
/
+69
*
Hard-deprecate ParserCache::getKey.
Petr Pchelko
2020-10-13
1
-5
/
+12
*
Deprecate ParserCache::getKey and replace it with getMetadata
Petr Pchelko
2020-10-13
1
-0
/
+104
*
ParserCache: be resilient to string values
daniel
2020-10-01
1
-0
/
+57
*
Cover ParserCache with integration tests
Petr Pchelko
2020-10-01
1
-0
/
+388