Commit Graph

61 Commits (0703718bcd20077ae1a20334ddba4527fffc588c)

Author SHA1 Message Date
catch 43942f8ad0 Issue #1040790 by yched, swentel, geerlingguy, beejeebus, Berdir: Fixed _field_info_collate_fields() memory usage. 2012-09-28 23:11:59 +01:00
Jennifer Hodgdon 74d0529337 Issue #1797170 by xjm: Remove t() from test assertions in field_ui.module 2012-09-28 12:44:57 -07:00
webchick 1881251335 Issue #1312200 by zuuperman, lemark, chx: Fixed field_create_instance() must fill in the id field but does not. 2012-09-26 23:47:21 -04:00
webchick 35a3762014 Issue #945524 by Jelle_S, tim.plunkett, Dave Reid, pfrenssen, xjm, swentel: Added Field formatter settings hooks in core. 2012-09-26 23:23:22 -04:00
webchick c63f99d61e Issue #1785256 by yched, Stalski, zuuperman, sun, tstoeckler, aspilicious, EclipseGc, larowlan: Widgets as Plugins. 2012-09-26 15:39:39 -04:00
webchick 66b28910d8 Issue #1303412 by nod_, droplet: Fixed 'Manage display' : Cannot drag in or out of 'Hidden'. 2012-09-26 15:26:48 -04:00
webchick 6e8a223b15 Issue #1276908 by jessebeach, nod_, moshe weitzman, lewisnyman, webchick: Fixed Administrative tables are too wide for smaller screens. 2012-09-26 14:26:15 -04:00
catch bd07cedb74 Issue #1760548 by nod_: Remove dependency on jQuery drupal.js? for JS settings. 2012-09-24 14:12:09 +01:00
catch 8337955d48 Issue #1175054 by msonnabaum, chx, sun, tim.plunkett, arlinsandbulte, beejeebus: Add a storage (API) for persistent non-configuration state. 2012-09-20 10:25:24 +01:00
webchick a56bd47aa8 Issue #813750 by swentel, joachim, zuuperman: Fixed don't show 'Custom display settings' on Manage Display if there's only one view mode. 2012-09-19 23:28:00 -07:00
catch 289fbb1645 Issue #813750 by joachim, zuuperman, swentel: Fixed don't show 'Custom display settings' on Manage Display if there's only one view mode. 2012-09-10 10:29:30 +01:00
webchick b787545fb5 Issue #846182 by reglogge, szantog, geerlingguy: Fixed Seven theme form buttons have no hover state. 2012-09-04 14:36:10 -07:00
webchick 07ad6e733c Issue #1737148 by nod_, SebCorbin, larowlan, tim.plunkett, Albert Volkman, nick_schuch, sun: Explicitly declare all JS dependencies, don't use drupal_add_js(). 2012-08-30 12:24:38 -07:00
catch e1befb5433 Issue #1356824 by Adagio, Alan D., joachim, tim.plunkett: Fixed No way for hook_field_widget_form_alter() to know if it is on a form or in defaults. 2012-08-15 15:20:02 +01:00
webchick 7e9d2c1676 Issue #1711070 by kid_icarus, tim.plunkett, xjm, droplet, zendoodles and cam8001: Convert tests to use ::$modules property instead of parent::setUp($modules). 2012-08-09 18:24:21 -07:00
Dries a7530e13ab - Patch #1700682 by tim.plunkett, sun: run-tests.sh attempts to run abstract/base test classes. 2012-08-03 13:15:12 -04:00
catch 09dd0eb9d4 Issue #1380958 by sun: Replace $modules list for WebTestBase::setUp() with ::$modules class properties. 2012-08-02 10:35:17 +01:00
catch 14bbd98ad1 Issue #1592632 by tim.plunkett, sun, Berdir, Rob Loach, aspilicious: Merge List field types into Options module. 2012-07-18 10:44:36 +01:00
Dries 3cae919f52 - Patch #1684846 by droplet: JSHint field_ui(). 2012-07-14 21:44:42 -04:00
Dries 8035c50ef2 - Patch #1430670 by ELC, izus: Manage fields - Rename 'Add existing field' to 'Re-use existing field'. 2012-07-09 16:32:54 -04:00
Dries 675803d885 - Patch #1428534 by nod_: Use === and !== 2012-06-23 09:50:41 -07:00
webchick f9c399022f Issue #1591432 by aspilicious: Convert field UI tests to PSR-0. 2012-06-14 16:32:47 +02:00
webchick 15eeb96db6 Issue #1594496 by aspilicious, Niklas Fiekas: Fixed Entity PSR-0 documentation issues. 2012-06-14 11:19:36 +02:00
catch fcd6dd35b2 Issue #1399302 by droplet: Fixed Rename Field UI's 'Field' column to 'Field Type'. 2012-06-14 12:47:24 +09:00
catch faa75e7739 Issue #1517654 by zuuperman: Fixed Strict warning by field_ui_table_pre_render(). 2012-05-22 13:07:52 +09:00
Jennifer Hodgdon 467a825239 Issue #1358944 by wulff, Désiré: Fix ingroup/addtogroup syntax 2012-05-17 05:58:49 -07:00
catch 0e0e6b3df4 Issue #1541676 by Berdir, tstoeckler, Rob Loach: Convert Simpletest base test classes to PSR-0. 2012-05-10 15:01:48 +09:00
catch 7c5214c714 Issue #617562 by sun, matt2000: Remove underscore-to-dash conversion in path arguments for content types. 2012-05-08 14:12:18 +09:00
catch bd30dbfc09 Issue #1481560 by nod_: Add 'use strict' to all core JavaScript to enforce clean code. 2012-05-08 11:57:33 +09:00
catch 3e8861682a Issue #1540174 by Niklas Fiekas, attiks: Fixed Some attributes not allowed for the new HTML5 input elements. 2012-05-08 11:53:23 +09:00
Dries f72f814f7b - Patch #1404198 by sun, beejeebus, fago, chx: Separate database cache clearing from static cache clearing and data structure rebuilding. 2012-05-03 11:09:39 -04:00
catch 51c004aba9 Issue #1361234 by duellj, loganfsmyth, aspilicious, cosmicdreams, fago, amateescu, sun: Added Make the node entity a classed object. 2012-04-27 01:44:37 +09:00
Dries 3610fd93ba - Patch #1519720 by Niklas Fiekas: Remove element_validate_integer() and element_validate_integer_positive() in favor of the new number element type. 2012-04-09 14:11:07 -04:00
catch eab6f127ad Issue #1419968 by nod_, cosmicdreams, droplet, tim.plunkett: Replace $('selector', domelement) with $(domelement).find('selector'). 2012-04-07 16:19:30 +09:00
catch 5a8e7bd7a6 Issue #1361232 by sun, Berdir, aspilicious, fago, klausi, amateescu: Make the taxonomy entities classed objects. 2012-04-02 11:55:32 +09:00
catch efc984dfda Issue #1483662 by Psikik: Fixed URLs for drupal.org module help pages need updates. 2012-03-21 14:51:30 +09:00
catch f1d90a0c65 Issue #1428524 by nod_, katbailey: Replace all $.each() with filtered for loop. 2012-03-21 14:40:42 +09:00
catch aab8b66a29 Issue #1373142 by sun, beejeebus, aspilicious, amateescu: Use the Testing profile. Speed up testbot by 50%. 2012-03-13 12:16:40 +09:00
catch d4442020dd Issue #1164812 by Niklas Fiekas, xjm: Improve UX for machine names for fields. 2012-03-12 12:00:51 +09:00
Jennifer Hodgdon 130ccc56e6 Issue #1391118 by sven.lauer: Clean up Field API topics docs 2012-03-09 08:23:34 -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
Jennifer Hodgdon e50a4075f4 Issue #1216988 by aspilicious: Fix up CSS for Field UI module 2012-03-07 12:44:31 -08:00
Dries 2d6dcdd509 - Patch #1454538 by effulgentsia, Gábor Hojtsy, kalman.hosszu: langcode property to all entity types; for the user entity, distinguish entity language from user's language preference. 2012-03-02 13:46:16 -05:00
Jennifer Hodgdon 912b5513f0 Issue #1315992 by xjm: Remove path designations from menu callback docs to conform with current 8.x standards 2012-02-29 09:11:01 -08:00
Jennifer Hodgdon dfc41f4e1e Issue #1441126 by Devin Carlson, Haza: Fix @see entries in two function doc headers 2012-02-27 08:01:11 -08:00
Dries f5563bf877 - Patch #1400310 by nod_: Fixed Use of .parents() is really .closest(). 2012-01-24 13:54:39 -05:00
catch b3cf068140 Issue #375397 by sun, Xano, Rob Loach: Make Node module optional. 2012-01-08 16:14:15 +09:00
catch 82e02137b4 Issue #684310 by yched, lyricnz, ksenzee: Fixed When adding existing field 'Label' is cleared when exiting field. 2012-01-03 14:54:50 +09:00
webchick f78b16e7a6 Issue #1326638 follow-up by webchick: Remove extraneous spacing. 2011-12-24 17:45:41 -08: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