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

Log of /contributions/modules/conditional_fields/conditional_fields.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.1.2.22.2.48 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 28 01:30:56 2009 UTC (3 hours, 29 minutes ago) by peterpoe
Branch: DRUPAL-6--1
Changes since 1.1.2.22.2.47: +7 -3 lines
Diff to previous 1.1.2.22.2.47 , to branch point 1.1.2.22 , to next main 1.1.2.26
Properly show orphaned field in group on node view.

Revision 1.1.2.22.2.47 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 28 01:03:31 2009 UTC (3 hours, 56 minutes ago) by peterpoe
Branch: DRUPAL-6--1
Changes since 1.1.2.22.2.46: +9 -3 lines
Diff to previous 1.1.2.22.2.46 , to branch point 1.1.2.22
#453204: Fix validation of required controlled fields inside controlled groups.

Revision 1.1.2.22.2.46 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 27 23:21:19 2009 UTC (5 hours, 38 minutes ago) by peterpoe
Branch: DRUPAL-6--1
Changes since 1.1.2.22.2.45: +5 -2 lines
Diff to previous 1.1.2.22.2.45 , to branch point 1.1.2.22
#611230: Properly show orphaned field on node edit

Revision 1.1.2.22.2.45 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 27 22:50:52 2009 UTC (6 hours, 9 minutes ago) by peterpoe
Branch: DRUPAL-6--1
Changes since 1.1.2.22.2.44: +0 -10 lines
Diff to previous 1.1.2.22.2.44 , to branch point 1.1.2.22
Don't skip node form processing when controlling field is not present.

Revision 1.1.2.22.2.44 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 15 22:41:08 2009 UTC (3 months, 1 week ago) by peterpoe
Branch: DRUPAL-6--1
Changes since 1.1.2.22.2.43: +4 -4 lines
Diff to previous 1.1.2.22.2.43 , to branch point 1.1.2.22
#357506 by servantleader: Avoid overwriting prefix and suffix of form items.

Revision 1.1.2.22.2.43 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 15 22:08:11 2009 UTC (3 months, 1 week ago) by peterpoe
Branch: DRUPAL-6--1
Changes since 1.1.2.22.2.42: +6 -1 lines
Diff to previous 1.1.2.22.2.42 , to branch point 1.1.2.22
#453204: More fixes for required fields inside fieldgroups.

Revision 1.1.2.22.2.42 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 15 17:42:49 2009 UTC (3 months, 1 week ago) by peterpoe
Branch: DRUPAL-6--1
Changes since 1.1.2.22.2.41: +3 -2 lines
Diff to previous 1.1.2.22.2.41 , to branch point 1.1.2.22
#544562: Fix controlling vields values check on node view.

Revision 1.1.2.22.2.41 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 9 16:09:53 2009 UTC (4 months, 2 weeks ago) by peterpoe
Branch: DRUPAL-6--1
Changes since 1.1.2.22.2.40: +127 -123 lines
Diff to previous 1.1.2.22.2.40 , to branch point 1.1.2.22
Several small fixes for Drupal Coding Standards adherence.

Revision 1.1.2.22.2.40 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 11 14:39:54 2009 UTC (5 months, 2 weeks ago) by peterpoe
Branch: DRUPAL-6--1
Changes since 1.1.2.22.2.39: +2 -2 lines
Diff to previous 1.1.2.22.2.39 , to branch point 1.1.2.22
Use conditional_fields_get_group instead of fieldgroup_get_group.

Revision 1.1.2.22.2.39 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 11 11:06:13 2009 UTC (5 months, 2 weeks ago) by peterpoe
Branch: DRUPAL-6--1
Changes since 1.1.2.22.2.38: +0 -3 lines
Diff to previous 1.1.2.22.2.38 , to branch point 1.1.2.22
Fix recent regression: allow empty  in field editing form.

Revision 1.1.2.22.2.38 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 11 11:01:29 2009 UTC (5 months, 2 weeks ago) by peterpoe
Branch: DRUPAL-6--1
Changes since 1.1.2.22.2.37: +0 -30 lines
Diff to previous 1.1.2.22.2.37 , to branch point 1.1.2.22
Remove unused function.

Revision 1.1.2.22.2.37 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 11 00:11:19 2009 UTC (5 months, 2 weeks ago) by peterpoe
Branch: DRUPAL-6--1
Changes since 1.1.2.22.2.36: +4 -0 lines
Diff to previous 1.1.2.22.2.36 , to branch point 1.1.2.22
Only users with 'administer conditional fields' permission should see cf options; added alert about permissions on install.

Revision 1.1.2.22.2.36 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 10 22:32:21 2009 UTC (5 months, 2 weeks ago) by peterpoe
Branch: DRUPAL-6--1
Changes since 1.1.2.22.2.35: +3 -3 lines
Diff to previous 1.1.2.22.2.35 , to branch point 1.1.2.22
Avoid php error for undefined index in cases when field is in form but values are not loaded.

Revision 1.1.2.22.2.35 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 10 19:49:10 2009 UTC (5 months, 2 weeks ago) by peterpoe
Branch: DRUPAL-6--1
Changes since 1.1.2.22.2.34: +107 -92 lines
Diff to previous 1.1.2.22.2.34 , to branch point 1.1.2.22
Cleanup of conditional_fields_content_admin_field and other settings functions.

Revision 1.1.2.22.2.34 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 10 15:16:36 2009 UTC (5 months, 2 weeks ago) by peterpoe
Branch: DRUPAL-6--1
Changes since 1.1.2.22.2.33: +15 -2 lines
Diff to previous 1.1.2.22.2.33 , to branch point 1.1.2.22
Added option to disable resetting of untriggered fields to default value.

Revision 1.1.2.22.2.33 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 9 23:35:41 2009 UTC (5 months, 2 weeks ago) by peterpoe
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-BETA2
Changes since 1.1.2.22.2.32: +4 -4 lines
Diff to previous 1.1.2.22.2.32 , to branch point 1.1.2.22
Rewording of some options in Condtional Fields settings page.

Revision 1.1.2.22.2.32 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 9 23:29:55 2009 UTC (5 months, 2 weeks ago) by peterpoe
Branch: DRUPAL-6--1
Changes since 1.1.2.22.2.31: +14 -14 lines
Diff to previous 1.1.2.22.2.31 , to branch point 1.1.2.22
Cleanup conditional_fields_nodeapi and fix display of orphaned fields.

Revision 1.1.2.22.2.31 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 9 23:01:57 2009 UTC (5 months, 2 weeks ago) by peterpoe
Branch: DRUPAL-6--1
Changes since 1.1.2.22.2.30: +17 -1 lines
Diff to previous 1.1.2.22.2.30 , to branch point 1.1.2.22
Implemented help page.

Revision 1.1.2.22.2.30 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 9 16:53:27 2009 UTC (5 months, 2 weeks ago) by peterpoe
Branch: DRUPAL-6--1
Changes since 1.1.2.22.2.29: +1 -1 lines
Diff to previous 1.1.2.22.2.29 , to branch point 1.1.2.22
Follow-up to #475884 (for fields in groups).

Revision 1.1.2.22.2.29 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 9 16:29:32 2009 UTC (5 months, 2 weeks ago) by peterpoe
Branch: DRUPAL-6--1
Changes since 1.1.2.22.2.28: +4 -3 lines
Diff to previous 1.1.2.22.2.28 , to branch point 1.1.2.22
bug report #472446 by jim0203: Check if 'type' value exists in form_alter.

Revision 1.1.2.22.2.28 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 9 16:01:23 2009 UTC (5 months, 2 weeks ago) by peterpoe
Branch: DRUPAL-6--1
Changes since 1.1.2.22.2.27: +1 -1 lines
Diff to previous 1.1.2.22.2.27 , to branch point 1.1.2.22
#475884 by jim0203: Fallback for non-standard default values.

Revision 1.1.2.22.2.27 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 28 14:49:10 2009 UTC (6 months ago) by peterpoe
Branch: DRUPAL-6--1
Changes since 1.1.2.22.2.26: +2 -2 lines
Diff to previous 1.1.2.22.2.26 , to branch point 1.1.2.22
#472508: Also show field name in conditional field settings.

Revision 1.1.2.22.2.26 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 28 14:26:34 2009 UTC (6 months ago) by peterpoe
Branch: DRUPAL-6--1
Changes since 1.1.2.22.2.25: +3 -3 lines
Diff to previous 1.1.2.22.2.25 , to branch point 1.1.2.22
Fix deletion of conditional fields settings when deleting a field group.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 11 13:27:53 2009 UTC (6 months, 2 weeks ago) by peterpoe
Branch: MAIN
CVS Tags: HEAD
Changes since 1.6: +512 -311 lines
Diff to previous 1.6
Synching HEAD.

Revision 1.1.2.22.2.25 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 11 13:08:18 2009 UTC (6 months, 2 weeks ago) by peterpoe
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-BETA1
Changes since 1.1.2.22.2.24: +1 -1 lines
Diff to previous 1.1.2.22.2.24 , to branch point 1.1.2.22
#453204: fix required controlled fields inside groups.

Revision 1.1.2.22.2.24 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 11 12:33:53 2009 UTC (6 months, 2 weeks ago) by peterpoe
Branch: DRUPAL-6--1
Changes since 1.1.2.22.2.23: +0 -4 lines
Diff to previous 1.1.2.22.2.23 , to branch point 1.1.2.22
Remove explicit limitation to optionwidgets

Revision 1.1.2.22.2.23 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 11 12:30:40 2009 UTC (6 months, 2 weeks ago) by peterpoe
Branch: DRUPAL-6--1
Changes since 1.1.2.22.2.22: +3 -1 lines
Diff to previous 1.1.2.22.2.22 , to branch point 1.1.2.22
Do not show conditional fields options when editing basic field information

Revision 1.1.2.22.2.22 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 11 12:28:33 2009 UTC (6 months, 2 weeks ago) by peterpoe
Branch: DRUPAL-6--1
Changes since 1.1.2.22.2.21: +1 -1 lines
Diff to previous 1.1.2.22.2.21 , to branch point 1.1.2.22
#458934 by RoboPhred: Correctly trigger fields with key 0

Revision 1.1.2.22.2.21 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 10 15:30:39 2009 UTC (6 months, 2 weeks ago) by peterpoe
Branch: DRUPAL-6--1
Changes since 1.1.2.22.2.20: +95 -80 lines
Diff to previous 1.1.2.22.2.20 , to branch point 1.1.2.22
Code cleanup; separate function for database handling; import/export support.

Revision 1.1.2.22.2.20 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 9 16:49:27 2009 UTC (6 months, 2 weeks ago) by peterpoe
Branch: DRUPAL-6--1
Changes since 1.1.2.22.2.19: +18 -5 lines
Diff to previous 1.1.2.22.2.19 , to branch point 1.1.2.22
#373899 Bugfixes when displaying triggered and untriggered conditional fields.

Revision 1.1.2.22.2.19 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 8 18:31:26 2009 UTC (6 months, 2 weeks ago) by peterpoe
Branch: DRUPAL-6--1
Changes since 1.1.2.22.2.18: +53 -23 lines
Diff to previous 1.1.2.22.2.18 , to branch point 1.1.2.22
#226001 Reset controlled fields to default values if untriggered. Thanks to threxk for investigating the problem.

Revision 1.1.2.22.2.18 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 1 12:59:47 2009 UTC (9 months, 3 weeks ago) by peterpoe
Branch: DRUPAL-6--1
Changes since 1.1.2.22.2.17: +8 -5 lines
Diff to previous 1.1.2.22.2.17 , to branch point 1.1.2.22
Fix hiding of controlled groups. Also, fix typo in settings description.

Revision 1.1.2.22.2.17 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 31 20:56:53 2009 UTC (9 months, 3 weeks ago) by peterpoe
Branch: DRUPAL-6--1
Changes since 1.1.2.22.2.16: +3 -3 lines
Diff to previous 1.1.2.22.2.16 , to branch point 1.1.2.22
Added trigger values info in controlling field settings.

Revision 1.1.2.22.2.16 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 31 20:56:01 2009 UTC (9 months, 3 weeks ago) by peterpoe
Branch: DRUPAL-6--1
Changes since 1.1.2.22.2.15: +11 -0 lines
Diff to previous 1.1.2.22.2.15 , to branch point 1.1.2.22
Fixed ahah multiple fields.

Revision 1.1.2.22.2.15 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 31 20:53:14 2009 UTC (9 months, 3 weeks ago) by peterpoe
Branch: DRUPAL-6--1
Changes since 1.1.2.22.2.14: +15 -14 lines
Diff to previous 1.1.2.22.2.14 , to branch point 1.1.2.22
#350411: Validation and Javascript were not being added in some cases.

Revision 1.1.2.22.2.14 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 24 16:46:42 2009 UTC (10 months ago) by peterpoe
Branch: DRUPAL-6--1
Changes since 1.1.2.22.2.13: +8 -0 lines
Diff to previous 1.1.2.22.2.13 , to branch point 1.1.2.22
Handle deletion of fields.

Revision 1.1.2.22.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 23 22:28:44 2009 UTC (10 months ago) by peterpoe
Branch: DRUPAL-6--1
Changes since 1.1.2.22.2.12: +2 -1 lines
Diff to previous 1.1.2.22.2.12 , to branch point 1.1.2.22
#363375: Conditional field settings were saved incorrectly.

Revision 1.1.2.22.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 23 22:09:23 2009 UTC (10 months ago) by peterpoe
Branch: DRUPAL-6--1
Changes since 1.1.2.22.2.11: +18 -3 lines
Diff to previous 1.1.2.22.2.11 , to branch point 1.1.2.22
Don't collapse the settings if a field already has a controller field

Revision 1.1.2.22.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 23 21:45:25 2009 UTC (10 months ago) by peterpoe
Branch: DRUPAL-6--1
Changes since 1.1.2.22.2.10: +47 -38 lines
Diff to previous 1.1.2.22.2.10 , to branch point 1.1.2.22
Required non-conditional fields inside conditional groups are now correctly handled.

Revision 1.1.2.22.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 23 20:46:39 2009 UTC (10 months ago) by peterpoe
Branch: DRUPAL-6--1
Changes since 1.1.2.22.2.9: +27 -21 lines
Diff to previous 1.1.2.22.2.9 , to branch point 1.1.2.22
#357502: More informations about conditional fields in field administration  page.

Revision 1.1.2.22.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 22 14:10:43 2009 UTC (10 months ago) by peterpoe
Branch: DRUPAL-6--1
Changes since 1.1.2.22.2.8: +2 -3 lines
Diff to previous 1.1.2.22.2.8 , to branch point 1.1.2.22
#360056: Fixed content type update message

Revision 1.1.2.22.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 24 06:33:38 2008 UTC (11 months ago) by peterpoe
Branch: DRUPAL-6--1
Changes since 1.1.2.22.2.7: +85 -51 lines
Diff to previous 1.1.2.22.2.7 , to branch point 1.1.2.22
#350411: More fixes for d6 compatibility. Required fields and orphaned settings now work much better. Thanks to flapsjack for helping.

Revision 1.1.2.22.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 22 03:39:03 2008 UTC (11 months ago) by peterpoe
Branch: DRUPAL-6--1
Changes since 1.1.2.22.2.6: +47 -55 lines
Diff to previous 1.1.2.22.2.6 , to branch point 1.1.2.22
Fixed handling of fieldgroups.

Revision 1.1.2.22.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 22 00:25:59 2008 UTC (11 months ago) by peterpoe
Branch: DRUPAL-6--1
Changes since 1.1.2.22.2.5: +33 -26 lines
Diff to previous 1.1.2.22.2.5 , to branch point 1.1.2.22
Fixed multiple controlled fields with ahah drag and drop.

Revision 1.1.2.22.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 21 21:20:32 2008 UTC (11 months ago) by peterpoe
Branch: DRUPAL-6--1
Changes since 1.1.2.22.2.4: +6 -3 lines
Diff to previous 1.1.2.22.2.4 , to branch point 1.1.2.22
Prevent altering of node editing form twice on node preview.

Revision 1.1.2.26 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 19 22:37:24 2008 UTC (11 months, 1 week ago) by peterpoe
Branch: DRUPAL-5
Changes since 1.1.2.25: +1 -1 lines
Diff to previous 1.1.2.25 , to branch point 1.1 , to next main 1.7
#206334: Clearer wording for field setup

Revision 1.1.2.25 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 19 22:30:44 2008 UTC (11 months, 1 week ago) by peterpoe
Branch: DRUPAL-5
Changes since 1.1.2.24: +4 -2 lines
Diff to previous 1.1.2.24 , to branch point 1.1
#290801: Fixed error message on node view.

Revision 1.1.2.24 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 19 22:18:03 2008 UTC (11 months, 1 week ago) by peterpoe
Branch: DRUPAL-5
Changes since 1.1.2.23: +1 -1 lines
Diff to previous 1.1.2.23 , to branch point 1.1
#345461: Fixed incorrect permission used for fieldgroup check.

Revision 1.1.2.22.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 19 22:14:52 2008 UTC (11 months, 1 week ago) by peterpoe
Branch: DRUPAL-6--1
Changes since 1.1.2.22.2.3: +1 -1 lines
Diff to previous 1.1.2.22.2.3 , to branch point 1.1.2.22
#345461: Fixed incorrect permission used for fieldgroup check.

Revision 1.1.2.22.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 19 19:22:12 2008 UTC (11 months, 1 week ago) by peterpoe
Branch: DRUPAL-6--1
Changes since 1.1.2.22.2.2: +146 -124 lines
Diff to previous 1.1.2.22.2.2 , to branch point 1.1.2.22
Lots of fixes for D6 compatibility.

Revision 1.1.2.22.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 8 17:24:21 2008 UTC (11 months, 2 weeks ago) by peterpoe
Branch: DRUPAL-6--1
Changes since 1.1.2.22.2.1: +60 -26 lines
Diff to previous 1.1.2.22.2.1 , to branch point 1.1.2.22
#284642: Animation options. Also some cleanup in admin code.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 6 16:54:30 2008 UTC (11 months, 3 weeks ago) by peterpoe
Branch: MAIN
Changes since 1.5: +193 -163 lines
Diff to previous 1.5
no message

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 6 16:18:32 2008 UTC (11 months, 3 weeks ago) by peterpoe
Branch: MAIN
Changes since 1.4: +234 -57 lines
Diff to previous 1.4
Sync

Revision 1.1.2.22.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 6 15:43:24 2008 UTC (11 months, 3 weeks ago) by peterpoe
Branch: DRUPAL-6--1
Changes since 1.1.2.22: +192 -162 lines
Diff to previous 1.1.2.22
First very experimental Drupal 6 dev release. See #254603 for ongoing work.

Revision 1.1.2.23 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 4 18:04:09 2008 UTC (11 months, 3 weeks ago) by peterpoe
Branch: DRUPAL-5
Changes since 1.1.2.22: +1 -1 lines
Diff to previous 1.1.2.22 , to branch point 1.1
#342789 by cYu: Show field machine name in settings

Revision 1.1.2.22 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 27 12:02:00 2008 UTC (17 months ago) by peterpoe
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--0-1-ALPHA1
Branch point for: DRUPAL-6--1
Changes since 1.1.2.21: +11 -5 lines
Diff to previous 1.1.2.21 , to branch point 1.1
#250710 by clemens.tolboom Fix display of multiple triggered fields

Revision 1.1.2.21 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 27 11:36:34 2008 UTC (17 months ago) by peterpoe
Branch: DRUPAL-5
Changes since 1.1.2.20: +1 -1 lines
Diff to previous 1.1.2.20 , to branch point 1.1
#269145 by threexk: Fixed Call-time pass-by-reference

Revision 1.1.2.20 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 28 09:54:35 2008 UTC (18 months ago) by peterpoe
Branch: DRUPAL-5
Changes since 1.1.2.19: +15 -8 lines
Diff to previous 1.1.2.19 , to branch point 1.1
#233063 by threexk: Fixed display of required fields. Also, fixed a php error on node preview with required fields

Revision 1.1.2.19 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 23 22:06:17 2008 UTC (18 months ago) by peterpoe
Branch: DRUPAL-5
Changes since 1.1.2.18: +35 -20 lines
Diff to previous 1.1.2.18 , to branch point 1.1
#220051 Added option to disable instead of hiding fields. Rearranged settings page

Revision 1.1.2.18 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 23 16:17:12 2008 UTC (18 months ago) by peterpoe
Branch: DRUPAL-5
Changes since 1.1.2.17: +4 -4 lines
Diff to previous 1.1.2.17 , to branch point 1.1
#259705 Corrected two  bugs with conditionals inside groups

Revision 1.1.2.17 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 14 11:48:19 2008 UTC (18 months, 2 weeks ago) by peterpoe
Branch: DRUPAL-5
Changes since 1.1.2.16: +9 -1 lines
Diff to previous 1.1.2.16 , to branch point 1.1
#254996 Multiple fields support

Revision 1.1.2.16 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 3 17:06:01 2008 UTC (20 months, 3 weeks ago) by peterpoe
Branch: DRUPAL-5
Changes since 1.1.2.15: +27 -8 lines
Diff to previous 1.1.2.15 , to branch point 1.1
#227416: Conditional fields wrappers are now themeable (except for controlled fieldgroups)

Revision 1.1.2.15 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 19 16:03:48 2008 UTC (21 months, 1 week ago) by peterpoe
Branch: DRUPAL-5
Changes since 1.1.2.14: +1 -1 lines
Diff to previous 1.1.2.14 , to branch point 1.1
#223823: missing check for fieldgroup.module in field admin validation function

Revision 1.1.2.14 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 30 21:11:00 2008 UTC (21 months, 4 weeks ago) by peterpoe
Branch: DRUPAL-5
Changes since 1.1.2.13: +151 -29 lines
Diff to previous 1.1.2.13 , to branch point 1.1
Added Orphaned Fields Settings, and updated README.TXT

Revision 1.1.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 11 12:13:59 2008 UTC (22 months, 2 weeks ago) by peterpoe
Branch: DRUPAL-5
Changes since 1.1.2.12: +1 -2 lines
Diff to previous 1.1.2.12 , to branch point 1.1
Again with comment headers...

Revision 1.1.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 10 14:16:58 2008 UTC (22 months, 2 weeks ago) by peterpoe
Branch: DRUPAL-5
Changes since 1.1.2.11: +1 -1 lines
Diff to previous 1.1.2.11 , to branch point 1.1
*** empty log message ***

Revision 1.1.2.11
Thu Jan 10 14:15:25 2008 UTC (22 months, 2 weeks ago) by peterpoe
Branch: DRUPAL-5
Changes since 1.1.2.10: +0 -0 lines
FILE REMOVED
*** empty log message ***

Revision 1.1.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 10 14:09:30 2008 UTC (22 months, 2 weeks ago) by peterpoe
Branch: DRUPAL-5
Changes since 1.1.2.9: +2 -0 lines
Diff to previous 1.1.2.9 , to branch point 1.1
Header comments

Revision 1.1.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 10 14:03:08 2008 UTC (22 months, 2 weeks ago) by peterpoe
Branch: DRUPAL-5
Changes since 1.1.2.8: +0 -1 lines
Diff to previous 1.1.2.8 , to branch point 1.1
Re-adding to DRUPAL-5 branch

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 10 13:44:51 2008 UTC (22 months, 2 weeks ago) by peterpoe
Branch: MAIN
Changes since 1.3: +1 -0 lines
Diff to previous 1.3
Re-adding files

Revision 1.3
Thu Jan 10 13:43:27 2008 UTC (22 months, 2 weeks ago) by peterpoe
Branch: MAIN
Changes since 1.2: +0 -0 lines
FILE REMOVED
Getting the hang on it...

Revision 1.1.2.8
Thu Jan 10 13:42:18 2008 UTC (22 months, 2 weeks ago) by peterpoe
Branch: DRUPAL-5
Changes since 1.1.2.7: +0 -0 lines
FILE REMOVED
Getting the hang on it...

Revision 1.1.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 5 16:32:06 2008 UTC (22 months, 3 weeks ago) by peterpoe
Branch: DRUPAL-5
Changes since 1.1.2.6: +1 -1 lines
Diff to previous 1.1.2.6 , to branch point 1.1
Second try with headers... Also, commenting in javascript

Revision 1.1.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 4 21:33:27 2008 UTC (22 months, 3 weeks ago) by peterpoe
Branch: DRUPAL-5
Changes since 1.1.2.5: +10 -29 lines
Diff to previous 1.1.2.5 , to branch point 1.1
no message

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 4 20:56:19 2008 UTC (22 months, 3 weeks ago) by peterpoe
Branch: MAIN
Changes since 1.1: +0 -0 lines
Diff to previous 1.1
no message

Revision 1.1.2.5
Fri Jan 4 20:50:01 2008 UTC (22 months, 3 weeks ago) by peterpoe
Branch: DRUPAL-5
Changes since 1.1.2.4: +0 -0 lines
FILE REMOVED
no message

Revision 1.1.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 4 20:38:01 2008 UTC (22 months, 3 weeks ago) by peterpoe
Branch: DRUPAL-5
Changes since 1.1.2.3: +1 -0 lines
Diff to previous 1.1.2.3 , to branch point 1.1
Added header comments

Revision 1.1.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 4 18:56:11 2008 UTC (22 months, 3 weeks ago) by peterpoe
Branch: DRUPAL-5
Changes since 1.1.2.2: +2 -2 lines
Diff to previous 1.1.2.2 , to branch point 1.1
#206334 - Fixed: selecting no value in options sets the field as conditional

Revision 1.1.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 4 17:52:37 2008 UTC (22 months, 3 weeks ago) by peterpoe
Branch: DRUPAL-5
Changes since 1.1.2.1: +27 -8 lines
Diff to previous 1.1.2.1 , to branch point 1.1
#206313 - Added option to show all fields to conditional fields administrators

Revision 1.1.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 4 15:33:34 2008 UTC (22 months, 3 weeks ago) by peterpoe
Branch: DRUPAL-5
Changes since 1.1: +1 -1 lines
Diff to previous 1.1
#206306 by yched: Corrected variable_get default value.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 4 02:45:13 2008 UTC (22 months, 3 weeks ago) by peterpoe
Branch: MAIN
Branch point for: DRUPAL-5
no message

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