aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Import.php
Commit message (Expand)AuthorAgeFilesLines
* Change Title::getInterwiki() in conditions to Title::isExternal()umherirrender2014-01-021-1/+1
* print is not a functionumherirrender2013-05-091-2/+2
* Import: Fix incorrect wfRunHooks usageMax Semenik2013-05-021-7/+10
* Added space after switch/Removed spaces after unsetumherirrender2013-04-261-4/+4
* Fixed spacing in files direct in includes folderumherirrender2013-04-211-47/+53
* Disable external entities in Importcsteipp2013-04-151-0/+7
* Added/Removed spaces around string concatenationumherirrender2013-04-131-2/+2
* Fix case of some Title methodsAlexandre Emsenhuber2013-03-271-1/+1
* fix some spacingumherirrender2013-03-251-1/+1
* Spellchecked /includes directoryYuri Astrakhan2013-03-131-1/+1
* Merge "Correct case of Title::getPrefixedDBkey() calls"jenkins-bot2013-03-121-1/+1
|\
| * Correct case of Title::getPrefixedDBkey() callsAlexandre Emsenhuber2013-03-091-1/+1
* | Merge "Don't use isset() to check whether an existing variable is null"jenkins-bot2013-03-121-1/+1
|\ \
| * | Don't use isset() to check whether an existing variable is nullAlexandre Emsenhuber2013-03-101-1/+1
| |/
* / Fixed @param tags to conform with Doxygen format.Tyler Anthony Romeo2013-03-111-2/+2
|/
* fix some spacingumherirrender2013-02-091-5/+5
* fix some spacingumherirrender2013-02-041-20/+20
* fix some spacingumherirrender2013-01-271-1/+1
* (bug 42787) Make import robust against corrupt content.daniel2012-12-121-2/+10
* (Bug 41574) Supply Title object to Revision if possible.daniel2012-11-011-0/+1
* check if $revisionInfo['format'] isset in Import.phpaude2012-10-151-1/+1
* Silence warnings about deprecation by ContentHandler.daniel2012-10-121-1/+1
* Update docs for return and exception infoSiebrand Mazeland2012-10-091-0/+1
* set mediawiki version numberdaniel2012-10-051-1/+1
* get rid of Revision::getTextdaniel2012-09-141-1/+23
* merging latest masterdaniel2012-08-201-1/+37
* merged masterdaniel2012-07-231-3/+3
|\
| * escape tags and entity in doxygen commentsAntoine Musso2012-07-101-3/+3
* | [bug 37746] string ids for content model and format.daniel2012-06-261-2/+2
* | Use integers for content_model and content_format.daniel2012-05-141-3/+3
* | preserve content model and format in xml dump, use in importdaniel2012-04-231-1/+47
|/
* (bug 33564) transwiki import sometimes result in invalid titleumherirrender2012-04-091-1/+3
* Commit the cryptrand project worked on in git:Daniel Friesen2012-03-201-1/+1
* Documentation followups from lastnightSam Reed2012-02-101-1/+1
* More return documentationSam Reed2012-02-091-0/+1
* Fixing some of the "@return true" or "@return false", need to be "@return boo...Sam Reed2012-02-091-2/+4
* Update documentation for ImportHandleRevisionXMLTagSam Reed2012-01-161-1/+1
* * Added callback to send notices from WikiImporter and use it in ImportReport...Alexandre Emsenhuber2012-01-061-13/+24
* * Don't allow to import a page in the Media: namespace, this didn't work just...Alexandre Emsenhuber2012-01-061-2/+5
* Use WikiPage instead of ArticleAlexandre Emsenhuber2011-11-191-7/+7
* More documentationSam Reed2011-10-291-3/+34
* Fixes Bug #28277 by allowing redirects on the stream reader. Fixes aMark A. Hershberger2011-10-271-1/+1
* Add, update, tweak documentationSam Reed2011-10-261-20/+231
* (bug 23057) Importers can 'edit' or 'create' a fully-protected page by import...Robin Pepermans2011-09-061-1/+14
* Fix embarassing debugging code left in in r93744Roan Kattouw2011-08-041-1/+0
* Add --no-updates flag to importDump.php that allows the user to skip updating...Roan Kattouw2011-08-021-1/+18
* libxml >= 2.7.3 ha a 10mb cap on the size of a text node and the LIBXML_PARSE...Ariel Glenn2011-07-121-1/+6
* Fixes for r88113 and some realted changes:Alexandre Emsenhuber2011-06-301-25/+9
* Removed usage of error suppression operatorAlexandre Emsenhuber2011-06-221-1/+3
* Per comments on r88145: unlink file if it is brokenBryan Tong Minh2011-06-171-0/+4