Commit Graph

137 Commits (95614ce35deb112da18f1f8841632b718be816c7)

Author SHA1 Message Date
Jennifer Hodgdon 627a891f51 Issue #1796500 by sandykadam: Fix docs for hook_field_attach_validate() 2014-02-27 14:48:22 -08:00
Jennifer Hodgdon 3ff7ed7bc1 Issue #1694026 by sandykadam, joachim: Fis docs in hook_field_attach_delete_bundle() 2014-02-27 14:41:18 -08:00
Jennifer Hodgdon 2912a88b8f Issue #1345654 by diego21, joachim: Make sure hook_field_info tells you there are other needed hooks 2013-11-11 09:27:30 -08:00
Jennifer Hodgdon a6a8a9fffd Issue #2109957 by ar-jan, joachim: Clarify docs for hook_field_schema() 2013-10-17 16:22:53 -07:00
Jennifer Hodgdon da8c75d95d Issue #2033151 by mavimo, longwave: Fix typo in field.api.php API docs 2013-07-03 07:46:24 -07:00
Jennifer Hodgdon 694dc23de4 Issue #1614108 by David_Rothstein: Remove documentation of visible in hook_field_extra_fields, since it does not exist (yet) in D7 2013-04-16 12:56:25 -07:00
Jennifer Hodgdon 4462c53d65 Issue #1614108 by dcam, bartmcpherson, Xano: Add documentation to hook_field_extra_fields 2013-04-10 14:44:19 -07:00
David Rothstein bd1dc1fdbb Issue #1040790 by yched, swentel, geerlingguy, justin.randell, Berdir | catch: Fixed _field_info_collate_fields() memory usage. 2013-01-27 16:21:18 -05:00
Jennifer Hodgdon e02f847837 Issue #1857984 by Ivan Zugec: Fix sample code for hook_field_widget_form so it would actually work 2012-12-06 13:32:14 -08:00
Jennifer Hodgdon 09cf935ff4 Issue #1785392 by BWPanda: Fix reference and grammar in hook_field_formatter_info_alter documentation 2012-09-17 12:14:49 -07:00
webchick 5db3dd49ac Issue #1586356 by dww, amateescu: Fixed Missing 'weight' support from hook_field_widget_info() makes it impossible to sanely order widgets. 2012-09-04 14:12:38 -07:00
Jennifer Hodgdon e1a760f48e Issue #699604 by cam8001, nmudgal: Use file name for links to form API reference instead of full URL 2012-09-04 09:44:08 -07:00
Jennifer Hodgdon d905b73462 Issue #1681456 by mjonesdinero: Move hook_field_widget_properties_alter to correct group 2012-07-17 16:27:20 -07:00
David Rothstein 43f6142ad0 Issue #1614468 by Jorrit: Fixed hook_field_widget_error() example implementation contains error. 2012-06-12 10:51:05 -04:00
Jennifer Hodgdon e039aaaa32 Issue #1358944 by wulff: Fix misuse of ingroup in documentation blocks 2012-05-23 12:25:30 -07:00
Jennifer Hodgdon 8e6e51547e Issue #1533498 by jmarkel: Fix see doc issue and clean up doc in hook_field_widget_form_alter 2012-04-17 15:14:29 -07:00
Jennifer Hodgdon d3994552e8 Issue #1440834 by nmudgal: Add clarity and information to docs for hook_field_delete/update/insert 2012-03-30 14:46:31 -07:00
webchick a697ccdb79 Issue #1476812 by droplet: Fixed hooks file_field_delete_file() takes only 2 arguments. 2012-03-11 11:37:30 -07:00
Jennifer Hodgdon 31a97a0a75 Issue #1391118 by sven.lauer: Clean up Field API topics docs 2012-03-09 08:24:06 -08:00
webchick 1bbb219c2e Issue #1386318 by barbi: Fixed hook_field_widget_info() should have a @see to other function. 2011-12-27 21:40:33 -08:00
webchick 86ff7681c8 Issue #1349610 by bartlantz, jhodgdon: Make the subtopics of Field API link back to it. 2011-12-22 01:31:34 -08:00
webchick 09d37840be Issue #1349610 by bartlantz: Added make the subtopics of Field API link back to it. 2011-12-10 23:39:15 -06:00
webchick e9360598a8 Issue #673224 by rocket_nova, jhodgdon: Fixed None of the hooks in field.api.php are grouped as such. 2011-12-10 23:34:11 -06:00
webchick 364a36e8ab Issue #1333346 by claudiu.cristea: Fixed hook_field_extra_fields_alter() example code. 2011-11-11 20:53:42 -08:00
webchick 1986255b09 Issue #1320576 by amateescu: Fixed hook_field_purge_field_instance() doesn't exist. 2011-10-25 12:29:39 -07:00
webchick 3a9a4ee0e6 Issue #1204230 by xjm, sun, yched: Missing hook_field_widget_form_alter(). 2011-08-29 11:00:28 -07:00
webchick 0f399a6dbf Issue #1228920 by pp: Fixed hook_field_extra_fields_alter() functions example code is wrong. 2011-07-28 15:27:02 -04:00
webchick 1942cb4d0b And the .install file for the test. You'd think I wouldn't forget that TWICE, but you would be wrong. 2011-07-04 10:09:47 -07:00
webchick 7fb83c6354 Issue #1190928 by droplet: Add examples of entity type in field_get_items() (and fix punctuation in other examples). 2011-06-21 22:56:40 -07:00
webchick a8dc7a1d50 Issue #1138040 by barbi: Fixed hook_field_shema() doc has incorrect field type in format in example. 2011-05-30 21:07:39 -07:00
Dries Buytaert a22d7770d4 - Patch #1024684 by linclark: omit & in @param statements (for consistency). 2011-05-08 15:51:01 -04:00
Dries Buytaert 8cdf750e0e - Patch #1066118 by Barrett: hook_field_widget_form() has punctuation error. 2011-04-12 22:54:25 +02:00
webchick e7390c50b5 Issue #1097972 by boombatower: Fixed hook_field_extra_fields_display_alter() incorrect example code. 2011-03-28 08:39:48 -07:00
The Great Git Migration 79bcdb8b7d Stripping CVS keywords 2011-02-25 02:06:03 +00:00
Dries Buytaert 1750dba6b6 - Patch #1024840 by Jody Lynn: whitespace fixes for field module. 2011-01-18 18:25:17 +00:00
Dries Buytaert 4db3ae34fb - Patch #1014708 by bfroehle, thekevinday: hook_field_read_field() reference parameter problem. 2011-01-18 18:11:30 +00:00
Dries Buytaert 36278f01d8 - Patch #986992 by yched, sun: fixed insane etid / {field_config_entity_type()} abstraction. 2010-12-14 19:50:05 +00:00
Angie Byron 28a17bc5bf #990148 by chx, jhodgdon: Provide context to hook_field_attach_view_alter(). 2010-12-07 05:09:58 +00:00
Angie Byron 1e0d940380 #985804 by solotandem, jhodgdon: Errors array missing key in hook_field_validate documentation 2010-12-02 00:13:47 +00:00
Dries Buytaert 2e438914d2 - Patch #830020 by chx, yched: field_get_display() does not get the entity. 2010-11-21 19:09:18 +00:00
Angie Byron 682481a259 #942310 by an.droid, yched, fago, sun: Fixed Field form cannot be attached more than once 2010-11-20 19:57:01 +00:00
Dries Buytaert 1affe10ba9 - Patch #973758 by mdm: Missing asterisk in field.api.php phpdoc. 2010-11-18 05:37:47 +00:00
Angie Byron 14d2f790cc #950138 follow-up by yched: Small comment whitespace fix. 2010-11-15 00:40:19 +00:00
Dries Buytaert cfc01f0ae9 - Patch #915168 by chx, yched, sun: foreign key support is missing from text and file module. 2010-11-07 22:06:16 +00:00
Dries Buytaert d91b1c77aa - Patch #950138 by yched, an.droid: Changed Abstract Field API () usage into an API function. 2010-10-31 12:12:00 +00:00
Angie Byron ecf913b37f #806830 by Amitaibu, yched: Add Dynamic (i.e. not cached) alter hook to instance definitions. 2010-10-23 18:23:24 +00:00
Dries Buytaert 8ec40cc27a - Patch #922824 by plach: no way to specify the language to view entities in. 2010-10-03 01:15:34 +00:00
Angie Byron 7cc3d92d65 #616240 follow-up by yched, dereine, marvil07: Make Field UI screens extensible from contrib - part II. 2010-09-11 00:03:42 +00:00
Dries Buytaert 9502260ecf - Patch #902264 by Damien Tournoud: move hook_field_schema() to .install files so we can get the upgrade path to work. 2010-09-04 15:40:52 +00:00
Dries Buytaert ce17e244d4 - Patch #870292 by yched, sun: hook_field_extra_fields() results are not cached. 2010-08-03 01:54:24 +00:00