aboutsummaryrefslogtreecommitdiffstats
path: root/includes/SpecialMovepage.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* Imported latest features from the stable branchTim Starling2003-11-121-0/+1
* Nov. branch merge. Various features backported from stable, various bug fixes.Tim Starling2003-11-091-11/+8
* Fix move page / linkcache / memcached problemBrion Vibber2003-11-041-2/+6
* changing wfQuery to allow replicationTim Starling2003-09-201-25/+25
* Consolidate a bit of the link update code from movepage into linksupdateBrion Vibber2003-07-051-12/+3
* Fix minor bug that didn't properly touch the new page title when renaming, wh...Brion Vibber2003-07-051-2/+2
* Fix bug that rejected renames to one-character titlesBrion Vibber2003-05-311-1/+1
* Initial revisionLee Daniel Crocker2003-04-141-0/+424