summaryrefslogtreecommitdiff
path: root/modules/field/field.crud.inc
Commit message (Collapse)AuthorAge
* Issue #1231710 by cs_shadow, Hydra, dcam, kathyh, klausi, mlncn: Fixed Field ↵David Rothstein2014-11-03
| | | | exceptions should return the name of the field that has exceptions.
* Issue #2054189 by ShaunDychko, pc-wurm, joachim: Fix docs for ↵Jennifer Hodgdon2014-07-15
| | | | field_info_instance()
* Issue #1416506 by yched, Damien Tournoud, swentel: Fixed Field schema ↵David Rothstein2013-08-04
| | | | foreign keys support is broken.
* Issue #1786740 by shanethehat: Fix up docs for field_update_instance()Jennifer Hodgdon2013-04-24
|
* Issue #1040790 by yched, swentel, geerlingguy, justin.randell, Berdir | ↵David Rothstein2013-01-27
| | | | catch: Fixed _field_info_collate_fields() memory usage.
* Issue #1395974 by webbykat, Michelle, rdrh555: Clarify field_purge_batch() ↵webchick2012-03-23
| | | | documentation.
* 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.
* - Patch #1345152 by Zgear, chris.leversuch: field_create_field() and related ↵Dries2011-12-09
| | | | functions have incorrect exception throwing docs.
* Issue #1054848 by barraponto: Fixing common typos through codespell.py.webchick2011-10-02
|
* Issue #1191014 by ttaylor249, oriol_e9g: Fixed Field Storage API topic and ↵webchick2011-06-26
| | | | field_create_field() have wrong variable name in doc.
* - Patch #1107376 by jhedstrom: weight not a property of a field instance, so ↵Dries Buytaert2011-04-12
| | | | doc shouldn't say it is.
* Stripping CVS keywordsThe Great Git Migration2011-02-25
|
* - Patch #1019596 by RoboPhred: field_read_instance() doc says it will not ↵Dries Buytaert2011-02-19
| | | | return deleted instance, but that is a parameter option.
* #987384 by h_peter, jhodgdon: Fixed Topics/groups in D7 need cleanupAngie Byron2011-01-02
|
* #915906 by jbrown, yched: Fixed Deleting node type with only instance of a ↵Angie Byron2010-12-15
| | | | field leaves the field in a strange zombie state
* - Patch #948116 by amateescu: field_update_instance() doxygen is broken.Dries Buytaert2010-10-25
|
* - Patch #915168 by chx, sun: foreign key support is missing from text and ↵Dries Buytaert2010-09-29
| | | | file module.
* - Patch #921098 by munzirtaha: !is_null() should be replaced by isset() ↵Dries Buytaert2010-09-24
| | | | because it's faster.
* #616240 follow-up by yched, dereine, marvil07: Make Field UI screens ↵Angie Byron2010-09-11
| | | | extensible from contrib - part II.
* - Patch #902264 by Damien Tournoud: move hook_field_schema() to .install ↵Dries Buytaert2010-09-04
| | | | files so we can get the upgrade path to work.
* - Patch #870292 by sun, yched: hook_field_extra_fields() results are not cached.Dries Buytaert2010-08-03
|
* - Patch #872068 by ksenzee: field.crud.inc has documentation TODOs.Dries Buytaert2010-08-03
|
* - Patch #818206 by Berdir et al: apply coding standard for no-arg constructors.Dries Buytaert2010-06-17
|
* - Patch #780154 by chx, noahb, dhthwy, pwolanin, aspilicious, jhodgdon, ↵Dries Buytaert2010-06-14
| | | | dereine, bjaspan: listing API for field API.
* - Patch #813822 by asimmonds: missing t() function in field_purge_field() ↵Dries Buytaert2010-06-05
| | | | causes fatal error.
* - Patch #816642 by catch: improved field exceptions.Dries Buytaert2010-06-03
|
* - Patch #707724 by TR: call them entities instead of objects.Dries Buytaert2010-05-31
|
* - Patch #553298 by yched, te-brian, chx, sun: redesign the 'Manage Display' ↵Dries Buytaert2010-05-23
| | | | screen.
* - Patch #792716 by catch: more useful field exception message.Dries Buytaert2010-05-09
|
* - Patch #366377 by matt2000: documentation improvements.Dries Buytaert2010-05-09
|
* - Patch #776694 by puregin, robeano, aspilicious: hook_field_attach_purge() ↵Dries Buytaert2010-04-24
| | | | is not documented.
* - Patch #739470 by yched, fago: hook_field_update_instance() invocation is ↵Dries Buytaert2010-04-22
| | | | missing.
* - Patch #754794 by yched: _field_write_instance() writes useless ↵Dries Buytaert2010-03-28
| | | | 'entity_type()' info in the serialized 'data' column.'
* #707724 follow-up by yched: Fix more confusing field/entity api arguments.Angie Byron2010-03-27
|
* - Patch #693054 by yched: field_update_field() called the wrong field ↵Dries Buytaert2010-03-03
| | | | storage backend.
* #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
|
* #668386 by yched: Handle unavailable entity types or bundles.Angie Byron2010-02-07
|
* - Patch #705420 by catch: add field name to create instance exception.Dries Buytaert2010-02-05
|
* #680910 by yched and bjaspan: Allow fields to be restricted to entity types.Angie Byron2010-01-30
|
* - Patch #683028 by litwol: fixed typo that prevented field storage from ↵Dries Buytaert2010-01-13
| | | | being pluggable.
* #673340 by fgm: Fixed incorrect wording in several functions in field.crud.inc.Angie Byron2010-01-03
|
* - Patch #664544 by yched: clean-up entity build/view modes.Dries Buytaert2009-12-26
|
* - Patch #663966 by Magnity: fixed typo in Field CRUD documentation.Dries Buytaert2009-12-20
|
* - Patch #644106 by jhodgdon: field_update_instance() doc needs minor fix.Dries Buytaert2009-12-03
|
* - Patch #606994 by yched: move entity handling out of Field API.Dries Buytaert2009-10-31
|
* - Patch #603236 by bjaspan, catch: add count facility to ↵Dries Buytaert2009-10-22
| | | | field_attach_query(). Was ready before code freeze.
* - Patch #470242 by yched, bjaspan: fixed namespacing for bundle names to ↵Dries Buytaert2009-10-15
| | | | avoid users rendering their site unusable.