webchick
|
2797acb952
|
Issue #1391426 by yched: Fixed Wrong bundles in EntityFieldQueryTestCase.
|
2012-01-21 09:54:59 -08:00 |
webchick
|
0736fbb14b
|
Issue #1371938 by yched, Everett Zufelt, xjm, casey: Fixed hook_field_delete() no longer invoked during field_purge_data().
|
2012-01-21 09:52:47 -08:00 |
webchick
|
dae2df9cb5
|
Issue #1273722 by bfroehle: Fix FieldAttachTestCase::setUp() signature.
|
2011-12-31 16:11:08 -08:00 |
webchick
|
5f9bb354ef
|
Issue #1380660 by aspilicious, loganfsmyth: Fixed field_available_languages() static cache never cleared.
|
2011-12-31 15:56:32 -08:00 |
webchick
|
1bbb219c2e
|
Issue #1386318 by barbi: Fixed hook_field_widget_info() should have a @see to other function.
|
2011-12-27 21:40:33 -08:00 |
webchick
|
8de8ead4d3
|
Issue #1373194 by chris.leversuch: Fixed Field Attach API topic/group page should link to Field Language API page.
|
2011-12-24 17:25:37 -08:00 |
webchick
|
86ff7681c8
|
Issue #1349610 by bartlantz, jhodgdon: Make the subtopics of Field API link back to it.
|
2011-12-22 01:31:34 -08:00 |
Dries
|
ee6826fc16
|
- Patch #1146088 by lyricnz: label always visible for table formatter.
|
2011-12-19 09:41:11 -05:00 |
webchick
|
09d37840be
|
Issue #1349610 by bartlantz: Added make the subtopics of Field API link back to it.
|
2011-12-10 23:39:15 -06:00 |
webchick
|
e9360598a8
|
Issue #673224 by rocket_nova, jhodgdon: Fixed None of the hooks in field.api.php are grouped as such.
|
2011-12-10 23:34:11 -06:00 |
webchick
|
e59e9d948f
|
Issue #1301522 by xjm, Rob Loach, David_Rothstein: Fixed field_ui_default_value_widget() does not pass along the entity type when it creates the default value form.
|
2011-12-10 23:15:51 -06:00 |
Dries
|
fcc870726c
|
- Patch #1345152 by Zgear, chris.leversuch: field_create_field() and related functions have incorrect exception throwing docs.
|
2011-12-09 10:32:50 -05:00 |
webchick
|
364a36e8ab
|
Issue #1333346 by claudiu.cristea: Fixed hook_field_extra_fields_alter() example code.
|
2011-11-11 20:53:42 -08:00 |
webchick
|
1986255b09
|
Issue #1320576 by amateescu: Fixed hook_field_purge_field_instance() doesn't exist.
|
2011-10-25 12:29:39 -07:00 |
webchick
|
a5fd8c9478
|
Issue #1066274 by pcambra, Damien Tournoud, xjm: Added hook_options_list() should allow to pass the instance of a field .
|
2011-10-19 23:39:43 -07:00 |
webchick
|
36dfb0797b
|
Issue #1310164 by sven.lauer: Documentation missing for #object in Field API.
|
2011-10-17 09:24:23 -07:00 |
webchick
|
0710e3cd5e
|
Issue #1002734 by pillarsdotnet, yched: Fixed Multiple 'Undefined index' notices in modules/field/modules/number/number.module.
|
2011-10-17 08:45:00 -07:00 |
webchick
|
4c90f539bd
|
Issue #1115106 by Damien Tournoud: Fixed Failures to update a field are not properly handed in SQL Storage and Field UI.
|
2011-10-09 07:55:41 -07:00 |
webchick
|
fe1461efbc
|
Issue #1300482 by pillarsdotnet: Fixed Remove cruft function_exists() from _field_filter_items() leftover from the (removed) function registry.
|
2011-10-06 10:36:07 -07:00 |
webchick
|
1961c11175
|
Issue #1292922 by loganfsmyth, plach: Fixed EntityFieldQuery count query broken for translatable fields.
|
2011-10-05 17:55:07 -07:00 |
webchick
|
d967abdf1d
|
Issue #1054848 by barraponto: Fixing common typos through codespell.py.
|
2011-10-02 11:09:00 -07:00 |
webchick
|
5dedc4c400
|
Issue #1226796 by sun, catch, Damien Tournoud: Fixed Not equal operator '!=' is not supported by all databases, must be '<>'.
|
2011-09-27 12:06:35 -07:00 |
Dries Buytaert
|
19d469fb07
|
- Patch #999040 by Niklas Fiekas: corrected alternative control structure syntax in theme templates.
|
2011-09-11 20:28:49 -04:00 |
Dries Buytaert
|
40f9532922
|
- Patch #1212018 by Liam Morland: form required marker in field.form.inc should use theme system.
|
2011-09-10 10:21:34 -04:00 |
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 |