Merge "Use Revision::getParentLengths in history"
[lhc/web/wiklou.git] / includes / Import.php
2012-05-19 Aaron SchulzMerge "Title::moveToInternal doesn't return anything...
2012-04-25 Brion VIBBERMerge "(bug 32537) Pre-register default-loaded RL modul...
2012-04-18 ReedyMerge "Re-adding dbdataobject stuff which got pulled...
2012-04-16 SiebrandMerge "Add option to rebuild message files on a differe...
2012-04-15 Brion VIBBERMerge "(bug 26909) follow up r102947: fix the navigatio...
2012-04-12 CatropeMerge "Use $wgUser in ResourceLoaderUserGroupsModule...
2012-04-10 Brion VIBBERMerge "(bug 33658) support for {{GRAMMAR:}} in jqueryMsg"
2012-04-10 CatropeMerge "[FileRepo] Added support for temp file repos...
2012-04-09 CatropeMerge "[LanguageConverter] Added some cache code based...
2012-04-09 umherirrender(bug 33564) transwiki import sometimes result in invali...
2012-04-02 DemonMerge "Remove unused $wgDebugDBTransactions"
2012-03-20 Daniel FriesenCommit the cryptrand project worked on in git:
2012-02-10 Sam ReedDocumentation followups from lastnight
2012-02-09 Sam ReedMore return documentation
2012-02-09 Sam ReedFixing some of the "@return true" or "@return false...
2012-01-16 Sam ReedUpdate documentation for ImportHandleRevisionXMLTag
2012-01-06 Alexandre Emsenhuber* Added callback to send notices from WikiImporter...
2012-01-06 Alexandre Emsenhuber* Don't allow to import a page in the Media: namespace...
2011-11-19 Alexandre EmsenhuberUse WikiPage instead of Article
2011-10-29 Sam ReedMore documentation
2011-10-27 Mark A. HershbergerFixes Bug #28277 by allowing redirects on the stream...
2011-10-26 Sam ReedAdd, update, tweak documentation
2011-09-06 Robin Pepermans(bug 23057) Importers can 'edit' or 'create' a fully...
2011-08-04 Roan KattouwFix embarassing debugging code left in in r93744
2011-08-02 Roan KattouwAdd --no-updates flag to importDump.php that allows...
2011-07-12 Ariel Glennlibxml >= 2.7.3 ha a 10mb cap on the size of a text...
2011-06-30 Alexandre EmsenhuberFixes for r88113 and some realted changes:
2011-06-22 Alexandre EmsenhuberRemoved usage of error suppression operator
2011-06-17 Bryan Tong MinhPer comments on r88145: unlink file if it is broken
2011-05-29 Sam ReedEven more documentation in various files
2011-05-17 Siebrand MazelandUse consistent notation for "@todo FIXME". Should updat...
2011-05-15 Bryan Tong MinhFollow-up r87176: Make importDump.php import files
2011-05-14 Alexandre EmsenhuberRewrote the article counting code and related:
2011-04-23 Sam ReedTidy up some unused variables and such
2011-04-16 Sam ReedRemove some unused variables/globals
2011-04-12 Bryan Tong MinhAdd support for importing/exporting files. This can...
2011-04-04 Brion Vibber* (bug 28417) Fix PHP notice when importing revision...
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