-
Revision: 31 Author: john.stalcup Date: 7:25:20 PM, Monday, December 11, 2006 Message: cleaned up function namespace (prefixed all functions with subform, and all local functions with _) made module E_ALL conformant fixed a whitescreen bug added code to FORCE users to install depended upon modules BEFORE subform ---- Modified : /trunk/persistent_fieldset.module Modified : /trunk/subform.module Modified : /trunk/subform_trunk.zip Revision: 30 Author: john.stalcup Date: 9:53:30 AM, Saturday, December 09, 2006 Message: added adminstrator specific links, to allow quick editing of subforms, content types, and views added relation cardinality checking to the parent, and not just the child side, of new relationship instances ---- Modified : /trunk/subform.css Modified : /trunk/subform.module Revision: 29 Author: john.stalcup Date: 2:44:42 PM, Friday, December 08, 2006 Message: applied infinite loop prevention to 'view' mode ---- Modified : /trunk/subform.module Modified : /trunk/subform_trunk.zip Revision: 28 Author: john.stalcup Date: 2:41:24 PM, Friday, December 08, 2006 Message: added nested subform support includes nesting depth config, infinite loop prevention, and javsscript synchronization of duplicate edit forms of the same node ---- Modified : /trunk/subform.css Added : /trunk/subform.js Modified : /trunk/subform.module Modified : /trunk/subform_trunk.zip Revision: 27 Author: john.stalcup Date: 10:57:21 AM, Thursday, December 07, 2006 Message: fixed subform optional redirect on "add" pages (was already working fine on edit pages) ---- Modified : /trunk/subform.module
-
Revision: 31 Author: john.stalcup Date: 7:25:20 PM, Monday, December 11, 2006 Message: cleaned up function namespace (prefixed all functions with subform, and all local functions with _) made module E_ALL conformant fixed a whitescreen bug added code to FORCE users to install depended upon modules BEFORE subform ---- Modified : /trunk/persistent_fieldset.module Modified : /trunk/subform.module Modified : /trunk/subform_trunk.zip Revision: 30 Author: john.stalcup Date: 9:53:30 AM, Saturday, December 09, 2006 Message: added adminstrator specific links, to allow quick editing of subforms, content types, and views added relation cardinality checking to the parent, and not just the child side, of new relationship instances ---- Modified : /trunk/subform.css Modified : /trunk/subform.module Revision: 29 Author: john.stalcup Date: 2:44:42 PM, Friday, December 08, 2006 Message: applied infinite loop prevention to 'view' mode ---- Modified : /trunk/subform.module Modified : /trunk/subform_trunk.zip Revision: 28 Author: john.stalcup Date: 2:41:24 PM, Friday, December 08, 2006 Message: added nested subform support includes nesting depth config, infinite loop prevention, and javsscript synchronization of duplicate edit forms of the same node ---- Modified : /trunk/subform.css Added : /trunk/subform.js Modified : /trunk/subform.module Modified : /trunk/subform_trunk.zip Revision: 27 Author: john.stalcup Date: 10:57:21 AM, Thursday, December 07, 2006 Message: fixed subform optional redirect on "add" pages (was already working fine on edit pages) ---- Modified : /trunk/subform.module
-
fixed an install bug (bad sql if enabling views *after* subform, and subform does not yet have any defined relation types)
-
fixed an install bug (bad sql if enabling views *after* subform, and subform does not yet have any defined relation types)
-
updated the required modules list, description, and added a tutorial to the README.txt added an option to require delete confirmation added support for keeping fieldsets open between page loads fixed a child type calculation bug added views cache clearing on subform creation (without this, views driven selection lists won't work)
-
updated the required modules list, description, and added a tutorial to the README.txt added an option to require delete confirmation added support for keeping fieldsets open between page loads fixed a child type calculation bug added views cache clearing on subform creation (without this, views driven selection lists won't work)
-
added cardinality support improved selection list (views integration) with working filtration and paging tweaked css (looks more like a tree view now)
-
added cardinality support improved selection list (views integration) with working filtration and paging tweaked css (made things look more like a tree view)
-
*** empty log message ***
-
initial commit