Put the sha1 tag in <revision> and not wrongly in <page>
[lhc/web/wiklou.git] / includes / Export.php
2012-03-23 Aaron SchulzPut the sha1 tag in <revision> and not wrongly in ...
2012-02-16 Sam ReedFix user related direct member variable access
2012-02-09 Sam ReedMore return documentation
2012-01-23 Diederik van LiereAdd the new SHA1 revision field to the XML export,...
2012-01-12 Brion VibberRevert r108764: doesn't appear to do what it says in...
2012-01-12 Diederik van LiereThis commit restores getPrefixedText() to the Title...
2011-12-24 Niklas LaxströmFollowup r103945 - @since and whitespace
2011-12-11 Sam Reed* (bug 32414) Empty page get a empty bytes attribute...
2011-12-11 Sam ReedFix use of undefined $file
2011-11-24 Brion VibberFollowup r103945: fix regression in XML export namespac...
2011-11-22 Brion Vibber* (bug 32376) XML export tweak to use canonical user...
2011-11-18 Ariel Glennfollowup to r103448, tighten up code
2011-11-17 Ariel Glennif user id is 0 and username is actually an IP, write...
2011-11-13 PlatonidesFixup for r102875 parse error.
2011-11-13 Diederik van LiereThis patch fixes rev. 102575.
2011-11-09 Diederik van LiereCommit to fix bug 30513.
2011-11-03 Chad HorohoeAddress fixme on r101606, should also call from $this
2011-11-02 Ariel Glennclean up duplicated code, for fixme in r97178
2011-11-02 Ariel Glenncorrections for fixme in r96486
2011-11-02 Ariel Glennexport specified range of revisions (as stubs)
2011-09-22 Ariel Glennremove cruft that didn't all get cleaned up before...
2011-09-21 Sam ReedComment out unreachable code
2011-09-15 Ariel Glennthrow exception if rename of output file fails
2011-09-09 Ariel GlenngetFilename renamed to getFilenames since it can return...
2011-09-07 Ariel Glennget rid of duplication, remove unused function rename...
2011-09-06 Roan KattouwFix parse error in r96275
2011-09-05 Roan KattouwStylize Export.php
2011-09-05 Roan KattouwWhitespace fixes for r95272, r95604
2011-09-05 Roan KattouwFixes for r95260:
2011-08-27 Ariel Glenndefine and use closeAndRename() after last write of...
2011-08-27 Ariel Glennreplace WfDie()
2011-08-22 Ariel Glennadd functions that support close and rename of output...
2011-08-19 Roan Kattouw* Introduce File::getCanonicalUrl()
2011-06-25 Sam ReedUncommited documentation from my working copy
2011-05-15 Tim StarlingRevert r87635, r87637, r87639, r87643 (MW_MIN_PHP_VERSI...
2011-05-15 Bryan Tong MinhFollow-up r87176 use wfLocalFile instead of wfFindFile
2011-05-07 Happy-melon* Implement MW_VERSION constant in Defines.php and...
2011-04-12 Bryan Tong MinhAdd support for importing/exporting files. This can...
2011-04-12 Happy-melonClean up some direct $db->query($sql) calls. Remove...
2011-04-09 Bryan Tong MinhRevert r85644. Multipart sucks because it is hard to...
2011-04-07 Bryan Tong MinhSecond part of bug bug 22881: Allow exporting files...
2011-04-07 Bryan Tong MinhStylize Export.php
2011-02-10 PlatonidesYet more additions of wfProfileOut()
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
next