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
/
Revision.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
WikiPage::doModify: Reuse old revision while null-editing
Zhuyifei1999
2017-11-04
1
-0
/
+1
*
Add deprecation notices for selectFields() methods deprecated in Idcfd1556
Brad Jorsch
2017-11-01
1
-0
/
+10
*
Replace selectFields() methods with getQueryInfo()
Brad Jorsch
2017-10-30
1
-18
/
+141
*
Revision split __construct method
addshore
2017-10-12
1
-141
/
+157
*
Revision: test and fix __construct exceptions
addshore
2017-10-12
1
-4
/
+4
*
Clean up wiki ID and DB domain ID handling
Aaron Schulz
2017-09-30
1
-2
/
+2
*
Add basic IP range support to Special:Contributions
MusikAnimal
2017-09-05
1
-1
/
+11
*
Merge "Handle comment truncation in CommentStore"
jenkins-bot
2017-09-05
1
-4
/
+1
|
\
|
*
Handle comment truncation in CommentStore
Brad Jorsch
2017-09-01
1
-4
/
+1
*
|
Remove reference to deprecated IDatabase->nextSequenceValue()
Brad Jorsch
2017-09-01
1
-7
/
+4
|
/
*
Add `comment` table and code to start using it
Brad Jorsch
2017-08-30
1
-5
/
+19
*
Use short type bool/int in param documentation
Umherirrender
2017-08-20
1
-2
/
+2
*
Add missing & to @param documentation to match functon call
Umherirrender
2017-08-11
1
-1
/
+1
*
Fix minor issues found with phan
WMDE-Fisch
2017-08-09
1
-3
/
+3
*
build: Update mediawiki/mediawiki-codesniffer to 0.10.1
Kunal Mehta
2017-07-22
1
-3
/
+3
*
Remove auto-generated "Constructor" documentation on constructors
Thiemo Mättig
2017-07-21
1
-2
/
+0
*
Fix usage of $db->nextSequenceValue()
Brad Jorsch
2017-05-10
1
-1
/
+4
*
Move Database and subclasses to Rdbms namespace
Aaron Schulz
2017-04-12
1
-0
/
+1
*
Move IDatabase/IMaintainableDatabase to Rdbms namespace
Aaron Schulz
2017-03-28
1
-0
/
+2
*
Fix undefined ExternalStore::decompressRevisionText
Paladox
2017-03-22
1
-1
/
+1
*
Make Revision::getRevisionText() cache the converted text
Aaron Schulz
2017-03-22
1
-11
/
+14
*
Make MessageCache use the immutable text cache during cache rebuilds
Aaron Schulz
2017-03-08
1
-12
/
+38
*
Move ResultWrapper subclasses to Rdbms
Aaron Schulz
2017-03-03
1
-0
/
+3
*
includes: Replace implicit Bugzilla bug numbers with Phab ones
James D. Forrester
2017-02-21
1
-1
/
+1
*
Revision::getText() was removed
Reedy
2017-01-19
1
-22
/
+0
*
Avoid passing $this by reference in hooks
Yuriy Shnitkovskiy
2017-01-02
1
-1
/
+3
*
Merge "Cleanup some incorrect return annotations"
jenkins-bot
2016-12-16
1
-2
/
+2
|
\
|
*
Cleanup some incorrect return annotations
Erik Bernhardson
2016-12-12
1
-2
/
+2
*
|
Remove empty lines from PHP and JavaScript comment blocks
Thiemo Mättig
2016-12-09
1
-2
/
+2
|
/
*
Refactor rev_delete handling on deletion
umherirrender
2016-10-27
1
-0
/
+1
*
objectcache: use a default "since" timestamp in getWithSetCallback()
Aaron Schulz
2016-10-14
1
-1
/
+2
*
Revision->insertOn: Set READ_LATEST flag
Matthew Flaschen
2016-10-06
1
-0
/
+5
*
Make Revision::getText() emit deprecation warnings.
Reedy
2016-10-05
1
-2
/
+1
*
Merge "Make $wgRevisionCacheExpiry default to one week"
jenkins-bot
2016-09-09
1
-7
/
+8
|
\
|
*
Make $wgRevisionCacheExpiry default to one week
Aaron Schulz
2016-09-08
1
-7
/
+8
*
|
Only apply DB_MASTER fallback in Revision::fetchText() if READ_LATEST
Aaron Schulz
2016-09-08
1
-10
/
+23
|
/
*
objectcache: add "pcGroup" option to WANObjectCache::getWithSetCallback()
Aaron Schulz
2016-09-07
1
-17
/
+10
*
Revision: Simplify loadText() with nested getWithSetCallback
Timo Tijhof
2016-09-07
1
-27
/
+28
*
Revert "Revision: Simplify loadText() with nested getWithSetCallback"
Mattflaschen
2016-09-07
1
-28
/
+27
*
Revision: Simplify loadText() with nested getWithSetCallback
Timo Tijhof
2016-09-07
1
-27
/
+28
*
Rename DB_SLAVE constant to DB_REPLICA
Aaron Schulz
2016-09-05
1
-9
/
+9
*
Change "slave" => "replica DB" in /includes
Aaron Schulz
2016-09-05
1
-4
/
+4
*
Cache revision lookups done by Parser
Aaron Schulz
2016-09-05
1
-29
/
+114
*
Convert Revision::fetchFromConds() to using more modern selectRow()
Aaron Schulz
2016-09-02
1
-16
/
+12
*
Revert "If rev_content_model is null, use page_content_model."
Legoktm
2016-07-10
1
-2
/
+2
*
If rev_content_model is null, use page_content_model.
daniel
2016-07-08
1
-2
/
+2
*
Improvements to {{REVISIONUSER}} handling
Aaron Schulz
2016-06-14
1
-1
/
+18
*
Remove wfDebug() from Revision::loadText()
Aaron Schulz
2016-05-09
1
-1
/
+0
*
Namespace LinkTarget under MediaWiki\Linker
Kunal Mehta
2016-04-21
1
-0
/
+1
*
Remove Revision::getRawText()
Florian
2016-04-01
1
-13
/
+0
[next]