aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Export.php
Commit message (Expand)AuthorAgeFilesLines
* Add the new SHA1 revision field to the XML export, add SHA1 field to export-0...Diederik van Liere2012-01-231-0/+7
* Revert r108764: doesn't appear to do what it says in the description, and no ...Brion Vibber2012-01-121-7/+1
* This commit restores getPrefixedText() to the Title in the XML. This means i...Diederik van Liere2012-01-121-1/+7
* Followup r103945 - @since and whitespace Niklas Laxström2011-12-241-1/+2
* * (bug 32414) Empty page get a empty bytes attribute in Export/DumpSam Reed2011-12-111-2/+2
* Fix use of undefined $fileSam Reed2011-12-111-9/+3
* Followup r103945: fix regression in XML export namespace formatting for names...Brion Vibber2011-11-241-1/+1
* * (bug 32376) XML export tweak to use canonical user namespaces instead of ge...Brion Vibber2011-11-221-3/+26
* followup to r103448, tighten up codeAriel Glenn2011-11-181-8/+2
* if user id is 0 and username is actually an IP, write it as <ip>, not <username>Ariel Glenn2011-11-171-1/+7
* Fixup for r102875 parse error.Platonides2011-11-131-1/+1
* This patch fixes rev. 102575.Diederik van Liere2011-11-131-3/+3
* Commit to fix bug 30513.Diederik van Liere2011-11-091-3/+8
* Address fixme on r101606, should also call from $thisChad Horohoe2011-11-031-1/+1
* clean up duplicated code, for fixme in r97178Ariel Glenn2011-11-021-27/+20
* corrections for fixme in r96486Ariel Glenn2011-11-021-5/+10
* export specified range of revisions (as stubs)Ariel Glenn2011-11-021-1/+22
* remove cruft that didn't all get cleaned up before commit in r95260, addressi...Ariel Glenn2011-09-221-7/+0
* Comment out unreachable codeSam Reed2011-09-211-5/+5
* throw exception if rename of output file failsAriel Glenn2011-09-151-6/+12
* getFilename renamed to getFilenames since it can return a listAriel Glenn2011-09-091-6/+6
* get rid of duplication, remove unused function rename(), add documentation as...Ariel Glenn2011-09-071-116/+37
* Fix parse error in r96275Roan Kattouw2011-09-061-2/+1
* Stylize Export.phpRoan Kattouw2011-09-051-24/+24
* Whitespace fixes for r95272, r95604Roan Kattouw2011-09-051-38/+31
* Fixes for r95260:Roan Kattouw2011-09-051-21/+23
* define and use closeAndRename() after last write of xml dump file; convert fr...Ariel Glenn2011-08-271-5/+78
* replace WfDie()Ariel Glenn2011-08-271-6/+6
* add functions that support close and rename of output files as they are being...Ariel Glenn2011-08-221-0/+170
* * Introduce File::getCanonicalUrl()Roan Kattouw2011-08-191-2/+2
* Uncommited documentation from my working copySam Reed2011-06-251-1/+7
* Revert r87635, r87637, r87639, r87643 (MW_MIN_PHP_VERSION etc.): breaks HipHo...Tim Starling2011-05-151-1/+2
* Follow-up r87176 use wfLocalFile instead of wfFindFileBryan Tong Minh2011-05-151-2/+2
* * Implement MW_VERSION constant in Defines.php and use it in preference to $w...Happy-melon2011-05-071-2/+1
* Add support for importing/exporting files. This can be done by embedding the ...Bryan Tong Minh2011-04-121-6/+26
* Clean up some direct $db->query($sql) calls. Remove limit/offset parameters ...Happy-melon2011-04-121-9/+14
* Revert r85644. Multipart sucks because it is hard to parse and because you ne...Bryan Tong Minh2011-04-091-49/+2
* Second part of bug bug 22881: Allow exporting files along with the XML as mim...Bryan Tong Minh2011-04-071-2/+49
* Stylize Export.phpBryan Tong Minh2011-04-071-85/+85
* Yet more additions of wfProfileOut()Platonides2011-02-101-1/+1
* Bug 26563: Add bytes changed per revision for stub and full article dumpsRob Lanphier2011-01-081-3/+3
* Converted WikiError to MWException so at least users can see the problem (not...Alexandre Emsenhuber2010-12-051-3/+3
* Switch last few uses of while loops to foreach in phase3Sam Reed2010-10-311-1/+1
* * Standardised file description headersAlexandre Emsenhuber2010-10-231-17/+23
* Assignment in loop conditions suckSam Reed2010-10-131-2/+2
* Remove $wgContLanguageCode usage in core.Platonides2010-09-071-2/+2
* Get rid of PHP4-style constructorsChad Horohoe2010-08-301-12/+12
* $fname -> __METHOD__/__FUNCTION__Alexandre Emsenhuber2010-04-041-13/+9
* Attempt at normalistion of comparison styles - empty string on left and right...Sam Reed2010-01-061-1/+1
* Fix PHP Notice: Undefined variable: text in /var/www/w/includes/Export.php on...Raimond Spekking2009-10-151-1/+2