CHANGELOG.txt |
CHANGELOG.txt |
|
TO DO
------
* Use actions and triggers instead of old notifications' events, see http://drupal.org/node/260100
* Support for persistent notifications that will be triggered with a given interval until the user takes some action. Look into the… |
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[] = messaging
dependencies[] = token
core = 6.x
php = 5.0 |
notifications.install |
notifications.install |
|
|
notifications.manage.inc |
notifications.manage.inc |
|
Common functions for bulk management of subscriptions |
notifications.module |
notifications.module |
|
Notifications module |
notifications.node.inc |
notifications.node.inc |
|
Notifications node API for use by plug-in modules providing node related features |
notifications.pages.inc |
notifications.pages.inc |
|
User pages for Notifications |
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
dependencies[] = notifications_content
core = 6.x |
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
core = 6.x |
notifications_content.install |
notifications_content/notifications_content.install |
|
|
notifications_content.module |
notifications_content/notifications_content.module |
|
Subscriptions to content events |
notifications_content.pages.inc |
notifications_content/notifications_content.pages.inc |
|
Subscriptions to content events |
notifications_content.test |
tests/notifications_content.test |
|
|
notifications_custom.admin.inc |
notifications_custom/notifications_custom.admin.inc |
|
|
notifications_custom.info |
notifications_custom/notifications_custom.info |
|
name = Custom subscriptions
description = Allows creating predefined subscriptions and assigning them to users
package = "Notifications"
dependencies[] = notifications
core = 6.x
php = 5.0 |
notifications_custom.install |
notifications_custom/notifications_custom.install |
|
|
notifications_custom.module |
notifications_custom/notifications_custom.module |
|
Custom notifications module |
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
dependencies[] = feedapi
core = 6.x |
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
core = 6.x |
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_content
dependencies[] = taxonomy
core = 6.x |
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
core = 6.x |
notifications_ui.install |
notifications_ui/notifications_ui.install |
|
|
notifications_ui.module |
notifications_ui/notifications_ui.module |
|
User Interface for subscriptions modules |
notifications_ui.pages.inc |
notifications_ui/notifications_ui.pages.inc |
|
User pages for User Interface for subscriptions modules |
notifications_views.info |
notifications_views/notifications_views.info |
|
name = "Notifications Views"
description = "Views integration for Notifications."
package = "Notifications"
dependencies[] = views
dependencies[] = notifications
core = 6.x |
notifications_views.module |
notifications_views/notifications_views.module |
|
|
notifications_views_handler_argument_subscription_type.inc |
notifications_views/notifications_views_handler_argument_subscription_type.inc |
|
|
notifications_views_handler_field_body.inc |
notifications_views/notifications_views_handler_field_body.inc |
|
|
notifications_views_handler_field_delete_link.inc |
notifications_views/notifications_views_handler_field_delete_link.inc |
|
|
notifications_views_handler_field_subscription_interval.inc |
notifications_views/notifications_views_handler_field_subscription_interval.inc |
|
|
notifications_views_handler_field_subscription_type.inc |
notifications_views/notifications_views_handler_field_subscription_type.inc |
|
|
notifications_views_handler_filter_subscription_interval.inc |
notifications_views/notifications_views_handler_filter_subscription_interval.inc |
|
|
notifications_views_handler_filter_subscription_send_method.inc |
notifications_views/notifications_views_handler_filter_subscription_send_method.inc |
|
|
notifications_views_handler_filter_subscription_type.inc |
notifications_views/notifications_views_handler_filter_subscription_type.inc |
|
|
notifications_views_handler_relationship.inc |
notifications_views/notifications_views_handler_relationship.inc |
|
|
README.txt |
README.txt |
|
Notifications: README.txt
=========================
This is a complete notifications/subscriptions framework. The Notifications module is the main engine,
but it doesn't provide by itself any subscriptions or UI besides the administration pages.… |