r79878 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r79877‎ | r79878 | r79879 >
Date:02:38, 9 January 2011
Author:robla
Status:ok (Comments)
Tags:
Comment:
Followup to r79856: s/0.4/0.5/ and added "bytes" attribute to "text" element
Modified paths:
  • /trunk/phase3/docs/export-0.5.xsd (modified) (history)

Diff [purge]

Index: trunk/phase3/docs/export-0.5.xsd
@@ -14,14 +14,14 @@
1515 per-namespace capitalization.
1616
1717 The canonical URL to the schema document is:
18 - http://www.mediawiki.org/xml/export-0.4.xsd
 18+ http://www.mediawiki.org/xml/export-0.5.xsd
1919
2020 Use the namespace:
21 - http://www.mediawiki.org/xml/export-0.4/
 21+ http://www.mediawiki.org/xml/export-0.5/
2222 -->
2323 <schema xmlns="http://www.w3.org/2001/XMLSchema"
24 - xmlns:mw="http://www.mediawiki.org/xml/export-0.4/"
25 - targetNamespace="http://www.mediawiki.org/xml/export-0.4/"
 24+ xmlns:mw="http://www.mediawiki.org/xml/export-0.5/"
 25+ targetNamespace="http://www.mediawiki.org/xml/export-0.5/"
2626 elementFormDefault="qualified">
2727
2828 <annotation>
@@ -165,6 +165,7 @@
166166 <!-- However, "NMTOKEN" is strictest definition that is both compatible with existing -->
167167 <!-- usage ([0-9]+) and with the "ID" type. -->
168168 <attribute name="id" type="NMTOKEN"/>
 169+ <attribute name="bytes" use="optional" type="nonNegativeInteger"/>
169170 </extension>
170171 </simpleContent>
171172 </complexType>

Follow-up revisions

RevisionCommit summaryAuthorDate
r809751.17: MFT r79856, r79877, r79878, r79885, r79924, r79926, r79952catrope18:07, 25 January 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r79856Bug 26563: Add bytes changed per revision for stub and full article dumpsrobla03:11, 8 January 2011

Comments

#Comment by Umherirrender (talk | contribs)   20:32, 14 January 2011

Can you have a look at bug 22750? Thanks.

Status & tagging log