CVS messages for Taxonomy Timer
August 26, 2008
-
Fixing the watchdog still.
-
Taxonomy Timer: /modules/taxonomy_timer/taxonomy_timer.info 1.7
Taxonomy Timer: /modules/taxonomy_timer/taxonomy_timer.install 1.5
Taxonomy Timer: /modules/taxonomy_timer/taxonomy_timer.module 1.11Updated installer. Removed some extra watchdogging
November 15, 2007
-
Taxonomy Timer: /modules/taxonomy_timer/taxonomy_timer.info 1.6
Taxonomy Timer: /modules/taxonomy_timer/taxonomy_timer.module 1.10Links were relative. This version makes them absolute.
November 2, 2007
-
Taxonomy Timer: /modules/taxonomy_timer/taxonomy_timer.info 1.5
Taxonomy Timer: /modules/taxonomy_timer/taxonomy_timer.module 1.9Taxonomy timer malfunctioned when sending notification emails, it also set completed=1...which meant that hook_cron never actually saw any records to update itself (except for the rare occasion when the hook_cron call came after expiration, but no notification had ever been sent). This new version uses a new state variable: notified, to indicate when notifications have been sent.
-
Taxonomy Timer: /modules/taxonomy_timer/taxonomy_timer.info 1.4
Taxonomy Timer: /modules/taxonomy_timer/taxonomy_timer.install 1.4
Taxonomy Timer: /modules/taxonomy_timer/taxonomy_timer.module 1.8Including a database update thsi time to have a state variable for whether or not the notification emails have gone out.
October 3, 2007
-
Wasn't behaving with CCK nodes. See, the "manage fields" page of cck loads up the node-form for that particular content type. This module watches for the node form and tries to do things to it based on $form['#node']['nid'] which doesn't exist during CCK field management. Added a workaround.
September 28, 2007
-
Taxonomy Timer: /modules/taxonomy_timer/taxonomy_timer.info 1.3
Taxonomy Timer: /modules/taxonomy_timer/taxonomy_timer.install 1.3
Taxonomy Timer: /modules/taxonomy_timer/taxonomy_timer.module 1.6Added some tokens to the subject and email body. Also fixed the installer to create fields of type unsigned-int instead of datetime. If you were using earlier versions, please manually remove the tables and the system table record before upgrading.
September 27, 2007
-
Removed some superfluous debugging
September 26, 2007
-
Taxonomy Timer: /modules/taxonomy_timer/taxonomy_timer.info 1.2
Taxonomy Timer: /modules/taxonomy_timer/taxonomy_timer.install 1.2
Taxonomy Timer: /modules/taxonomy_timer/taxonomy_timer.module 1.4Install file wasn't working. This fixes that.
-
Added email notifications for upcoming events.
