merging latest master
[lhc/web/wiklou.git] / includes / specials / SpecialImport.php
2012-08-20 danielmerging latest master
2012-04-16 danielMerge branch 'Wikidata' of ssh://gerrit.wikimedia.org...
2012-04-11 Jens OhligMerge branch 'master' into Wikidata
2012-04-02 DemonMerge "Remove unused $wgDebugDBTransactions"
2012-03-19 Alexandre EmsenhuberChange calls from Xml::namespaceSelector() to Html...
2012-03-11 Sam ReedNormalise casing of getArticleID used in core
2012-03-01 Alexandre Emsenhuber* Pass number with numParams() to Message object and...
2012-02-26 Alexandre EmsenhuberUse local context to get messages
2012-01-12 Aaron SchulzReverted r108743 per CR comment. This should at least...
2012-01-12 Sam ReedKill "* @return void"
2012-01-06 Alexandre Emsenhuber* Added callback to send notices from WikiImporter...
2011-11-21 John Du HartBug 29524 - Rename RequestContext::getLang to getLanguage
2011-11-16 John Du HartFollowing r100264, update usages in core
2011-11-15 John Du HartUpdated core SpecialPages to use new functions introduc...
2011-11-14 Alexandre EmsenhuberUpdated remaining functions executing NewRevisionFromEd...
2011-11-02 Alexandre Emsenhuber* Made PermissionsError exception accept an optional...
2011-10-14 Sam ReedUpdate some deprecated code
2011-09-07 Alexandre EmsenhuberUse local context instead of global variables
2011-09-02 Siebrand MazelandRevert r96094. That space is already in colon-separator...
2011-09-02 Siebrand MazelandAdd a word separator after the colon separator.
2011-07-20 Owen Davisadded missing null checks in callers of Revision::newNu...
2011-07-04 Alexandre EmsenhuberChanged calls to Linker::tooltipAndAccesskeyAttribs...
2011-07-03 Robin PepermansUse Linker::linkKnown per Siebrand on r91377.
2011-07-03 Robin PepermansChanging back to $wgUser in SpecialImport.php. Importin...
2011-07-01 Sam ReedChange usages of $wgUser->getSkin() in special pages...
2011-05-17 Siebrand MazelandUse consistent notation for "@todo FIXME". Should updat...
2011-04-02 Sam ReedRemove unused global, fix double defined global
2011-03-31 Happy-melonFix for r85005: the getUserPermissionsErrors() calls...
2011-03-30 Happy-melon(bug 15641) tweak Title::checkUserBlock() so that Title...
2011-03-27 Sam Reed* (bug 28263) cannot import xml with the api, when...
2011-03-18 Happy-melonFollow-up r84249: reimplement isAllowedAny(), and resto...
2011-03-18 Mark A. Hershbergerw/s diff. mostly eol w/s and using only tabs of width...
2011-03-18 Happy-melonAllow User::isAllowed() to take varargs. "is allowed...
2011-02-06 Alexandre EmsenhuberI don't think we need a complete parse operation to...
2010-12-05 Alexandre EmsenhuberConverted ImportStreamSource functions to return a...
2010-12-02 Alexandre Emsenhuber* Convert ImportReporter::close() to use Status objects...
2010-11-10 Andrew GarrettResolve bug 25580: pass $pageInfo along to finishImport...
2010-10-31 Sam ReedMore deprecated method calls
2010-10-31 Sam ReedUpdate deprecated method calls
2010-08-14 Alexandre EmsenhuberStandardised file description headers; first path
2010-07-24 Sam ReedRemoval of unused globals
2010-06-28 Alexandre Emsenhuber* (bug 24155) Import no longer produces errors with...
2010-06-25 Andrew GarrettSome import-related fixes for LiquidThreads dump import...
2010-06-14 Raimond SpekkingUse present function for adding accesskey. This way...
2010-05-28 PlatonidesBug 23699: Add trailing \n at the end of <div>s in...
2010-05-12 Raimond SpekkingFollow-up r66267: Use formatNum for the number
2010-05-12 Andrew GarrettFunction accessibility changes, documentation, revert...
2010-05-12 Andrew GarrettRewrite of XML Dump Processing:
2010-02-13 Chad HorohoeOutput page title along with no revisions (just like...
2009-06-07 Siebrand Mazeland* replace use of deprecated makeKnownLinkObj() by linkK...
2009-04-07 Chad HorohoeUse getTitle() here, it's cleaner.
2009-04-07 Chad HorohoeFirst round of war on $wgTitle. Don't use it in Special...
2009-02-19 Raimond Spekking* Some cleanup for Special:Import:
2009-02-06 Andrew GarrettAdd 'include pages linked to from these pages' to Speci...
2009-02-06 Chad Horohoe(bug 15283) Interwiki imports should fetch included...
2009-01-07 Brion VibberRevert r45340 "(bug 16793) text entered into the log...
2009-01-02 Aaron Schulz(bug 16793) text entered into the log entry should...
2008-12-12 Raimond SpekkingQuick hack to disable import for non privileged users...
2008-12-10 Brion VibberFollow-up to r44245, r44250 (comment field on Special...
2008-12-09 Raimond SpekkingPer Brions suggestions mediawiki.org/wiki/Special:Code...
2008-12-05 Aaron SchulzXHTML fix
2008-12-05 Ariel Glennlog comment for imports (bug #12728)
2008-11-27 Aaron SchulzAdd $user to NewRevisionFromEditComplete hook
2008-11-26 Chad HorohoeRefactor Special:Import to extend SpecialPage instead...
2008-11-17 Brion Vibber* Improved input validation on Special:Import form
2008-11-06 Siebrand MazelandConsistent casing for addHTML()
2008-09-18 Aaron Schulz* Add support for log importing
2008-09-18 Aaron Schulz* Move Import stuff to it's own file like Export
2008-09-07 Aaron SchulzPass in $latest value (for bug 12650)
2008-07-31 Chad HorohoeSyntax fix.
2008-07-30 Jon Harald SøbyAdding accesskey="s" to forms in the following special...
2008-06-19 Brion VibberRename all the special page class files back to their...