aboutsummaryrefslogtreecommitdiffstats
path: root/docs/export-0.7.xsd
Commit message (Collapse)AuthorAgeFilesLines
* xsd: fix id within contributor to allow 0Christian Aistleitner2012-06-271-1/+2
| | | | Change-Id: I7a4a2c866fdecd282e5c287cdce26434331142ec
* (bug 33222) Add parentid to revision in export xmlumherirrender2012-06-091-0/+2
| | | | | | | | From bug description: "This is helpful for incremental dumps, to know if there are revisions missing between the last full dump and this incremental dump" Change-Id: I772f976942a306ad573efc659d09714e8250f5ec
* revision id in export.xsd is not optionalumherirrender2012-06-061-1/+1
| | | | Change-Id: If3d891aaa7c6d1bbc82e7ab15e3393bb1554e883
* Big oops - merged to wrong branch.awjrichards2012-06-051-39/+69
| | | | | Revert "Revert to arbitrarily old point before initial remote branch creation to help clean up" This reverts commit ee0d3d330f76b97c451c168dc9b052ee84609b5b
* Revert to arbitrarily old point before initial remote branch creation to ↵awjrichards2012-06-021-69/+39
| | | | | | help clean up Change-Id: I41a3d1e55d3ea9dffa42451237fe065f9334361d
* update <redirect> in export.xsd to match export xmlumherirrender2012-06-031-38/+46
| | | | | | | The xsd defines the <redirect> as string tag, but it is outputted with a title attribute. To keep b/c with the dumps this patch changed the xsd and not the export xml. Change-Id: Iba77e19ce40768018e292a08997473b82bc263f8
* (bug 22750) <logitem> is at wrong location in export.xsdumherirrender2012-06-011-3/+24
| | | | | | | * fix indent of logitem * add logtitle/params tags * change one Image: to File: Change-Id: I02e631d8c4679c46095320901cdff724533d66f0
* (bug 35264) Wrong type used for <ns> in export.xsdMormegil2012-05-311-1/+2
| | | | Change-Id: I6d5a399d3fde4d70a8814c4f8d107765c8e3da96
* Fix trailing whitespace (and mixed spaces) in XSD filesReedy2012-05-271-44/+43
| | | | Change-Id: Ie3c9917442c0bb47e1e95ad304943a721eb430cd
* (bug 4220) dump schema get unique contraints on idElvis Stansvik2012-05-251-0/+240
This patch was made in December 2005 by Elvis Stansvik on bug 4220, you will find below the rewritten introduction for his patch contribution. """ The XML Schema for the XML dump format used by MediaWiki has no constraints for the page and revision identifiers. This patch solve that issue by enforcing the constraint in the XSD. It most probably makes sense, since I think that: - some parsers capable of Schema validation can work more efficiently if constraints are in the XSD. - Another reason is that (however unlikely) some other software might output files in this format are not obliged to keep the IDs unique, according the the XSD in its current form. """ Updating the http://www.mediawiki.org/xml/export-0.7/ public URL is tracked by bug 37111. Change-Id: Idb82fe620c3395acaa8f051b4d4d0d770cd33d44