| 1 |
$Id: CHANGELOG.txt,v 1.1.2.1 2009/03/25 23:22:47 rdeboer Exp $ |
$Id: CHANGELOG.txt,v 1.1.2.2 2009/03/29 22:30:40 rdeboer Exp $ |
| 2 |
|
|
| 3 |
Changelog for Revisioning module for drupal 6. |
Changelog for Revisioning module for drupal 6. |
| 4 |
|
|
| 8 |
|
|
| 9 |
6.x-1.1 |
6.x-1.1 |
| 10 |
======= |
======= |
| 11 |
No error when Trigger module isn't installed. |
o No error when Trigger module isn't installed (thanks: herzi) |
| 12 |
Improved translatability. |
o Improved translatability. |
| 13 |
Fixed &$ ref in (line 350). |
o Fixed &$ ref in line 350. (thanks: blcompton) |
| 14 |
|
|
| 15 |
6.x-1.2 |
6.x-1.2 |
| 16 |
======= |
======= |
| 17 |
Only display content info when NO teaser is requested via hook_node_api('view'). |
o Only display content info when NO teaser is requested via hook_node_api('view') (patch by Ogredude) |
| 18 |
Fixed broken link shown in watchdog message when trigger is invoking action. |
o Fixed broken link shown in watchdog message when trigger is invoking action. |
| 19 |
Added German translations and .pot file. |
o Added German translations and .pot file (thanks: rastatt) |
| 20 |
|
|
| 21 |
|
6.x-1.3 |
| 22 |
|
======= |
| 23 |
|
o Added link to compare revisions when Diff module is enabled |
| 24 |
|
o revisioning_node_api() won't intercept URI's that don't start with "/node/%" |
| 25 |
|
o Don't show 'Show all revisions' link when Revisions tab is also visible |