* Allow fetching all revisions from transwiki Special:Import
authorBrion Vibber <brion@users.mediawiki.org>
Tue, 27 Jun 2006 21:48:43 +0000 (21:48 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Tue, 27 Jun 2006 21:48:43 +0000 (21:48 +0000)
commit2f82b79fd7467d1a1e65d8e3bab8600b723a6510
tree8def1dc110ae433f4dadb18666d19a9d82549241
parentb69a6155f6a96bcd810843945d059d4ad6815952
* Allow fetching all revisions from transwiki Special:Import
* Allow fetching all revisions from Special:Export GET request
* Disable output buffering on Special:Export; should help with streaming
  large numbers of history items.
* Allow setting a maximum number of revisions for history Special:Export;
  pages with more than $wgExportMaxHistory revisions are excluded from
  export when history is requested.
* Fix transwiki import of pages with space in name
RELEASE-NOTES
includes/DefaultSettings.php
includes/Revision.php
includes/SpecialExport.php
includes/SpecialImport.php
languages/Messages.php