b90e84b9fe
Permissions for forums management can be set in "Admin -> Roles & Permissions". Forums can be created on the project settings screen ("Forums" tab). Once a project has a forum, a "Forums" link appears in the project menu. For now, posting messages in forums requires to be logged in. Files can be attached to messages. git-svn-id: http://redmine.rubyforge.org/svn/trunk@529 e93f8b46-1217-0410-a6f0-8f06a7374b81
25 lines
546 B
YAML
25 lines
546 B
YAML
---
|
|
messages_001:
|
|
created_on: 2007-05-12 17:15:32 +02:00
|
|
updated_on: 2007-05-12 17:15:32 +02:00
|
|
subject: First post
|
|
id: 1
|
|
replies_count: 1
|
|
last_reply_id: 2
|
|
content: "This is the very first post\n\
|
|
in the forum"
|
|
author_id: 1
|
|
parent_id:
|
|
board_id: 1
|
|
messages_002:
|
|
created_on: 2007-05-12 17:18:00 +02:00
|
|
updated_on: 2007-05-12 17:18:00 +02:00
|
|
subject: First reply
|
|
id: 2
|
|
replies_count: 0
|
|
last_reply_id:
|
|
content: "Reply to the first post"
|
|
author_id: 1
|
|
parent_id: 1
|
|
board_id: 1
|
|
|