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

Log of /contributions/modules/node_expire/node_expire.module

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.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 31 01:26:53 2009 UTC (9 months, 3 weeks ago) by brmassa
Branch: MAIN
CVS Tags: DRUPAL-6--2-03, HEAD
Changes since 1.8: +6 -1 lines
Diff to previous 1.8
New features:
* Node expiration REQUIRE option

Revision 1.8 - (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
Changes since 1.7: +13 -53 lines
Diff to previous 1.7
New features:
* Max expiration date.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 29 19:58:01 2009 UTC (9 months, 3 weeks ago) by brmassa
Branch: MAIN
Changes since 1.6: +18 -6 lines
Diff to previous 1.6
Improvements:
* Better interface when the user have the 'administer nodes' permission

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 28 12:57:52 2009 UTC (9 months, 3 weeks ago) by brmassa
Branch: MAIN
CVS Tags: DRUPAL-6--2-01
Changes since 1.5: +2 -1 lines
Diff to previous 1.5
Bugs fixed:
* #365379 by brmassa: Fatal Error on Cron Run (when no rule trigger  created)

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 26 23:56:49 2009 UTC (9 months, 4 weeks ago) by brmassa
Branch: MAIN
CVS Tags: DRUPAL-6--2-0
Changes since 1.4: +88 -907 lines
Diff to previous 1.4
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.11.2.55 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 10 16:55:02 2008 UTC (11 months, 2 weeks ago) by brmassa
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0
Changes since 1.2.2.11.2.54: +16 -6 lines
Diff to previous 1.2.2.11.2.54 , to branch point 1.2.2.11 , to next main 1.2.2.14
Bugs fixed:
* Several small UI problems

Revision 1.2.2.11.2.54 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 10 14:59:13 2008 UTC (11 months, 2 weeks ago) by brmassa
Branch: DRUPAL-6--1
Changes since 1.2.2.11.2.53: +2 -9 lines
Diff to previous 1.2.2.11.2.53 , to branch point 1.2.2.11
Internals:
* Some unused code removed

Revision 1.2.2.11.2.53 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 10 14:56:50 2008 UTC (11 months, 2 weeks ago) by brmassa
Branch: DRUPAL-6--1
Changes since 1.2.2.11.2.52: +10 -35 lines
Diff to previous 1.2.2.11.2.52 , to branch point 1.2.2.11
Improvements:
* User's entered Node Expire data for Book nodes were overwritten when saving. Its not needed anymore, since users cannot change these data

Revision 1.2.2.11.2.52 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 10 14:53:02 2008 UTC (11 months, 2 weeks ago) by brmassa
Branch: DRUPAL-6--1
Changes since 1.2.2.11.2.51: +62 -168 lines
Diff to previous 1.2.2.11.2.51 , to branch point 1.2.2.11
Improvements
* SQL queries where redundant in order to check if a given node already had Node Expire feature data. Its now loaded only once.
* Several optimizations on hook_nodeapi(). Its now about 50% of the original size and its much faster

Revision 1.2.2.11.2.51 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 10 14:09:53 2008 UTC (11 months, 2 weeks ago) by brmassa
Branch: DRUPAL-6--1
Changes since 1.2.2.11.2.50: +88 -69 lines
Diff to previous 1.2.2.11.2.50 , to branch point 1.2.2.11
Improvements:
* The node form now adds the node expire values even if the user has no permission to modify it.

Revision 1.2.2.11.2.50 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 10 13:59:08 2008 UTC (11 months, 2 weeks ago) by brmassa
Branch: DRUPAL-6--1
Changes since 1.2.2.11.2.49: +3 -54 lines
Diff to previous 1.2.2.11.2.49 , to branch point 1.2.2.11
Improvements:
* _node_expire_propagate_new() renamed to _node_expire_propagate_book() for consistency
* Move _node_expire_propagate_book() to a specific file since its not needed on every page load. It make the module lighter

Revision 1.2.2.11.2.49 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 10 13:56:56 2008 UTC (11 months, 2 weeks ago) by brmassa
Branch: DRUPAL-6--1
Changes since 1.2.2.11.2.48: +21 -37 lines
Diff to previous 1.2.2.11.2.48 , to branch point 1.2.2.11
Improvements:
* Simplify the 'insert' and 'update' operation on hook_nodeapi().

Revision 1.2.2.11.2.48 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 10 13:03:10 2008 UTC (11 months, 2 weeks ago) by brmassa
Branch: DRUPAL-6--1
Changes since 1.2.2.11.2.47: +46 -46 lines
Diff to previous 1.2.2.11.2.47 , to branch point 1.2.2.11
Improvements:
* Simplify the 'prepare' operation on hook_nodeapi().

Revision 1.2.2.11.2.47 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 10 12:52:17 2008 UTC (11 months, 2 weeks ago) by brmassa
Branch: DRUPAL-6--1
Changes since 1.2.2.11.2.46: +115 -118 lines
Diff to previous 1.2.2.11.2.46 , to branch point 1.2.2.11
Improvements:
* Check if the Node Expire feature is enabled for the given nodetype before execute any operation on hook_nodeapi().

Revision 1.2.2.11.2.46 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 10 12:41:21 2008 UTC (11 months, 2 weeks ago) by brmassa
Branch: DRUPAL-6--1
Changes since 1.2.2.11.2.45: +34 -34 lines
Diff to previous 1.2.2.11.2.45 , to branch point 1.2.2.11
Internals:
* 'expiration_type' PHP variable renamed to 'expiremode' for consistency to the DB field

Revision 1.2.2.11.2.45 - (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.11.2.44: +17 -15 lines
Diff to previous 1.2.2.11.2.44 , to branch point 1.2.2.11
Internals:
* 'expire' DB field renamed to 'expire_timefrom' for consistency to the rest of the PHP code

Revision 1.2.2.11.2.44 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 10 12:30:04 2008 UTC (11 months, 2 weeks ago) by brmassa
Branch: DRUPAL-6--1
Changes since 1.2.2.11.2.43: +5 -9 lines
Diff to previous 1.2.2.11.2.43 , to branch point 1.2.2.11
Improvements:
* hook_nodeapi()'s 'view' operation removed
* hook_nodeapi()'s 'load' operation added

Revision 1.2.2.11.2.43 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 10 12:22:57 2008 UTC (11 months, 2 weeks ago) by brmassa
Branch: DRUPAL-6--1
Changes since 1.2.2.11.2.42: +3 -151 lines
Diff to previous 1.2.2.11.2.42 , to branch point 1.2.2.11
Improvements:
* Cron functions are now placed in a specific file. Its better to remove Cron's code from .module file because it wont be needed on every single page. It reduces the module footprint (memory consumption).

Revision 1.2.2.11.2.42 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 10 12:03:47 2008 UTC (11 months, 2 weeks ago) by brmassa
Branch: DRUPAL-6--1
Changes since 1.2.2.11.2.41: +2 -9 lines
Diff to previous 1.2.2.11.2.41 , to branch point 1.2.2.11
Internals:
* Simplify the access for outdated nodes' list

Revision 1.2.2.11.2.41 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 10 11:28:53 2008 UTC (11 months, 2 weeks ago) by brmassa
Branch: DRUPAL-6--1
Changes since 1.2.2.11.2.40: +10 -10 lines
Diff to previous 1.2.2.11.2.40 , to branch point 1.2.2.11
Bugs fixed:
* url() function changed the argument list on D6
* SQL statement with ambiguous fields

Revision 1.2.2.11.2.40 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 10 11:25:45 2008 UTC (11 months, 2 weeks ago) by brmassa
Branch: DRUPAL-6--1
Changes since 1.2.2.11.2.39: +11 -14 lines
Diff to previous 1.2.2.11.2.39 , to branch point 1.2.2.11
Improvements:
* hook_cron() unpublish nodes' code is somewhat optimized

Revision 1.2.2.11.2.39 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 10 03:22:55 2008 UTC (11 months, 2 weeks ago) by brmassa
Branch: DRUPAL-6--1
Changes since 1.2.2.11.2.38: +19 -19 lines
Diff to previous 1.2.2.11.2.38 , to branch point 1.2.2.11
Improvements:
* Strings related to a list of periods now uses arguments for the sake of translators

Revision 1.2.2.11.2.38 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 10 03:13:32 2008 UTC (11 months, 2 weeks ago) by brmassa
Branch: DRUPAL-6--1
Changes since 1.2.2.11.2.37: +13 -1 lines
Diff to previous 1.2.2.11.2.37 , to branch point 1.2.2.11
Improvements:
* Better 'expired nodes' admin page code
* 'expired nodes' now uses theme function

Revision 1.2.2.11.2.37 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 10 03:00:00 2008 UTC (11 months, 2 weeks ago) by brmassa
Branch: DRUPAL-6--1
Changes since 1.2.2.11.2.36: +11 -13 lines
Diff to previous 1.2.2.11.2.36 , to branch point 1.2.2.11
Internals:
* Since date functions are not standardized thru DBMS, node_expire now uses normal timestamp integers to represent dates

Revision 1.2.2.11.2.36 - (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.11.2.35: +9 -11 lines
Diff to previous 1.2.2.11.2.35 , to branch point 1.2.2.11
Internals:
* Since date functions are not standardized thru DBMS, node_expire now uses normal timestamp integersto represent dates

Revision 1.2.2.11.2.35 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 9 16:02:13 2008 UTC (11 months, 2 weeks ago) by brmassa
Branch: DRUPAL-6--1
Changes since 1.2.2.11.2.34: +25 -20 lines
Diff to previous 1.2.2.11.2.34 , to branch point 1.2.2.11
Improvements:
* Code organization
* Minor performance improvements

Revision 1.2.2.11.2.34 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 9 14:30:18 2008 UTC (11 months, 2 weeks ago) by brmassa
Branch: DRUPAL-6--1
Changes since 1.2.2.11.2.33: +39 -15 lines
Diff to previous 1.2.2.11.2.33 , to branch point 1.2.2.11
Improvements:
* Code organization

Revision 1.2.2.11.2.33 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 9 14:27:29 2008 UTC (11 months, 2 weeks ago) by brmassa
Branch: DRUPAL-6--1
Changes since 1.2.2.11.2.32: +44 -45 lines
Diff to previous 1.2.2.11.2.32 , to branch point 1.2.2.11
Improvements:
* Code organization

Revision 1.2.2.11.2.32 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 9 14:01:22 2008 UTC (11 months, 2 weeks ago) by brmassa
Branch: DRUPAL-6--1
Changes since 1.2.2.11.2.31: +5 -1 lines
Diff to previous 1.2.2.11.2.31 , to branch point 1.2.2.11
Bugs fixed:
* A menu item definition was wrong

Revision 1.2.2.11.2.31 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 8 17:58:42 2008 UTC (11 months, 2 weeks ago) by brmassa
Branch: DRUPAL-6--1
Changes since 1.2.2.11.2.30: +6 -6 lines
Diff to previous 1.2.2.11.2.30 , to branch point 1.2.2.11
Bugs fixed:
* Correct access callback function

Revision 1.2.2.11.2.30 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 8 17:52:50 2008 UTC (11 months, 2 weeks ago) by brmassa
Branch: DRUPAL-6--1
Changes since 1.2.2.11.2.29: +20 -4 lines
Diff to previous 1.2.2.11.2.29 , to branch point 1.2.2.11
Bugs fixed:
* Parameters to drupal_mail() have changed

Revision 1.2.2.11.2.29 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 8 17:16:01 2008 UTC (11 months, 2 weeks ago) by brmassa
Branch: DRUPAL-6--1
Changes since 1.2.2.11.2.28: +2 -2 lines
Diff to previous 1.2.2.11.2.28 , to branch point 1.2.2.11
Improvements:
* in most cases (when dealing with potential Unicode strings), replace the string function with the drupal_ equivalent string functions

Revision 1.2.2.11.2.28 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 8 17:15:28 2008 UTC (11 months, 2 weeks ago) by brmassa
Branch: DRUPAL-6--1
Changes since 1.2.2.11.2.27: +3 -3 lines
Diff to previous 1.2.2.11.2.27 , to branch point 1.2.2.11
Improvements:
* in most cases (when dealing with potential Unicode strings), replace the string function with the drupal_ equivalent string functions

Revision 1.2.2.11.2.27 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 8 17:14:07 2008 UTC (11 months, 2 weeks ago) by brmassa
Branch: DRUPAL-6--1
Changes since 1.2.2.11.2.26: +8 -3 lines
Diff to previous 1.2.2.11.2.26 , to branch point 1.2.2.11
Improvements:
* SQL query handling data in a potentially insecure way by using the %s placeholder without wrapping it in single quotes. This is a potential source of SQL injection attacks when the value can come from user data.

Revision 1.2.2.11.2.26 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 6 09:18:31 2008 UTC (11 months, 2 weeks ago) by brmassa
Branch: DRUPAL-6--1
Changes since 1.2.2.11.2.25: +2 -2 lines
Diff to previous 1.2.2.11.2.25 , to branch point 1.2.2.11
Bugs fixed:
* Small PHP code error

Revision 1.2.2.11.2.25 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 6 09:15:29 2008 UTC (11 months, 2 weeks ago) by brmassa
Branch: DRUPAL-6--1
Changes since 1.2.2.11.2.24: +14 -21 lines
Diff to previous 1.2.2.11.2.24 , to branch point 1.2.2.11
Bugs fixed:
* db_num_rows() has been deprecated

Revision 1.2.2.11.2.24 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 6 09:07:42 2008 UTC (11 months, 2 weeks ago) by brmassa
Branch: DRUPAL-6--1
Changes since 1.2.2.11.2.23: +10 -2 lines
Diff to previous 1.2.2.11.2.23 , to branch point 1.2.2.11
Bugs fixed:
* Page access on Drupal 6 changed.

Revision 1.2.2.11.2.23 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 6 09:02:17 2008 UTC (11 months, 2 weeks ago) by brmassa
Branch: DRUPAL-6--1
Changes since 1.2.2.11.2.22: +50 -124 lines
Diff to previous 1.2.2.11.2.22 , to branch point 1.2.2.11
Improvements:
* Move non hook functions to a specific file, reducing the module footprint
* Code organization

Revision 1.2.2.11.2.22 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 6 08:58:10 2008 UTC (11 months, 2 weeks ago) by brmassa
Branch: DRUPAL-6--1
Changes since 1.2.2.11.2.21: +8 -194 lines
Diff to previous 1.2.2.11.2.21 , to branch point 1.2.2.11
Improvements:
* Move more settings/admin functions to a specific file, reducing the module footprint

Revision 1.2.2.11.2.21 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 6 08:56:53 2008 UTC (11 months, 2 weeks ago) by brmassa
Branch: DRUPAL-6--1
Changes since 1.2.2.11.2.20: +36 -224 lines
Diff to previous 1.2.2.11.2.20 , to branch point 1.2.2.11
Improvements:
* Move settings/admin functions to a specific file, reducing the module footprint

Revision 1.2.2.11.2.20 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 6 00:57:08 2008 UTC (11 months, 2 weeks ago) by brmassa
Branch: DRUPAL-6--1
Changes since 1.2.2.11.2.19: +39 -35 lines
Diff to previous 1.2.2.11.2.19 , to branch point 1.2.2.11
Bugs fixed:
* Since DB table does not use enum values anymore, we needed to replace it by numbers and constants

Revision 1.2.2.11.2.19 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 5 14:01:16 2008 UTC (11 months, 3 weeks ago) by brmassa
Branch: DRUPAL-6--1
Changes since 1.2.2.11.2.18: +10 -16 lines
Diff to previous 1.2.2.11.2.18 , to branch point 1.2.2.11
Improvements:
* Drupal code standards compliance: The first parameter to t() should be a literal string. There should be no variables, concatenation, constants or other non-literal strings there.

Revision 1.2.2.11.2.18 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 5 13:57:24 2008 UTC (11 months, 3 weeks ago) by brmassa
Branch: DRUPAL-6--1
Changes since 1.2.2.11.2.17: +5 -3 lines
Diff to previous 1.2.2.11.2.17 , to branch point 1.2.2.11
Improvements:
* Drupal code standards compliance: In format_plural(), the singular and plural strings should be literal strings. There should be no variables, concatenation, constants or even a t() call there.

Revision 1.2.2.11.2.17 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 5 13:53:02 2008 UTC (11 months, 3 weeks ago) by brmassa
Branch: DRUPAL-6--1
Changes since 1.2.2.11.2.16: +2 -2 lines
Diff to previous 1.2.2.11.2.16 , to branch point 1.2.2.11
Improvements:
* Drupal code standards compliance: Use ANSI standard <> instead of !=

Revision 1.2.2.11.2.16 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 5 13:51:00 2008 UTC (11 months, 3 weeks ago) by brmassa
Branch: DRUPAL-6--1
Changes since 1.2.2.11.2.15: +13 -13 lines
Diff to previous 1.2.2.11.2.15 , to branch point 1.2.2.11
Improvements:
* Drupal code standards compliance: string concatenation should be formatted with a space separating the operators (dot .) and non-quote terms

Revision 1.2.2.11.2.15 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 5 13:47:03 2008 UTC (11 months, 3 weeks ago) by brmassa
Branch: DRUPAL-6--1
Changes since 1.2.2.11.2.14: +3 -3 lines
Diff to previous 1.2.2.11.2.14 , to branch point 1.2.2.11
Improvements:
* Drupal code standards compliance: string concatenation should be formatted without a space separating the operators (dot .) and a quote

Revision 1.2.2.11.2.14 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 5 13:45:52 2008 UTC (11 months, 3 weeks ago) by brmassa
Branch: DRUPAL-6--1
Changes since 1.2.2.11.2.13: +2 -2 lines
Diff to previous 1.2.2.11.2.13 , to branch point 1.2.2.11
Bugs fixed:
* hook_form_alter() parameters have changed

Revision 1.2.2.11.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 5 13:44:55 2008 UTC (11 months, 3 weeks ago) by brmassa
Branch: DRUPAL-6--1
Changes since 1.2.2.11.2.12: +15 -15 lines
Diff to previous 1.2.2.11.2.12 , to branch point 1.2.2.11
Improvements:
* Drupal code standards compliance: use $form_state['values'] instead, which is where the values are stored after a submit

Revision 1.2.2.11.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 5 13:43:33 2008 UTC (11 months, 3 weeks ago) by brmassa
Branch: DRUPAL-6--1
Changes since 1.2.2.11.2.11: +5 -5 lines
Diff to previous 1.2.2.11.2.11 , to branch point 1.2.2.11
Improvements:
* Drupal code standards compliance: The parameters for form validation and submission functions have changed to $form, &$form_state.

Revision 1.2.2.11.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 5 13:42:10 2008 UTC (11 months, 3 weeks ago) by brmassa
Branch: DRUPAL-6--1
Changes since 1.2.2.11.2.10: +5 -5 lines
Diff to previous 1.2.2.11.2.10 , to branch point 1.2.2.11
Improvements:
* Drupal code standards compliance: use $form_state['values'] instead, which is where the values are stored after a submit

Revision 1.2.2.11.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 5 13:40:32 2008 UTC (11 months, 3 weeks ago) by brmassa
Branch: DRUPAL-6--1
Changes since 1.2.2.11.2.9: +8 -20 lines
Diff to previous 1.2.2.11.2.9 , to branch point 1.2.2.11
Improvements:
* Drupal code standards compliance: Missing period

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

Revision 1.2.2.11.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 5 13:22:32 2008 UTC (11 months, 3 weeks ago) by brmassa
Branch: DRUPAL-6--1
Changes since 1.2.2.11.2.7: +6 -6 lines
Diff to previous 1.2.2.11.2.7 , to branch point 1.2.2.11
Improvements:
* Drupal code standards compliance: Use uppercase for PHP constants, e.g. NULL, TRUE, FALSE

Revision 1.2.2.11.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 5 13:22:13 2008 UTC (11 months, 3 weeks ago) by brmassa
Branch: DRUPAL-6--1
Changes since 1.2.2.11.2.6: +3 -3 lines
Diff to previous 1.2.2.11.2.6 , to branch point 1.2.2.11
Improvements:
* Drupal code standards compliance: Use uppercase for PHP constants, e.g. NULL, TRUE, FALSE

Revision 1.2.2.11.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 5 13:21:54 2008 UTC (11 months, 3 weeks ago) by brmassa
Branch: DRUPAL-6--1
Changes since 1.2.2.11.2.5: +8 -8 lines
Diff to previous 1.2.2.11.2.5 , to branch point 1.2.2.11
Improvements:
* Drupal code standards compliance: Use uppercase for PHP constants, e.g. NULL, TRUE, FALSE

Revision 1.2.2.11.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 5 13:20:56 2008 UTC (11 months, 3 weeks ago) by brmassa
Branch: DRUPAL-6--1
Changes since 1.2.2.11.2.4: +12 -12 lines
Diff to previous 1.2.2.11.2.4 , to branch point 1.2.2.11
Improvements:
* "&&" replaced by "and" for readability

Revision 1.2.2.11.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 5 13:19:14 2008 UTC (11 months, 3 weeks ago) by brmassa
Branch: DRUPAL-6--1
Changes since 1.2.2.11.2.3: +6 -6 lines
Diff to previous 1.2.2.11.2.3 , to branch point 1.2.2.11
Improvements:
* Drupal code standards compliance: Use "elseif" in place of "else if"

Revision 1.2.2.11.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 5 13:18:11 2008 UTC (11 months, 3 weeks ago) by brmassa
Branch: DRUPAL-6--1
Changes since 1.2.2.11.2.2: +38 -20 lines
Diff to previous 1.2.2.11.2.2 , to branch point 1.2.2.11
Improvements:
* Fixed the comment style, according the Drupal code standards

Revision 1.2.2.11.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 5 13:16:10 2008 UTC (11 months, 3 weeks ago) by brmassa
Branch: DRUPAL-6--1
Changes since 1.2.2.11.2.1: +32 -40 lines
Diff to previous 1.2.2.11.2.1 , to branch point 1.2.2.11
Bugs fixed:
* hook_menu for Drupal 6 has several changes. All done

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

Revision 1.2.2.14 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 28 10:50:19 2007 UTC (2 years ago) by andyl56
Branch: DRUPAL-5
Changes since 1.2.2.13: +5 -2 lines
Diff to previous 1.2.2.13 , to branch point 1.2 , to next main 1.9
Added the email template variable "!section_unpublishdate" (request #186209)

Revision 1.2.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 24 05:55:42 2007 UTC (2 years, 2 months ago) by andyl56
Branch: DRUPAL-5
Changes since 1.2.2.12: +4 -14 lines
Diff to previous 1.2.2.12 , to branch point 1.2
Updated the PostgreSQL date fix to take up less space, and be more efficient.

Revision 1.2.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 24 04:01:48 2007 UTC (2 years, 2 months ago) by andyl56
Branch: DRUPAL-5
Changes since 1.2.2.11: +21 -58 lines
Diff to previous 1.2.2.11 , to branch point 1.2
- Added more time options for "Timeout for automatic unpublishing" (request #175158)
- Switched setting forms to use Drupal's system_settings_form function.
- Removed MySQL-independent queries to just use ANSI SQL for better future support.

Revision 1.2.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 19 00:45:42 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.10: +82 -25 lines
Diff to previous 1.2.2.10 , to branch point 1.2
Fixed bug where updating the expiration of a node and its children would fail if no parent data was found. (bug #167957)
Fixed bug where the node parent wasn't being honored for the node being edited.

Revision 1.2.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 14 07:45:56 2007 UTC (2 years, 3 months ago) by andyl56
Branch: DRUPAL-5
Changes since 1.2.2.9: +3 -1 lines
Diff to previous 1.2.2.9 , to branch point 1.2
Added optional JSCalendar integration

Revision 1.2.2.9 - (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
Changes since 1.2.2.8: +53 -24 lines
Diff to previous 1.2.2.8 , to branch point 1.2
* 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.2.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 12 05:21:54 2007 UTC (2 years, 5 months ago) by andyl56
Branch: DRUPAL-5
Changes since 1.2.2.7: +2 -2 lines
Diff to previous 1.2.2.7 , to branch point 1.2
Fix for bug #150006. Fixes incompatibility with pre-MySQL v4.1.1.

Revision 1.2.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 12 04:19:37 2007 UTC (2 years, 5 months ago) by andyl56
Branch: DRUPAL-5
Changes since 1.2.2.6: +43 -25 lines
Diff to previous 1.2.2.6 , to branch point 1.2
Implemented patch #147380 by Wim Leers.
Also added missing t() wrappers on related arrays.

Revision 1.2.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 3 07:34:25 2007 UTC (2 years, 5 months ago) by andyl56
Branch: DRUPAL-5
Changes since 1.2.2.5: +2 -2 lines
Diff to previous 1.2.2.5 , to branch point 1.2
Fixed typo causing only 1 expired node to be recorded as having its notification sent causing several notices to be sent out for a single expired node.

Revision 1.2.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 20 18:42:23 2007 UTC (2 years, 6 months ago) by andyl56
Branch: DRUPAL-5
Changes since 1.2.2.4: +2 -2 lines
Diff to previous 1.2.2.4 , to branch point 1.2
Fixed minor typo preventing user's from disabling book inheritance.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 12 10:14:29 2007 UTC (2 years, 6 months ago) by andyl56
Branch: MAIN
Changes since 1.3: +432 -262 lines
Diff to previous 1.3
Added ability for the admin to choose the defaults for each node type. Moved per-node enabling to the default page as well.

Feature request: http://drupal.org/node/143379

Revision 1.2.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 12 10:11:55 2007 UTC (2 years, 6 months ago) by andyl56
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-1
Changes since 1.2.2.3: +432 -262 lines
Diff to previous 1.2.2.3 , to branch point 1.2
Added ability for the admin to choose the defaults for each node type. Moved per-node enabling to the default page as well.

Feature request: http://drupal.org/node/143379

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: +138 -64 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.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 10 07:19:54 2007 UTC (2 years, 6 months ago) by andyl56
Branch: DRUPAL-5
Changes since 1.2.2.2: +3 -2 lines
Diff to previous 1.2.2.2 , to branch point 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.2 - (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
Changes since 1.2.2.1: +132 -64 lines
Diff to previous 1.2.2.1 , to branch point 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]
Sun May 6 11:47:09 2007 UTC (2 years, 6 months ago) by andyl56
Branch: DRUPAL-5
Changes since 1.2: +6 -1 lines
Diff to previous 1.2
Added validation to the CC address field.

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: +682 -62 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