| Commit message (Expand) | Author | Age | Files | Lines |
* | Add the new SHA1 revision field to the XML export, add SHA1 field to export-0... | Diederik van Liere | 2012-01-23 | 1 | -0/+7 |
* | Revert r108764: doesn't appear to do what it says in the description, and no ... | Brion Vibber | 2012-01-12 | 1 | -7/+1 |
* | This commit restores getPrefixedText() to the Title in the XML. This means i... | Diederik van Liere | 2012-01-12 | 1 | -1/+7 |
* | Followup r103945 - @since and whitespace | Niklas Laxström | 2011-12-24 | 1 | -1/+2 |
* | * (bug 32414) Empty page get a empty bytes attribute in Export/Dump | Sam Reed | 2011-12-11 | 1 | -2/+2 |
* | Fix use of undefined $file | Sam Reed | 2011-12-11 | 1 | -9/+3 |
* | Followup r103945: fix regression in XML export namespace formatting for names... | Brion Vibber | 2011-11-24 | 1 | -1/+1 |
* | * (bug 32376) XML export tweak to use canonical user namespaces instead of ge... | Brion Vibber | 2011-11-22 | 1 | -3/+26 |
* | followup to r103448, tighten up code | Ariel Glenn | 2011-11-18 | 1 | -8/+2 |
* | if user id is 0 and username is actually an IP, write it as <ip>, not <username> | Ariel Glenn | 2011-11-17 | 1 | -1/+7 |
* | Fixup for r102875 parse error. | Platonides | 2011-11-13 | 1 | -1/+1 |
* | This patch fixes rev. 102575. | Diederik van Liere | 2011-11-13 | 1 | -3/+3 |
* | Commit to fix bug 30513. | Diederik van Liere | 2011-11-09 | 1 | -3/+8 |
* | Address fixme on r101606, should also call from $this | Chad Horohoe | 2011-11-03 | 1 | -1/+1 |
* | clean up duplicated code, for fixme in r97178 | Ariel Glenn | 2011-11-02 | 1 | -27/+20 |
* | corrections for fixme in r96486 | Ariel Glenn | 2011-11-02 | 1 | -5/+10 |
* | export specified range of revisions (as stubs) | Ariel Glenn | 2011-11-02 | 1 | -1/+22 |
* | remove cruft that didn't all get cleaned up before commit in r95260, addressi... | Ariel Glenn | 2011-09-22 | 1 | -7/+0 |
* | Comment out unreachable code | Sam Reed | 2011-09-21 | 1 | -5/+5 |
* | throw exception if rename of output file fails | Ariel Glenn | 2011-09-15 | 1 | -6/+12 |
* | getFilename renamed to getFilenames since it can return a list | Ariel Glenn | 2011-09-09 | 1 | -6/+6 |
* | get rid of duplication, remove unused function rename(), add documentation as... | Ariel Glenn | 2011-09-07 | 1 | -116/+37 |
* | Fix parse error in r96275 | Roan Kattouw | 2011-09-06 | 1 | -2/+1 |
* | Stylize Export.php | Roan Kattouw | 2011-09-05 | 1 | -24/+24 |
* | Whitespace fixes for r95272, r95604 | Roan Kattouw | 2011-09-05 | 1 | -38/+31 |
* | Fixes for r95260: | Roan Kattouw | 2011-09-05 | 1 | -21/+23 |
* | define and use closeAndRename() after last write of xml dump file; convert fr... | Ariel Glenn | 2011-08-27 | 1 | -5/+78 |
* | replace WfDie() | Ariel Glenn | 2011-08-27 | 1 | -6/+6 |
* | add functions that support close and rename of output files as they are being... | Ariel Glenn | 2011-08-22 | 1 | -0/+170 |
* | * Introduce File::getCanonicalUrl() | Roan Kattouw | 2011-08-19 | 1 | -2/+2 |
* | Uncommited documentation from my working copy | Sam Reed | 2011-06-25 | 1 | -1/+7 |
* | Revert r87635, r87637, r87639, r87643 (MW_MIN_PHP_VERSION etc.): breaks HipHo... | Tim Starling | 2011-05-15 | 1 | -1/+2 |
* | Follow-up r87176 use wfLocalFile instead of wfFindFile | Bryan Tong Minh | 2011-05-15 | 1 | -2/+2 |
* | * Implement MW_VERSION constant in Defines.php and use it in preference to $w... | Happy-melon | 2011-05-07 | 1 | -2/+1 |
* | Add support for importing/exporting files. This can be done by embedding the ... | Bryan Tong Minh | 2011-04-12 | 1 | -6/+26 |
* | Clean up some direct $db->query($sql) calls. Remove limit/offset parameters ... | Happy-melon | 2011-04-12 | 1 | -9/+14 |
* | Revert r85644. Multipart sucks because it is hard to parse and because you ne... | Bryan Tong Minh | 2011-04-09 | 1 | -49/+2 |
* | Second part of bug bug 22881: Allow exporting files along with the XML as mim... | Bryan Tong Minh | 2011-04-07 | 1 | -2/+49 |
* | Stylize Export.php | Bryan Tong Minh | 2011-04-07 | 1 | -85/+85 |
* | Yet more additions of wfProfileOut() | Platonides | 2011-02-10 | 1 | -1/+1 |
* | Bug 26563: Add bytes changed per revision for stub and full article dumps | Rob Lanphier | 2011-01-08 | 1 | -3/+3 |
* | Converted WikiError to MWException so at least users can see the problem (not... | Alexandre Emsenhuber | 2010-12-05 | 1 | -3/+3 |
* | Switch last few uses of while loops to foreach in phase3 | Sam Reed | 2010-10-31 | 1 | -1/+1 |
* | * Standardised file description headers | Alexandre Emsenhuber | 2010-10-23 | 1 | -17/+23 |
* | Assignment in loop conditions suck | Sam Reed | 2010-10-13 | 1 | -2/+2 |
* | Remove $wgContLanguageCode usage in core. | Platonides | 2010-09-07 | 1 | -2/+2 |
* | Get rid of PHP4-style constructors | Chad Horohoe | 2010-08-30 | 1 | -12/+12 |
* | $fname -> __METHOD__/__FUNCTION__ | Alexandre Emsenhuber | 2010-04-04 | 1 | -13/+9 |
* | Attempt at normalistion of comparison styles - empty string on left and right... | Sam Reed | 2010-01-06 | 1 | -1/+1 |
* | Fix PHP Notice: Undefined variable: text in /var/www/w/includes/Export.php on... | Raimond Spekking | 2009-10-15 | 1 | -1/+2 |