summaryrefslogtreecommitdiff
path: root/modules/field/field.crud.inc
Commit message (Collapse)AuthorAge
* - 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.
* - Patch#583020 by c960657 | yched, Dries: fixed warning about missing ↵Dries Buytaert2009-10-02
| | | | argument 2 for field_delete_instance() in node_configure_fields().
* - Patch #578230 by yched, sun: clean-up: remove 'widget_active()' behavior.Dries Buytaert2009-10-01
|
* - Patch #367013 by bjaspan, yched: clean ups for field_update_field().Dries Buytaert2009-09-30
|
* #590590 by plach: Fixed bug where field_create_field() ignores the ↵Angie Byron2009-09-29
| | | | 'translatable' property.
* - Patch #443422 by yched, bjaspan | chx, merlinofchaos, Scott Reynolds, ↵Dries Buytaert2009-09-27
| | | | | | plach, profix898, mattyoung: added support for pluggable 'per field' storage engine. Comes with documentation and tests. The Field Attach API uses the Field Storage API to perform all "database access". Each Field Storage API hook function defines a primitive database operation such as read, write, or delete. The default field storage module, field_sql_storage.module, uses the local SQL database to implement these operations, but alternative field storage backends can choose to represent the data in SQL differently or use a completely different storage mechanism such as a cloud-based database.
* - Patch #367013 by bjaspan, KarenS | yched, Dries: add support for field ↵Dries Buytaert2009-09-26
| | | | updates.
* - Patch #569364 by bjaspan, yched: handle failures on field storage creation.Dries Buytaert2009-09-22
|
* #382464 by fgm and bjaspan: Disallow reserved field names.Angie Byron2009-09-11
|
* - Patch #571934 by bjaspan: Fixed omissions in ↵Dries Buytaert2009-09-09
| | | | field_delete_(){field,instance}().
* - Patch #372330 by fgm: improved error messages to improve usability.Dries Buytaert2009-09-07
|
* - Patch #570218 by yched: viewing 'Manage fields' page clears field data cache.Dries Buytaert2009-09-07
|
* #367595 by plach, catch, sun, yched, et al: Added support for translatable ↵Angie Byron2009-08-22
| | | | fields to Field API.
* #516138 by yched, KarenS, quicksketch, bangpound, et al.: CC-FREAKING-K IN ↵Angie Byron2009-08-19
| | | | CORE! OH YEAH! :D
* #529756 by yched: Allow fields to be weighted per context.Angie Byron2009-08-13
|
* - Patch #367753 by yched, bjaspan: add support for bulk deletion to Fields API.Dries Buytaert2009-08-11
|
* - Patch #372330 by fgm, yched, et al: better validation of field names.Dries Buytaert2009-08-10
|