| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Change-Id: I7a4a2c866fdecd282e5c287cdce26434331142ec
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Change-Id: If3d891aaa7c6d1bbc82e7ab15e3393bb1554e883
|
|
|
|
|
| |
Revert "Revert to arbitrarily old point before initial remote branch creation to help clean up"
This reverts commit ee0d3d330f76b97c451c168dc9b052ee84609b5b
|
|
|
|
|
|
| |
help clean up
Change-Id: I41a3d1e55d3ea9dffa42451237fe065f9334361d
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
* fix indent of logitem
* add logtitle/params tags
* change one Image: to File:
Change-Id: I02e631d8c4679c46095320901cdff724533d66f0
|
|
|
|
| |
Change-Id: I6d5a399d3fde4d70a8814c4f8d107765c8e3da96
|
|
|
|
| |
Change-Id: Ie3c9917442c0bb47e1e95ad304943a721eb430cd
|
|
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
|