r36033 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r36032‎ | r36033 | r36034 >
Date:17:27, 8 June 2008
Author:btongminh
Status:old
Tags:
Comment:
Current MediaWiki does not appear to use the id attribute of <text /> anymore. Also not allowed by the XML schema.
Modified paths:
  • /trunk/phase3/tests/test-prefetch-stub.xml (modified) (history)

Diff [purge]

Index: trunk/phase3/tests/test-prefetch-stub.xml
@@ -33,21 +33,21 @@
3434 <timestamp>2001-01-15T12:00:00Z</timestamp>
3535 <contributor><ip>10.0.0.1</ip></contributor>
3636 <comment>page 1, rev 1</comment>
37 - <text id="1" />
 37+ <text />
3838 </revision>
3939 <revision>
4040 <id>2</id>
4141 <timestamp>2001-01-15T12:00:00Z</timestamp>
4242 <contributor><ip>10.0.0.1</ip></contributor>
4343 <comment>page 1, rev 2</comment>
44 - <text id="2" />
 44+ <text />
4545 </revision>
4646 <revision>
4747 <id>4</id>
4848 <timestamp>2001-01-15T12:00:00Z</timestamp>
4949 <contributor><ip>10.0.0.1</ip></contributor>
5050 <comment>page 1, rev 4</comment>
51 - <text id="4" />
 51+ <text />
5252 </revision>
5353 </page>
5454 <page>
@@ -58,7 +58,7 @@
5959 <timestamp>2001-01-15T12:00:00Z</timestamp>
6060 <contributor><ip>10.0.0.1</ip></contributor>
6161 <comment>page 2, rev 3</comment>
62 - <text id="3" />
 62+ <text />
6363 </revision>
6464 </page>
6565 <page>
@@ -69,7 +69,7 @@
7070 <timestamp>2001-01-15T12:00:00Z</timestamp>
7171 <contributor><ip>10.0.0.1</ip></contributor>
7272 <comment>page 3, rev 5</comment>
73 - <text id="5" />
 73+ <text />
7474 </revision>
7575 </page>
7676 </mediawiki>

Follow-up revisions

RevisionCommit summaryAuthorDate
r36091Revert r36033 -- this is for the stub mode output, which does indeed use that...brion17:20, 9 June 2008

Status & tagging log