/[drupal]/contributions/modules/node_expire/node_expire.install
ViewVC logotype

Log of /contributions/modules/node_expire/node_expire.install

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 29 21:01:33 2009 UTC (9 months, 3 weeks ago) by brmassa
Branch: MAIN
CVS Tags: DRUPAL-6--2-02, DRUPAL-6--2-03, HEAD
Changes since 1.4: +19 -1 lines
Diff to previous 1.4
New features:
* Max expiration date.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 26 23:56:49 2009 UTC (9 months, 3 weeks ago) by brmassa
Branch: MAIN
CVS Tags: DRUPAL-6--2-0, DRUPAL-6--2-01
Changes since 1.3: +43 -57 lines
Diff to previous 1.3
New features:
* Complete module rewrite. It now uses Rules module in order to allow admins to perform a customizable list of actions with expired nodes. Also export all data to Views (if enabled) and uses jQuery UI DatePicker plugin (if enabled).

NOTE: not yet compatible with previous versions

Revision 1.2.2.2.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 10 12:46:13 2008 UTC (11 months, 2 weeks ago) by brmassa
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0
Changes since 1.2.2.2.2.10: +10 -1 lines
Diff to previous 1.2.2.2.2.10 , to branch point 1.2.2.2
Internals:
* hook_update code to convert 'expiration_type' variable into 'expiremode'

Revision 1.2.2.2.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 10 12:37:58 2008 UTC (11 months, 2 weeks ago) by brmassa
Branch: DRUPAL-6--1
Changes since 1.2.2.2.2.9: +6 -6 lines
Diff to previous 1.2.2.2.2.9 , to branch point 1.2.2.2
Internals:
* 'expire' DB field renamed to 'expire_timefrom' for consistency to the rest of the PHP code

Revision 1.2.2.2.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 9 16:08:17 2008 UTC (11 months, 2 weeks ago) by brmassa
Branch: DRUPAL-6--1
Changes since 1.2.2.2.2.8: +2 -2 lines
Diff to previous 1.2.2.2.2.8 , to branch point 1.2.2.2
Internals:
* Since date functions are not standardized thru DBMS, node_expire now uses normal timestamp integersto represent dates

Revision 1.2.2.2.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 9 15:50:29 2008 UTC (11 months, 2 weeks ago) by brmassa
Branch: DRUPAL-6--1
Changes since 1.2.2.2.2.7: +4 -12 lines
Diff to previous 1.2.2.2.2.7 , to branch point 1.2.2.2
Internals:
* Use PHP's strtotime() function instead a custom-made algorithm on hook_update

Revision 1.2.2.2.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 9 13:47:11 2008 UTC (11 months, 2 weeks ago) by brmassa
Branch: DRUPAL-6--1
Changes since 1.2.2.2.2.6: +3 -2 lines
Diff to previous 1.2.2.2.2.6 , to branch point 1.2.2.2
Improvements:
* Newly created DB columns are now set as indexes too

Revision 1.2.2.2.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 8 22:30:34 2008 UTC (11 months, 2 weeks ago) by brmassa
Branch: DRUPAL-6--1
Changes since 1.2.2.2.2.5: +47 -3 lines
Diff to previous 1.2.2.2.2.5 , to branch point 1.2.2.2
Improvements:
* hook_install() now convert all DB data to the new schema
* hook_schema() changed to reflect the new "expire" value

Revision 1.2.2.2.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 8 17:56:23 2008 UTC (11 months, 2 weeks ago) by brmassa
Branch: DRUPAL-6--1
Changes since 1.2.2.2.2.4: +3 -1 lines
Diff to previous 1.2.2.2.2.4 , to branch point 1.2.2.2
Bugs fixed:
* Schema data was not being returned.

Revision 1.2.2.2.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 6 00:56:17 2008 UTC (11 months, 2 weeks ago) by brmassa
Branch: DRUPAL-6--1
Changes since 1.2.2.2.2.3: +58 -81 lines
Diff to previous 1.2.2.2.2.3 , to branch point 1.2.2.2
Bugs fixed:
* Use Drupal DB Schema

Improvements:
* Old hook_update functions removed. Only relevant new ones will remain.

Revision 1.2.2.2.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 5 13:38:19 2008 UTC (11 months, 2 weeks ago) by brmassa
Branch: DRUPAL-6--1
Changes since 1.2.2.2.2.2: +6 -1 lines
Diff to previous 1.2.2.2.2.2 , to branch point 1.2.2.2
Improvements:
* Drupal code standards compliance: @file block missing

Revision 1.2.2.2.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 5 13:37:29 2008 UTC (11 months, 2 weeks ago) by brmassa
Branch: DRUPAL-6--1
Changes since 1.2.2.2.2.1: +3 -3 lines
Diff to previous 1.2.2.2.2.1 , to branch point 1.2.2.2
Improvements:
* Drupal code standards compliance: Format should be * Implementation of hook_foo().

Revision 1.2.2.2.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 5 13:11:08 2008 UTC (11 months, 2 weeks ago) by brmassa
Branch: DRUPAL-6--1
Changes since 1.2.2.2: +1 -1 lines
Diff to previous 1.2.2.2
Improvements:
* Better Drupal coding standard compliance: file Id correctly placed

Revision 1.2.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 29 09:41:33 2007 UTC (2 years, 3 months ago) by andyl56
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-2
Branch point for: DRUPAL-6--1
Changes since 1.2.2.1: +48 -16 lines
Diff to previous 1.2.2.1 , to branch point 1.2 , to next main 1.5
* Minor alterations were made to the node_expire table for better performance.
* MyISAM declaration removed
* Experimental PostgreSQL support added (http://drupal.org/node/160612)
* Fixed typo in upgrade script for HEAD to 5.0 support
* Fixed function names for upgrader which caused node_expire not to be detected.
* Tag "!section_editlink" was returning a link to the node rather than the node edit page.
* Tag "!section_nodelink" was added to allow previous users to get the same results they were getting before.
* Minor gramatical changes were made to the settings page.
* Default sort order for the "Currently Expired Node" page was changed from Descending to Ascending

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 10 07:21:12 2007 UTC (2 years, 6 months ago) by andyl56
Branch: MAIN
Changes since 1.2: +2 -1 lines
Diff to previous 1.2
Added requested feature to hide the expiration settings on a per-node basis.

Request: http://drupal.org/node/142592

Revision 1.2.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 10 07:12:59 2007 UTC (2 years, 6 months ago) by andyl56
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-1
Changes since 1.2: +2 -1 lines
Diff to previous 1.2
Added requested feature to hide the expiration settings on a per-node basis.

Request: http://drupal.org/node/142592

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 6 02:18:01 2007 UTC (2 years, 6 months ago) by andyl56
Branch: MAIN
CVS Tags: DRUPAL-5--1-0
Branch point for: DRUPAL-5
Changes since 1.1: +65 -20 lines
Diff to previous 1.1
Module rewrite for Drupal 5 and extra features.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 25 18:43:50 2006 UTC (3 years, 3 months ago) by daryl
Branch: MAIN
CVS Tags: DRUPAL-4-7--1-0-dev
Branch point for: DRUPAL-4-7
adding node_expire module

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2