aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Import.php
Commit message (Expand)AuthorAgeFilesLines
...
* Make phpcs-strict pass on includes/ (7/7)Siebrand Mazeland2014-05-151-40/+114
* Fix coding style from Ie40c0721ec (e9f01c9)Alexandre Emsenhuber2014-05-151-3/+2
* Inserted getter for the XMLReader and change the visibility of someAlexander Lehmann2014-05-151-5/+13
* Fixed some @params documentation (includes/[Export.php|Import.php])umherirrender2014-04-231-75/+75
* docs: closure -> Closure; callback -> callableumherirrender2014-04-191-14/+14
* Changing URLs of mediawiki.org in scripts to the SSL-based websiteLadsgroup2014-03-121-1/+1
* Merge "(bug 47070) check content model namespace on import."jenkins-bot2014-01-281-0/+12
|\
| * (bug 47070) check content model namespace on import.daniel2013-12-171-0/+12
* | 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