* Follow-up r84610: don't assume a Parser object is attached
[lhc/web/wiklou.git] / includes / Import.php
2011-03-18 Mark A. HershbergerFollowup r83536 to address Jack Phoenix's comments...
2011-03-08 Mark A. Hershbergermisc w/s cleanups, “svn diff -x-w” clean
2011-03-04 Mark A. Hershbergerfollowup r83227 ... missed bits of patch
2011-03-04 Mark A. HershbergerW/S cleanup
2011-02-19 Derk-Jan HartmanAll functions of the importer have $title, origTitle...
2011-02-03 Andrew GarrettKill the XMLReader2 class in response to Tim's code...
2011-01-31 Tim StarlingCleanup for r66268, r66267: merge WikiImporter back...
2010-12-05 Alexandre EmsenhuberConverted ImportStreamSource functions to return a...
2010-10-02 Siebrand MazelandRemove comment related to no longer supported PHP versions.
2010-08-27 PlatonidesRemove old var_dump
2010-08-08 Alexandre Emsenhuber* Standardised file description headers
2010-05-12 Andrew GarrettRewrite of XML Dump Processing:
2009-12-15 Alexandre EmsenhuberReplaced all @fixme with "@todo Fixme" since doxygen...
2009-11-14 OverlordQCode cleanup, covert leading spaces into tabs per codin...
2009-10-28 Jure KajzerChanged sequence names to a standard <table>_<field...
2009-10-14 Aaron SchulzFixed total import breakage from r53271
2009-10-04 Alexandre Emsenhuberfix some doxygen warnings
2009-02-16 Tim Starling* Mostly reverted r41081 and related. Although the...
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...
2008-12-10 Brion VibberAttempting to import a title that came out as an interw...
2008-12-05 Ariel Glennhandle xmlns for imports (bug #4520)
2008-11-24 Brion Vibber* Add guard exception in OutputPage::parse() for failur...
2008-10-13 Aaron SchulzDon't use vague boolean
2008-09-20 Aaron Schulz* Avoid doing templatelinks query (which can get huge...
2008-09-18 Aaron Schulzimprove log dupe check
2008-09-18 Aaron SchulzComment out log_user_text stuff for now
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