Releases for Taxonomy Timer
taxonomy_timer 6.x-1.0-rc1
| Download | Size | md5 hash |
|---|---|---|
| taxonomy_timer-6.x-1.0-rc1.tar.gz | 15.73 KB | d0c715ee668a73095a4b75f69514f9ba |
In some cases versions prior to 5.x-1.9/6.x-alpha2 did not properly sanitize user input, leading to a SQL Injection (SQL Injection) vulnerability. Such an attack may lead to a malicious user gaining full administrative access. Please upgrade to this version.
taxonomy_timer 5.x-1.9
| Download | Size | md5 hash |
|---|---|---|
| taxonomy_timer-5.x-1.9.tar.gz | 15.94 KB | e4e94a49ec42550f4886e776eefec555 |
In some cases versions prior to 5.x-1.9/6.x-alpha2 did not properly sanitize user input, leading to a SQL Injection (SQL Injection) vulnerability. Such an attack may lead to a malicious user gaining full administrative access. Please upgrade to this version.
taxonomy_timer 6.x-1.0-alpha1
| Download | Size | md5 hash |
|---|---|---|
| taxonomy_timer-6.x-1.0-alpha1.tar.gz | 15.79 KB | d3ac7d8c41e2d92ea2fe4ab58796b9af |
Initial 6.x commit. This code is completely un-tested but actually should work. :) Your mileage may vary.
taxonomy_timer 5.x-1.8
| Download | Size | md5 hash |
|---|---|---|
| taxonomy_timer-5.x-1.8.tar.gz | 15.76 KB | ecbab84182efbf276f82f5a829ea0400 |
Fixed some issues where sites with LOTS of nodes had Watchdog overload, pegging the CPU.
taxonomy_timer 5.x-1.7
| Download | Size | md5 hash |
|---|---|---|
| taxonomy_timer-5.x-1.7.tar.gz | 15.67 KB | 714dc5b3e0e68487a4ed5c74c76f2b16 |
Links on the old version were relative. This breaks the emails (obviously).
taxonomy_timer 5.x-1.6
| Download | Size | md5 hash |
|---|---|---|
| taxonomy_timer-5.x-1.6.tar.gz | 15.68 KB | 6aed5359b0bcba1680a7e7b5b0314912 |
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
| Download | Size | md5 hash |
|---|---|---|
| taxonomy_timer-5.x-1.4.tar.gz | 14.88 KB | a7be91252d652408206295c906c45364 |
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
| Download | Size | md5 hash |
|---|---|---|
| taxonomy_timer-5.x-1.3.tar.gz | 15.5 KB | 51021b45510a62f80fdcc9641b74a153 |
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
| Download | Size | md5 hash |
|---|---|---|
| taxonomy_timer-5.x-1.2.tar.gz | 15.23 KB | b5700240a1c90f7537fb6f1cd39d6213 |
Removed some debugging code.
taxonomy_timer 5.x-1.1
| Download | Size | md5 hash |
|---|---|---|
| taxonomy_timer-5.x-1.1.tar.gz | 15.21 KB | 4db773a6df75a3c31494dfccc57fc837 |
Fixed issue with .install file that prevented a clean install.
taxonomy_timer 5.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| taxonomy_timer-5.x-1.0.tar.gz | 15.25 KB | e08254dbc3127d971e14520fd5ac8631 |
Added email notifications so that users who are about to have expirations fire off will get an email.
taxonomy_timer 5.x-1.0beta1
| Download | Size | md5 hash |
|---|---|---|
| taxonomy_timer-5.x-1.0beta1.tar.gz | 14.08 KB | b870bf091147ac94a59a4ce5eca25728 |
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
| Download | Size | md5 hash |
|---|---|---|
| taxonomy_timer-5.x-0.1.tar.gz | 13.88 KB | 3857823e2fcf746f688a1a1abe4cf0ef |
Initial beta of the taxonomy timer module.
