Commit Graph

149 Commits (40245a6b91a98bf7962f144386591cafdd6887a3)

Author SHA1 Message Date
Jennifer Hodgdon 130ccc56e6 Issue #1391118 by sven.lauer: Clean up Field API topics docs 2012-03-09 08:23:34 -08:00
Jennifer Hodgdon d5685e894f Issue #1436406 by scorchio, kid_icarus: Fix list formatting in Field API topic docs 2012-03-09 07:15:54 -08:00
catch b9e9244171 Issue #965300 by Gábor Hojtsy, xjm: Change LANGUAGE_NONE to LANGUAGE_NOT_SPECIFIED; add LANGUAGE_NOT_APPLICABLE and LANGUAGE_MULTIPLE. 2012-03-09 00:10:59 +09:00
catch 9ab89f080e Issue #1388496 by barraponto: Fixed Default field.tpl.php prints a clearfix class theme_field() doesn't. 2012-03-06 11:54:08 +09:00
Jennifer Hodgdon 0af687dd8a Issue #1458796 by damiankloip: Make Field API docs say they are about Field API 2012-03-05 08:36:51 -08:00
Nathaniel bdb71c6fa7 Merge remote branch 'crell/dbtngtng' into 8.x 2012-03-01 12:22:48 +09:00
Jennifer Hodgdon 456a06e4a9 Issue #1430452 by Cottser: Make core module names use Proper Noun Case 2012-02-29 13:15:08 -08:00
Nathaniel 97058d458f Issue #1245332 by Dave Reid, rfay: Fixed Warning when all bundles removed from an entity. 2012-02-27 12:45:36 +09:00
Dries b956b400dd - Patch #1439686 by tstoeckler: rename language property to langcode. 2012-02-23 09:22:18 -05:00
Dries a58940f111 - Patch #1222194 by Gábor Hojtsy, plach: rename global to (). 2012-02-22 08:37:04 -05:00
Dries 6e431c53b3 - Patch #540294 by Gábor Hojtsy, clemens.tolboom, Xano: node language settings from Locale to Node module. 2012-02-16 10:52:30 -05:00
catch 5f1381efbb Issue #1294264 by budda, davidwhthomas: FieldUpdateForbiddenException: Cannot update a list field - better debug info. 2012-02-14 22:40:31 +09:00
catch 57019c74c7 Issue #1068016 by franz: Followup to fix code style issue. 2012-02-09 11:16:27 +09:00
Dries d68fe9071d - Patch #1068016 by franz, karschsp, BartVB, Niklas Fiekas: fixed number field validation fails to block some invalid input causing later SQL fatal error. 2012-02-07 14:55:09 -05:00
Larry Garfield 1bc5b98e6c Merge remote-tracking branch 'dries/8.x' into dbtngtng 2012-02-02 23:50:39 -06:00
webchick 3e17654cf1 Issue #1372280 by sven.lauer: Document that field_info_field_by_id() may also be used for deleted fields. 2012-01-31 00:12:57 -08:00
Larry Garfield b5e33f620e Merge branch '8.x' into dbtngtng 2012-01-26 23:47:34 -06:00
Dries fc7c985be0 - Patch #1264728 by yched: Refresh field 'active' state in module_enable() / _disable(). 2012-01-24 16:55:50 -05:00
Larry Garfield 92286713d5 Move database files to the new lib directory and update code accordingly. 2012-01-22 23:56:07 -06:00
Larry Garfield adbd7c9aad Merge branch '8.x' into dbtngtng 2012-01-22 21:34:59 -06:00
catch 5cf9135ee3 Issue #1393234 by dww: Fixed API docs for field_access() are confusing. 2012-01-13 23:12:04 +09:00
catch 123249f208 Issue #1371938 by yched, Everett Zufelt, xjm, casey: Fixed hook_field_delete() no longer invoked during field_purge_data(). 2012-01-13 22:41:01 +09:00
catch 1878eb1534 Issue #1357918 by Gábor Hojtsy: Change language schema to refer to langcode. 2012-01-11 00:29:08 +09:00
catch 72fdf526a2 Issue #1391426 by yched: Fixed Wrong bundles in EntityFieldQueryTestCase. 2012-01-07 15:09:23 +09:00
Larry Garfield 0879ffd974 Merge branch '8.x' into dbtngtng
Manually merged the transaction order fixes, since that code has moved to new files.
2012-01-02 14:13:49 -06:00
catch 94f4973fe2 Issue #1380660 by loganfsmyth: Fixed field_available_languages() static cache never cleared. 2011-12-30 15:45:45 +09:00
catch 5cca85d50f Issue #1273722 by bfroehle: Fix FieldAttachTestCase::setUp() signature. 2011-12-30 15:26:16 +09:00
catch a8addadfad Issue #1272706 by catch, pillarsdotnet, Berdir, msonnabaum: Remove backwards compatibility layer for cache API. 2011-12-30 15:00:36 +09:00
Larry Garfield 78b53468b9 Add more use statements and class renaming. 2011-12-29 13:28:11 -06:00
Larry Garfield 001707761c Merge remote-tracking branch 'dries/8.x' into dbtngtng 2011-12-29 01:27:16 -06:00
webchick e4e7244d24 Issue #1386318 by barbi: Fixed hook_field_widget_info() should have a @see to other function. 2011-12-27 21:39:55 -08:00
Larry Garfield 67429ab19f Initial move and rename of database classes to PSR-0 namespaces. So far only MySQL has been converted. 2011-12-27 15:17:19 -06:00
catch bdbbc804ea Issue #366152 by Mile23: Fixed field_modules_uninstalled() still exists, despite being an empty foreach loop. 2011-12-22 20:57:26 +09:00
catch 13830d022c Issue #1301040 by Gábor Hojtsy: Move language listing functionality from locale.module to a new language.module. 2011-12-22 20:26:12 +09:00
webchick 37edfd7694 Issue #1349610 by bartlantz, jhodgdon: Make the subtopics of Field API link back to it. 2011-12-22 01:32:53 -08:00
Nathaniel c9e40d59dc Issue #1373194 by chris.leversuch: Fixed Field Attach API topic/group page should link to Field Language API page. 2011-12-21 12:30:24 +09:00
Nathaniel 231ad0dbc0 Issue #1375452 by sun, beejeebus: Fixed Renaming a content type bundle causes notices on manage fields page. 2011-12-20 14:59:16 +09:00
Dries 46f8c7433e - Patch #1146088 by lyricnz: label always visible for table formatter. 2011-12-19 09:40:52 -05:00
Dries 9c29ac79af - Patch #1059884 by bfroehle, sun, casey: Drop function_exists() for 'callback' functions. 2011-12-15 12:33:38 -05:00
Dries 50221e6364 - Patch #1345152 by Zgear, chris.leversuch: field_create_field() and related functions have incorrect exception throwing docs. 2011-12-09 10:32:17 -05:00
catch cfafc141b3 Issue #1349610 by bartlantz: Added make the subtopics of Field API link back to it. 2011-11-30 11:42:42 +09:00
catch efe0a73b29 Issue #334024 by klausi, catch, beejeebus, sun: Use const keyword to define constants instead of define(). 2011-11-29 18:56:53 +09:00
Nathaniel a272f10f1b Issue #673224 by jhodgdon, aspilicious, rocket_nova: Fixed None of the hooks in field.api.php are grouped as such. 2011-11-25 12:35:12 +09:00
Nathaniel dfa187c483 Issue #1301522 by xjm, Rob Loach, David_Rothstein: Fixed field_ui_default_value_widget() does not pass along the entity type when it creates the default value form. 2011-11-21 16:58:37 +09:00
Nathaniel 63f61838b4 Issue #1333346 by claudiu.cristea: Fixed hook_field_extra_fields_alter() example code. 2011-11-09 13:14:10 +09:00
Nathan Haug f434037c0e Issue #22336 by quicksketch, scor, boombatower, and rfay. Move all core Drupal files under a core subdirectory. 2011-11-01 12:48:40 +09:00
Nathan Haug 06fb770bd3 Issue #22336 by quicksketch, scor, boombatower, and rfay. Move all core Drupal files under a core subdirectory. 2011-11-01 12:48:40 +09:00
Nathaniel 906a6db347 Revert "Issue #22336 by quicksketch, rfay, scor, Rob Loach, boombatower, tstoeckler, kbahey: Move all core Drupal files under a /core folder to improve usability and upgrades."
This reverts commit f0a16bf2a4.
2011-11-01 12:32:15 +09:00
Nathaniel f0a16bf2a4 Issue #22336 by quicksketch, rfay, scor, Rob Loach, boombatower, tstoeckler, kbahey: Move all core Drupal files under a /core folder to improve usability and upgrades. 2011-11-01 12:25:12 +09:00