r36091 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r36090‎ | r36091 | r36092 >
Date:17:20, 9 June 2008
Author:brion
Status:old
Tags:
Comment:
Revert r36033 -- this is for the stub mode output, which does indeed use that. And yes, I'm aware it doesn't match the schema, which is really meant for the final output, not the stub output.
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 />
 37+ <text id="1" />
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 />
 44+ <text id="2" />
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 />
 51+ <text id="4" />
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 />
 62+ <text id="3" />
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 />
 73+ <text id="5" />
7474 </revision>
7575 </page>
7676 </mediawiki>

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r36033Current MediaWiki does not appear to use the id attribute of <text /> anymore...btongminh17:27, 8 June 2008

Status & tagging log