/[drupal]/contributions/modules/form_builder/form_builder.js
ViewVC logotype

Log of /contributions/modules/form_builder/form_builder.js

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.18 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 29 17:02:33 2009 UTC (4 months, 3 weeks ago) by quicksketch
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-6--1
Changes since 1.17: +4 -2 lines
Diff to previous 1.17
Adding messages to initial display of field edit configuration.

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 20 21:18:42 2009 UTC (5 months ago) by quicksketch
Branch: MAIN
CVS Tags: DRUPAL-6--0-6
Changes since 1.16: +32 -8 lines
Diff to previous 1.16
Adding mousedown and mouseup tracking to help with hover states of fields when dragging a field.

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 20 20:53:08 2009 UTC (5 months ago) by quicksketch
Branch: MAIN
Changes since 1.15: +18 -10 lines
Diff to previous 1.15
Improving handling of empty fieldsets.

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 20 00:13:04 2009 UTC (5 months ago) by quicksketch
Branch: MAIN
Changes since 1.14: +8 -3 lines
Diff to previous 1.14
Adding CSS to make it possible to display the add field palette without enabling a block.

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 14 05:20:18 2009 UTC (6 months, 1 week ago) by quicksketch
Branch: MAIN
CVS Tags: DRUPAL-6--0-5
Changes since 1.13: +2 -2 lines
Diff to previous 1.13
Update to work with jQuery UI 1.6 final.

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 28 19:55:37 2009 UTC (9 months, 3 weeks ago) by quicksketch
Branch: MAIN
Changes since 1.12: +3 -3 lines
Diff to previous 1.12
#365337: ui.element undefined error.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 16 23:03:20 2009 UTC (10 months, 1 week ago) by quicksketch
Branch: MAIN
Changes since 1.11: +4 -1 lines
Diff to previous 1.11
Adding revisions and body icons. Making fields that aren't editable have a hand cursor instead.

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 15 19:04:34 2009 UTC (10 months, 1 week ago) by quicksketch
Branch: MAIN
Changes since 1.10: +7 -3 lines
Diff to previous 1.10
Major updates. One critical API change, form fields now have a #form_builder['element_type'] property. This property will be used to determine which type of field is being edited.

Initial implementation of node.module.

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 13 07:00:08 2009 UTC (10 months, 1 week ago) by quicksketch
Branch: MAIN
Changes since 1.9: +1 -13 lines
Diff to previous 1.9
Removing debugging code.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 13 03:41:12 2009 UTC (10 months, 1 week ago) by quicksketch
Branch: MAIN
Changes since 1.8: +31 -7 lines
Diff to previous 1.8
Efficiency updates, 1/2 as many HTTP requests (one per POST instead of two). Return forms are now always timestamped to ensure preview is updated with the last request, never updating with stale data.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 7 10:18:28 2009 UTC (10 months, 2 weeks ago) by quicksketch
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7
Improved handling of "0" keyed select list options. Added support for auto-indexed numeric select list options.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 6 05:40:07 2009 UTC (10 months, 2 weeks ago) by quicksketch
Branch: MAIN
Changes since 1.6: +4 -4 lines
Diff to previous 1.6
Adding menu, path, and taxonomy support as unique fields. Correcting conflict with CCK's field_access.module, which had a conflict calling form_builder_field_access() as a hook.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 22 22:50:34 2008 UTC (11 months ago) by quicksketch
Branch: MAIN
Changes since 1.5: +2 -3 lines
Diff to previous 1.5
Adding "field palette groups", allowing new fields to be split into separate groups such as "Reusable", "Standard", "Special", or other groups.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 21 03:54:49 2008 UTC (11 months ago) by quicksketch
Branch: MAIN
Changes since 1.4: +32 -9 lines
Diff to previous 1.4
Adding validation, error checking and recovery to field configuration forms.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 20 23:29:43 2008 UTC (11 months ago) by quicksketch
Branch: MAIN
Changes since 1.3: +23 -12 lines
Diff to previous 1.3
Updating to be compatible with jQuery UI 1.6 RC2. No longer works with 1.5.2.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 20 19:25:24 2008 UTC (11 months ago) by quicksketch
Branch: MAIN
Changes since 1.2: +60 -10 lines
Diff to previous 1.2
Adding support for "unique" fields. Only one instance of a unique field is allowed per form.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 5 05:28:32 2008 UTC (11 months, 2 weeks ago) by quicksketch
Branch: MAIN
Changes since 1.1: +22 -1 lines
Diff to previous 1.1
Adding JavaScript interface for updating select list options

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 3 19:32:22 2008 UTC (11 months, 3 weeks ago) by quicksketch
Branch: MAIN
Adding initial version of Form builder.

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