aboutsummaryrefslogtreecommitdiffstats
path: root/docs/export-demo.xml
Commit message (Collapse)AuthorAgeFilesLines
* tests: Unbreak and actually run ExportDemoTestDaimona Eaytoy2023-08-081-18/+22
| | | | | | | | | | This test was not being run because the docs directory wasn't included in the PHPUnit XML config files. As a direct consequence, the test was extremely broken: it used the non-namespaced DumpTestCase class which no longer exists, it referenced XML files with the wrong path, and then the test had other non-error failures to fix. Change-Id: I188cbb1de68d39c7a484d4c6f808678af80d11ab
* Fix common typospetarpetkovic2018-08-081-1/+1
| | | | | Bug: T201491 Change-Id: Ia5abc6ae327ee9b5aeecb4b40f00ebb0285283a9
* Typo fixes and non-code tweaksRicordisamoa2014-12-121-1/+1
| | | | | | | | | | | | Skipped replacements: * prefered → preferred * prolly → probably Skipped files: * resources/lib/jquery.ui/jquery.ui.mouse.js * resources/lib/jquery/jquery.form.js Change-Id: Ib7923f362ddfca1b892bf5d601785d6b5aa5d44c
* Change position of <model> and <format> tags in XML dumps.daniel2014-10-311-9/+9
| | | | | Bug: 72417 Change-Id: I1d11ce8147cf0bf0018e3931202f533afd4ea93e
* Add dbname to XML database dump "siteinfo"Reedy2014-07-301-2/+5
| | | | | Bug: 68686 Change-Id: I1d93a91e62dfde6c9ab4fac887d6fb2b33e36a72
* update export-demo.xml to version-0.8.xsdumherirrender2012-11-031-5/+13
| | | | | | | Add a assertion to the validation test to ensure, export-demo.xml is updated next time, when a new version is created. Change-Id: I004ca23d848dd6701acb45e9b755397b434370c4
* (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-0/+1
| | | | Change-Id: If3d891aaa7c6d1bbc82e7ab15e3393bb1554e883
* Big oops - merged to wrong branch.awjrichards2012-06-051-127/+139
| | | | | 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-139/+127
| | | | | | help clean up Change-Id: I41a3d1e55d3ea9dffa42451237fe065f9334361d
* update export-demo.xmlumherirrender2012-06-011-127/+139
| | | | | | Add tags with examples for the update from version 0.4 to 0.7 Change-Id: I99c32ea29741a989ecd80ea61251c6636799ec25
* Reference 0.4 XML schema. Lets <redirect /> validate.Chad Horohoe2010-01-151-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/61080
* fixing spacing of commentsTomasz Finc2009-09-091-2/+2
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/56112
* missing an aTomasz Finc2009-09-091-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/56110
* Adding new examples for 0.4 xsdTomasz Finc2009-09-091-0/+19
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/56108
* Export tweak: use xml:space on <text> elements as an extra hintBrion Vibber2005-07-051-4/+4
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/9913
* Update export schema to version 0.3, including some site configuration data.Brion Vibber2005-07-041-0/+115
Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/9912