aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Import.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* Even more documentation in various filesSam Reed2011-05-291-1/+1
* Use consistent notation for "@todo FIXME". Should update http://svn.wikimedia...Siebrand Mazeland2011-05-171-7/+7
* Follow-up r87176: Make importDump.php import filesBryan Tong Minh2011-05-151-4/+35
* Rewrote the article counting code and related:Alexandre Emsenhuber2011-05-141-13/+13
* Tidy up some unused variables and suchSam Reed2011-04-231-0/+3
* Remove some unused variables/globalsSam Reed2011-04-161-1/+0
* Add support for importing/exporting files. This can be done by embedding the ...Bryan Tong Minh2011-04-121-55/+97
* * (bug 28417) Fix PHP notice when importing revision without a listed idBrion Vibber2011-04-041-5/+14
* Followup r83536 to address Jack Phoenix's comments about the bogus w/s “cle...Mark A. Hershberger2011-03-181-1/+1
* misc w/s cleanups, “svn diff -x-w” cleanMark A. Hershberger2011-03-081-9/+9
* followup r83227 ... missed bits of patchMark A. Hershberger2011-03-041-6/+11
* W/S cleanupMark A. Hershberger2011-03-041-11/+11
* All functions of the importer have $title, origTitle, but processTitle() retu...Derk-Jan Hartman2011-02-191-1/+1
* Kill the XMLReader2 class in response to Tim's code review comments on r68587Andrew Garrett2011-02-031-7/+23
* Cleanup for r66268, r66267: merge WikiImporter back into Import.php, where it...Tim Starling2011-01-311-0/+733
* Converted ImportStreamSource functions to return a Status object rather than ...Alexandre Emsenhuber2010-12-051-12/+12
* Remove comment related to no longer supported PHP versions.Siebrand Mazeland2010-10-021-1/+1
* Remove old var_dumpPlatonides2010-08-271-1/+0
* * Standardised file description headersAlexandre Emsenhuber2010-08-081-2/+3
* Rewrite of XML Dump Processing:Andrew Garrett2010-05-121-652/+0
* Replaced all @fixme with "@todo Fixme" since doxygen doesn't have a @fixme co...Alexandre Emsenhuber2009-12-151-2/+2
* Code cleanup, covert leading spaces into tabs per coding styleOverlordQ2009-11-141-27/+27
* Changed sequence names to a standard <table>_<field>_seq form.Jure Kajzer2009-10-281-1/+1
* Fixed total import breakage from r53271Aaron Schulz2009-10-141-0/+1
* fix some doxygen warningsAlexandre Emsenhuber2009-10-041-1/+1
* * Mostly reverted r41081 and related. Although the motivation (to save a quer...Tim Starling2009-02-161-1/+1
* Add 'include pages linked to from these pages' to Special:Export and the corr...Andrew Garrett2009-02-061-1/+2
* (bug 15283) Interwiki imports should fetch included templatesChad Horohoe2009-02-061-2/+4
* Attempting to import a title that came out as an interwiki would sort of half...Brion Vibber2008-12-101-0/+3
* handle xmlns for imports (bug #4520)Ariel Glenn2008-12-051-1/+36
* * Add guard exception in OutputPage::parse() for failure case where $wgTitle ...Brion Vibber2008-11-241-0/+5
* Don't use vague booleanAaron Schulz2008-10-131-1/+1
* * Avoid doing templatelinks query (which can get huge) twice by adding cachup...Aaron Schulz2008-09-201-1/+1
* improve log dupe checkAaron Schulz2008-09-181-0/+3
* Comment out log_user_text stuff for nowAaron Schulz2008-09-181-2/+2
* * Add support for log importingAaron Schulz2008-09-181-85/+163