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

Log of /drupal/modules/field/field.crud.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.41 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 31 16:06:35 2009 UTC (3 weeks, 5 days ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-10, HEAD
Changes since 1.40: +5 -5 lines
Diff to previous 1.40
- Patch #606994 by yched: move entity handling out of Field API.

Revision 1.40 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 22 00:49:12 2009 UTC (5 weeks, 1 day ago) by dries
Branch: MAIN
Changes since 1.39: +2 -2 lines
Diff to previous 1.39
- Patch #603236 by bjaspan, catch: add count facility to field_attach_query(). Was ready before code freeze.

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

Revision 1.38 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 2 14:39:43 2009 UTC (7 weeks, 6 days ago) by dries
Branch: MAIN
Changes since 1.37: +9 -13 lines
Diff to previous 1.37
- Patch#583020 by c960657 | yched, Dries: fixed warning about missing argument 2 for field_delete_instance() in node_configure_fields().

Revision 1.37 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 1 19:16:57 2009 UTC (8 weeks ago) by dries
Branch: MAIN
Changes since 1.36: +15 -27 lines
Diff to previous 1.36
- Patch #578230 by yched, sun: clean-up: remove 'widget_active()' behavior.

Revision 1.36 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 30 12:26:36 2009 UTC (8 weeks, 1 day ago) by dries
Branch: MAIN
Changes since 1.35: +2 -2 lines
Diff to previous 1.35
- Patch #367013 by bjaspan, yched: clean ups for field_update_field().

Revision 1.35 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 29 17:36:29 2009 UTC (8 weeks, 2 days ago) by webchick
Branch: MAIN
Changes since 1.34: +2 -1 lines
Diff to previous 1.34
#590590 by plach: Fixed bug where field_create_field() ignores the 'translatable' property.

Revision 1.34 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 27 12:52:55 2009 UTC (8 weeks, 4 days ago) by dries
Branch: MAIN
Changes since 1.33: +97 -34 lines
Diff to previous 1.33
- Patch #443422 by yched, bjaspan | chx, merlinofchaos, Scott Reynolds, plach, profix898, mattyoung: added support for pluggable 'per field' storage engine. Comes with documentation and tests.

The Field Attach API uses the Field Storage API to perform all "database access". Each Field Storage API hook function defines a primitive database operation such as read, write, or delete. The default field storage module, field_sql_storage.module, uses the local SQL database to implement these operations, but alternative field storage backends can choose to represent the data in SQL differently or use a completely different storage mechanism such as a cloud-based database.

Revision 1.33 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 26 15:57:37 2009 UTC (2 months ago) by dries
Branch: MAIN
Changes since 1.32: +84 -1 lines
Diff to previous 1.32
- Patch #367013 by bjaspan, KarenS | yched, Dries: add support for field updates.

Revision 1.32 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 22 08:44:03 2009 UTC (2 months ago) by dries
Branch: MAIN
Changes since 1.31: +12 -2 lines
Diff to previous 1.31
- Patch #569364 by bjaspan, yched: handle failures on field storage creation.

Revision 1.31 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 11 03:42:34 2009 UTC (2 months, 2 weeks ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-9
Changes since 1.30: +10 -1 lines
Diff to previous 1.30
#382464 by fgm and bjaspan: Disallow reserved field names.

Revision 1.30 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 9 11:37:34 2009 UTC (2 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.29: +16 -7 lines
Diff to previous 1.29
- Patch #571934 by bjaspan: Fixed omissions in field_delete_(){field,instance}().

Revision 1.29 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 7 15:50:52 2009 UTC (2 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.28: +9 -5 lines
Diff to previous 1.28
- Patch #372330 by fgm: improved error messages to improve usability.

Revision 1.28 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 7 15:49:00 2009 UTC (2 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.27: +3 -3 lines
Diff to previous 1.27
- Patch #570218 by yched: viewing 'Manage fields' page clears field data cache.

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

Revision 1.26 - (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.25: +2 -2 lines
Diff to previous 1.25
#516138 by yched, KarenS, quicksketch, bangpound, et al.: CC-FREAKING-K IN CORE! OH YEAH! :D

Revision 1.25 - (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.24: +14 -13 lines
Diff to previous 1.24
#529756 by yched: Allow fields to be weighted per context.

Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 11 14:59:40 2009 UTC (3 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.23: +219 -2 lines
Diff to previous 1.23
- Patch #367753 by yched, bjaspan: add support for bulk deletion to Fields API.

Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 10 21:19:42 2009 UTC (3 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.22: +11 -4 lines
Diff to previous 1.22
- Patch #372330 by fgm, yched, et al: better validation of field names.

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 2 11:24:21 2009 UTC (3 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.21: +1 -14 lines
Diff to previous 1.21
- Patch #535034 by yched: clean up how fields and instances are prepared for runtime.

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 14 10:27:29 2009 UTC (4 months, 1 week ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-8
Changes since 1.20: +13 -4 lines
Diff to previous 1.20
- Patch #509736 by yched: make sure all settings are present at run-time.

Revision 1.20 - (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
Changes since 1.19: +2 -5 lines
Diff to previous 1.19
#516124 by yched: Clean up some Field API TODOs and remove unused APIs.

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 4 06:19:46 2009 UTC (4 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.18: +2 -2 lines
Diff to previous 1.18
- Patch #508700 by yched: field cardinality stored twice.

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 2 20:37:03 2009 UTC (4 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.17: +17 -16 lines
Diff to previous 1.17
- Patch #508440 by yched: build mode, it is.

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 2 20:19:48 2009 UTC (4 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.16: +4 -1 lines
Diff to previous 1.16
- Patch #489438 by bjaspan, crotown: hook_field_create_field() is missing.

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 24 18:16:38 2009 UTC (5 months ago) by dries
Branch: MAIN
Changes since 1.15: +1 -6 lines
Diff to previous 1.15
- Patch #367215 by yched, sun et al: remove 'exclude from ' display setting.  Feel good moment!

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 12 08:39:36 2009 UTC (5 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.14: +4 -2 lines
Diff to previous 1.14
- Patch #372743 by bjaspan, yched, KarenS, catch et al: node body and teasers as fields. Oh, my.

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 28 10:05:32 2009 UTC (6 months ago) by dries
Branch: MAIN
Changes since 1.13: +45 -22 lines
Diff to previous 1.13
- Patch #364620 by bjaspan, yched: allow creating a field with a deleted name.

Revision 1.13 - (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.12: +4 -4 lines
Diff to previous 1.12
- Patch #471070 by stella: millions of code style fixes.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 20 09:48:47 2009 UTC (6 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.11: +84 -19 lines
Diff to previous 1.11
- Patch #415044 by bjaspan, yched: indexes for field storage.

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 30 14:40:03 2009 UTC (6 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.10: +20 -12 lines
Diff to previous 1.10
- Patch #374068 by alienbrain, bjaspan: improved documentation of field display settings.

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 24 03:44:17 2009 UTC (7 months ago) by webchick
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9
#443488 by chx: Fix typo in field API docs.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 30 05:24:38 2009 UTC (7 months, 4 weeks ago) by webchick
Branch: MAIN
Changes since 1.8: +5 -1 lines
Diff to previous 1.8
#394246 by flobruit: Check to ensure that field type is specified.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 30 03:44:55 2009 UTC (7 months, 4 weeks ago) by webchick
Branch: MAIN
Changes since 1.7: +5 -3 lines
Diff to previous 1.7
#368674 by bjaspan, Eaton, chx, and yched: Provide hooks to allow hybrid field/bundle-level storage for fields in core.

Revision 1.7 - (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.6: +1 -6 lines
Diff to previous 1.6
#369964 by yched and bjaspan: Refactor field validation and error reporting. Field API no longer coupled to Form API. Hooray.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 13 14:34:58 2009 UTC (8 months, 2 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-6
Changes since 1.5: +8 -5 lines
Diff to previous 1.5
- Patch #392686 by yched: more documentation clean-ups.

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
Changes since 1.4: +32 -10 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]
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.3: +32 -32 lines
Diff to previous 1.3
#369562 by yched: More Field API clean-ups.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 8 21:22:59 2009 UTC (9 months, 2 weeks ago) by webchick
Branch: MAIN
Changes since 1.2: +10 -1 lines
Diff to previous 1.2
#369562 by bjaspan and yched: Clean up a few minor things in field API.

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: +557 -557 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