2012-08-09 08:38:39 +02:00
|
|
|
* PDF header fix
|
|
|
|
* draft flag for Document and Article: only writer and administrators see it from the Document/Article list, in preview mode
|
|
|
|
* site-based theme for ckeditor (both ui and the editor)
|
|
|
|
* full Document/Article list for administrators
|
|
|
|
* news editor for administrators
|
|
|
|
|
|
|
|
Document
|
|
|
|
draft
|
|
|
|
|
2012-08-08 22:24:26 +02:00
|
|
|
News
|
|
|
|
sticky
|
2012-08-08 22:15:51 +02:00
|
|
|
|
2012-08-01 22:15:12 +02:00
|
|
|
User
|
|
|
|
FavouriteForumTopics
|
|
|
|
|
|
|
|
Poll
|
|
|
|
id
|
|
|
|
createdAt
|
|
|
|
createdBy
|
|
|
|
updatedAt
|
|
|
|
updatedBy
|
|
|
|
updateReason
|
|
|
|
endTime (timestamp/date?)
|
|
|
|
answers (ArrayCollection of PollAnswers)
|
|
|
|
text
|
|
|
|
anyoneCanAddAnswers
|
|
|
|
multiselect
|
|
|
|
voters (is it really required?)
|
|
|
|
PollAnswer
|
|
|
|
id
|
|
|
|
createdAt
|
|
|
|
createdBy
|
|
|
|
updatedAt
|
|
|
|
updatedBy
|
|
|
|
updateReason
|
|
|
|
voters
|
|
|
|
poll (back-reference to Poll)
|
|
|
|
text
|
|
|
|
|
2012-08-09 08:38:39 +02:00
|
|
|
Article
|
|
|
|
* check if public
|
|
|
|
draft
|
|
|
|
category (new entity)
|
2012-07-07 11:09:25 +02:00
|
|
|
|
2012-07-07 20:28:54 +02:00
|
|
|
UserForumViewed
|
2012-08-08 22:15:51 +02:00
|
|
|
User
|
|
|
|
ForumTopic
|
|
|
|
timestamp of last visit
|
2012-07-01 10:24:35 +02:00
|
|
|
|
|
|
|
BlogPost
|
|
|
|
id
|
|
|
|
title
|
|
|
|
slug
|
|
|
|
timestamp
|
|
|
|
lead (?)
|
|
|
|
text
|
|
|
|
poster
|
2012-07-07 11:09:25 +02:00
|
|
|
public
|
|
|
|
|
|
|
|
ForumTopicGroup
|
|
|
|
visible
|
|
|
|
locked
|
2012-07-01 10:24:35 +02:00
|
|
|
|
|
|
|
ForumTopic
|
|
|
|
roles who can access it
|
2012-07-07 11:09:25 +02:00
|
|
|
visible
|
|
|
|
locked
|
2012-07-01 10:24:35 +02:00
|
|
|
|
|
|
|
ForumPost
|
|
|
|
last edited by
|
|
|
|
last edited timestamp
|
|
|
|
last edit reason
|
|
|
|
edit count
|
2012-07-02 22:44:25 +02:00
|
|
|
|
2012-07-13 12:07:21 +02:00
|
|
|
Event
|
2012-07-07 20:44:06 +02:00
|
|
|
last edited by
|
|
|
|
last edited timestamp
|
|
|
|
last edit reason
|
2012-07-13 12:07:21 +02:00
|
|
|
location
|
2012-07-07 20:44:06 +02:00
|
|
|
commentable
|
2012-07-07 21:07:20 +02:00
|
|
|
|
2012-07-09 21:08:36 +02:00
|
|
|
PrivateChatMessage
|
|
|
|
id
|
|
|
|
from user
|
|
|
|
to user
|
|
|
|
timestamp
|
|
|
|
|
|
|
|
GroupChatMessage
|
|
|
|
id
|
|
|
|
from user
|
|
|
|
to group
|
|
|
|
timestamp
|