summaryrefslogtreecommitdiff
path: root/modules/field/field.info.inc
Commit message (Collapse)AuthorAge
* Issue #2193149 by mikeytown2: Fixed Deadlocks occur in cache_field table.David Rothstein2014-11-03
|
* Issue #1973762 by chx, cosmicdreams, yched: Add example to ↵Jennifer Hodgdon2013-04-23
| | | | field_info_field_map return docs
* Issue #1920340 by yched: Fixed Update URL of change notification for ↵David Rothstein2013-03-10
| | | | '_field_info_collate_fields() memory usage'.
* Issue #1040790 by yched, swentel, geerlingguy, justin.randell, Berdir | ↵David Rothstein2013-01-27
| | | | catch: Fixed _field_info_collate_fields() memory usage.
* 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 #1734482 by plopesc: Add return section to field_info_instance docsJennifer Hodgdon2012-08-22
|
* Issue #1689394 by mjonesdinero, foobar3000: More complete documentation of ↵Jennifer Hodgdon2012-07-18
| | | | field_info_field return value
* Roll back issue #1400256 ($info['fields'] not always set). It was causing ↵David Rothstein2012-07-11
| | | | SimpleTest memory problems.
* Issue #1400256 by MiSc, vlkff, populist: Fixed ['fields'], not always set?.webchick2012-07-07
|
* Issue #1358944 by wulff: Fix misuse of ingroup in documentation blocksJennifer Hodgdon2012-05-23
|
* Issue #1245332 by Dave Reid, rfay, willvincent: Fixed Warning when all ↵webchick2012-03-11
| | | | bundles removed from an entity.
* Issue #1372280 by sven.lauer: Document that field_info_field_by_id() may ↵webchick2012-01-31
| | | | also be used for deleted fields.
* Issue #1380660 by aspilicious, loganfsmyth: Fixed ↵webchick2011-12-31
| | | | field_available_languages() static cache never cleared.
* Issue #1349610 by bartlantz, jhodgdon: Make the subtopics of Field API link ↵webchick2011-12-22
| | | | back to it.
* Issue #1349610 by bartlantz: Added make the subtopics of Field API link back ↵webchick2011-12-10
| | | | to it.
* Issue #1179970 by kafitz, dinarcon: Fixed spelling mistake in Field API docs.webchick2011-06-08
|
* - Patch #1055234 by jhodgdon, linclark: field_bundle_settings() doc example ↵Dries Buytaert2011-05-08
| | | | is wrong.
* - Patch #1067806 by starsinmypockets: _field_info_prepare_instance() calls, ↵Dries Buytaert2011-04-25
| | | | but does not use, field_info_field_types().
* Stripping CVS keywordsThe Great Git Migration2011-02-25
|
* - Patch #1001624 by pillarsdotnet: avoid 'Undefined index' notice in ↵Dries Buytaert2011-01-24
| | | | field_info_max_weight() function of modules/field/field.info.inc.
* - Patch #998048 by jhodgdon: field_info_field() only works for active fields ↵Dries Buytaert2010-12-17
| | | | - document that.
* - Patch #998016 by sven.lauer: _field_info_collate_fields() doc has the ↵Dries Buytaert2010-12-17
| | | | return values backwards.
* Trying #886152 again: Fixed All fields are hidden after the administrator ↵Angie Byron2010-10-23
| | | | newly configures a view mode to not use 'default' display.
* Rollback of #886152. Broke testbot.Angie Byron2010-10-23
|
* #886152 by yched, pwolanin, hefox, chx, rszrama, ksenzee: Fixed All fields ↵Angie Byron2010-10-23
| | | | are hidden after the administrator newly configures a view mode to not use 'default' display.
* #616240 follow-up by yched, dereine, marvil07: Make Field UI screens ↵Angie Byron2010-09-11
| | | | extensible from contrib - part II.
* - Patch #870292 by sun, yched: hook_field_extra_fields() results are not cached.Dries Buytaert2010-08-03
|
* - Patch #870292 by yched, sun: hook_field_extra_fields() results are not cached.Dries Buytaert2010-08-03
|
* - Patch #869350 by chx, yched: some field functions are called a bit too often.Dries Buytaert2010-08-01
|
* - Patch #863370 by andypost: fixed typo.Dries Buytaert2010-07-26
|
* - Patch #863370 by bjaspan, daryson: wrong return value on field_info_fields().Dries Buytaert2010-07-26
|
* - Patch #729186 by catch: _field_info_collate_fields() resource usage.Dries Buytaert2010-06-29
|
* - Patch #816750 by catch: field_info_field() docs.Dries Buytaert2010-06-03
|
* - Patch #553298 by yched, te-brian, chx, sun: redesign the 'Manage Display' ↵Dries Buytaert2010-05-23
| | | | screen.
* #707724 follow-up by yched: Fix more confusing field/entity api arguments.Angie Byron2010-03-27
|
* - Patch #681538 by aspilicious, jhodgdon, trevjs: fixed possibly broken @see ↵Dries Buytaert2010-03-26
| | | | also links.
* #727868 by yched: Remove stale TODO from field api.Angie Byron2010-02-27
|
* - Patch #503550 by yched, jp.stacey: make sure strings are cached per language.Dries Buytaert2010-02-27
|
* #706962 by yched: Fixed No way to remove field instance from a bundle ↵Angie Byron2010-02-15
| | | | without removing instance from all bundles.
* #707724 follow-up by yched: More Field API/Entity API terminology clean-up.Angie Byron2010-02-12
|
* #707724 by chx: Rename confusing arguments in field/entity APIs.Angie Byron2010-02-11
|
* #645926 by Damien Tournoud and yched: hook_field_storage_details() should be ↵Angie Byron2010-01-13
| | | | per-field, not per-instance. Allows Views/Field integration to get unblocked.
* - Patch #664544 by yched: clean-up entity build/view modes.Dries Buytaert2009-12-26
|
* - Patch #612894 by David_Rothstein: fixed parse error.Dries Buytaert2009-12-20
|
* - Patch #612894 by yched: display field improvements.Dries Buytaert2009-12-20
|
* - Patch #657828 by yched: make hook_field_formatter() act on all field values.Dries Buytaert2009-12-12
|
* - Patch #584296 by jhodgdon: improved field API documentation.Dries Buytaert2009-12-04
|
* #646212 by Jody Lynn: Fixed typos in field.info.inc comment.Angie Byron2009-11-29
|
* - Patch #613754 by yched, detour, matt2000: fixed field_info_fields().Dries Buytaert2009-11-29
|
* #642612 by yched: Add clean way to reset entity_info() cache.Angie Byron2009-11-26
|