aboutsummaryrefslogtreecommitdiffstats
path: root/includes/SpecialMovepage.php
Commit message (Expand)AuthorAgeFilesLines
* Fix textarea attribute for special:movepageAntoine Musso2005-10-221-1/+1
* Fix #3350: missing label for move talk pageAntoine Musso2005-09-181-2/+2
* * (bug 3280) Respect 'move' group permission on page movesBrion Vibber2005-08-261-1/+1
* * Rearranged Special:Movepage form to reduce confusion between destinationBrion Vibber2005-08-111-3/+3
* * Fix talk page move handlingBrion Vibber2005-07-071-10/+4
* * (bug 1130) Reorder old title checks; use title null instead of emptyBrion Vibber2005-07-071-5/+4
* * Various code cleanup and HTML escaping fixlets on page history, contribs etcBrion Vibber2005-06-291-10/+10
* ported site_stats change from 1.4Tim Starling2005-06-191-20/+0
* * Simple rate limiter for edits and page moves; set $wgRateLimitsBrion Vibber2005-05-271-0/+5
* * Added support for paramaters like Special:Movepage/Page_to_moveÆvar Arnfjörð Bjarmason2005-05-071-4/+5
* * Fixed a fatal XML error (the size attribute in one input element was unquoted)Ævar Arnfjörð Bjarmason2005-05-071-1/+1
* Silence notice error by setting talk variable explicitly to blank when not mo...Brion Vibber2005-04-271-0/+3
* php's on crack.Brion Vibber2005-04-251-1/+4
* Move page tweaks:Brion Vibber2005-04-251-8/+8
* * Yummie ? : syntax.Ævar Arnfjörð Bjarmason2005-04-031-5/+1
* "Delete to make way for move" feature, for sysops only, including integration...Tim Starling2005-04-031-9/+34
* Page move undo featureTim Starling2005-04-031-1/+10
* Allow the user to specify a reason for page movesTim Starling2005-04-031-13/+22
* De-cruftification continues.Brion Vibber2005-02-211-5/+5
* Audit tweaks: extra post checks, markup fixes.Brion Vibber2005-02-211-3/+10
* * Attach revision to the new page id. Original article is now accessible again.Antoine Musso2005-01-311-1/+1
* Stop showing moves directly in recentchanges, instead use the logging system ...Antoine Musso2005-01-311-4/+1
* Fix #1130 : special:movepage not showing actual title but encoded one.Antoine Musso2005-01-201-5/+6
* Move page tweaks:Brion Vibber2004-10-261-3/+11
* fix xss attack if wgRawHtml is enabledRiver Tarnell2004-10-141-0/+3
* Move length check to secureAndSplit(), so it is always used.Wil Mahan2004-10-051-1/+1
* forwardport better fix (thanks brion)River Tarnell2004-09-141-6/+6
* merge # moving fix from 1.3River Tarnell2004-09-141-0/+6
* Split files and classes in different packages for phpdocumentor. I probably c...Antoine Musso2004-09-031-0/+4
* Changing comments layout preparing for generated documentation with Phpdocume...Antoine Musso2004-09-021-8/+17
* fix of bug added in 1.37Tim Starling2004-08-151-4/+7
* EnglishArne Heizmann2004-08-141-3/+3
* Fix sourceforge bug #850012 : Page move doesn't update article countAntoine Musso2004-08-141-3/+19
* Code standardization:Antoine Musso2004-08-141-28/+33
* This should fix bug 975072 (Move page doesn't update categories page)Magnus Manske2004-08-061-0/+1
* $_REQUEST -> $wgRequestTim Starling2004-07-241-7/+9
* restrictions on Special:MovepageTim Starling2004-07-101-2/+2
* include_once -> require_onceTim Starling2004-05-071-1/+1
* Disable renaming of category pages (this causes a number of problemsBrion Vibber2004-04-251-1/+1
* XHTML fixesBrion Vibber2004-04-031-26/+32
* page-move code moved to Title and disentangled from the user interfaceTim Starling2004-03-231-276/+31
* * Changed inclusion syntax to allow e.g. {{stub}}Tim Starling2004-03-201-44/+22
* Fix sourceforge bug 600079Antoine Musso2004-03-141-6/+13
* Some changes to the link tables. They now all use a key on cur_id for the *_f...Brion Vibber2004-03-111-18/+11
* Consolidate with Title::getInternalURL() a bitBrion Vibber2004-03-081-3/+3
* More globals and uninitialized variables fixes. Added WebRequest ($wgRequest)Brion Vibber2004-03-081-21/+22
* Fixed parse errorMr. E232004-03-071-3/+3
* Replace the random boolean parameters on Title::getURL() with a set ofBrion Vibber2004-03-071-6/+6
* * Fixed magic quotes in $_REQUEST, in Setup.phpTim Starling2004-03-061-31/+30
* Fix for #883774 inverse_timestamp not updated when overwriting an old redirec...Brion Vibber2004-03-041-1/+2