diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-11-22 11:44:07 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-11-22 11:44:07 +0000 |
commit | 06266c8fecd78d620b7eb55c7d9df1b65340b5b1 (patch) | |
tree | 1c6938e22bf0b3fe52c7f2f4c2d9ade991224339 /test/fixtures/wiki_pages.yml | |
parent | af7e586b063398fe75104837b1d11d0886139b7e (diff) | |
download | redmine-06266c8fecd78d620b7eb55c7d9df1b65340b5b1.tar.gz redmine-06266c8fecd78d620b7eb55c7d9df1b65340b5b1.zip |
Extends child_pages macro to display child pages based on page parameter (#1975).
It can also be called from anywhere now (not only from wiki pages).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2053 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures/wiki_pages.yml')
-rw-r--r-- | test/fixtures/wiki_pages.yml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/test/fixtures/wiki_pages.yml b/test/fixtures/wiki_pages.yml index e285441ff..8d29c2f72 100644 --- a/test/fixtures/wiki_pages.yml +++ b/test/fixtures/wiki_pages.yml @@ -27,4 +27,18 @@ wiki_pages_004: wiki_id: 1
protected: false
parent_id: 1
+wiki_pages_005:
+ created_on: 2007-03-08 00:18:07 +01:00
+ title: Child_1
+ id: 5
+ wiki_id: 1
+ protected: false
+ parent_id: 2
+wiki_pages_006:
+ created_on: 2007-03-08 00:18:07 +01:00
+ title: Child_2
+ id: 6
+ wiki_id: 1
+ protected: false
+ parent_id: 2
\ No newline at end of file |