* Simple rate limiter for edits and page moves; set $wgRateLimits
[lhc/web/wiklou.git] / includes / SpecialMovepage.php
2005-05-27 Brion Vibber* Simple rate limiter for edits and page moves; set...
2005-05-07 Ævar Arnfjörð Bjar... * Added support for paramaters like Special:Movepage...
2005-05-07 Ævar Arnfjörð Bjar... * Fixed a fatal XML error (the size attribute in one...
2005-04-27 Brion VibberSilence notice error by setting talk variable explicitl...
2005-04-25 Brion Vibberphp's on crack.
2005-04-25 Brion VibberMove page tweaks:
2005-04-03 Ævar Arnfjörð Bjar... * Yummie ? : syntax.
2005-04-03 Tim Starling"Delete to make way for move" feature, for sysops only...
2005-04-03 Tim StarlingPage move undo feature
2005-04-03 Tim StarlingAllow the user to specify a reason for page moves
2005-02-21 Brion VibberDe-cruftification continues.
2005-02-21 Brion VibberAudit tweaks: extra post checks, markup fixes.
2005-01-31 Antoine Musso* Attach revision to the new page id. Original article...
2005-01-31 Antoine MussoStop showing moves directly in recentchanges, instead...
2005-01-20 Antoine MussoFix #1130 : special:movepage not showing actual title...
2004-10-26 Brion VibberMove page tweaks:
2004-10-14 River Tarnellfix xss attack if wgRawHtml is enabled
2004-10-05 Wil MahanMove length check to secureAndSplit(), so it is always...
2004-09-14 River Tarnellforwardport better fix (thanks brion)
2004-09-14 River Tarnellmerge # moving fix from 1.3
2004-09-03 Antoine MussoSplit files and classes in different packages for phpdo...
2004-09-02 Antoine MussoChanging comments layout preparing for generated docume...
2004-08-15 Tim Starlingfix of bug added in 1.37
2004-08-14 Arne HeizmannEnglish
2004-08-14 Antoine MussoFix sourceforge bug #850012 : Page move doesn't update...
2004-08-14 Antoine MussoCode standardization:
2004-08-06 Magnus ManskeThis should fix bug 975072 (Move page doesn't update...
2004-07-24 Tim Starling$_REQUEST -> $wgRequest
2004-07-10 Tim Starlingrestrictions on Special:Movepage
2004-05-07 Tim Starlinginclude_once -> require_once
2004-04-25 Brion VibberDisable renaming of category pages (this causes a numbe...
2004-04-03 Brion VibberXHTML fixes
2004-03-23 Tim Starlingpage-move code moved to Title and disentangled from...
2004-03-20 Tim Starling* Changed inclusion syntax to allow e.g. {{stub}}
2004-03-14 Antoine MussoFix sourceforge bug 600079
2004-03-11 Brion VibberSome changes to the link tables. They now all use a...
2004-03-08 Brion VibberConsolidate with Title::getInternalURL() a bit
2004-03-08 Brion VibberMore globals and uninitialized variables fixes. Added...
2004-03-07 Mr. E23Fixed parse error
2004-03-07 Brion VibberReplace the random boolean parameters on Title::getURL...
2004-03-06 Tim Starling* Fixed magic quotes in $_REQUEST, in Setup.php
2004-03-04 Brion VibberFix for #883774 inverse_timestamp not updated when...
2004-02-18 Brion VibberFix for compatibility with short_open_tag = Off
2004-02-02 Gabriel WickeSquid branch merge. Calls to purge functions in Article...
2004-01-26 Tim StarlingBug fix: moving both normal page and talk page within...
2004-01-17 Tim Starling* Recent Changes improvements: object oriented back...
2004-01-05 Mr. E23Added hooks for article create/delete/edit events and...
2004-01-05 Mr. E23Moved linkscc SQL details into LinkCache for cleaner...
2003-12-14 Tim StarlingImprovements in MediaWiki namespace handling, enhanced...
2003-12-05 Brion VibberUpdate timestamp of redirect when renaming over a redir...
2003-11-28 Mr. E23Fixed so that move to a new page causes linkscc to...
2003-11-15 Tim StarlingErrant brace removed
2003-11-15 Brion VibberUse wfMsg()'s parameters
2003-11-12 Tim StarlingImported latest features from the stable branch
2003-11-09 Tim StarlingNov. branch merge. Various features backported from...
2003-11-04 Brion VibberFix move page / linkcache / memcached problem
2003-09-20 Tim Starlingchanging wfQuery to allow replication
2003-07-05 Brion VibberConsolidate a bit of the link update code from movepage...
2003-07-05 Brion VibberFix minor bug that didn't properly touch the new page...
2003-05-31 Brion VibberFix bug that rejected renames to one-character titles
2003-04-14 Lee Daniel CrockerInitial revision