Commit Graph

45 Commits (100ec14f14169ec29a805a2563d2385dd0cc6dba)

Author SHA1 Message Date
Angie Byron 6abc20eee7 #673340 by fgm: Fixed incorrect wording in several functions in field.crud.inc. 2010-01-03 23:31:17 +00:00
Dries Buytaert 53748ab5e2 - Patch #664544 by yched: clean-up entity build/view modes. 2009-12-26 16:50:09 +00:00
Dries Buytaert e0bab30a96 - Patch #663966 by Magnity: fixed typo in Field CRUD documentation. 2009-12-20 19:45:07 +00:00
Dries Buytaert f43ee59e05 - Patch #644106 by jhodgdon: field_update_instance() doc needs minor fix. 2009-12-03 02:30:18 +00:00
Dries Buytaert 03e2ec64ab - Patch #606994 by yched: move entity handling out of Field API. 2009-10-31 16:06:36 +00:00
Dries Buytaert cc421475b7 - Patch #603236 by bjaspan, catch: add count facility to field_attach_query(). Was ready before code freeze. 2009-10-22 00:49:13 +00:00
Dries Buytaert 714597a9cd - Patch #470242 by yched, bjaspan: fixed namespacing for bundle names to avoid users rendering their site unusable. 2009-10-15 12:44:36 +00:00
Dries Buytaert 1184ed9fc9 - Patch#583020 by c960657 | yched, Dries: fixed warning about missing argument 2 for field_delete_instance() in node_configure_fields(). 2009-10-02 14:39:43 +00:00
Dries Buytaert 264c9ee8ff - Patch #578230 by yched, sun: clean-up: remove 'widget_active()' behavior. 2009-10-01 19:16:57 +00:00
Dries Buytaert 57090c33da - Patch #367013 by bjaspan, yched: clean ups for field_update_field(). 2009-09-30 12:26:36 +00:00
Angie Byron dd7a450a7c #590590 by plach: Fixed bug where field_create_field() ignores the 'translatable' property. 2009-09-29 17:36:29 +00:00
Dries Buytaert 803b8b3940 - Patch #443422 by yched, bjaspan | chx, merlinofchaos, Scott Reynolds, 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.
2009-09-27 12:52:55 +00:00
Dries Buytaert db09a6178b - Patch #367013 by bjaspan, KarenS | yched, Dries: add support for field updates. 2009-09-26 15:57:39 +00:00
Dries Buytaert 29addd06b2 - Patch #569364 by bjaspan, yched: handle failures on field storage creation. 2009-09-22 08:44:04 +00:00
Angie Byron 3da4e0e015 #382464 by fgm and bjaspan: Disallow reserved field names. 2009-09-11 03:42:34 +00:00
Dries Buytaert a3f776f4d4 - Patch #571934 by bjaspan: Fixed omissions in field_delete_(){field,instance}(). 2009-09-09 11:37:34 +00:00
Dries Buytaert 157f6ee030 - Patch #372330 by fgm: improved error messages to improve usability. 2009-09-07 15:50:52 +00:00
Dries Buytaert 1d2db443ae - Patch #570218 by yched: viewing 'Manage fields' page clears field data cache. 2009-09-07 15:49:01 +00:00
Angie Byron 34a8a369aa #367595 by plach, catch, sun, yched, et al: Added support for translatable fields to Field API. 2009-08-22 00:58:55 +00:00
Angie Byron e998857eb8 #516138 by yched, KarenS, quicksketch, bangpound, et al.: CC-FREAKING-K IN CORE! OH YEAH! :D 2009-08-19 13:31:14 +00:00
Angie Byron 00ad7e8e03 #529756 by yched: Allow fields to be weighted per context. 2009-08-13 01:50:00 +00:00
Dries Buytaert 9c0e6e9242 - Patch #367753 by yched, bjaspan: add support for bulk deletion to Fields API. 2009-08-11 14:59:40 +00:00
Dries Buytaert 4a3dd058b5 - Patch #372330 by fgm, yched, et al: better validation of field names. 2009-08-10 21:19:42 +00:00
Dries Buytaert 065346b366 - Patch #535034 by yched: clean up how fields and instances are prepared for runtime. 2009-08-02 11:24:21 +00:00
Dries Buytaert f5dff788a8 - Patch #509736 by yched: make sure all settings are present at run-time. 2009-07-14 10:27:29 +00:00
Angie Byron 6a686533ab #516124 by yched: Clean up some Field API TODOs and remove unused APIs. 2009-07-11 00:56:45 +00:00
Dries Buytaert 5a7742b254 - Patch #508700 by yched: field cardinality stored twice. 2009-07-04 06:19:46 +00:00
Dries Buytaert 45b97d8a9d - Patch #508440 by yched: build mode, it is. 2009-07-02 20:37:03 +00:00
Dries Buytaert cf59ebec77 - Patch #489438 by bjaspan, crotown: hook_field_create_field() is missing. 2009-07-02 20:19:48 +00:00
Dries Buytaert daa0ec1684 - Patch #367215 by yched, sun et al: remove 'exclude from ' display setting. Feel good moment! 2009-06-24 18:16:38 +00:00
Dries Buytaert 3d64cb5eca - Patch #372743 by bjaspan, yched, KarenS, catch et al: node body and teasers as fields. Oh, my. 2009-06-12 08:39:40 +00:00
Dries Buytaert 194c9f2bd1 - Patch #364620 by bjaspan, yched: allow creating a field with a deleted name. 2009-05-28 10:05:32 +00:00
Dries Buytaert a24a6c2bba - Patch #471070 by stella: millions of code style fixes. 2009-05-24 17:39:35 +00:00
Dries Buytaert ba29dbde38 - Patch #415044 by bjaspan, yched: indexes for field storage. 2009-05-20 09:48:47 +00:00
Dries Buytaert 34ed1f2a37 - Patch #374068 by alienbrain, bjaspan: improved documentation of field display settings. 2009-04-30 14:40:03 +00:00
Angie Byron c7f7f6326e #443488 by chx: Fix typo in field API docs. 2009-04-24 03:44:17 +00:00
Angie Byron 243ecdaf52 #394246 by flobruit: Check to ensure that field type is specified. 2009-03-30 05:24:38 +00:00
Angie Byron fbabc0d985 #368674 by bjaspan, Eaton, chx, and yched: Provide hooks to allow hybrid field/bundle-level storage for fields in core. 2009-03-30 03:44:55 +00:00
Angie Byron eecab1083a #369964 by yched and bjaspan: Refactor field validation and error reporting. Field API no longer coupled to Form API. Hooray. 2009-03-26 13:31:28 +00:00
Dries Buytaert cda3f7f830 - Patch #392686 by yched: more documentation clean-ups. 2009-03-13 14:34:58 +00:00
Dries Buytaert 4ac090eb54 - Patch #392686 by bjaspan, yched: switch to serial primary keys. 2009-03-10 09:45:32 +00:00
Angie Byron 069597eaf3 #369562 by yched: More Field API clean-ups. 2009-02-10 03:16:15 +00:00
Angie Byron 341a95b803 #369562 by bjaspan and yched: Clean up a few minor things in field API. 2009-02-08 21:22:59 +00:00
Angie Byron f3ed3283db #361683 follow-up by sun: Remove more windows line endings. 2009-02-05 03:42:58 +00:00
Dries Buytaert 607e9626d5 - Patch #361683by Barry, Yves, Karen, Moshe Weitzman, David Strauss, floriant, chx, David Rothstein: initial field API patch. More work to be done, but ... oh my! 2009-02-03 17:30:13 +00:00