summaryrefslogtreecommitdiff
path: root/modules/field
Commit message (Collapse)AuthorAge
* Issue #1440834 by nmudgal: Add clarity and information to docs for ↵Jennifer Hodgdon2012-03-30
| | | | hook_field_delete/update/insert
* Issue #1483662 by rdickert, Psikik: Update URLs for drupal.org module help pagesJennifer Hodgdon2012-03-26
|
* Issue #1395974 by webbykat, Michelle, rdrh555: Clarify field_purge_batch() ↵webchick2012-03-23
| | | | documentation.
* Issue #811542 by bojanz, sun, mlncn, chx, pillarsdotnet, loganfsmyth, xjm: ↵webchick2012-03-13
| | | | Fixed Regression: Required radios throw illegal choice error when none selected.
* Issue #1245332 by Dave Reid, rfay, willvincent: Fixed Warning when all ↵webchick2012-03-11
| | | | bundles removed from an entity.
* Issue #1476812 by droplet: Fixed hooks file_field_delete_file() takes only 2 ↵webchick2012-03-11
| | | | arguments.
* Issue #1388496 by barraponto: Fixed Default field.tpl.php prints a clearfix ↵webchick2012-03-10
| | | | class theme_field() doesn't.
* Issue #1391118 by sven.lauer: Clean up Field API topics docsJennifer Hodgdon2012-03-09
|
* Issue #1436406 by scorchio, kid_icarus: Fix list formatting in Field API ↵Jennifer Hodgdon2012-03-09
| | | | topic docs
* Issue #1458796 by damiankloip: Make Field API docs say they are about Field APIJennifer Hodgdon2012-03-05
|
* Issue #1264728 by yched, Albert Volkman: Refresh field 'active' state in ↵webchick2012-03-01
| | | | module_enable() / _disable().
* Issue #1294264 by budda, davidwhthomas: FieldUpdateForbiddenException: ↵webchick2012-02-28
| | | | Cannot update a list field - better debug info.
* Issue #1068016 by franz, Niklas Fiekas, karschsp, BartVB, catch | jpincas: ↵webchick2012-02-28
| | | | Fixed number field validation fails to block some invalid input causing later SQL fatal error.
* Issue #1393234 by dww, Niklas Fiekas: Fixed API docs for field_access() are ↵webchick2012-02-14
| | | | confusing.
* - Patch #1068016 by franz, karschsp, BartVB, Niklas Fiekas: fixed number ↵Dries2012-02-07
| | | | field validation fails to block some invalid input causing later SQL fatal error.
* Issue #1372280 by sven.lauer: Document that field_info_field_by_id() may ↵webchick2012-01-31
| | | | also be used for deleted fields.
* Issue #1391426 by yched: Fixed Wrong bundles in EntityFieldQueryTestCase.webchick2012-01-21
|
* Issue #1371938 by yched, Everett Zufelt, xjm, casey: Fixed ↵webchick2012-01-21
| | | | hook_field_delete() no longer invoked during field_purge_data().
* Issue #1273722 by bfroehle: Fix FieldAttachTestCase::setUp() signature.webchick2011-12-31
|
* Issue #1380660 by aspilicious, loganfsmyth: Fixed ↵webchick2011-12-31
| | | | field_available_languages() static cache never cleared.
* Issue #1386318 by barbi: Fixed hook_field_widget_info() should have a @see ↵webchick2011-12-27
| | | | to other function.
* Issue #1373194 by chris.leversuch: Fixed Field Attach API topic/group page ↵webchick2011-12-24
| | | | should link to Field Language API page.
* Issue #1349610 by bartlantz, jhodgdon: Make the subtopics of Field API link ↵webchick2011-12-22
| | | | back to it.
* - Patch #1146088 by lyricnz: label always visible for table formatter.Dries2011-12-19
|
* 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.