summaryrefslogtreecommitdiff
path: root/modules/field/field.crud.inc
Commit message (Collapse)AuthorAge
...
* - 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
|
* - Patch #535034 by yched: clean up how fields and instances are prepared for ↵Dries Buytaert2009-08-02
| | | | runtime.
* - Patch #509736 by yched: make sure all settings are present at run-time.Dries Buytaert2009-07-14
|
* #516124 by yched: Clean up some Field API TODOs and remove unused APIs.Angie Byron2009-07-11
|
* - Patch #508700 by yched: field cardinality stored twice.Dries Buytaert2009-07-04
|
* - Patch #508440 by yched: build mode, it is.Dries Buytaert2009-07-02
|
* - Patch #489438 by bjaspan, crotown: hook_field_create_field() is missing.Dries Buytaert2009-07-02
|
* - Patch #367215 by yched, sun et al: remove 'exclude from ' display setting. ↵Dries Buytaert2009-06-24
| | | | Feel good moment!
* - Patch #372743 by bjaspan, yched, KarenS, catch et al: node body and ↵Dries Buytaert2009-06-12
| | | | teasers as fields. Oh, my.
* - Patch #364620 by bjaspan, yched: allow creating a field with a deleted name.Dries Buytaert2009-05-28
|
* - Patch #471070 by stella: millions of code style fixes.Dries Buytaert2009-05-24
|
* - Patch #415044 by bjaspan, yched: indexes for field storage.Dries Buytaert2009-05-20
|
* - Patch #374068 by alienbrain, bjaspan: improved documentation of field ↵Dries Buytaert2009-04-30
| | | | display settings.
* #443488 by chx: Fix typo in field API docs.Angie Byron2009-04-24
|
* #394246 by flobruit: Check to ensure that field type is specified.Angie Byron2009-03-30
|
* #368674 by bjaspan, Eaton, chx, and yched: Provide hooks to allow hybrid ↵Angie Byron2009-03-30
| | | | field/bundle-level storage for fields in core.
* #369964 by yched and bjaspan: Refactor field validation and error reporting. ↵Angie Byron2009-03-26
| | | | Field API no longer coupled to Form API. Hooray.
* - Patch #392686 by yched: more documentation clean-ups.Dries Buytaert2009-03-13
|
* - Patch #392686 by bjaspan, yched: switch to serial primary keys.Dries Buytaert2009-03-10
|
* #369562 by yched: More Field API clean-ups.Angie Byron2009-02-10
|
* #369562 by bjaspan and yched: Clean up a few minor things in field API.Angie Byron2009-02-08
|
* #361683 follow-up by sun: Remove more windows line endings.Angie Byron2009-02-05
|
* - Patch #361683by Barry, Yves, Karen, Moshe Weitzman, David Strauss, ↵Dries Buytaert2009-02-03
floriant, chx, David Rothstein: initial field API patch. More work to be done, but ... oh my!