Releases for Taxonomy Timer
taxonomy_timer 6.x-1.0-alpha1
First released: January 29, 2009 - 19:55
Size: 15.79 KB
md5_file hash: d3ac7d8c41e2d92ea2fe4ab58796b9af
Last updated: January 29, 2009 - 20:01
Initial 6.x commit. This code is completely un-tested but actually should work. :) Your mileage may vary.
taxonomy_timer 5.x-1.8
First released: August 26, 2008 - 01:04
Size: 15.76 KB
md5_file hash: ecbab84182efbf276f82f5a829ea0400
Last updated: August 26, 2008 - 01:05
Fixed some issues where sites with LOTS of nodes had Watchdog overload, pegging the CPU.
taxonomy_timer 5.x-1.7
First released: November 15, 2007 - 01:54
Size: 15.67 KB
md5_file hash: 714dc5b3e0e68487a4ed5c74c76f2b16
Last updated: November 15, 2007 - 01:55
Links on the old version were relative. This breaks the emails (obviously).
taxonomy_timer 5.x-1.6
First released: November 2, 2007 - 15:05
Size: 15.68 KB
md5_file hash: 6aed5359b0bcba1680a7e7b5b0314912
Last updated: November 2, 2007 - 15:10
Fixes bug with notifications stepping all over actual timer actions. All users should upgrade to this version. Be sure to run update.php when you upgrade. I have altered the table taxonomy_timer_nodes
taxonomy_timer 5.x-1.4
First released: October 3, 2007 - 20:49
Size: 14.88 KB
md5_file hash: a7be91252d652408206295c906c45364
Last updated: October 3, 2007 - 20:50
Fixed some problems with the way taxonomy_timer performs hook_form_alter().
We were getting stuck when CCK pages tried to edit the field lists for content types. CCK loads up the node form for its types, and taxonomy_timer was firing off a "store tt_defaults" call. This didn't work because when CCK was loading the form, $form['#node']['nid'] wasn't set yet.
This update fixes that problem.
taxonomy_timer 5.x-1.3
First released: September 28, 2007 - 17:57
Size: 15.5 KB
md5_file hash: 51021b45510a62f80fdcc9641b74a153
Last updated: September 28, 2007 - 18:00
Added 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.
taxonomy_timer 5.x-1.2
First released: September 27, 2007 - 00:21
Size: 15.23 KB
md5_file hash: b5700240a1c90f7537fb6f1cd39d6213
Last updated: September 27, 2007 - 00:25
Removed some debugging code.
taxonomy_timer 5.x-1.1
First released: September 26, 2007 - 20:37
Size: 15.21 KB
md5_file hash: 4db773a6df75a3c31494dfccc57fc837
Last updated: September 26, 2007 - 20:40
Fixed issue with .install file that prevented a clean install.
taxonomy_timer 5.x-1.0
First released: September 26, 2007 - 02:44
Size: 15.25 KB
md5_file hash: e08254dbc3127d971e14520fd5ac8631
Last updated: September 26, 2007 - 02:45
Added email notifications so that users who are about to have expirations fire off will get an email.
taxonomy_timer 5.x-1.0beta1
First released: September 26, 2007 - 01:09
Size: 14.08 KB
md5_file hash: b870bf091147ac94a59a4ce5eca25728
Last updated: September 26, 2007 - 01:10
I still wouldn't call this ready for production. It hasn't been tested thoroughly, but it appears to work in my test cases. The one known "feature" that might be considered a bug is this:
1) User creates a page node (node 1) with taxonomy term 5
2) User creates a taxonomy timer that acts on taxonomy term 5
3) User creates another page node (node 2) with taxonomy term 5
Node 2 will have the correct timer attached as a default
Node 1 will not, because it was created prior to the creation of rules.
In the future I'd really like to add that as a checkbox when creating new rules (something like "Add this timer to all existing nodes?" yes/no). That doesn't exist yet.
taxonomy_timer 5.x-0.1
First released: September 24, 2007 - 20:35
Size: 13.88 KB
md5_file hash: 3857823e2fcf746f688a1a1abe4cf0ef
Last updated: September 24, 2007 - 20:41
Initial beta of the taxonomy timer module.
