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
...
*
|
Hard deprecate Revision::newFromPageId
Petr Pchelko
2020-03-18
1
-0
/
+3
*
|
Hard deprecate Revision::getParentLengths
Petr Pchelko
2020-03-18
1
-1
/
+3
*
|
Hard deprecate Revision::newKnownCurrent
Petr Pchelko
2020-03-18
1
-0
/
+2
*
|
Hard deprecate Revision::userCan
DannyS712
2020-03-11
1
-1
/
+3
|
/
*
Remove Revision::loadFromId(), deprecated and unused
DannyS712
2020-03-01
1
-16
/
+0
*
Hard deprecate Revision::countByTitle
DannyS712
2020-02-29
1
-0
/
+3
*
Hard deprecate Revision::countByPageId
DannyS712
2020-02-29
1
-0
/
+3
*
Hard deprecate Revision::loadFromTitle
DannyS712
2020-02-28
1
-0
/
+2
*
Hard deprecate Revision::userCanBitfield
DannyS712
2020-02-24
1
-4
/
+9
*
Use __METHOD__ instead of __FUNCTION__
DannyS712
2020-02-20
1
-1
/
+1
*
Deprecate falling back to $wgUser in some functions
DannyS712
2020-02-19
1
-2
/
+3
*
Introduce ContentHandlerFactory
ArtBaltai
2020-02-07
1
-1
/
+3
*
Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUse
James D. Forrester
2020-01-10
1
-2
/
+2
*
Merge "Set method visibility in some classes"
jenkins-bot
2019-12-09
1
-5
/
+5
|
\
|
*
Set method visibility in some classes
Umherirrender
2019-12-05
1
-5
/
+5
*
|
build: Upgrade phan to 0.9.0
Daimona Eaytoy
2019-12-07
1
-1
/
+0
|
/
*
Add missing @param and @return to documentation
Umherirrender
2019-11-10
1
-0
/
+1
*
Set constant visibility, part 1
Max Semenik
2019-10-18
1
-10
/
+10
*
Hard deprecate Revision::getRevisionText() method
Petr Pchelko
2019-10-07
1
-7
/
+1
*
Move callers away from Title::GAID_FOR_UPDATE
Aaron Schulz
2019-09-09
1
-1
/
+1
*
Mostly drop old pre-actor user schemas
Brad Jorsch
2019-09-09
1
-197
/
+0
*
Unsuppress phan issues, part 8
Daimona Eaytoy
2019-09-04
1
-0
/
+1
*
Move getPrevious/NextRevision logic out of Title
Aryeh Gregor
2019-05-05
1
-6
/
+4
*
Don't require Title for getTimestampFromId
Aryeh Gregor
2019-05-05
1
-2
/
+2
*
Normalize use of "INNER JOIN" to "JOIN" in database queries
Aaron Schulz
2019-03-06
1
-1
/
+1
*
Merge "Fix documentation for Revision::getComment and WikiPage::getComment"
jenkins-bot
2019-02-16
1
-5
/
+3
|
\
|
*
Fix documentation for Revision::getComment and WikiPage::getComment
Thiemo Kreuz
2019-01-15
1
-5
/
+3
*
|
build: Updating mediawiki/mediawiki-codesniffer to 24.0.0
Kunal Mehta
2019-02-07
1
-1
/
+1
*
|
Use shorter ?: syntax in Revision class
Thiemo Kreuz
2019-02-04
1
-9
/
+9
*
|
Remove Revision::fetchRevision()
Max Semenik
2019-01-30
1
-16
/
+0
*
|
Add missing empty lines between methods
Thiemo Kreuz
2019-01-15
1
-0
/
+1
|
/
*
Revision: Assert that $mRecord is never null in Revision
daniel
2018-12-21
1
-3
/
+4
*
Allow getRevisionText to function without the text table.
daniel
2018-10-17
1
-10
/
+54
*
ActorMigration: Remove possibility of read-both
Brad Jorsch
2018-10-11
1
-9
/
+12
*
Re-namespace RevisionStore and RevisionRecord classes
Brad Jorsch
2018-10-09
1
-8
/
+8
*
Avoid fatal when finding no base revision for a null revision.
daniel
2018-10-04
1
-1
/
+1
*
Add constant for the name of the 'main' slot for MCR
Gergő Tisza
2018-09-24
1
-2
/
+2
*
[MCR] Set MCR migration stage to write-both/read-new.
daniel
2018-09-11
1
-0
/
+26
*
Remove duplicated article usages
petarpetkovic
2018-08-09
1
-1
/
+1
*
Update composer/spdx-licenses to 1.4.0 and mediawiki/mediawiki-codesniffer to...
Reedy
2018-07-26
1
-3
/
+3
*
Fix PhanTypeMismatchDeclaredParam
Umherirrender
2018-07-07
1
-1
/
+1
*
Merge "Blob can't be false"
jenkins-bot
2018-06-20
1
-0
/
+5
|
\
|
*
Blob can't be false
daniel
2018-06-20
1
-0
/
+5
*
|
Merge "When encountering bad blobs, log the text row id."
jenkins-bot
2018-06-19
1
-1
/
+12
|
\
\
|
|
/
|
/
|
|
*
When encountering bad blobs, log the text row id.
daniel
2018-06-19
1
-1
/
+12
*
|
Merge "Provide backwards compatibility for RevisionInsertComplete hook."
jenkins-bot
2018-06-13
1
-2
/
+0
|
\
\
|
*
|
Provide backwards compatibility for RevisionInsertComplete hook.
daniel
2018-06-13
1
-2
/
+0
|
|
/
*
/
Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient
Bartosz Dziewoński
2018-05-30
1
-4
/
+4
|
/
*
Remove three deprecated functions from the Revision class.
Matthew Bowker
2018-05-02
1
-34
/
+0
*
Merge "Drop archive.ar_text and ar_flags"
jenkins-bot
2018-04-23
1
-1
/
+0
|
\
[prev]
[next]