taxonomy_timer 6.x-1.0-rc1
| Download | Size | md5 hash |
|---|---|---|
| taxonomy_timer-6.x-1.0-rc1.tar.gz | 15.73 KB | d0c715ee668a73095a4b75f69514f9ba |
| taxonomy_timer-6.x-1.0-rc1.zip | 16.82 KB | 9a4cf4d7b72f2fabf3dda917b9e4be56 |
Release notes
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 |
| taxonomy_timer-5.x-1.9.zip | 17.11 KB | b904a9fca06fff5ca053cd6e88d8f281 |
Release notes
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 |
| taxonomy_timer-6.x-1.0-alpha1.zip | 16.94 KB | 8d53b32226e56f0b78119b91aefb6c2e |
Release notes
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 |
| taxonomy_timer-5.x-1.8.zip | 16.93 KB | b9baa1f8c92606718456643f99a8bb0c |
Release notes
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 |
| taxonomy_timer-5.x-1.7.zip | 16.83 KB | 0bfa6c696c86fa5ce47c0efec07833e0 |
Release notes
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 |
| taxonomy_timer-5.x-1.6.zip | 16.83 KB | 780f8b472bfbf9aed124776eb778b050 |
Release notes
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 |
| taxonomy_timer-5.x-1.4.zip | 15.43 KB | 6d02550b5ce8b59f3a81d88f6187168e |
Release notes
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 |
| taxonomy_timer-5.x-1.3.zip | 16.62 KB | 0e505b5d0aec96e95cdf02de95336622 |
Release notes
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 |
| taxonomy_timer-5.x-1.2.zip | 16.33 KB | 74372c50247039973dc8297e9131d77a |
Release notes
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 |
| taxonomy_timer-5.x-1.1.zip | 16.33 KB | a0bbc64727a65be675568d27e3cfd5e6 |
Release notes
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 |
| taxonomy_timer-5.x-1.0.zip | 16.37 KB | db2b0ab37d12e5e20fbb0266abb3ac95 |
Release notes
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 |
| taxonomy_timer-5.x-1.0beta1.zip | 15.22 KB | f28fc181b760829976e8d90dcdd2dce2 |
Release notes
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 |
| taxonomy_timer-5.x-0.1.zip | 15.01 KB | d3e73b618cf3764a6de1dd68e5bd46e4 |
Release notes
Initial beta of the taxonomy timer module.