/[drupal]/drupal/modules/field/field.module
ViewVC logotype

Log of /drupal/modules/field/field.module

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.47 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 31 18:00:48 2009 UTC (3 weeks, 4 days ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-10, HEAD
Changes since 1.46: +3 -13 lines
Diff to previous 1.46
- Patch #615484 by yched: remove schema rebuild from field_cache_clear().

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

Revision 1.45 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 26 00:15:41 2009 UTC (4 weeks, 3 days ago) by dries
Branch: MAIN
Changes since 1.44: +2 -2 lines
Diff to previous 1.44
- Patch #307354 by xmacinfo, heather: rename 'Display fields' to 'Manage Display'.

Revision 1.44 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 23 22:24:13 2009 UTC (4 weeks, 5 days ago) by webchick
Branch: MAIN
Changes since 1.43: +4 -4 lines
Diff to previous 1.43
#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.43 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 22 00:49:12 2009 UTC (5 weeks ago) by dries
Branch: MAIN
Changes since 1.42: +2 -2 lines
Diff to previous 1.42
- Patch #603236 by bjaspan, catch: add count facility to field_attach_query(). Was ready before code freeze.

Revision 1.42 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 18 01:55:13 2009 UTC (5 weeks, 4 days ago) by dries
Branch: MAIN
Changes since 1.41: +2 -2 lines
Diff to previous 1.41
- Patch #607478 by Scott Reynolds: fixed small spelling mistake in field.module documentation.

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

Revision 1.40 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 12 05:22:57 2009 UTC (6 weeks, 3 days ago) by webchick
Branch: MAIN
Changes since 1.39: +5 -2 lines
Diff to previous 1.39
#560780 by quicksketch, ksenzee, Arancaytar, yched, and arianek: Added Image Field to image.module. Hellooooo, native image handling in core! :D

Revision 1.39 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 9 19:22:56 2009 UTC (6 weeks, 5 days ago) by dries
Branch: MAIN
Changes since 1.38: +8 -4 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 07:31:38 2009 UTC (6 weeks, 6 days ago) by webchick
Branch: MAIN
Changes since 1.37: +7 -7 lines
Diff to previous 1.37
#599122 by scor: Convert all require(DRUPAL_ROOT . 'file') to module_load_include().

Revision 1.37 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 1 19:16:57 2009 UTC (7 weeks, 6 days ago) by dries
Branch: MAIN
Changes since 1.36: +1 -14 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 ago) by dries
Branch: MAIN
Changes since 1.35: +19 -1 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]
Sun Sep 27 12:52:55 2009 UTC (8 weeks, 3 days ago) by dries
Branch: MAIN
Changes since 1.34: +30 -19 lines
Diff to previous 1.34
- 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.34 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 11 06:48:02 2009 UTC (2 months, 2 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-9
Changes since 1.33: +17 -1 lines
Diff to previous 1.33
- Patch #569362 by scor, effulgentsia, catch: add attributes and title_attributes() variables for tpl files so that RDFa and Microformats can be implemented.

Revision 1.33 - (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
Changes since 1.32: +83 -3 lines
Diff to previous 1.32
#569072 by rcross and yched:  Clean field_attach_()* namespace by renaming and moving non-crud functions.

Revision 1.32 - (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.31: +9 -3 lines
Diff to previous 1.31
- Patch #567092 by rcross, yched, bjaspan: merge hook_field_formatter_info() and hook_theme().

Revision 1.31 - (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.30: +2 -2 lines
Diff to previous 1.30
- Patch #570218 by yched: viewing 'Manage fields' page clears field data cache.

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

Revision 1.29 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 27 04:40:12 2009 UTC (2 months, 4 weeks ago) by webchick
Branch: MAIN
Changes since 1.28: +1 -18 lines
Diff to previous 1.28
#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.28 - (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.27: +8 -5 lines
Diff to previous 1.27
#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.27 - (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.26: +5 -8 lines
Diff to previous 1.26
Of all the patches to accidentally commit without a message. :( Rolling back registry rip. Let's try that again.

Revision 1.26 - (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.25: +8 -5 lines
Diff to previous 1.25
*** empty log message ***

Revision 1.25 - (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.24: +15 -3 lines
Diff to previous 1.24
#367595 by plach, catch, sun, yched, et al: Added support for translatable fields to Field API.

Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 19 22:46:05 2009 UTC (3 months, 1 week ago) by webchick
Branch: MAIN
Changes since 1.23: +3 -5 lines
Diff to previous 1.23
#552084 by jhodgdon: Removed references to 'CCK' in core.

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

Revision 1.22 - (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.21: +16 -3 lines
Diff to previous 1.21
- Patch #367753 by yched, bjaspan: add support for bulk deletion to Fields API.

Revision 1.21 - (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.20: +12 -8 lines
Diff to previous 1.20
- Patch #535034 by yched: clean up how fields and instances are prepared for runtime.

Revision 1.20 - (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
CVS Tags: DRUPAL-7-0-UNSTABLE-8
Changes since 1.19: +4 -8 lines
Diff to previous 1.19
- Patch #512236 by yched, bjaspan: design flaw in field_attach_query(), follow-up patch with bugfixes and tests.

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 13 21:09:54 2009 UTC (4 months, 1 week ago) by webchick
Branch: MAIN
Changes since 1.18: +2 -2 lines
Diff to previous 1.18
#455844 follow-up by yched: Change render() to print render() for consistency with other template variables.

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

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

Revision 1.16 - (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.15: +9 -8 lines
Diff to previous 1.15
- Patch #508440 by yched: build mode, it is.

Revision 1.15 - (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.14: +2 -11 lines
Diff to previous 1.14
- Patch #367215 by yched, sun et al: remove 'exclude from ' display setting.  Feel good moment!

Revision 1.14 - (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.13: +7 -11 lines
Diff to previous 1.13
- Patch #409750 by yched et al: overhaul and extend node build modes.

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 6 16:17:30 2009 UTC (5 months, 2 weeks ago) by webchick
Branch: MAIN
Changes since 1.12: +20 -1 lines
Diff to previous 1.12
#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.12 - (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.11: +8 -7 lines
Diff to previous 1.11
- Patch #445044 by bjaspan, Damien Tournoud, chx, Berdir: remove the field autoload feature.

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 2 07:02:17 2009 UTC (5 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.10: +9 -7 lines
Diff to previous 1.10
- Patch #439236 by alex_b: field_attach_create_bundle() undefined when creating a content type on hook_update().

Revision 1.10 - (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.9: +10 -10 lines
Diff to previous 1.9
- Patch #472642 by stella, agentrickard: remove 'implementation of' nominalizations from Docblocks.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 25 10:43:52 2009 UTC (6 months ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-7
Changes since 1.8: +4 -4 lines
Diff to previous 1.8
- Patch #470594 by Moshe: convert more pages and blocks to return arrays.

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

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: +10 -1 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 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.5: +2 -1 lines
Diff to previous 1.5
- Patch #392686 by bjaspan, yched: switch to serial primary keys.

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

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: +14 -14 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: +3 -12 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 01:21:16 2009 UTC (9 months, 2 weeks ago) by webchick
Branch: MAIN
Changes since 1.1: +608 -609 lines
Diff to previous 1.1
#361683 follow-up by yched and sun: Fix failing tests and 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