/[drupal]/contributions/modules/deadwood/deadwood.conversions.inc
ViewVC logotype

Log of /contributions/modules/deadwood/deadwood.conversions.inc

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.19 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 6 20:57:58 2009 UTC (3 months, 2 weeks ago) by solotandem
Branch: MAIN
CVS Tags: DRUPAL-6--1-6, HEAD
Changes since 1.18: +15 -7 lines
Diff to previous 1.18
Replace messages to screen with writes to a log file; Add .test as a file extension to convert and sort all extensions; Rename 'files' key to to 'deadwood_files' in hook_requirements(); Removing trailing spaces in all files.

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 2 18:42:04 2009 UTC (5 months, 3 weeks ago) by solotandem
Branch: MAIN
Changes since 1.17: +4 -4 lines
Diff to previous 1.17
#464350: hook_help removed

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 28 20:26:56 2009 UTC (7 months, 4 weeks ago) by solotandem
Branch: MAIN
CVS Tags: DRUPAL-6--1-5
Changes since 1.16: +5 -1 lines
Diff to previous 1.16
#307995: Parse error on module_load_include()

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 27 21:50:26 2009 UTC (7 months, 4 weeks ago) by solotandem
Branch: MAIN
Changes since 1.15: +14 -8 lines
Diff to previous 1.15
#406024: regex for catching comment settings per node type is catching too much.

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 22 16:01:10 2009 UTC (9 months ago) by solotandem
Branch: MAIN
Changes since 1.14: +3 -1 lines
Diff to previous 1.14
miscellaneous fix (not related to an issue)

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 27 19:48:18 2008 UTC (11 months, 3 weeks ago) by solotandem
Branch: MAIN
Changes since 1.13: +3 -3 lines
Diff to previous 1.13
#328797: corrected custom_url regex string.

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 25 20:50:48 2008 UTC (15 months ago) by solotandem
Branch: MAIN
Changes since 1.12: +38 -4 lines
Diff to previous 1.12
Miscellaneous cleanup uncovered during conversions of existing contributed modules.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 19 22:00:12 2008 UTC (15 months ago) by solotandem
Branch: MAIN
Changes since 1.11: +4 -2 lines
Diff to previous 1.11
Conversion items table (displays on settings and build forms) -- add color and images to conversion table with help of new style sheet; conversions build form -- reload submitted values; miscellaneous code cleanup items; lay groundwork for automated file formatting.

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 14 21:50:12 2008 UTC (15 months, 1 week ago) by solotandem
Branch: MAIN
Changes since 1.10: +10 -9 lines
Diff to previous 1.10
Minor code cleanup to conform to coding standards.

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 12 17:39:18 2008 UTC (15 months, 1 week ago) by solotandem
Branch: MAIN
CVS Tags: DRUPAL-6--1-4
Changes since 1.9: +139 -253 lines
Diff to previous 1.9
Addressed 23 more of the 80 conversion topics; split conversions and notifies into separate include files.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 7 03:04:42 2008 UTC (15 months, 2 weeks ago) by solotandem
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8
Correct two $form_state parameters that should be passed by reference

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 6 02:16:14 2008 UTC (15 months, 2 weeks ago) by solotandem
Branch: MAIN
CVS Tags: DRUPAL-6--1-2
Changes since 1.7: +12 -6 lines
Diff to previous 1.7
Add Form API conversions for form_builder, drupal_get_form and form callbacks; improve regular expression patterns and replacements.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 2 14:35:43 2008 UTC (15 months, 3 weeks ago) by solotandem
Branch: MAIN
Changes since 1.6: +133 -57 lines
Diff to previous 1.6
Add conversion for hook_theme; add .theme files to list of convertible file types; improve regular expression patterns and replacements; improve Schema API conversions; refactor find_hook functions into one; eliminate warnings about undefined properties when a node is created.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 29 22:56:33 2008 UTC (15 months, 3 weeks ago) by solotandem
Branch: MAIN
Changes since 1.5: +23 -24 lines
Diff to previous 1.5
Add hook_update; tweak regular expressions.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 29 07:40:18 2008 UTC (15 months, 3 weeks ago) by solotandem
Branch: MAIN
Changes since 1.4: +16 -7 lines
Diff to previous 1.4
Add 3 conversion routines for the Schema API.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 27 04:05:23 2008 UTC (15 months, 4 weeks ago) by solotandem
Branch: MAIN
Changes since 1.3: +9 -1 lines
Diff to previous 1.3
Add 13 conversion routines for the Form API.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 26 13:39:10 2008 UTC (15 months, 4 weeks ago) by solotandem
Branch: MAIN
CVS Tags: DRUPAL-6--1-1
Changes since 1.2: +656 -31 lines
Diff to previous 1.2
Add 24 conversion routines; revise others.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 16 17:12:28 2008 UTC (16 months, 1 week ago) by solotandem
Branch: MAIN
CVS Tags: DRUPAL-6--1-0
Changes since 1.1: +541 -2 lines
Diff to previous 1.1
Add conversions for 12 items; update api_changes to reflect them.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 15 23:09:02 2008 UTC (16 months, 1 week ago) by solotandem
Branch: MAIN
Move help to new file; start a conversions.inc file; refactor module to reuse form code; add more function documentation.

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