Don't look for pipes in the root node.
[lhc/web/wiklou.git] / includes / Export.php
2011-01-08 Rob LanphierBug 26563: Add bytes changed per revision for stub...
2010-12-05 Alexandre EmsenhuberConverted WikiError to MWException so at least users...
2010-10-31 Sam ReedSwitch last few uses of while loops to foreach in phase3
2010-10-23 Alexandre Emsenhuber* Standardised file description headers
2010-10-13 Sam ReedAssignment in loop conditions suck
2010-09-07 PlatonidesRemove $wgContLanguageCode usage in core.
2010-08-30 Chad HorohoeGet rid of PHP4-style constructors
2010-04-04 Alexandre Emsenhuber$fname -> __METHOD__/__FUNCTION__
2010-01-06 Sam ReedAttempt at normalistion of comparison styles - empty...
2009-10-15 Raimond SpekkingFix PHP Notice: Undefined variable: text in /var/www...
2009-10-09 Chad Horohoe(bug 13750) $wgCapitalLinks should be a per-namespace...
2009-10-04 Alexandre Emsenhuberfix some doxygen warnings
2009-09-29 Brion VibberCleanup for r56298 "(bug 18180) Special:Export ignores...
2009-09-18 Tomasz Fincbumping version number as new xsd r54472 was approved...
2009-09-14 Roan Kattouw(bug 18180) Special:Export ignores limit, dir, offset...
2009-07-27 Andrew GarrettIncremental enabling changes to allow searching of...
2009-07-14 Tomasz FincMarking redirects in XML
2009-06-15 Tim StarlingRemove $resultset->free() calls, as in live hack. The...
2009-06-13 Jure KajzerAdded bitwise operations to DatabaseBase and overloaded...
2009-04-14 Aaron SchulzLog stream buffer fix
2009-03-02 Aaron Schulz(bug 17189) Created 'stable versions only' dumps for...
2009-03-01 Aaron SchulzLog dump cleanup for WikiExporter::STREAM
2009-02-28 Aaron Schulzlog dump tweak: only select user_name from user table
2009-01-18 Robert RohdeRemove misplaced whitespace in export header.
2008-12-14 Chad HorohoeWar on wfElement() and friends. Call the Xml members...
2008-11-27 Ilmari KaronenFirst step in replacing NS_IMAGE with NS_FILE, to match...
2008-10-13 Brion VibberBack out r41786 for now "(bug 9226) Fetch restrictions...
2008-10-06 Aaron Schulz(bug 9226) Fetch restrictions properly on export
2008-09-18 Aaron Schulztitle -> logtitle
2008-09-18 Aaron Schulz* Move Import stuff to it's own file like Export
2008-09-18 Aaron Schulz* Add XML log dump support
2008-05-22 Alexandre EmsenhuberFix some doxygen warnings
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-04-14 Siebrand Mazeland* remove end of line whitespace
2008-03-21 Brion Vibber* (bug 12294) Namespace class renamed to MWNamespace...
2008-03-04 Brion VibberSome experimental support for including upload data...
2008-01-14 Huji(bug 12608) (in continuation of r29719) Unifying the...
2007-08-17 Brion Vibberfix regression from r24838 -- lost a '>' char for redir...
2007-08-15 Rob Church(bug 8737) Fix warnings caused by incorrect use of...
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-05-24 Robert StojnićRevert r22403 for the moment. Probably should ask Brion...
2007-05-24 Robert StojnićPaired commit with 22402. Makes necessary schema additi...
2007-04-20 Nick JenkinsYet more doc tweaks:
2007-04-18 Nick JenkinsSome small doc tweaks to reduce Doxygen warnings, namely:
2007-03-28 Aaron SchulzDon't show rev_deleted usernames
2007-03-16 Brion VibberFor now revert the rev_deleted branch merge; don't...
2007-03-14 Aaron Schulz*Merge in phase3_rev_deleted/includes
2007-01-20 Antoine MussoUse Doxygen @addtogroup instead of phpdoc @package...
2007-01-20 Antoine MussoRename constructors to __constructor
2007-01-17 Antoine Mussowhitespaces
2006-12-03 Ilmari KaronenUse Title::newMainPage() in various places instead...
2006-11-29 Nick JenkinsPrevent the following strict-standards warnings - i...
2006-10-03 Tim Starling* Removed lots of explicit require_once statements...
2006-08-05 Tim StarlingAdded experimental history paging API, subject to change
2006-06-23 Tim Starlings/Revision::MW_REV_DELETED/Revision::DELETED/, and...
2006-06-07 Tim StarlingRemoved most exit() calls from the MediaWiki core,...
2006-06-06 Domas MituzasAutoLoad Revision
2006-06-06 Domas MituzasMove revision deletion constants into Revision::
2006-06-01 Brion VibberRevert to r14512; domas introduced massive breakage...
2006-06-01 Domas MituzasUse AutoLoader to load classes:
2006-04-30 Brion Vibber* Suppress 7za output on dumpBackup
2006-04-12 Brion Vibber* (bug 385) Installer support for PostgreSQL, fixes...
2006-04-05 Brion VibberUpdate the FSF's address in all these GPL stub headers
2006-03-26 Domas Mituzasa) force to read page first (as order by page_id is...
2006-03-23 Magnus ManskeSpecial:Export contributor list back in (default:off)
2006-03-22 Brion VibberRevert database-killing feature.
2006-03-22 Magnus ManskeSpecial:Export can now return a list of contributors...
2006-03-16 Brion Vibber* Further work on rev_deleted; changed to a bitfield...
2006-01-22 Brion Vibber* Suppress useless percentage indicator on output from...
2006-01-14 Brion Vibber* Added wfDie() wrapper, and some manual die(-1), to...
2006-01-07 Ævar Arnfjörð Bjar... * s~\t+$~~
2006-01-07 Ævar Arnfjörð Bjar... * s~ +$~~
2005-11-03 Ævar Arnfjörð Bjar... * Use wfTimestamp() instead of custom functions
2005-10-16 Brion Vibber* Two-pass data dump for friendliness to the DB (-...
2005-10-02 Brion VibberFix namespace and notalk filters for dump
2005-10-02 Brion Vibber* Added filter options, compression piping, and multipl...