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
/
MovePage.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use static closures where safe to use
Umherirrender
2021-02-11
1
-1
/
+1
*
Chain MutableRevisionRecord method calls
Ammar Abdulhamid
2021-01-20
1
-7
/
+7
*
Document list of change tags as string[]
Umherirrender
2020-11-20
1
-1
/
+1
*
phpunit: Use a closure for services to enable unit testing
Kosta Harlan
2020-11-19
1
-12
/
+15
*
Inject WikiPageFactory into MergeHistory/MovePage
Umherirrender
2020-11-11
1
-5
/
+14
*
Merge "MovePage: Handle target page deletion failure gracefully."
jenkins-bot
2020-10-22
1
-6
/
+12
|
\
|
*
MovePage: Handle target page deletion failure gracefully.
Ammar Abdulhamid
2020-10-21
1
-6
/
+12
*
|
Use READ_LATEST when checking for exists on page move
Umherirrender
2020-10-18
1
-1
/
+1
*
|
Use Title::getArticleID instead of Title::exists for internal check
Mark A. Hershberger
2020-10-15
1
-1
/
+1
|
/
*
Merge "Add `delete-redirect` for deleting single-rev redirects during moves"
jenkins-bot
2020-09-04
1
-2
/
+5
|
\
|
*
Add `delete-redirect` for deleting single-rev redirects during moves
DannyS712
2020-09-04
1
-2
/
+5
*
|
Merge "Add extra details to error log to debug why null revision creation is ...
jenkins-bot
2020-09-04
1
-3
/
+6
|
\
\
|
|
/
|
/
|
|
*
Add extra details to error log to debug why null revision creation is failing
Ammar Abdulhamid
2020-08-17
1
-3
/
+6
*
|
Mark CONSTRUCTOR_OPTIONS as internal
Aryeh Gregor
2020-08-21
1
-0
/
+3
|
/
*
Use strict (in)equality with namespaces constants when LHS is definitely an i...
Ed Sanders
2020-07-31
1
-2
/
+2
*
MovePage: Don't use MediaWikiServices for services already available
DannyS712
2020-07-13
1
-12
/
+7
*
Don't create Revisions for deprecated hooks if hook is not registered
DannyS712
2020-07-01
1
-16
/
+49
*
Hard deprecate the `TitleMoveComplete` and `PageContent(Insert|Save)Complete`...
DannyS712
2020-07-01
1
-1
/
+0
*
Use @internal instead of @private per policy
daniel
2020-06-26
1
-1
/
+1
*
Hard deprecate the `TitleMoveCompleting` hook
DannyS712
2020-06-25
1
-1
/
+0
*
Merge "Add PageMoveCompleting hook, to replace TitleMoveCompleting"
jenkins-bot
2020-06-24
1
-1
/
+6
|
\
|
*
Add PageMoveCompleting hook, to replace TitleMoveCompleting
Roan Kattouw
2020-06-16
1
-1
/
+6
|
*
Revert "Hard deprecate the `TitleMoveCompleting` hook"
Catrope
2020-06-17
1
-0
/
+1
|
*
Hard deprecate the `TitleMoveCompleting` hook
DannyS712
2020-06-15
1
-1
/
+0
*
|
WikiPage::doEditUpdates - accept a RevisionRecord object
DannyS712
2020-06-16
1
-3
/
+2
|
/
*
Merge "Replace TitleMoveCompleting and TitleMoveComplete hooks"
jenkins-bot
2020-06-10
1
-2
/
+18
|
\
|
*
Replace TitleMoveCompleting and TitleMoveComplete hooks
DannyS712
2020-06-10
1
-2
/
+18
*
|
Remove unneeded creation of revision objects
DannyS712
2020-06-10
1
-3
/
+3
|
/
*
Remove terminating line breaks from debug messages
Tim Starling
2020-06-03
1
-4
/
+4
*
Hooks::run() call site migration
Tim Starling
2020-05-30
1
-28
/
+34
*
Merge "immobile-source-namespace: use `blanknamespace` for main namespace"
jenkins-bot
2020-05-28
1
-2
/
+10
|
\
|
*
immobile-source-namespace: use `blanknamespace` for main namespace
DannyS712
2020-04-11
1
-2
/
+10
*
|
Inject SpamChecker where needed, hard deprecate EditPage static methods
DannyS712
2020-05-26
1
-16
/
+26
*
|
Merge "Replace `NewRevisionFromEditComplete` with `RevisionFromEditComplete`"
jenkins-bot
2020-05-14
1
-2
/
+15
|
\
\
|
*
|
Replace `NewRevisionFromEditComplete` with `RevisionFromEditComplete`
DannyS712
2020-05-11
1
-2
/
+15
*
|
|
Add MergeHistoryFactory interface, implemented by PageCommandFactory
DannyS712
2020-05-13
1
-2
/
+5
|
/
/
*
|
MovePage::moveToInternal - remove use of Revision::insertOn
DannyS712
2020-05-05
1
-15
/
+24
*
|
WikiPage::updateRevisionOn - replace uses, hard deprecate Revision use
DannyS712
2020-05-01
1
-3
/
+8
*
|
Convert MovePageFactory to interface, implement in PageHandlerFactory
DannyS712
2020-04-27
1
-2
/
+2
|
/
*
MovePage: Don't fail to delete a nonexistent file
Brad Jorsch
2020-04-07
1
-5
/
+2
*
MovePage: Use correct Title when creating the null revision
Brad Jorsch
2020-04-02
1
-2
/
+5
*
MovePage: Remove pre-MCR code
Brad Jorsch
2020-03-26
1
-17
/
+0
*
Remove compat code for pre-MCR schema.
daniel
2020-03-24
1
-12
/
+3
*
Merge "Pass a user to WikiPage::doDeleteArticleReal, use new signature"
jenkins-bot
2020-03-19
1
-3
/
+3
|
\
|
*
Pass a user to WikiPage::doDeleteArticleReal, use new signature
DannyS712
2020-03-19
1
-3
/
+3
*
|
Remove usages of deprecated Revision from MovePage
Petr Pchelko
2020-03-18
1
-13
/
+36
|
/
*
Reconcile differences between arguments in hooks.txt and at the call site
Tim Starling
2020-03-06
1
-2
/
+4
*
Use array literals when calling Hooks::run()
Tim Starling
2020-03-04
1
-11
/
+10
*
Introduce ContentHandlerFactory
ArtBaltai
2020-02-07
1
-5
/
+21
*
Merge "Add target page as a parameter to `articleexists` message"
jenkins-bot
2020-01-02
1
-1
/
+1
|
\
[next]