Posted by marcvangend on June 28, 2009 at 11:05pm
| Download | Size | md5 hash |
|---|---|---|
| auto_expire-6.x-1.0-rc1.tar.gz | 11.78 KB | 8c244c64d97ab5c71abf0defaac42e4b |
| auto_expire-6.x-1.0-rc1.zip | 14.38 KB | 37964017d2165f3e3d3ecd78bbd07559 |
Last updated: December 24, 2010 - 22:30
Initial port to D6, including:
- #313280: Port to D6 by EvanDonovan
- #464776: Views integration in D6 version by marcvangend
- #237450: When user tries to extend expired node, its expiration time is calculated starting from expiration date, but not from now. by CoPut and marcvangend
On extension, new expiry date is now calculated as the max of now()+$days and $expire+$days. - #237452: After extending doesn’t return to published state automatically by CoPut
On extension, a node is now automatically published. - code clean-up following Drupal coding standards
- various minor improvements and bugfixes