aboutsummaryrefslogtreecommitdiffstats
path: root/includes/SpecialMovepage.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix for compatibility with short_open_tag = OffBrion Vibber2004-02-181-1/+1
* Squid branch merge. Calls to purge functions in Article.php and special pages.Gabriel Wicke2004-02-021-0/+41
* Bug fix: moving both normal page and talk page within a non-article namespaceTim Starling2004-01-261-6/+3
* * Recent Changes improvements: object oriented back end, move page annotation...Tim Starling2004-01-171-29/+6
* Added hooks for article create/delete/edit events and moved linkscc calls thereMr. E232004-01-051-8/+4
* Moved linkscc SQL details into LinkCache for cleaner code. Also cleaned up Li...Mr. E232004-01-051-3/+1
* Improvements in MediaWiki namespace handling, enhanced rollbackTim Starling2003-12-141-2/+3
* Update timestamp of redirect when renaming over a redirect; add some commentsBrion Vibber2003-12-051-1/+8
* Fixed so that move to a new page causes linkscc to clear cache for pages that...Mr. E232003-11-281-0/+8
* Errant brace removedTim Starling2003-11-151-1/+0
* Use wfMsg()'s parametersBrion Vibber2003-11-151-2/+1