r56108 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r56107‎ | r56108 | r56109 >
Date:19:21, 9 September 2009
Author:tomasz
Status:ok
Tags:
Comment:
Adding new examples for 0.4 xsd
Modified paths:
  • /trunk/phase3/docs/export-demo.xml (modified) (history)

Diff [purge]

Index: trunk/phase3/docs/export-demo.xml
@@ -49,6 +49,10 @@
5050 <!-- Page ID numbers are kept across page moves, but may change -->
5151 <!-- if a page is deleted and recreated. -->
5252 <id>1</id>
 53+
 54+ <! -- Tag wether this article is a redirect -->
 55+ <! -- This corresponds to the page_is_redirect in the page table -->
 56+ <redirect />
5357
5458 <!-- If restricted, the ACL is listed here raw. -->
5559 <restrictions>edit=sysop:move=sysop</restrictions>
@@ -112,4 +116,19 @@
113117 </upload>
114118 </page>
115119
 120+<logitem>
 121+ <id>15</id>
 122+ <timestamp>2008-10-23T03:20:32Z</timestamp>
 123+ <contributor>
 124+ <username>Wikimedian</username>
 125+ <id>12345</id>
 126+ </contributor>
 127+ <comment>content was: 'I think this was silly edit'</comment>
 128+ <type>delete</type>
 129+ <action>delete</action>
 130+ <logtitle>Silly page name</logtitle>
 131+ <params xml:space="preserve" />
 132+</logitem>
 133+
 134+
116135 </mediawiki>

Status & tagging log