/[drupal]/drupal/modules/field/field.api.php
ViewVC logotype

Log of /drupal/modules/field/field.api.php

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.50 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 12 21:03:36 2009 UTC (2 weeks, 2 days ago) by dries
Branch: MAIN
CVS Tags: HEAD
Changes since 1.49: +10 -1 lines
Diff to previous 1.49
- Patch #631048 by yched: number rounding should not be done by widgets.

Revision 1.49 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 8 19:11:56 2009 UTC (2 weeks, 6 days ago) by webchick
Branch: MAIN
Changes since 1.48: +163 -94 lines
Diff to previous 1.48
#622534 by yched: Cleanup hook_field_attach_*() and hook_field_storage_*() space.

Revision 1.48 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 8 11:05:09 2009 UTC (2 weeks, 6 days ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-10
Changes since 1.47: +21 -10 lines
Diff to previous 1.47
#567064 follow-up by sun: Updated documentation.

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

Revision 1.46 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 23 22:24:13 2009 UTC (5 weeks, 1 day ago) by webchick
Branch: MAIN
Changes since 1.45: +2 -2 lines
Diff to previous 1.45
#600974 by effulgentsia, JohnAlbin, sun, and Damien Tournoud: Allow theme functions to take one argument without any hacks. NOTE: This is an API change in hook_theme().

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

Revision 1.44 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 16 03:21:23 2009 UTC (6 weeks, 1 day ago) by webchick
Branch: MAIN
Changes since 1.43: +69 -3 lines
Diff to previous 1.43
#493314 by yched and catch: Add multiple hook for formatters.

Revision 1.43 - (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.42: +7 -5 lines
Diff to previous 1.42
- Patch #470242 by yched, bjaspan: fixed namespacing for bundle names to avoid users rendering their site unusable.

Revision 1.42 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 14 14:55:12 2009 UTC (6 weeks, 3 days ago) by dries
Branch: MAIN
Changes since 1.41: +42 -1 lines
Diff to previous 1.41
- Pactch #569224 by bangpound: expose field storage details through field attach.

Revision 1.41 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 13 16:38:42 2009 UTC (6 weeks, 4 days ago) by dries
Branch: MAIN
Changes since 1.40: +18 -20 lines
Diff to previous 1.40
- Patch #593522 by sun: a better and faster drupal_alter().

Revision 1.40 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 10 21:39:02 2009 UTC (7 weeks ago) by webchick
Branch: MAIN
Changes since 1.39: +5 -5 lines
Diff to previous 1.39
#569238 by sun, swentel, catch: Changed Make check_markup() not cache by default.

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

Revision 1.38 - (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.37: +28 -24 lines
Diff to previous 1.37
- Patch #572618 by effulgentsia, pwolanin, sun: all theme functions should take a single argument. Code clean-up and performance improvement. Woot.

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

Revision 1.36 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 27 12:52:55 2009 UTC (2 months ago) by dries
Branch: MAIN
Changes since 1.35: +68 -43 lines
Diff to previous 1.35
- 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.35 - (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.34: +52 -2 lines
Diff to previous 1.34
- Patch #367013 by bjaspan, KarenS | yched, Dries: add support for field updates.

Revision 1.34 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 10 06:31:38 2009 UTC (2 months, 2 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-9
Changes since 1.33: +2 -2 lines
Diff to previous 1.33
- Patch #572932 by sun: rename hook_elements() to hook_elements_info() for consistency. Yay to API clean-ups during 'slush'.

Revision 1.33 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 9 21:21:53 2009 UTC (2 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.32: +16 -5 lines
Diff to previous 1.32
- Patch #567092 by rcross, yched, bjaspan: merge hook_field_formatter_info() and hook_theme().

Revision 1.32 - (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.31: +5 -10 lines
Diff to previous 1.31
- Patch #571934 by bjaspan: Fixed omissions in field_delete_(){field,instance}().

Revision 1.31 - (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.30: +4 -2 lines
Diff to previous 1.30
#559506 by quicksketch and plach: Added  variable to field widgets.

Revision 1.30 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 25 21:53:47 2009 UTC (3 months ago) by dries
Branch: MAIN
Changes since 1.29: +1 -95 lines
Diff to previous 1.29
- Patch #460320 by catch, fago, Frando: standardized, pluggable entity loading for nodes, users, taxonomies, files and comments.

Revision 1.29 - (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.28: +60 -28 lines
Diff to previous 1.28
#367595 by plach, catch, sun, yched, et al: Added support for translatable fields to Field API.

Revision 1.28 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 20 10:56:33 2009 UTC (3 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.27: +5 -5 lines
Diff to previous 1.27
- Patch #446518 by sun: remove  argument from check_markup().

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

Revision 1.26 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 14 05:16:26 2009 UTC (3 months, 2 weeks ago) by webchick
Branch: MAIN
Changes since 1.25: +20 -1 lines
Diff to previous 1.25
#548630 by bjaspan: Document hook_field_is_empty().

Revision 1.25 - (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.24: +9 -9 lines
Diff to previous 1.24
- Patch #367753 by yched, bjaspan: add support for bulk deletion to Fields API.

Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 1 06:03:12 2009 UTC (3 months, 4 weeks ago) by dries
Branch: MAIN
Changes since 1.23: +373 -114 lines
Diff to previous 1.23
- Patch #528182 by yched: added missing field type documentation and removed some unnessary code.

Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 30 19:35:47 2009 UTC (3 months, 4 weeks ago) by dries
Branch: MAIN
Changes since 1.22: +10 -4 lines
Diff to previous 1.22
- Patch #534318 by yched: better defaults and corrected documentation.

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 20 18:51:33 2009 UTC (4 months, 1 week ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-8
Changes since 1.21: +3 -3 lines
Diff to previous 1.21
- Patch #521474 by bangpound, JuliaKM et al: rename admin/site-building to admin/structure.

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 15 17:55:18 2009 UTC (4 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.20: +9 -5 lines
Diff to previous 1.20
- Patch #512236 by yched, bjaspan: design flaw in field_attach_query(), follow-up patch with bugfixes and tests.

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 11 14:25:40 2009 UTC (4 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.19: +3 -3 lines
Diff to previous 1.19
- Patch #516416 by lyricnz: fix broken links to taxonomy administration pages.

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

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 10 05:58:13 2009 UTC (4 months, 2 weeks ago) by webchick
Branch: MAIN
Changes since 1.17: +66 -32 lines
Diff to previous 1.17
#488542 by yched: Allow field UI to be attached to any fieldable entity.

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 30 03:12:03 2009 UTC (4 months, 4 weeks ago) by webchick
Branch: MAIN
Changes since 1.16: +63 -1 lines
Diff to previous 1.16
#502522 by yched: Allow drupal_alter() on various Field API meta-hooks.

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 27 02:11:34 2009 UTC (5 months ago) by webchick
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15
#503600 by yched: Fix typo in hook name in field.api.php.

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 22 09:10:04 2009 UTC (5 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.14: +4 -4 lines
Diff to previous 1.14
- Patch #409750 by yched et al: overhaul and extend node build modes.

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 6 16:17:30 2009 UTC (5 months, 3 weeks ago) by webchick
Branch: MAIN
Changes since 1.13: +68 -7 lines
Diff to previous 1.13
#392494 by yched and bjaspan: Provide a query API for Field API. This is necessary because we can't assume fields will be stored in a database, due to pluggable storage backends.

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 4 03:33:27 2009 UTC (5 months, 3 weeks ago) by webchick
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12
#220233 by Berdir, marcingy, et al: Add useful API functions for extracting node type data.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 3 02:41:07 2009 UTC (5 months, 3 weeks ago) by webchick
Branch: MAIN
Changes since 1.11: +4 -4 lines
Diff to previous 1.11
#453726 by yched: Remove unnecessary &s next to object parameters in field API.

Revision 1.11 - (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
CVS Tags: DRUPAL-7-0-UNSTABLE-7
Changes since 1.10: +25 -10 lines
Diff to previous 1.10
- Patch #415044 by bjaspan, yched: indexes for field storage.

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 17 00:32:29 2009 UTC (6 months, 1 week ago) by webchick
Branch: MAIN
Changes since 1.9: +40 -23 lines
Diff to previous 1.9
#362024 by neclimdul, yched, and bjaspan: Make hook_field_load() multiple like field_attach_load().

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 9 19:02:11 2009 UTC (6 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8
- Patch #367525 by zzolo: drupal_alter instead of hook_field_attach_view().

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 26 09:18:20 2009 UTC (7 months ago) by dries
Branch: MAIN
Changes since 1.7: +7 -3 lines
Diff to previous 1.7
- Patch #441180 by bjaspan, yched: field_attach_delete_bundle() called hook_field_attach_delete_bundle too soon.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 13 05:18:17 2009 UTC (7 months, 2 weeks ago) by webchick
Branch: MAIN
Changes since 1.6: +19 -19 lines
Diff to previous 1.6
#431870 by yched: Whitespace clean-up.

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

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

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 17 03:46:51 2009 UTC (8 months, 1 week ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-6
Changes since 1.3: +74 -50 lines
Diff to previous 1.3
#369562 follow-up by jeffschuler: More trivial field API clean-up.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 13 21:25:40 2009 UTC (8 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.2: +5 -5 lines
Diff to previous 1.2
- Patch #369785 by bjaspan, venkatd, linolium: define constants for field storage.

Revision 1.2 - (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.1: +34 -34 lines
Diff to previous 1.1
#369562 by yched: More Field API clean-ups.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 7 19:43:00 2009 UTC (9 months, 2 weeks ago) by webchick
Branch: MAIN
#369562 by yched and bjaspan: Moving api.field.php to field.api.php, per standards.

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