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
/
includes
/
parser
/
ParserCache.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
ParserCache: Skip saving of "redirect=no" ParserOutput of redirect pages
daniel
2025-04-01
1
-1
/
+11
*
Remove 2-line PHPDocs that just repeat the types from the code
thiemowmde
2025-01-17
1
-4
/
+0
*
Merge "ParserCache: Get rid of the temporary key schema ratio config"
jenkins-bot
2024-12-05
1
-23
/
+3
|
\
|
*
ParserCache: Get rid of the temporary key schema ratio config
Amir Sarabadani
2024-12-03
1
-23
/
+3
*
|
ParserCache: After fetching from persistent cache, save to in-process cache
Bartosz Dziewoński
2024-12-03
1
-0
/
+3
|
/
*
ParserCache: Allow for gradual roll out of the new key scheme
Amir Sarabadani
2024-11-11
1
-0
/
+16
*
Use explicit nullable type on parameter arguments
Umherirrender
2024-10-16
1
-1
/
+1
*
Namespace all remaining classes in includes/parser
James D. Forrester
2024-10-15
1
-3
/
+8
*
Add namespace to the root classes of ObjectCache
Ebrahim Byagowi
2024-07-10
1
-0
/
+3
*
Rename JsonUnserial… to JsonDeserial…
James D. Forrester
2024-06-12
1
-2
/
+2
*
[JsonCodec, ParserCache] Improve debugging of serializability failures
C. Scott Ananian
2024-05-16
1
-3
/
+13
*
[ParserCache] Preserve information from the JsonException when logging failures
C. Scott Ananian
2024-05-15
1
-1
/
+1
*
parser: Remove explicit StatsdDataFactory backward-compat logic
Derick Alangi
2024-03-26
1
-28
/
+16
*
ParserCache: Inject StatsFactory for StatsLib metric capture
Cole White
2024-03-15
1
-5
/
+31
*
ParserCache: split metricSuffix into discrete components
Cole White
2024-03-07
1
-22
/
+40
*
[ParserCache] Add logging for T350538
C. Scott Ananian
2024-02-07
1
-1
/
+28
*
Add ParserOutput::{get,set}RenderId() and set render id in ContentRenderer
C. Scott Ananian
2024-02-07
1
-6
/
+31
*
[JsonCodec] throw JsonException now that we require PHP >= 7.4
C. Scott Ananian
2024-01-08
1
-2
/
+2
*
Be more aggressive in protecting against unserialization issues
C. Scott Ananian
2023-12-20
1
-0
/
+7
*
Namespace ParserOutput
James D. Forrester
2023-12-14
1
-0
/
+1
*
Only cache expensive renderings
daniel
2023-11-30
1
-0
/
+22
*
Revert "Hacks to avoid cold cache misses after ParsoidOutputAccess changes"
Subramanya Sastry
2023-10-24
1
-11
/
+0
*
Hacks to avoid cold cache misses after ParsoidOutputAccess changes
Subramanya Sastry
2023-09-30
1
-0
/
+11
*
Fix Phan suppressions related to Title::castFrom*() and friends
Bartosz Dziewoński
2023-04-22
1
-3
/
+2
*
Parsoid: cache warming job: add render reason
daniel
2023-01-24
1
-0
/
+4
*
ParserCache: fix metrics keys
daniel
2022-12-13
1
-1
/
+2
*
ParserCache: fix metrics keys
daniel
2022-12-02
1
-17
/
+16
*
Reorg: Move Title-related classes to title/
Amir Sarabadani
2022-11-26
1
-0
/
+1
*
Track the reason for rendering.
daniel
2022-11-09
1
-0
/
+2
*
Use the null coalescing assignment operator
Tim Starling
2022-10-21
1
-1
/
+1
*
ParserCache: ensure we know a revision ID
daniel
2022-06-27
1
-0
/
+9
*
ParserCache: always use JSON
daniel
2022-06-07
1
-44
/
+6
*
phan: Disable null_casts_as_any_type setting
Umherirrender
2022-03-21
1
-0
/
+1
*
Fix typos in comments (N-R)
Siddharth VP
2022-01-09
1
-1
/
+1
*
Expand local URLs to absolute URLs in ParserOutput
Petr Pchelko
2021-09-23
1
-6
/
+4
*
Change trivial use of getVal('action') to getRawVal
Timo Tijhof
2021-08-26
1
-1
/
+1
*
Remove depecated ParserCache::getKey and ::getEtag
Petr Pchelko
2021-07-27
1
-71
/
+0
*
Add and fix various type hints in PHPDocs
Thiemo Kreuz
2021-06-18
1
-2
/
+2
*
ParserCache: fix stats for metadata cache missed
daniel
2021-04-08
1
-0
/
+6
*
ParserCache: only use in-process caching for metadata
Petr Pchelko
2021-04-06
1
-19
/
+22
*
Convert ParserCache to PageRecord
Petr Pchelko
2021-04-02
1
-70
/
+100
*
RevisionRenderer should set revision ID/Timestamp in ParserOutput
Petr Pchelko
2021-03-24
1
-3
/
+0
*
ParserCache: Instrument CachedBagOStuff to understand dupe fetches
Timo Tijhof
2021-03-13
1
-0
/
+6
*
Merge "Respect used options for ParserOptions::isSafeToCache"
jenkins-bot
2021-01-25
1
-2
/
+2
|
\
|
*
Respect used options for ParserOptions::isSafeToCache
Petr Pchelko
2021-01-04
1
-2
/
+2
*
|
Return back accidentally removed ParserCache 'hit' metric
Petr Pchelko
2021-01-05
1
-0
/
+1
|
/
*
ParserCache: general code cleanup, abstracted expiration checks.
Petr Pchelko
2020-12-16
1
-140
/
+164
*
Make ParserCache use CachedBagOStuff
Petr Pchelko
2020-12-07
1
-0
/
+7
*
Make ParserCache respect ParserOptions::isSafeToCache
Petr Pchelko
2020-12-02
1
-6
/
+24
*
Merge CacheTime and ParserOutput accessedOptions properties
Petr Pchelko
2020-11-19
1
-13
/
+1
[next]