Extended user notification package (work in progress)
authorMarcel Werk <burntime@woltlab.com>
Wed, 20 Jul 2011 12:22:48 +0000 (14:22 +0200)
committerMarcel Werk <burntime@woltlab.com>
Wed, 20 Jul 2011 12:22:48 +0000 (14:22 +0200)
commit8326ce5ba04e23651aff2b1e42d78a12f395754a
treeccc1a85eff793cfcd6f6f13a73d5af0bf887ba47
parentb6ae7d04959c1b92034b282cc514d1de2c91c256
Extended user notification package (work in progress)
18 files changed:
com.woltlab.wcf.notification/coreobject.xml [new file with mode: 0644]
com.woltlab.wcf.notification/files/lib/data/user/notification/UserNotificationEditor.class.php
com.woltlab.wcf.notification/files/lib/data/user/notification/event/UserNotificationEventEditor.class.php
com.woltlab.wcf.notification/files/lib/data/user/notification/object/type/UserNotificationObjectTypeEditor.class.php
com.woltlab.wcf.notification/files/lib/data/user/notification/recipient/UserNotificationRecipient.class.php [new file with mode: 0644]
com.woltlab.wcf.notification/files/lib/data/user/notification/recipient/UserNotificationRecpientList.class.php [new file with mode: 0644]
com.woltlab.wcf.notification/files/lib/data/user/notification/type/UserNotificationTypeEditor.class.php
com.woltlab.wcf.notification/files/lib/system/cache/CacheBuilderUserNotificationObjectType.class.php [new file with mode: 0644]
com.woltlab.wcf.notification/files/lib/system/package/plugin/UserNotificationEventPackageInstallationPlugin.class.php
com.woltlab.wcf.notification/files/lib/system/user/notification/UserNotificationHandler.class.php [new file with mode: 0644]
com.woltlab.wcf.notification/files/lib/system/user/notification/event/UserNotificationEvent.class.php [new file with mode: 0644]
com.woltlab.wcf.notification/files/lib/system/user/notification/object/UserNotificationObject.class.php [new file with mode: 0644]
com.woltlab.wcf.notification/files/lib/system/user/notification/object/type/UserNotificationObjectType.class.php [new file with mode: 0644]
com.woltlab.wcf.notification/files/lib/system/user/notification/type/MailUserNotificationType.class.php [new file with mode: 0644]
com.woltlab.wcf.notification/files/lib/system/user/notification/type/UserNotificationType.class.php [new file with mode: 0644]
com.woltlab.wcf.notification/install.sql
com.woltlab.wcf.notification/package.xml
com.woltlab.wcf.notification/userNotificationType.xml [new file with mode: 0644]