Split files and classes in different packages for phpdocumentor. I probably changed...
[lhc/web/wiklou.git] / includes / SpecialMovepage.php
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