summaryrefslogtreecommitdiff
path: root/modules/field
Commit message (Collapse)AuthorAge
* Issue #1040790 by yched, swentel, geerlingguy, justin.randell, Berdir | ↵David Rothstein2013-01-27
| | | | catch: Fixed _field_info_collate_fields() memory usage.
* Issue #1857984 by Ivan Zugec: Fix sample code for hook_field_widget_form so ↵Jennifer Hodgdon2012-12-06
| | | | it would actually work
* Issue #1423090 by Albert Volkman: Fix invalid function see reference in ↵Jennifer Hodgdon2012-11-26
| | | | field.module
* Issue #1831408 by kotnik: Fix spelling of entity in docsJennifer Hodgdon2012-11-10
|
* Issue #1812822 by larowlan, _wdm_: Fixed field_test_entity_info() does not ↵David Rothstein2012-11-05
| | | | set a 'label' on the Test Entity.
* Issue #1134088 by Cottser, catch: Properly document update-api functionsJennifer Hodgdon2012-10-09
|
* Issue #1785392 by BWPanda: Fix reference and grammar in ↵Jennifer Hodgdon2012-09-17
| | | | hook_field_formatter_info_alter documentation
* Issue #1507556 by C. Lee, IshaDakota: Fixed Remove colon from label for ↵webchick2012-09-13
| | | | multi-valued field form.
* Issue #1586356 by dww, amateescu: Fixed Missing 'weight' support from ↵webchick2012-09-04
| | | | hook_field_widget_info() makes it impossible to sanely order widgets.
* Issue #699604 by cam8001, nmudgal: Use file name for links to form API ↵Jennifer Hodgdon2012-09-04
| | | | reference instead of full URL
* Issue #716496 by killtheliterate, rootwork: Make sure all core template ↵Jennifer Hodgdon2012-08-28
| | | | files are in themeable group
* Issue #1734482 by plopesc: Add return section to field_info_instance docsJennifer Hodgdon2012-08-22
|
* Issue #1587822 by drumm, bfroehle: Code style: link in ↵webchick2012-08-18
| | | | field_system_info_alter().
* Issue #1681468 by eddie_c: Add params and return to documentation for ↵Jennifer Hodgdon2012-08-02
| | | | field_default_form function
* Issue #1325628 by damien_vancouver, xjm, Damien Tournoud, TravisCarden | ↵David Rothstein2012-07-29
| | | | jbova: Fixed EntityFieldQuery::propertyQuery missing fully qualified column names causes ambiguous column DB error.
* Issue #1689394 by mjonesdinero, foobar3000: More complete documentation of ↵Jennifer Hodgdon2012-07-18
| | | | field_info_field return value
* Issue #1681456 by mjonesdinero: Move hook_field_widget_properties_alter to ↵Jennifer Hodgdon2012-07-17
| | | | correct group
* Issue #1615312 by dsdeiz, David_Rothstein: Make sure all D7 to D7 updates ↵Jennifer Hodgdon2012-07-16
| | | | are listed in the updates-7.x-extra group
* Roll back issue #1400256 ($info['fields'] not always set). It was causing ↵David Rothstein2012-07-11
| | | | SimpleTest memory problems.
* Issue #1560028 by bleen18, sun, thehong: Remove all calls to rand() from tests.David Rothstein2012-07-08
|
* Issue #1400256 by MiSc, vlkff, populist: Fixed ['fields'], not always set?.webchick2012-07-07
|
* Issue #1599306 by bojanz, exratione: Fixed field_sync_field_status() ↵webchick2012-07-03
| | | | needlessly rebuilds module data, slows down installation dramatically.
* Issue #1614468 by Jorrit: Fixed hook_field_widget_error() example ↵David Rothstein2012-06-12
| | | | implementation contains error.
* Issue #1432732 by Jorrit, B-Prod: Fixed Form error reporting fallback does ↵David Rothstein2012-06-12
| | | | not respect Drupal documentation.
* Issue #822418 by catch, marcingy, davidjdagino, no_commit_credit, ↵David Rothstein2012-06-03
| | | | tim.plunkett, ezheidtmann: Fixed Field form structure incomplete if field_access() returns FALSE.
* Issue #1454266 by Chaulky, Volx: fix documentation for field_bundle_settingsJennifer Hodgdon2012-05-24
|
* Issue #1358944 by wulff: Fix misuse of ingroup in documentation blocksJennifer Hodgdon2012-05-23
|
* Issue #1302228 by xjm, yched, chx: Fixed Change notice for: field_has_data() ↵webchick2012-05-12
| | | | returns inconsistent results – possible data loss.
* Issue #1509838 by tim.plunkett, cosmicdreams klausi: Use elseif not else ifJennifer Hodgdon2012-04-27
|
* Issue #1541792 follow-up by chx, Berdir, xjm: Fix for random test values ↵webchick2012-04-26
| | | | occasionally failing.
* Issue #1541792 follow-up by chx: Fix random test failures.webchick2012-04-25
|
* Unbreaking testbot.webchick2012-04-25
|
* Issue #1541792 by tim.plunkett, chx, Amitaibu: Enable dynamic allowed list ↵webchick2012-04-25
| | | | values function with additional context
* Issue #1533498 by jmarkel: Fix see doc issue and clean up doc in ↵Jennifer Hodgdon2012-04-17
| | | | hook_field_widget_form_alter
* Issue #1211008 by yched, tim.plunkett, DamienMcKenna: Split ↵webchick2012-04-12
| | | | field_bundle_settings() out per bundle.
* 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.