webchick
|
16b5120350
|
Issue #943772 by jpsoto, yched, catch, bojanz, pillarsdotnet, steinmb: Fixed field_delete_field() and others fail for inactive fields.
|
2011-08-29 23:12:18 -07:00 |
webchick
|
3a9a4ee0e6
|
Issue #1204230 by xjm, sun, yched: Missing hook_field_widget_form_alter().
|
2011-08-29 11:00:28 -07:00 |
webchick
|
1e48014398
|
Issue #717834 by David_Rothstein, clemens.tolboom, catch: Fixed The dependencies declared in core's hook_update_dependencies() implementations aren't actually correct.
|
2011-08-06 16:29:31 -07:00 |
webchick
|
8cba9e72b1
|
Issue #1174444 by Boobaa, xjm, Dave Reid: Make the _element_validate_()* functions in field.module available for all contrib modules to use.
|
2011-07-31 19:41:58 -07:00 |
webchick
|
fb55033fff
|
Oopsie. Wrong patch.
|
2011-07-31 19:41:30 -07:00 |
webchick
|
9c85b350d1
|
Issue #1174444 by Boobaa, xjm, Dave Reid: Make the _element_validate_()* functions in field.module available for all contrib modules to use.
|
2011-07-31 19:39:41 -07:00 |
webchick
|
73db412ca9
|
Issue #1194480 by James_Stallings, jhodgdon: Fixed field_default_view() doc has problems.
|
2011-07-28 15:50:58 -04:00 |
webchick
|
0f399a6dbf
|
Issue #1228920 by pp: Fixed hook_field_extra_fields_alter() functions example code is wrong.
|
2011-07-28 15:27:02 -04:00 |
webchick
|
d2f75bfe92
|
Issue #1206200 follow-up by chx: Commit missing hunk from 7.x version.
|
2011-07-20 02:30:14 -07:00 |
webchick
|
be1bb23a1e
|
Issue #1164852 by plach: Default the 'translatable' bit on fields to FALSE for fields created in the UI, to match those created by the API.
|
2011-07-20 01:20:33 -07:00 |
webchick
|
ee8670c295
|
Issue #1206200 by plach, chx: Add support for field meta conditions in EntityFieldQuery to allow for field language updates.
|
2011-07-20 01:02:18 -07:00 |
webchick
|
1f00fb6cc7
|
Issue #1047070 by douggreen, marcingy, yched: Fixed list_field_update_forbid() logic is backwards.
|
2011-07-06 14:02:58 -07:00 |
webchick
|
1942cb4d0b
|
And the .install file for the test. You'd think I wouldn't forget that TWICE, but you would be wrong.
|
2011-07-04 10:09:47 -07:00 |
webchick
|
2c01d0549e
|
Issue #1049462 by rfay: Fixed Usage of deprecated form_state['clicked_button'] causes bugs during AJAX submissions by non-buttons.
|
2011-06-29 23:16:35 -07:00 |
webchick
|
a1ac3f6d95
|
Issue #1191014 by ttaylor249, oriol_e9g: Fixed Field Storage API topic and field_create_field() have wrong variable name in doc.
|
2011-06-26 23:18:53 -07:00 |
webchick
|
9e46929974
|
Issue #1026878 by LoMo, pillarsdotnet: Fixed Float and Decimal values not fully validated.
|
2011-06-26 22:42:06 -07:00 |
webchick
|
7fb83c6354
|
Issue #1190928 by droplet: Add examples of entity type in field_get_items() (and fix punctuation in other examples).
|
2011-06-21 22:56:40 -07:00 |
webchick
|
4e934df8eb
|
Issue #1169426 by plach, fietserwin, sun: Fixed Field invoke multiple does not handle field language correctly.
|
2011-06-21 22:31:35 -07:00 |
webchick
|
6bca3db38b
|
Issue #1115510 by catch, barbi, amateescu: Fixed Entity providing modules must call field_attach_delete_bundle() in hook_uninstall().
|
2011-06-14 04:27:14 -04:00 |
webchick
|
86f0c5684e
|
Issue #1179970 by kafitz, dinarcon: Fixed spelling mistake in Field API docs.
|
2011-06-08 20:41:56 -07:00 |
webchick
|
02d6d3541a
|
Issue #1017850 by yched: Improve documentation for field_view_value().
|
2011-06-04 11:10:28 -07:00 |
webchick
|
a8dc7a1d50
|
Issue #1138040 by barbi: Fixed hook_field_shema() doc has incorrect field type in format in example.
|
2011-05-30 21:07:39 -07:00 |
webchick
|
70ec086e99
|
Issue #1160792 by andrewmacpherson: Fixed Spelling mistake in documentation for theme_field().
|
2011-05-30 20:51:03 -07:00 |
webchick
|
3ace0b2a33
|
Issue #1166088 by barbi: Fixed Field Language API page has incorrect note about languages.
|
2011-05-29 22:36:39 -07:00 |
webchick
|
de8325a3ef
|
Issue #1089174 follow-up by plach: Fix notices and expand tests.
|
2011-05-23 16:11:56 -07:00 |
webchick
|
75a0deb272
|
Issue #1089174 by plach: Fixed Prepare view hooks do not receive the language parameter.
|
2011-05-18 00:07:38 -05:00 |
Dries Buytaert
|
78f4cc01c1
|
- Patch #1157426 by Gábor Hojtsy: field system uses t() incorrectly and inconsistently.
|
2011-05-15 17:38:57 -07:00 |
Dries Buytaert
|
94a137d7a8
|
- Patch #1055234 by jhodgdon, linclark: field_bundle_settings() doc example is wrong.
|
2011-05-08 16:18:03 -04:00 |
Dries Buytaert
|
a22d7770d4
|
- Patch #1024684 by linclark: omit & in @param statements (for consistency).
|
2011-05-08 15:51:01 -04:00 |
Dries Buytaert
|
b130c2f71f
|
- Patch #1067806 by starsinmypockets: _field_info_prepare_instance() calls, but does not use, field_info_field_types().
|
2011-04-25 22:03:53 -04:00 |
Dries Buytaert
|
8cdf750e0e
|
- Patch #1066118 by Barrett: hook_field_widget_form() has punctuation error.
|
2011-04-12 22:54:25 +02:00 |
Dries Buytaert
|
00361a2c78
|
- Patch #1107376 by jhedstrom: weight not a property of a field instance, so doc shouldn't say it is.
|
2011-04-12 22:49:18 +02:00 |
webchick
|
8fbf445fa0
|
Issue #1106528 by joachim: field_attach_form_validate() documentation indentation is incorrect.
|
2011-03-28 08:49:12 -07:00 |
webchick
|
e7390c50b5
|
Issue #1097972 by boombatower: Fixed hook_field_extra_fields_display_alter() incorrect example code.
|
2011-03-28 08:39:48 -07:00 |
webchick
|
34c6cdd66b
|
Issue #1022924 by yched, chx: Fixed critical bug: Updates are broken for deleted fields in installs upgraded from rc1.
|
2011-03-10 01:40:12 -06:00 |
The Great Git Migration
|
79bcdb8b7d
|
Stripping CVS keywords
|
2011-02-25 02:06:03 +00:00 |
Dries Buytaert
|
778151596f
|
- Patch #1059184 by yched: warnings in list_update_7001 (edge cases).
|
2011-02-23 20:26:56 +00:00 |
Dries Buytaert
|
860e546695
|
- Patch #1019596 by RoboPhred: field_read_instance() doc says it will not return deleted instance, but that is a parameter option.
|
2011-02-19 01:09:31 +00:00 |
Dries Buytaert
|
fa39282ef7
|
- Patch #1056108 by 1V: consistent use of 'JavaScript' and 'Ajax'.
|
2011-02-19 00:09:11 +00:00 |
Dries Buytaert
|
f1399ea638
|
- Patch #1019710 by stephenh: Changed Standardize @file comments in .test files.
|
2011-02-04 18:42:22 +00:00 |
Angie Byron
|
1a7a0810dd
|
#934726 by yched, jinglemansweep: Fixed Undefined index: taxonomy_term in taxonomy_field_formatter_view()
|
2011-01-28 07:38:47 +00:00 |
Dries Buytaert
|
ee9cfb918d
|
- Patch #1001624 by pillarsdotnet: avoid 'Undefined index' notice in field_info_max_weight() function of modules/field/field.info.inc.
|
2011-01-24 12:51:08 +00:00 |
Dries Buytaert
|
1750dba6b6
|
- Patch #1024840 by Jody Lynn: whitespace fixes for field module.
|
2011-01-18 18:25:17 +00:00 |
Dries Buytaert
|
4db3ae34fb
|
- Patch #1014708 by bfroehle, thekevinday: hook_field_read_field() reference parameter problem.
|
2011-01-18 18:11:30 +00:00 |
Angie Byron
|
db538c8250
|
#987384 follow-up by h_peter, jhodgdon: Further clean-ups to group topics.
|
2011-01-03 18:03:54 +00:00 |
Angie Byron
|
7264290ea8
|
#987384 by h_peter, jhodgdon: Fixed Topics/groups in D7 need cleanup
|
2011-01-02 17:26:40 +00:00 |
Angie Byron
|
0c8931dd76
|
#986992 follow-up by yched, saintiss: Fix to field_sql_storage_update_7001().
|
2010-12-31 20:40:42 +00:00 |
Angie Byron
|
3999984bf8
|
#996160 follow-up by rfay: Fix typo.
|
2010-12-21 21:01:49 +00:00 |
Angie Byron
|
2d9916e6f6
|
#986992 follow-up by yched, sun: Robustify upgrade path.
|
2010-12-21 04:11:12 +00:00 |
Angie Byron
|
15ec48062c
|
#915174 by sdboyer, sun: Remove pointless files[] declarations on files that are not declaring classes.
|
2010-12-20 19:59:44 +00:00 |