- User Notification Package
authorMarcel Werk <burntime@woltlab.com>
Thu, 14 Jul 2011 17:03:02 +0000 (19:03 +0200)
committerMarcel Werk <burntime@woltlab.com>
Thu, 14 Jul 2011 17:03:02 +0000 (19:03 +0200)
commit48e011fcc65f775c20373e11f2fb3d6e2831536b
tree0ee7e0b5af7dd5c54c0642fc5f0744249b6950b8
parentaf33d130b9b9655f39aa6de489345204a21f70ff
- User Notification Package
73 files changed:
.gitignore
com.woltlab.wcf.notification/acptemplates/userNotificationDefaultSettings.tpl [new file with mode: 0644]
com.woltlab.wcf.notification/cronjobs.xml [new file with mode: 0644]
com.woltlab.wcf.notification/eventlistener.xml [new file with mode: 0644]
com.woltlab.wcf.notification/files/lib/acp/form/UserNotificationDefaultSettingsForm.class.php [new file with mode: 0644]
com.woltlab.wcf.notification/files/lib/action/NotificationConfirmAction.class.php [new file with mode: 0644]
com.woltlab.wcf.notification/files/lib/action/NotificationDisableAction.class.php [new file with mode: 0644]
com.woltlab.wcf.notification/files/lib/data/user/NotificationUser.class.php [new file with mode: 0644]
com.woltlab.wcf.notification/files/lib/data/user/notification/FeedNotification.class.php [new file with mode: 0644]
com.woltlab.wcf.notification/files/lib/data/user/notification/FeedNotificationList.class.php [new file with mode: 0644]
com.woltlab.wcf.notification/files/lib/data/user/notification/NotificationList.class.php [new file with mode: 0644]
com.woltlab.wcf.notification/files/lib/data/user/notification/UserNotification.class.php [new file with mode: 0644]
com.woltlab.wcf.notification/files/lib/data/user/notification/UserNotificationAction.class.php [new file with mode: 0644]
com.woltlab.wcf.notification/files/lib/data/user/notification/UserNotificationEditor.class.php [new file with mode: 0644]
com.woltlab.wcf.notification/files/lib/data/user/notification/UserNotificationHandler.class.php [new file with mode: 0644]
com.woltlab.wcf.notification/files/lib/data/user/notification/UserNotificationList.class.php [new file with mode: 0644]
com.woltlab.wcf.notification/files/lib/data/user/notification/UserNotificationMessageCompiler.class.php [new file with mode: 0644]
com.woltlab.wcf.notification/files/lib/data/user/notification/event/DefaultUserNotificationConveyableEvent.class.php [new file with mode: 0644]
com.woltlab.wcf.notification/files/lib/data/user/notification/event/UserNotificationConveyableEvent.class.php [new file with mode: 0644]
com.woltlab.wcf.notification/files/lib/data/user/notification/event/UserNotificationEvent.class.php [new file with mode: 0644]
com.woltlab.wcf.notification/files/lib/data/user/notification/event/UserNotificationEventAction.class.php [new file with mode: 0644]
com.woltlab.wcf.notification/files/lib/data/user/notification/event/UserNotificationEventEditor.class.php [new file with mode: 0644]
com.woltlab.wcf.notification/files/lib/data/user/notification/event/UserNotificationEventList.class.php [new file with mode: 0644]
com.woltlab.wcf.notification/files/lib/data/user/notification/message/UserNotificationMessage.class.php [new file with mode: 0644]
com.woltlab.wcf.notification/files/lib/data/user/notification/message/UserNotificationMessageEditor.class.php [new file with mode: 0644]
com.woltlab.wcf.notification/files/lib/data/user/notification/object/AbstractUserNotificationConveyableObjectType.class.php [new file with mode: 0644]
com.woltlab.wcf.notification/files/lib/data/user/notification/object/UserNotificationConveyableObject.class.php [new file with mode: 0644]
com.woltlab.wcf.notification/files/lib/data/user/notification/object/UserNotificationConveyableObjectType.class.php [new file with mode: 0644]
com.woltlab.wcf.notification/files/lib/data/user/notification/object/UserNotificationObjectType.class.php [new file with mode: 0644]
com.woltlab.wcf.notification/files/lib/data/user/notification/object/UserNotificationObjectTypeEditor.class.php [new file with mode: 0644]
com.woltlab.wcf.notification/files/lib/data/user/notification/object/VoidUserNotificationConveyableObject.class.php [new file with mode: 0644]
com.woltlab.wcf.notification/files/lib/data/user/notification/object/VoidUserNotificationConveyableObjectType.class.php [new file with mode: 0644]
com.woltlab.wcf.notification/files/lib/data/user/notification/object/type/UserNotificationObjectType.class.php [new file with mode: 0644]
com.woltlab.wcf.notification/files/lib/data/user/notification/object/type/UserNotificationObjectTypeAction.class.php [new file with mode: 0644]
com.woltlab.wcf.notification/files/lib/data/user/notification/object/type/UserNotificationObjectTypeEditor.class.php [new file with mode: 0644]
com.woltlab.wcf.notification/files/lib/data/user/notification/object/type/UserNotificationObjectTypeList.class.php [new file with mode: 0644]
com.woltlab.wcf.notification/files/lib/data/user/notification/type/MailUserNotificationReceivableType.class.php [new file with mode: 0644]
com.woltlab.wcf.notification/files/lib/data/user/notification/type/UserNotificationReceivableType.class.php [new file with mode: 0644]
com.woltlab.wcf.notification/files/lib/data/user/notification/type/UserNotificationType.class.php [new file with mode: 0644]
com.woltlab.wcf.notification/files/lib/data/user/notification/type/UserNotificationTypeAction.class.php [new file with mode: 0644]
com.woltlab.wcf.notification/files/lib/data/user/notification/type/UserNotificationTypeEditor.class.php [new file with mode: 0644]
com.woltlab.wcf.notification/files/lib/data/user/notification/type/UserNotificationTypeList.class.php [new file with mode: 0644]
com.woltlab.wcf.notification/files/lib/form/UserNotificationSettingsForm.class.php [new file with mode: 0644]
com.woltlab.wcf.notification/files/lib/page/UserNotificationCountPage.class.php [new file with mode: 0644]
com.woltlab.wcf.notification/files/lib/page/UserNotificationFeedPage.class.php [new file with mode: 0644]
com.woltlab.wcf.notification/files/lib/page/UserNotificationPage.class.php [new file with mode: 0644]
com.woltlab.wcf.notification/files/lib/system/cache/CacheBuilderNotifications.class.php [new file with mode: 0644]
com.woltlab.wcf.notification/files/lib/system/cronjob/CleanUpNotificationsCronjob.class.php [new file with mode: 0644]
com.woltlab.wcf.notification/files/lib/system/event/listener/StructuredTemplateUserMessagesNotificationListener.class.php [new file with mode: 0644]
com.woltlab.wcf.notification/files/lib/system/event/listener/StructuredTemplateUserPanelNotificationListener.class.php [new file with mode: 0644]
com.woltlab.wcf.notification/files/lib/system/package/plugin/UserNotificationEventPackageInstallationPlugin.class.php [new file with mode: 0644]
com.woltlab.wcf.notification/install.sql [new file with mode: 0644]
com.woltlab.wcf.notification/language/de-informal.xml [new file with mode: 0644]
com.woltlab.wcf.notification/language/de.xml [new file with mode: 0644]
com.woltlab.wcf.notification/language/en.xml [new file with mode: 0644]
com.woltlab.wcf.notification/notificationobjecttype.xml [new file with mode: 0644]
com.woltlab.wcf.notification/notificationtype.xml [new file with mode: 0644]
com.woltlab.wcf.notification/options.xml [new file with mode: 0644]
com.woltlab.wcf.notification/package.xml [new file with mode: 0644]
com.woltlab.wcf.notification/pagelocation.xml [new file with mode: 0644]
com.woltlab.wcf.notification/pip.xml [new file with mode: 0644]
com.woltlab.wcf.notification/pip/NotificationEventPackageInstallationPlugin.class.php [new file with mode: 0644]
com.woltlab.wcf.notification/pip/NotificationObjectTypePackageInstallationPlugin.class.php [new file with mode: 0644]
com.woltlab.wcf.notification/pip/NotificationTypePackageInstallationPlugin.class.php [new file with mode: 0644]
com.woltlab.wcf.notification/templates/userMenuNotificationLink.tpl [new file with mode: 0644]
com.woltlab.wcf.notification/templates/userMenuPeriodicalExecuter.tpl [new file with mode: 0644]
com.woltlab.wcf.notification/templates/userMessagesNotifications.tpl [new file with mode: 0644]
com.woltlab.wcf.notification/templates/userNotification.tpl [new file with mode: 0644]
com.woltlab.wcf.notification/templates/userNotificationFeedAtom.tpl [new file with mode: 0644]
com.woltlab.wcf.notification/templates/userNotificationFeedRss2.tpl [new file with mode: 0644]
com.woltlab.wcf.notification/templates/userNotificationSettings.tpl [new file with mode: 0644]
com.woltlab.wcf.notification/usercpmenu.xml [new file with mode: 0644]
com.woltlab.wcf.notification/useroptions.xml [new file with mode: 0644]