CHANGELOG.txt |
CHANGELOG.txt |
|
5.x-1.2 to 5.x-1.3
-----------------------------
- Added refresh option to notifications_digest_method(), cached variables were breaking tests.
- Fixed: added event information for notifications_lite for proper digesting
- Fixed: send interval for… |
notifications.admin.inc |
notifications.admin.inc |
|
|
notifications.cron.inc |
notifications.cron.inc |
|
|
notifications.info |
notifications.info |
|
name = Notifications
description = The basic notifications framework
package = "Notifications"
dependencies = token messaging |
notifications.install |
notifications.install |
|
|
notifications.module |
notifications.module |
|
Notifications module |
notifications_api.test |
tests/notifications_api.test |
|
|
notifications_autosubscribe.info |
notifications_autosubscribe/notifications_autosubscribe.info |
|
name = Notifications Autosubscribe
description = Provides automatic notifications.
package = "Notifications"
dependencies = notifications notifications_content |
notifications_autosubscribe.module |
notifications_autosubscribe/notifications_autosubscribe.module |
|
|
notifications_content.info |
notifications_content/notifications_content.info |
|
name = Content Notifications
description = Allows users to subscribe to content related events.
package = "Notifications"
dependencies = notifications |
notifications_content.module |
notifications_content/notifications_content.module |
|
Subscriptions to content events |
notifications_content.test |
tests/notifications_content.test |
|
|
notifications_feed.info |
notifications_feed/notifications_feed.info |
|
name = FeedAPI Subscriptions
description = Allows users to subscribe to feeds and be notified when they are updated
package = "Notifications"
dependencies = notifications feedapi |
notifications_feed.module |
notifications_feed/notifications_feed.module |
|
Subscriptions to FeedAPI feeds |
notifications_lite.info |
notifications_lite/notifications_lite.info |
|
name = "Notifications Lite"
description = "Extra Simple Notifications API. Enable only when required by other modules."
package = Notifications |
notifications_lite.module |
notifications_lite/notifications_lite.module |
|
Simple notifications API |
notifications_tags.info |
notifications_tags/notifications_tags.info |
|
name = Taxonomy Notifications
description = Allows users to subscribe to taxonomy terms.
package = "Notifications"
dependencies = notifications notifications_content taxonomy |
notifications_tags.module |
notifications_tags/notifications_tags.module |
|
Subscriptions to taxonomy terms |
notifications_templates.test |
tests/notifications_templates.test |
|
|
notifications_ui.info |
notifications_ui/notifications_ui.info |
|
name = Notifications UI
description = Provides an UI to notifications
package = "Notifications"
dependencies = notifications |
notifications_ui.module |
notifications_ui/notifications_ui.module |
|
User Interface for subscriptions modules |
README.txt |
README.txt |
|
Notifications: README.txt
=========================
This is a complete notifications/subscriptions framework, includes:
- Several types of subscriptions: content, taxonomy
- Event and message queueing
- Pluggable event types
- Pluggable subscription… |