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

Log of /drupal/modules/field/field.install

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.16 - (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
CVS Tags: DRUPAL-7-0-UNSTABLE-10, HEAD
Changes since 1.15: +8 -2 lines
Diff to previous 1.15
- Patch #470242 by yched, bjaspan: fixed namespacing for bundle names to avoid users rendering their site unusable.

Revision 1.15 - (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.14: +11 -14 lines
Diff to previous 1.14
- Patch #578230 by yched, sun: clean-up: remove 'widget_active()' behavior.

Revision 1.14 - (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.13: +49 -23 lines
Diff to previous 1.13
- 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.13 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 10 06:38:17 2009 UTC (2 months, 2 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-9
Changes since 1.12: +1 -8 lines
Diff to previous 1.12
- Patch #306151 by agentrickard, David_Rothstein, Dave Reid, dbabbage, moshe weitzman: automatically install/uninstall schema.

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

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

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 12 11:35:59 2009 UTC (3 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.9: +3 -4 lines
Diff to previous 1.9
- Patch #544400 by yched, bjaspan: wrong unique key in {field_config_instance}.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 28 10:05:32 2009 UTC (5 months, 4 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-8
Changes since 1.8: +13 -12 lines
Diff to previous 1.8
- Patch #364620 by bjaspan, yched: allow creating a field with a deleted name.

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

Revision 1.7 - (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.6: +2 -2 lines
Diff to previous 1.6
- Patch #471070 by stella: millions of code style fixes.

Revision 1.6 - (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.5: +2 -2 lines
Diff to previous 1.5
- Patch #415044 by bjaspan, yched: indexes for field storage.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 13 19:42:15 2009 UTC (6 months, 1 week ago) by webchick
Branch: MAIN
Changes since 1.4: +6 -1 lines
Diff to previous 1.4
#320011 by lilou, snufkin, and karschp: Add consistent @file declarations to all .install files.

Revision 1.4 - (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.3: +22 -3 lines
Diff to previous 1.3
- Patch #392686 by bjaspan, yched: switch to serial primary keys.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 11 04:45:57 2009 UTC (9 months, 1 week ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-5
Changes since 1.2: +1 -33 lines
Diff to previous 1.2
#372376 by yched: Remove uninstall/disable hooks from required field.module.

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
Changes since 1.1: +2 -2 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]
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