aboutsummaryrefslogtreecommitdiffstats
path: root/includes/specials/SpecialMovepage.php
Commit message (Expand)AuthorAgeFilesLines
* * (bug 34887) Fix for r100138: make $3 and $4 parameters being substituted co...Alexandre Emsenhuber2012-03-131-1/+2
* (bug 33846) Fixed backwards error msg/param passing.Aaron Schulz2012-02-031-1/+1
* [Special:MovePage] fix Title method usage. Need potential subpages included a...Krinkle2012-02-021-1/+1
* [Special:MovePage] Split new title input, fix bug 29454 (byteLimit), namespac...Krinkle2012-01-281-7/+25
* Per Aaron, fix for r107776: correct count() checkAlexandre Emsenhuber2012-01-131-1/+1
* * Display all errors in showForm() instead of only the first oneAlexandre Emsenhuber2012-01-011-50/+65
* * Integrate $wgDeleteRevisionsLimit in Title::getUserPermissionsErrors() (onl...Alexandre Emsenhuber2011-12-271-7/+6
* I hate eol w/sMark A. Hershberger2011-12-221-3/+2
* revert r106095, fix apparently not this simpleJeroen De Dauw2011-12-131-1/+1
* logName -> getNameJeroen De Dauw2011-12-131-1/+1
* Bug 29524 - Rename RequestContext::getLang to getLanguageJohn Du Hart2011-11-211-4/+4
* Following r100264, update usages in coreJohn Du Hart2011-11-161-1/+1
* Updated core SpecialPages to use new functions introduced in r103111 and r103095John Du Hart2011-11-151-4/+1
* FU r102073:Aaron Schulz2011-11-111-3/+5
* essage=fix trumped line of code from svn updateRob Moen2011-11-091-1/+1
* essage=This bug fixes bug30483Rob Moen2011-11-091-2/+2
* * Changed OutputPage's handling of subtitles to use an array and implode it w...Alexandre Emsenhuber2011-11-081-1/+1
* * Use WikiPage instead of Article and call doDeleteArticle() with a custom er...Alexandre Emsenhuber2011-11-031-7/+13
* * Made PermissionsError exception accept an optional second parameter for the...Alexandre Emsenhuber2011-11-021-2/+1
* Per Nikerabbit's comment on r100621:Alexandre Emsenhuber2011-10-271-1/+1
* * (bug 25306) Add link of old page title to MediaWiki:Delete_and_move_reasonRaimond Spekking2011-10-201-2/+2
* Fix r100138 per Nikas CR: "always use explicit conversion to string with wfMe...Raimond Spekking2011-10-191-1/+1
* * (bug 18823) "move succeeded" text displays bluelinks even when redirect was...Raimond Spekking2011-10-181-5/+8
* Old link is not always known, it depends on $createRedirectRaimond Spekking2011-10-171-1/+1
* * Only spread blocks on page edit/move attempts via spreadAnyEditBlock(). We ...Aaron Schulz2011-10-081-0/+2
* Allow LogEventsList::showLogExtract() to get a Title object instead of having...Alexandre Emsenhuber2011-09-241-2/+2
* Show the "Move associated talk page button" on special:movepage if there are ...Brian Wolff2011-09-091-4/+12
* * Use local context instead of global variablesAlexandre Emsenhuber2011-07-201-98/+93
* Kill unused globalsSam Reed2011-07-181-1/+1
* Change usages of $wgUser->getSkin() in special pages to use $this->getSkin()Sam Reed2011-07-011-3/+3
* revert r87808 - Its broken, and looks rather complex to fix, especially with ...Brian Wolff2011-06-171-2/+1
* Use consistent notation for "@todo FIXME". Should update http://svn.wikimedia...Siebrand Mazeland2011-05-171-5/+5
* Removed redundant whitespacesAlexandre Emsenhuber2011-05-131-2/+2
* Prevent user from trying to move a page to a title longer than 255 bytes.Brian Wolff2011-05-101-1/+2
* (bug 16921) Add JavaScript-based enforcing of byte limits on move and protect...Roan Kattouw2011-04-251-1/+3
* Revert r86001: Brion says it's too scary :D will recommit in piecesHappy-melon2011-04-131-9/+3
* New infrastructure for actions, as discussed on wikitech-l. Fairly huge commit.Happy-melon2011-04-131-3/+9
* w/s diff. mostly eol w/s and using only tabs of width 4 to indent.Mark A. Hershberger2011-03-181-1/+1
* And some more function level documentationSam Reed2011-02-191-0/+4
* The subtitle on movepage is now redundant with the tabsNiklas Laxström2011-01-021-1/+0
* Implement "relevant" title and user in the skin system and update undelete, l...Daniel Friesen2011-01-011-0/+1
* Seems I forgot to commit this file in r76634Alexandre Emsenhuber2010-11-131-1/+2
* More deprecated method callsSam Reed2010-10-311-2/+2
* Removed trailing whitespacesAlexandre Emsenhuber2010-10-241-17/+17
* Standardised file description headers; first pathAlexandre Emsenhuber2010-08-141-1/+6
* Modified Special:Movepage to subclass UnlistedSpecialPageAlexandre Emsenhuber2010-08-081-63/+49
* More unused variables, whitespaceSam Reed2010-07-251-1/+1
* Move double $wgOut globals to the top, remove $wgLang duplicated global.Platonides2010-07-251-1/+1
* Do not use a global $action to get the action.Platonides2010-07-251-2/+2
* Removal of unused globalsSam Reed2010-07-241-1/+1