Commit graph

9 commits

Author SHA1 Message Date
Alexandre Emsenhuber
fc37e7ed21 Fixed some doxygen warnings 2010-07-05 09:14:29 +00:00
Alexandre Emsenhuber
20acda5866 Removed trailing spaces 2010-07-02 22:07:13 +00:00
Alexandre Emsenhuber
c7e8669ebc * (bug 24155) Import no longer produces errors with php 5.2 and before 2010-06-28 17:51:49 +00:00
Andrew Garrett
9688b1cc54 Some import-related fixes for LiquidThreads dump importation. 2010-06-25 21:03:48 +00:00
Platonides
fca0470cab Follow up r54225. DumpRenderer::handleRevision needs to be public in order to be called from WikiImporter.
Follow up r66267. Make WikiImporter use isset instead of is_callable, so errors like the above aren't silently ignored..
Remove wrong $this->stderr
2010-06-24 12:44:21 +00:00
Platonides
a7a246f6d2 Follow up r66267.
The length of strings is given by strlen, not count.

It's strange that this worked before. Although for big files it gave a String size overflow fatal error.
2010-06-24 12:19:42 +00:00
Max Semenik
de2a64371f Fixed a few E_DEPRECATED's is ImportXMLReader.php 2010-05-30 19:17:14 +00:00
Andrew Garrett
59e7d4374f Function accessibility changes, documentation, revert function rename for r66267 2010-05-12 13:37:45 +00:00
Andrew Garrett
c9ebbcd09b Rewrite of XML Dump Processing:
* Full rewrite of the WikiImporter class to a new class, XMLDumpImporter, which uses XMLReader instead of the deprecated PHP SAX interface.
* Fixes for the following bugs:
** XML Dump Processor chokes on unrecognised tags.
** Special:Import does not allow you to import a dump including only log entries.
* Added hooks to allow extensions to handle tags in any part of the XML document.
* Fully source-compatible with the previous interface.
2010-05-12 13:28:13 +00:00