Merged com.woltlab.wcf.poll into WCF
authorMarcel Werk <burntime@woltlab.com>
Mon, 20 May 2013 23:06:01 +0000 (01:06 +0200)
committerMarcel Werk <burntime@woltlab.com>
Mon, 20 May 2013 23:06:01 +0000 (01:06 +0200)
commite25b7b614106f1a1089de664f648c082c03399b8
tree437ce19a40c6767434a4a94b78a75ee10de18334
parent6def9bd4f7c0a26b764fb530a3122bd034b739f9
Merged com.woltlab.wcf.poll into WCF
26 files changed:
com.woltlab.wcf/objectTypeDefinition.xml
com.woltlab.wcf/option.xml
com.woltlab.wcf/template/__messageFormPoll.tpl [new file with mode: 0644]
com.woltlab.wcf/template/messageFormTabs.tpl
com.woltlab.wcf/template/poll.tpl [new file with mode: 0644]
com.woltlab.wcf/template/pollResult.tpl [new file with mode: 0644]
com.woltlab.wcf/template/pollVote.tpl [new file with mode: 0644]
wcfsetup/install/files/js/WCF.Poll.js [new file with mode: 0644]
wcfsetup/install/files/js/WCF.Poll.min.js [new file with mode: 0644]
wcfsetup/install/files/lib/acp/form/UserMergeForm.class.php
wcfsetup/install/files/lib/action/PollAction.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/data/IPollObject.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/data/poll/Poll.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/data/poll/PollAction.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/data/poll/PollEditor.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/data/poll/PollList.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/data/poll/option/PollOption.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/data/poll/option/PollOptionAction.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/data/poll/option/PollOptionEditor.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/data/poll/option/PollOptionList.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/poll/AbstractPollHandler.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/poll/IPollHandler.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/poll/PollManager.class.php [new file with mode: 0644]
wcfsetup/install/lang/de.xml
wcfsetup/install/lang/en.xml
wcfsetup/setup/db/install.sql