CVS messages for Watch
February 28, 2009
- Commit #176960 by Allie Micka at 05:02Watch: /modules/watch/modules/watch_send/watch_send.info 1.1
Watch: /modules/watch/modules/watch_send/watch_send.module 1.1Adding a watchlist notification module that leverages the Send API. This allows watchlists to be delivered in fully-tracked, consistently-branded HTML messages.
- Commit #176958 by Allie Micka at 05:01
Directory /cvs/drupal-contrib/contributions/modules/watch/modules/watch_send added to the repository
- Commit #176956 by Allie Micka at 05:01
Directory /cvs/drupal-contrib/contributions/modules/watch/modules added to the repository
- Commit #176954 by Allie Micka at 05:00Watch: /modules/watch/includes/views/views_plugin_display_watch.inc 1.2
Watch: /modules/watch/includes/views/watch.views.inc 1.3
Watch: /modules/watch/includes/watch.run.inc 1.3
Watch: /modules/watch/includes/watch.system.inc 1.3
Watch: /modules/watch/watch.install 1.4
Watch: /modules/watch/watch.module 1.5Working proof-of-concept: - Handles subscriptions to views, including exposed filters and arguments. - Effects an "is this * in a view with subscribers?" query on save ops for nodes, comments, node_revisions, etc. - Effects a similar query for subscribed views on cron runs. - Stores affirmative results in a queue table so you can easily see an aggregate of all of the results of all of the views you've subscribed to. - Calls hook_watch_run_notify() so that other modules can optionally deliver the results to subscribers. It's flexible and as efficient as this sort of thing can be. I'm looking for input! Still missing: - Access control (piggyback on Views' access control) - UI for subscribing to views. - UI for subscribing to views with arguments/filters/etc. that you didn't generate (e.g. posts by the same author)
February 24, 2009
- Commit #175086 by Allie Micka at 03:14Watch: /modules/watch/includes/views/watch.views.inc 1.2
Watch: /modules/watch/includes/watch.run.inc 1.2
Watch: /modules/watch/includes/watch.system.inc 1.2
Watch: /modules/watch/includes/watch.user.inc 1.2
Watch: /modules/watch/watch.install 1.3
Watch: /modules/watch/watch.module 1.4Should be pretty much working now.
February 23, 2009
- Commit #174878 by Allie Micka at 19:28Watch: /modules/watch/includes/views/views_plugin_display_watch.inc 1.1
Watch: /modules/watch/includes/views/watch.views.inc 1.1
Watch: /modules/watch/includes/watch.run.inc 1.1
Watch: /modules/watch/includes/watch.system.inc 1.1
Watch: /modules/watch/includes/watch.user.inc 1.1
Watch: /modules/watch/watch.inc NONE
Watch: /modules/watch/watch.info 1.2
Watch: /modules/watch/watch.install 1.2
Watch: /modules/watch/watch.module 1.3Reorganizing a few things for clarity and efficiency.
- Commit #174876 by Allie Micka at 19:27
Directory /cvs/drupal-contrib/contributions/modules/watch/includes/views added to the repository
- Commit #174874 by Allie Micka at 19:27
Directory /cvs/drupal-contrib/contributions/modules/watch/includes added to the repository
February 16, 2008
- Commit #101356 by Allie Micka at 17:59
Code cleanup
February 15, 2008
- Commit #101177 by Allie Micka at 17:01Watch: /modules/watch/watch.inc 1.1
Watch: /modules/watch/watch.info 1.1
Watch: /modules/watch/watch.install 1.1
Watch: /modules/watch/watch.module 1.1Surprized these never made it into CVS
