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

Log of /drupal/modules/field/field.attach.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.59 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 8 19:11:56 2009 UTC (2 weeks, 5 days ago) by webchick
Branch: MAIN
CVS Tags: HEAD
Changes since 1.58: +33 -43 lines
Diff to previous 1.58
#622534 by yched: Cleanup hook_field_attach_*() and hook_field_storage_*() space.

Revision 1.58 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 8 10:02:41 2009 UTC (2 weeks, 5 days ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-10
Changes since 1.57: +2 -2 lines
Diff to previous 1.57
Roll-back of #595084; type-hinting parameters at stdClass makes it so you can't ever pass in another type of class.

Revision 1.57 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 1 12:11:10 2009 UTC (3 weeks, 5 days ago) by dries
Branch: MAIN
Changes since 1.56: +2 -2 lines
Diff to previous 1.56
- Patch #595084 by c960657: use type hinting for .

Revision 1.56 - (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.55: +13 -13 lines
Diff to previous 1.55
- Patch #606994 by yched: move entity handling out of Field API.

Revision 1.55 - (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.54: +34 -35 lines
Diff to previous 1.54
- Patch #603236 by bjaspan, catch: add count facility to field_attach_query(). Was ready before code freeze.

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

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

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

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

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

Revision 1.49 - (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.48: +2 -2 lines
Diff to previous 1.48
- Patch #497504 by dakala, bjaspan | yched: rename #multiple to #cardinality in field forms.

Revision 1.48 - (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.47: +130 -32 lines
Diff to previous 1.47
- 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.47 - (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.46: +15 -2 lines
Diff to previous 1.46
- Patch #367013 by bjaspan, KarenS | yched, Dries: add support for field updates.

Revision 1.46 - (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.45: +10 -89 lines
Diff to previous 1.45
#569072 by rcross and yched:  Clean field_attach_()* namespace by renaming and moving non-crud functions.

Revision 1.45 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 5 15:05:02 2009 UTC (2 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.44: +3 -3 lines
Diff to previous 1.44
- Patch by #565496 by dropcube, pwolanin: changed Allow dynamic attaching of other types of stuff to render() structures.

Revision 1.44 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 31 06:37:36 2009 UTC (2 months, 4 weeks ago) by dries
Branch: MAIN
Changes since 1.43: +3 -3 lines
Diff to previous 1.43
- Patch #563992 by plach: missing  in hook_field_attach_view_alter and hook_field_attach_form.

Revision 1.43 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 28 06:51:07 2009 UTC (3 months ago) by dries
Branch: MAIN
Changes since 1.42: +6 -3 lines
Diff to previous 1.42
- Patch #545662 by yched, moshe weitzman: simplify field rendering.

Revision 1.42 - (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.41: +3 -3 lines
Diff to previous 1.41
#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.41 - (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.40: +3 -3 lines
Diff to previous 1.40
Of all the patches to accidentally commit without a message. :( Rolling back registry rip. Let's try that again.

Revision 1.40 - (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.39: +3 -3 lines
Diff to previous 1.39
*** empty log message ***

Revision 1.39 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 23 03:54:47 2009 UTC (3 months ago) by webchick
Branch: MAIN
Changes since 1.38: +2 -2 lines
Diff to previous 1.38
#516138 follow-up by Damien Tournoud: Remove expensive menu_rebuild() call from field API.

Revision 1.38 - (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.37: +132 -62 lines
Diff to previous 1.37
#367595 by plach, catch, sun, yched, et al: Added support for translatable fields to Field API.

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

Revision 1.36 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 13 00:17:47 2009 UTC (3 months, 2 weeks ago) by webchick
Branch: MAIN
Changes since 1.35: +6 -6 lines
Diff to previous 1.35
#547756 by yched: Remove some whitespace.

Revision 1.35 - (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.34: +98 -47 lines
Diff to previous 1.34
- Patch #367753 by yched, bjaspan: add support for bulk deletion to Fields API.

Revision 1.34 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 11 04:46:29 2009 UTC (3 months, 2 weeks ago) by webchick
Branch: MAIN
Changes since 1.33: +112 -6 lines
Diff to previous 1.33
#361839 by puradata and yched: Document return structures from field attach.

Revision 1.33 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 16 10:30:12 2009 UTC (4 months, 1 week ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-8
Changes since 1.32: +4 -4 lines
Diff to previous 1.32
- Patch #520620 by quicksketch: delete revision and prepare translation field hooks are called incorrectly (or not at all).

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

Revision 1.31 - (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.30: +1 -11 lines
Diff to previous 1.30
#516124 by yched: Clean up some Field API TODOs and remove unused APIs.

Revision 1.30 - (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.29: +41 -19 lines
Diff to previous 1.29
#488542 by yched: Allow field UI to be attached to any fieldable entity.

Revision 1.29 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 7 09:28:07 2009 UTC (4 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.28: +37 -60 lines
Diff to previous 1.28
- Patch #512236 by bjaspan: fixed design flaws in field_attach_query(). Well-documented and tested.

Revision 1.28 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 6 19:10:01 2009 UTC (4 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.27: +3 -3 lines
Diff to previous 1.27
- Patch #511486 by yched: updated documentation.

Revision 1.27 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 28 01:00:42 2009 UTC (5 months ago) by webchick
Branch: MAIN
Changes since 1.26: +22 -14 lines
Diff to previous 1.26
#333171 by catch: Provide cache_get_multiple() and allow clearing of multiple cache IDs at once (with tests).

Revision 1.26 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 25 06:23:37 2009 UTC (5 months ago) by dries
Branch: MAIN
Changes since 1.25: +2 -2 lines
Diff to previous 1.25
- Patch #501420 by yched: field_attach_form() should take  by reference.

Revision 1.25 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 25 05:13:17 2009 UTC (5 months ago) by dries
Branch: MAIN
Changes since 1.24: +1 -2 lines
Diff to previous 1.24
- Patch #367215 by bjaspan: fixed documentation.

Revision 1.24 - (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.23: +1 -12 lines
Diff to previous 1.23
- Patch #367215 by yched, sun et al: remove 'exclude from ' display setting.  Feel good moment!

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

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 7 00:00:57 2009 UTC (5 months, 3 weeks ago) by webchick
Branch: MAIN
Changes since 1.21: +2 -2 lines
Diff to previous 1.21
#392494 follow-up by yched: Clean-ups to Field API scalar search patch.

Revision 1.21 - (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.20: +312 -61 lines
Diff to previous 1.20
#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.20 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 5 18:25:41 2009 UTC (5 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.19: +20 -31 lines
Diff to previous 1.19
- Patch #445044 by bjaspan, Damien Tournoud, chx, Berdir: remove the field autoload feature.

Revision 1.19 - (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.18: +16 -16 lines
Diff to previous 1.18
#453726 by yched: Remove unnecessary &s next to object parameters in field API.

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 27 18:33:56 2009 UTC (6 months ago) by dries
Branch: MAIN
Changes since 1.17: +2 -2 lines
Diff to previous 1.17
- Patch #472642 by stella, agentrickard: remove 'implementation of' nominalizations from Docblocks.

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 17 03:12:17 2009 UTC (6 months, 1 week ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-7
Changes since 1.16: +24 -22 lines
Diff to previous 1.16
#456488 by yched: Only cache field data for current revision.

Revision 1.16 - (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.15: +141 -95 lines
Diff to previous 1.15
#362024 by neclimdul, yched, and bjaspan: Make hook_field_load() multiple like field_attach_load().

Revision 1.15 - (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.14: +3 -6 lines
Diff to previous 1.14
- Patch #367525 by zzolo: drupal_alter instead of hook_field_attach_view().

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 9 18:28:12 2009 UTC (6 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13
- Patch #457532 by Berdir: more PHP5 'fixes'.

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

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 30 14:41:41 2009 UTC (6 months, 4 weeks ago) by dries
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11
- Patch #441180 by bjaspan: added a point.

Revision 1.11 - (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.10: +7 -7 lines
Diff to previous 1.10
- Patch #441180 by bjaspan, yched: field_attach_delete_bundle() called hook_field_attach_delete_bundle too soon.

Revision 1.10 - (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.9: +3 -3 lines
Diff to previous 1.9
#431870 by yched: Whitespace clean-up.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 31 01:59:34 2009 UTC (7 months, 4 weeks ago) by webchick
Branch: MAIN
Changes since 1.8: +1 -2 lines
Diff to previous 1.8
#369964 follow-up by yched: Remove deprecated function call.

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: +81 -26 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: +87 -16 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]
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.5: +2 -2 lines
Diff to previous 1.5
#369562 follow-up by jeffschuler: More trivial field API clean-up.

Revision 1.5 - (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.4: +17 -3 lines
Diff to previous 1.4
- Patch #369785 by bjaspan, venkatd, linolium: define constants for field storage.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 8 04:25:04 2009 UTC (8 months, 3 weeks ago) by webchick
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3
#383066 by David Strauss: Rename hook_nodeapi_X to hook_node_X.

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: +22 -17 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: +632 -632 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