/[drupal]/drupal/modules/field/field.form.inc
ViewVC logotype

Log of /drupal/modules/field/field.form.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.35 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 20 04:51:27 2009 UTC (8 days, 8 hours ago) by webchick
Branch: MAIN
CVS Tags: HEAD
Changes since 1.34: +104 -91 lines
Diff to previous 1.34
#636834 by yched: Fixed field revision data when user has no 'edit' access on the field (with tests).

Revision 1.34 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 11 08:32:34 2009 UTC (2 weeks, 3 days ago) by dries
Branch: MAIN
Changes since 1.33: +13 -4 lines
Diff to previous 1.33
- Patch #629074 by sun: field widgets are not themeable due to missing CSS class names. Better CSS classes for fields.

Revision 1.33 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 9 18:23:41 2009 UTC (2 weeks, 4 days ago) by dries
Branch: MAIN
Changes since 1.32: +3 -3 lines
Diff to previous 1.32
- Patch #627204 by yched: removed unnecessary prefix on field 'add more'  element.

Revision 1.32 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 1 14:05:31 2009 UTC (3 weeks, 5 days ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-10
Changes since 1.31: +31 -40 lines
Diff to previous 1.31
- Patch #567064 by yched, sun: widgets done 'the easy way' have too many limitations. Removes more code than it adds!

Revision 1.31 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 31 16:06:35 2009 UTC (3 weeks, 6 days ago) by dries
Branch: MAIN
Changes since 1.30: +2 -2 lines
Diff to previous 1.30
- Patch #606994 by yched: move entity handling out of Field API.

Revision 1.30 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 31 14:58:41 2009 UTC (3 weeks, 6 days ago) by webchick
Branch: MAIN
Changes since 1.29: +1 -2 lines
Diff to previous 1.29
#619406 by yched: Removed unneeded variable assignment in field_multiple_value_form().

Revision 1.29 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 15 12:44:34 2009 UTC (6 weeks, 2 days ago) by dries
Branch: MAIN
Changes since 1.28: +3 -1 lines
Diff to previous 1.28
- Patch #470242 by yched, bjaspan: fixed namespacing for bundle names to avoid users rendering their site unusable.

Revision 1.28 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 9 19:22:56 2009 UTC (7 weeks ago) by dries
Branch: MAIN
Changes since 1.27: +2 -2 lines
Diff to previous 1.27
- Patch #597832 by markus_petruxm: add (),  arguments to field_access() to enhance the context for hook_field_access().

Revision 1.27 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 9 00:59:56 2009 UTC (7 weeks, 1 day ago) by dries
Branch: MAIN
Changes since 1.26: +4 -3 lines
Diff to previous 1.26
- Patch #572618 by effulgentsia, pwolanin, sun: all theme functions should take a single argument. Code clean-up and performance improvement. Woot.

Revision 1.26 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 29 01:08:35 2009 UTC (8 weeks, 4 days ago) by dries
Branch: MAIN
Changes since 1.25: +3 -3 lines
Diff to previous 1.25
- Patch #497504 by dakala, bjaspan | yched: rename #multiple to #cardinality in field forms.

Revision 1.25 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 21 08:54:57 2009 UTC (2 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.24: +2 -6 lines
Diff to previous 1.24
- Patch #551694 by effulgentsia, rfay, sun | moshe weitzman, Dries: standardized the return of status messages in AJAX callbacks.

Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 10 22:31:58 2009 UTC (2 months, 2 weeks ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-9
Changes since 1.23: +2 -2 lines
Diff to previous 1.23
#569072 by rcross and yched:  Clean field_attach_()* namespace by renaming and moving non-crud functions.

Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 27 04:40:12 2009 UTC (3 months ago) by webchick
Branch: MAIN
Changes since 1.22: +20 -110 lines
Diff to previous 1.22
#367567 by effulgentsia, yched, quicksketch, sun, and chx: Move AHAH-'add more' to the new generic AHAH callback, and add support for form definition functions being kept in non-.module files.

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 27 00:33:51 2009 UTC (3 months ago) by webchick
Branch: MAIN
Changes since 1.21: +3 -3 lines
Diff to previous 1.21
#559506 by quicksketch and plach: Added  variable to field widgets.

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 24 21:00:23 2009 UTC (3 months ago) by webchick
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20
#557932 by plach and bangpound: Fixed taxonomy term field autocomplete widgets validation, which broke after translatable fields.

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 24 00:14:20 2009 UTC (3 months ago) by webchick
Branch: MAIN
Changes since 1.19: +5 -5 lines
Diff to previous 1.19
#497118 by chx, catch, pwolanin, JoshuaRogers, and Jacob Singh: Remove the function registry. While the hope was that this would result in improved performance for low-end hosts, it comes at the expense of critical development experience problems and less benefit than something like APC. Class registry remains intact to facilitate autoloading.

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 24 00:10:43 2009 UTC (3 months ago) by webchick
Branch: MAIN
Changes since 1.18: +5 -5 lines
Diff to previous 1.18
Of all the patches to accidentally commit without a message. :( Rolling back registry rip. Let's try that again.

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 24 00:02:00 2009 UTC (3 months ago) by webchick
Branch: MAIN
Changes since 1.17: +5 -5 lines
Diff to previous 1.17
*** empty log message ***

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 22 14:34:19 2009 UTC (3 months ago) by webchick
Branch: MAIN
Changes since 1.16: +8 -8 lines
Diff to previous 1.16
#326539 by JohnAlbin, sun, cha0s, ultimateboy, Rob Loach, Damien Tournoud: Convert 'class' attribute to use an array, not a string.

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 22 00:58:52 2009 UTC (3 months, 1 week ago) by webchick
Branch: MAIN
Changes since 1.15: +42 -20 lines
Diff to previous 1.15
#367595 by plach, catch, sun, yched, et al: Added support for translatable fields to Field API.

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 19 13:31:12 2009 UTC (3 months, 1 week ago) by webchick
Branch: MAIN
Changes since 1.14: +4 -8 lines
Diff to previous 1.14
#516138 by yched, KarenS, quicksketch, bangpound, et al.: CC-FREAKING-K IN CORE! OH YEAH! :D

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 17 07:12:16 2009 UTC (3 months, 1 week ago) by webchick
Branch: MAIN
Changes since 1.13: +11 -17 lines
Diff to previous 1.13
#544418 by merlinofchaos, sun, drewish, quicksketch, et al: Integrate CTools AJAX framework with Drupal to extend (and replace) existing ahah framework. Everything about AJAX/AHAH is more betterer now.

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 13 01:50:00 2009 UTC (3 months, 2 weeks ago) by webchick
Branch: MAIN
Changes since 1.12: +2 -3 lines
Diff to previous 1.12
#529756 by yched: Allow fields to be weighted per context.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 27 20:19:20 2009 UTC (4 months ago) by dries
Branch: MAIN
Changes since 1.11: +1 -5 lines
Diff to previous 1.11
- Patch #530894 by yched: removed unneeded #cache property in fields forms.

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 11 00:56:45 2009 UTC (4 months, 2 weeks ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-8
Changes since 1.10: +1 -3 lines
Diff to previous 1.10
#516124 by yched: Clean up some Field API TODOs and remove unused APIs.

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 2 13:47:25 2009 UTC (5 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9
- Patch #422362 by JamesAn: convert form.inc to use new static caching API.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 24 17:39:32 2009 UTC (6 months ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-7
Changes since 1.8: +2 -2 lines
Diff to previous 1.8
- Patch #471070 by stella: millions of code style fixes.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 3 09:49:32 2009 UTC (6 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.7: +7 -10 lines
Diff to previous 1.7
- Patch #402264 by yched, bjaspan: adapt field's add-more js handler to recent fapi changes.  Added tests.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 1 15:28:13 2009 UTC (6 months, 4 weeks ago) by dries
Branch: MAIN
Changes since 1.6: +3 -4 lines
Diff to previous 1.6
- Patch #392696 by yched et al: save default values on insert.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 26 13:31:24 2009 UTC (8 months ago) by webchick
Branch: MAIN
Changes since 1.5: +39 -3 lines
Diff to previous 1.5
#369964 by yched and bjaspan: Refactor field validation and error reporting. Field API no longer coupled to Form API. Hooray.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 10 09:45:31 2009 UTC (8 months, 2 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-6
Changes since 1.4: +29 -20 lines
Diff to previous 1.4
- Patch #392686 by bjaspan, yched: switch to serial primary keys.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 18 14:28:22 2009 UTC (9 months, 1 week ago) by webchick
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3
#371231 by JohnAlbin and EclipseGC: Rename clear-block CSS class to clearfix, which is the lingo that designers use for it.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 10 03:16:14 2009 UTC (9 months, 2 weeks ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-5
Changes since 1.2: +6 -1 lines
Diff to previous 1.2
#369562 by yched: More Field API clean-ups.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 5 03:42:57 2009 UTC (9 months, 3 weeks ago) by webchick
Branch: MAIN
Changes since 1.1: +409 -408 lines
Diff to previous 1.1
#361683 follow-up by sun: Remove more windows line endings.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 3 17:30:11 2009 UTC (9 months, 3 weeks ago) by dries
Branch: MAIN
- Patch #361683by Barry, Yves, Karen, Moshe Weitzman, David Strauss, floriant, chx, David Rothstein: initial field API patch. More work to be done, but ... oh my!

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