Initial version (work in progress)
authorMarcel Werk <burntime@woltlab.com>
Wed, 11 Jul 2012 15:04:43 +0000 (17:04 +0200)
committerMarcel Werk <burntime@woltlab.com>
Wed, 11 Jul 2012 15:04:43 +0000 (17:04 +0200)
commit9544b6b4b66a92e4ecea0289f6086dae640c174f
treec10555faaedc62e418b2528d09e129d4bf6e480e
parent2bf40f755228eeae2902562471acf14177777eb6
Initial version (work in progress)
32 files changed:
files/lib/data/conversation/Conversation.class.php [new file with mode: 0644]
files/lib/data/conversation/ConversationAction.class.php [new file with mode: 0644]
files/lib/data/conversation/ConversationEditor.class.php [new file with mode: 0644]
files/lib/data/conversation/ConversationList.class.php [new file with mode: 0644]
files/lib/data/conversation/UserConversationList.class.php [new file with mode: 0644]
files/lib/data/conversation/ViewableConversation.class.php [new file with mode: 0644]
files/lib/data/conversation/label/ConversationLabel.class.php [new file with mode: 0644]
files/lib/data/conversation/label/ConversationLabelAction.class.php [new file with mode: 0644]
files/lib/data/conversation/label/ConversationLabelEditor.class.php [new file with mode: 0644]
files/lib/data/conversation/label/ConversationLabelList.class.php [new file with mode: 0644]
files/lib/data/conversation/message/ConversationMessage.class.php [new file with mode: 0644]
files/lib/data/conversation/message/ConversationMessageAction.class.php [new file with mode: 0644]
files/lib/data/conversation/message/ConversationMessageEditor.class.php [new file with mode: 0644]
files/lib/data/conversation/message/ConversationMessageList.class.php [new file with mode: 0644]
files/lib/data/conversation/message/ViewableConversationMessage.class.php [new file with mode: 0644]
files/lib/data/conversation/message/ViewableConversationMessageList.class.php [new file with mode: 0644]
files/lib/form/ConversationAddForm.class.php [new file with mode: 0644]
files/lib/form/ConversationMessageAddForm.class.php [new file with mode: 0644]
files/lib/page/ConversationListPage.class.php [new file with mode: 0644]
files/lib/page/ConversationPage.class.php [new file with mode: 0644]
install.sql
language/de.xml [new file with mode: 0644]
option.xml [new file with mode: 0644]
package.xml [new file with mode: 0644]
templateListener.xml [new file with mode: 0644]
templates/__userPanelConversationsLink.tpl [new file with mode: 0644]
templates/conversation.tpl [new file with mode: 0644]
templates/conversationAdd.tpl [new file with mode: 0644]
templates/conversationList.tpl [new file with mode: 0644]
templates/conversationMessageList.tpl [new file with mode: 0644]
userGroupOption.xml [new file with mode: 0644]
userOption.xml [new file with mode: 0644]