aboutsummaryrefslogtreecommitdiffstats
path: root/includes/specials/SpecialMovepage.php
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed some doxygen warningsAlexandre Emsenhuber2010-07-031-1/+2
* Correct the address of the FSF in some of the GPL headersDerk-Jan Hartman2010-06-211-1/+1
* GPL Headers for all!Sam Reed2010-06-211-0/+18
* Remove most named character references from outputAryeh Gregor2010-05-301-2/+2
* Bug 23699: Add trailing \n at the end of <div>s in wrapWikiMsg()Platonides2010-05-281-1/+1
* Follow-up r62358: Wrap warning message into a div with the generic "error" an...Raimond Spekking2010-02-141-1/+1
* sort of fixing bug 14592: show warning when moving a user page that the user ...Tobias2010-02-121-0/+3
* Per Tim Starling, fix for r58008: use StringUtils::escapeRegexReplacement()Alexandre Emsenhuber2009-12-171-1/+1
* Merged r56745 from wmf-deployment, with an adjusted comment. Fixes image redi...Tim Starling2009-12-151-0/+7
* maxlength=200 for page move summary in HTML5Aryeh Gregor2009-12-151-1/+2
* Mass convert NULL -> null. Left strings and comments alone, obviously.Chad Horohoe2009-12-111-1/+1
* (bug 21540) Missing globalRoan Kattouw2009-11-161-1/+1
* (bug 21455) Fixed "Watch this page" checkbox appearing on some special pages ...Matěj Grabovský2009-11-141-6/+11
* (bug 18019) Warn users when moving a file to a name in use on a shared repo.Alex Z2009-10-241-1/+19
* * (bug 21234) Moving subpages of titles containing \\ now works properlyAlexandre Emsenhuber2009-10-221-1/+1
* (bug 20275) Fixed LIKE queries on SQLite backendMax Semenik2009-10-211-1/+1
* * (bug 20797) Fixed check for double moving the base page when also moving su...Alexandre Emsenhuber2009-09-251-4/+2
* Follow-up on r56284: LogEventsList::showLogExtract gets associative array for...Tobias2009-09-161-1/+1
* Fix for r55535, per Brion's comment: convert x-coded strings in the target in...Alexandre Emsenhuber2009-09-111-3/+5
* * (bug 20299) MediaWiki:Move-subpages and MediaWiki:Move-talk-subpages can no...Alexandre Emsenhuber2009-08-241-7/+11
* * (bug 20365) Page name with with c/g/h/j/s/u + x are now correctly handled i...Alexandre Emsenhuber2009-08-231-2/+2
* $wgMaximumMovedPages should only count moved pagesAryeh Gregor2009-08-181-5/+5
* Don't move twice when moving subpages to a subpageAryeh Gregor2009-08-181-1/+4
* Revert r54795: Didn't work as expected and don't have time to fix.Bryan Tong Minh2009-08-111-4/+1
* (bug 20052) Watch checkbox on Special:Movepage is checked by default when the...Bryan Tong Minh2009-08-111-1/+4
* * replace use of deprecated makeKnownLinkObj() by linkKnown() in core special...Siebrand Mazeland2009-06-071-5/+10
* Proper casing for getDBkey()Siebrand Mazeland2009-05-241-4/+4
* (bug 18466) Add note or warning when overruling a move (semi-)protection (pat...Siebrand Mazeland2009-05-171-0/+16
* Use link() instead of deprecated makeLinkObj() where possible.Siebrand Mazeland2009-05-081-2/+2
* Add mw-redirect class to subpage links as neededAaron Schulz2009-03-031-4/+2
* * Correct case for formatNumNiklas Laxström2009-02-221-1/+1
* Per siebrand and Nikerabbit (tweak for r47535):Alexandre Emsenhuber2009-02-201-3/+6
* (bug 16762) Special:Movepage now shows a list of subpages when possibleAlexandre Emsenhuber2009-02-181-0/+29
* Format number, and allow use of plural for 'move-subpages' and 'move-talk-sub...Siebrand Mazeland2009-02-181-4/+7
* Remove a TODO from ApiMove and add a FIXME to SpecialMovepageRoan Kattouw2009-02-091-0/+2
* * (bug 17288) Improved messages for default language (English). Patch submitt...Siebrand Mazeland2009-01-311-2/+5
* Reverted r45517 " * (bug 16921) Add a maxlength for the reason field of the p...Brion Vibber2009-01-081-3/+2
* * (bug 16921) Add a maxlength for the reason field of the page move formRaimond Spekking2009-01-071-2/+3
* Add new messages 'movepage-moved-redirect' and 'movepage-moved-noredirect' pe...Raimond Spekking2009-01-061-0/+2
* Revert r45288 " * Add a new message 'movepage-moved-noredirect' for page move...Brion Vibber2009-01-061-3/+3
* * Add a new message 'movepage-moved-noredirect' for page moves with suppresse...Raimond Spekking2009-01-011-3/+3
* * Image moving over an existing file no longer throws a database errorVictor Vasiliev2008-12-291-0/+6
* Sub pages get a redirect on move, even when "Leave a redirect behind" is chec...Siebrand Mazeland2008-11-251-1/+1
* Fix freaky calling method for MovePageForm::showForm(), add docsTim Starling2008-10-111-1/+8
* Fix error display on invalid destination title on GET, e.g. with URL /wiki/Sp...Tim Starling2008-10-101-12/+8
* Disable double redirect fixer by default, pending resolution of bug 15622, ca...Tim Starling2008-10-061-8/+13
* Allow humans to suppress redirect too, not just bots. Added human interface, ...Tim Starling2008-10-061-2/+22
* Custom error message from the AbortMove hook is now passed in the same array ...Alexandre Emsenhuber2008-10-021-1/+2
* * Do not pass objects to functions that don't take themNiklas Laxström2008-09-281-14/+17
* Cleanup for r40770:Aaron Schulz2008-09-131-10/+5