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

Log of /drupal/modules/field/field.info.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.28 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 13 11:59:14 2009 UTC (12 days, 4 hours ago) by dries
Branch: MAIN
CVS Tags: HEAD
Changes since 1.27: +7 -7 lines
Diff to previous 1.27
- Rollback of #631486 (wrong incomplete commit)

Revision 1.27 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 13 10:21:50 2009 UTC (12 days, 6 hours ago) by dries
Branch: MAIN
Changes since 1.26: +7 -7 lines
Diff to previous 1.26
- Patch #530652 by sun: _user_password_dynamic_validation() should be a #process of password_confirm().

Revision 1.26 - (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
CVS Tags: DRUPAL-7-0-UNSTABLE-10
Changes since 1.25: +10 -63 lines
Diff to previous 1.25
- Patch #606994 by yched: move entity handling out of Field API.

Revision 1.25 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 25 02:51:28 2009 UTC (4 weeks, 3 days ago) by webchick
Branch: MAIN
Changes since 1.24: +6 -4 lines
Diff to previous 1.24
#613780 by yched: Fixed incomplete initialisation in _field_info_collate_fields() / 'instances'.

Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 16 02:47:16 2009 UTC (5 weeks, 5 days ago) by webchick
Branch: MAIN
Changes since 1.23: +2 -2 lines
Diff to previous 1.23
#470242 follow-up by bjaspan: Fix typo.

Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 16 02:04:42 2009 UTC (5 weeks, 5 days ago) by webchick
Branch: MAIN
Changes since 1.22: +2 -2 lines
Diff to previous 1.22
#565480 by plach and peximo: TF #2: Multilingual field handling. Integration between field API and locale module + translatable node bodies.

Revision 1.22 - (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.21: +48 -39 lines
Diff to previous 1.21
- Patch #470242 by yched, bjaspan: fixed namespacing for bundle names to avoid users rendering their site unusable.

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

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

Revision 1.19 - (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.18: +65 -10 lines
Diff to previous 1.18
- 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.18 - (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
CVS Tags: DRUPAL-7-0-UNSTABLE-9
Changes since 1.17: +2 -2 lines
Diff to previous 1.17
- Patch #570218 by yched: viewing 'Manage fields' page clears field data cache.

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 5 09:57:21 2009 UTC (2 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16
- Patch #568396 by bjaspan: fixed typo.

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 31 05:35:47 2009 UTC (2 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15
- Patch #563742 by plach: hotfix for broken hook_entity_info_alter().

Revision 1.15 - (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.14: +26 -23 lines
Diff to previous 1.14
- Patch #460320 by catch, fago, Frando: standardized, pluggable entity loading for nodes, users, taxonomies, files and comments.

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

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 19 13:31:12 2009 UTC (3 months ago) by webchick
Branch: MAIN
Changes since 1.12: +7 -1 lines
Diff to previous 1.12
#516138 by yched, KarenS, quicksketch, bangpound, et al.: CC-FREAKING-K IN CORE! OH YEAH! :D

Revision 1.12 - (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.11: +74 -26 lines
Diff to previous 1.11
- Patch #367753 by yched, bjaspan: add support for bulk deletion to Fields API.

Revision 1.11 - (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.10: +83 -35 lines
Diff to previous 1.10
- Patch #535034 by yched: clean up how fields and instances are prepared for runtime.

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

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

Revision 1.8 - (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
CVS Tags: DRUPAL-7-0-UNSTABLE-8
Changes since 1.7: +8 -6 lines
Diff to previous 1.7
#488542 by yched: Allow field UI to be attached to any fieldable entity.

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

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 5 18:25:41 2009 UTC (5 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.5: +19 -30 lines
Diff to previous 1.5
- Patch #445044 by bjaspan, Damien Tournoud, chx, Berdir: remove the field autoload feature.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 13 05:18:17 2009 UTC (7 months, 1 week ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-7
Changes since 1.4: +2 -2 lines
Diff to previous 1.4
#431870 by yched: Whitespace clean-up.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 10 16:09:00 2009 UTC (9 months, 2 weeks ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-5, DRUPAL-7-0-UNSTABLE-6
Changes since 1.3: +16 -6 lines
Diff to previous 1.3
#370037 by bjaspan: Add means of getting all instances of a field.

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
Changes since 1.2: +2 -3 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]
Sun Feb 8 21:22:59 2009 UTC (9 months, 2 weeks ago) by webchick
Branch: MAIN
Changes since 1.1: +6 -0 lines
Diff to previous 1.1
#369562 by bjaspan and yched: Clean up a few minor things in field API.

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