##// END OF EJS Templates
Merged r9387 from trunk....
Merged r9387 from trunk. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/1.4-stable@9401 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r7852:b8a924e4e1cb
r9267:59f14478eda8
Show More
wiki_content_versions.yml
102 lines | 2.1 KiB | text/x-yaml | YamlLexer
/ test / fixtures / wiki_content_versions.yml
Jean-Philippe Lang
Adds missing native eol properties....
r2781 ---
wiki_content_versions_001:
updated_on: 2007-03-07 00:08:07 +01:00
page_id: 1
id: 1
version: 1
author_id: 2
comments: Page creation
wiki_content_id: 1
compression: ""
data: |-
h1. CookBook documentation
Some [[documentation]] here...
wiki_content_versions_002:
updated_on: 2007-03-07 00:08:34 +01:00
page_id: 1
id: 2
version: 2
author_id: 1
comments: Small update
wiki_content_id: 1
compression: ""
data: |-
h1. CookBook documentation
Some updated [[documentation]] here...
wiki_content_versions_003:
updated_on: 2007-03-07 00:10:51 +01:00
page_id: 1
id: 3
version: 3
author_id: 1
comments: ""
wiki_content_id: 1
compression: ""
data: |-
h1. CookBook documentation
Some updated [[documentation]] here...
wiki_content_versions_004:
data: |-
h1. Another page
This is a link to a ticket: #2
updated_on: 2007-03-08 00:18:07 +01:00
page_id: 2
wiki_content_id: 2
id: 4
version: 1
author_id: 1
comments:
Jean-Philippe Lang
Fixed: Section-edit buttons not available when a the version parameter is provided even if it's the current version (#9674)....
r7850 wiki_content_versions_005:
data: |-
h1. Title
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Maecenas sed libero.
h2. Heading 1
@WHATEVER@
Maecenas sed elit sit amet mi accumsan vestibulum non nec velit. Proin porta tincidunt lorem, consequat rhoncus dolor fermentum in.
Jean-Philippe Lang
Adds #current_version? method to wiki content....
r7852
Cras ipsum felis, ultrices at porttitor vel, faucibus eu nunc.
Jean-Philippe Lang
Fixed: Section-edit buttons not available when a the version parameter is provided even if it's the current version (#9674)....
r7850
h2. Heading 2
Morbi facilisis accumsan orci non pharetra.
updated_on: 2007-03-08 00:16:07 +01:00
page_id: 11
wiki_content_id: 11
id: 5
version: 2
author_id: 1
comments:
Jean-Philippe Lang
Adds #current_version? method to wiki content....
r7852 wiki_content_versions_006:
data: |-
h1. Title
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Maecenas sed libero.
h2. Heading 1
@WHATEVER@
Maecenas sed elit sit amet mi accumsan vestibulum non nec velit. Proin porta tincidunt lorem, consequat rhoncus dolor fermentum in.
h2. Heading 2
Morbi facilisis accumsan orci non pharetra.
updated_on: 2007-03-08 00:18:07 +01:00
page_id: 11
wiki_content_id: 11
id: 6
version: 3
author_id: 1
comments:
Jean-Philippe Lang
Adds missing native eol properties....
r2781