summaryrefslogtreecommitdiff
path: root/modules/field
Commit message (Collapse)AuthorAge
...
* Issue #1349610 by bartlantz: Added make the subtopics of Field API link back ↵webchick2011-12-10
| | | | to it.
* Issue #673224 by rocket_nova, jhodgdon: Fixed None of the hooks in ↵webchick2011-12-10
| | | | field.api.php are grouped as such.
* Issue #1301522 by xjm, Rob Loach, David_Rothstein: Fixed ↵webchick2011-12-10
| | | | field_ui_default_value_widget() does not pass along the entity type when it creates the default value form.
* - Patch #1345152 by Zgear, chris.leversuch: field_create_field() and related ↵Dries2011-12-09
| | | | functions have incorrect exception throwing docs.
* Issue #1333346 by claudiu.cristea: Fixed hook_field_extra_fields_alter() ↵webchick2011-11-11
| | | | example code.
* Issue #1320576 by amateescu: Fixed hook_field_purge_field_instance() doesn't ↵webchick2011-10-25
| | | | exist.
* Issue #1066274 by pcambra, Damien Tournoud, xjm: Added hook_options_list() ↵webchick2011-10-19
| | | | should allow to pass the instance of a field .
* Issue #1310164 by sven.lauer: Documentation missing for #object in Field API.webchick2011-10-17
|
* Issue #1002734 by pillarsdotnet, yched: Fixed Multiple 'Undefined index' ↵webchick2011-10-17
| | | | notices in modules/field/modules/number/number.module.
* Issue #1115106 by Damien Tournoud: Fixed Failures to update a field are not ↵webchick2011-10-09
| | | | properly handed in SQL Storage and Field UI.
* Issue #1300482 by pillarsdotnet: Fixed Remove cruft function_exists() from ↵webchick2011-10-06
| | | | _field_filter_items() leftover from the (removed) function registry.
* Issue #1292922 by loganfsmyth, plach: Fixed EntityFieldQuery count query ↵webchick2011-10-05
| | | | broken for translatable fields.
* Issue #1054848 by barraponto: Fixing common typos through codespell.py.webchick2011-10-02
|
* Issue #1226796 by sun, catch, Damien Tournoud: Fixed Not equal operator '!=' ↵webchick2011-09-27
| | | | is not supported by all databases, must be '<>'.
* - Patch #999040 by Niklas Fiekas: corrected alternative control structure ↵Dries Buytaert2011-09-11
| | | | syntax in theme templates.
* - Patch #1212018 by Liam Morland: form required marker in field.form.inc ↵Dries Buytaert2011-09-10
| | | | should use theme system.
* Issue #943772 by jpsoto, yched, catch, bojanz, pillarsdotnet, steinmb: Fixed ↵webchick2011-08-29
| | | | field_delete_field() and others fail for inactive fields.
* Issue #1204230 by xjm, sun, yched: Missing hook_field_widget_form_alter().webchick2011-08-29
|
* Issue #717834 by David_Rothstein, clemens.tolboom, catch: Fixed The ↵webchick2011-08-06
| | | | dependencies declared in core's hook_update_dependencies() implementations aren't actually correct.
* Issue #1174444 by Boobaa, xjm, Dave Reid: Make the _element_validate_()* ↵webchick2011-07-31
| | | | functions in field.module available for all contrib modules to use.
* Oopsie. Wrong patch.webchick2011-07-31
|
* Issue #1174444 by Boobaa, xjm, Dave Reid: Make the _element_validate_()* ↵webchick2011-07-31
| | | | functions in field.module available for all contrib modules to use.
* Issue #1194480 by James_Stallings, jhodgdon: Fixed field_default_view() doc ↵webchick2011-07-28
| | | | has problems.
* Issue #1228920 by pp: Fixed hook_field_extra_fields_alter() functions ↵webchick2011-07-28
| | | | example code is wrong.
* Issue #1206200 follow-up by chx: Commit missing hunk from 7.x version.webchick2011-07-20
|
* Issue #1164852 by plach: Default the 'translatable' bit on fields to FALSE ↵webchick2011-07-20
| | | | for fields created in the UI, to match those created by the API.
* Issue #1206200 by plach, chx: Add support for field meta conditions in ↵webchick2011-07-20
| | | | EntityFieldQuery to allow for field language updates.
* Issue #1047070 by douggreen, marcingy, yched: Fixed ↵webchick2011-07-06
| | | | list_field_update_forbid() logic is backwards.
* And the .install file for the test. You'd think I wouldn't forget that ↵webchick2011-07-04
| | | | TWICE, but you would be wrong.
* Issue #1049462 by rfay: Fixed Usage of deprecated ↵webchick2011-06-29
| | | | form_state['clicked_button'] causes bugs during AJAX submissions by non-buttons.
* Issue #1191014 by ttaylor249, oriol_e9g: Fixed Field Storage API topic and ↵webchick2011-06-26
| | | | field_create_field() have wrong variable name in doc.
* Issue #1026878 by LoMo, pillarsdotnet: Fixed Float and Decimal values not ↵webchick2011-06-26
| | | | fully validated.
* Issue #1190928 by droplet: Add examples of entity type in field_get_items() ↵webchick2011-06-21
| | | | (and fix punctuation in other examples).
* Issue #1169426 by plach, fietserwin, sun: Fixed Field invoke multiple does ↵webchick2011-06-21
| | | | not handle field language correctly.
* Issue #1115510 by catch, barbi, amateescu: Fixed Entity providing modules ↵webchick2011-06-14
| | | | must call field_attach_delete_bundle() in hook_uninstall().
* Issue #1179970 by kafitz, dinarcon: Fixed spelling mistake in Field API docs.webchick2011-06-08
|
* Issue #1017850 by yched: Improve documentation for field_view_value().webchick2011-06-04
|
* Issue #1138040 by barbi: Fixed hook_field_shema() doc has incorrect field ↵webchick2011-05-30
| | | | type in format in example.
* Issue #1160792 by andrewmacpherson: Fixed Spelling mistake in documentation ↵webchick2011-05-30
| | | | for theme_field().
* Issue #1166088 by barbi: Fixed Field Language API page has incorrect note ↵webchick2011-05-29
| | | | about languages.
* Issue #1089174 follow-up by plach: Fix notices and expand tests.webchick2011-05-23
|
* Issue #1089174 by plach: Fixed Prepare view hooks do not receive the ↵webchick2011-05-18
| | | | language parameter.
* - Patch #1157426 by Gábor Hojtsy: field system uses t() incorrectly and ↵Dries Buytaert2011-05-15
| | | | inconsistently.
* - Patch #1055234 by jhodgdon, linclark: field_bundle_settings() doc example ↵Dries Buytaert2011-05-08
| | | | is wrong.
* - Patch #1024684 by linclark: omit & in @param statements (for consistency).Dries Buytaert2011-05-08
|
* - Patch #1067806 by starsinmypockets: _field_info_prepare_instance() calls, ↵Dries Buytaert2011-04-25
| | | | but does not use, field_info_field_types().
* - Patch #1066118 by Barrett: hook_field_widget_form() has punctuation error.Dries Buytaert2011-04-12
|
* - Patch #1107376 by jhedstrom: weight not a property of a field instance, so ↵Dries Buytaert2011-04-12
| | | | doc shouldn't say it is.
* Issue #1106528 by joachim: field_attach_form_validate() documentation ↵webchick2011-03-28
| | | | indentation is incorrect.
* Issue #1097972 by boombatower: Fixed hook_field_extra_fields_display_alter() ↵webchick2011-03-28
| | | | incorrect example code.