Commit Graph

181 Commits (7.x)

Author SHA1 Message Date
mcdruid 64871d4fac Issue #3322003 by poker10: [D7 PHP 8.2] Fix Deprecated function: Creation of dynamic property in tests 2022-11-18 11:15:04 +00:00
mcdruid 74e6ff207b Issue #3212398 by jake_milburn: [D7] Field API assumes serial/integer entity IDs, but the entity system does not 2022-05-27 11:58:35 +01:00
mcdruid 18d4dd381d Issue #3126312 by joseph.olstad, ravikk-drupal, mcdruid, mohangathala, jungle, Taran2L, Fabianx: Since PHP7 func_get_args() no longer reports the original value as passed to a parameter, so call it early 2020-05-21 13:21:53 +01:00
mcdruid 4dafac8677 Issue #3085151 by Taran2L, amoebanath, kiamlaluno, Steven Jones, nishantghetiya, izmeez, mcdruid, Fabianx: field_ui_display_overview_form() expects to always get an array from field_info_formatter_types() 2020-05-06 18:16:17 +01:00
David Rothstein c3bf7484b3 Issue #611294 by swentel, klausi, David_Rothstein, tsphethean, jenlampton, attiks, yched, sun, benjy, dcam: Added a new "administer fields" permission for trusted users to use the field UI. 2016-05-28 14:43:25 -04:00
David Rothstein 5cb79b4b21 Drupal 7.38 2015-06-17 14:38:44 -04:00
David Rothstein ac0f69f1da Issue #1303412 by nod_, droplet, Valentine94, KarenS, sahuni: Cannot drag in or out of 'Hidden' on the 'Manage Display' page under certain circumstances 2015-03-29 17:39:52 -04:00
Jennifer Hodgdon e07145e869 Issue #2268947 by sachin_s, joachim: Add note to hook_field_formatter_settings_form() about when it is invoked 2014-05-28 11:24:10 -07:00
David Rothstein 0c389ed1c5 Issue #1788060 by BarisW, swentel, dcam | hass: Translatable string <Hidden> cannot imported if translated. 2014-05-06 02:24:47 -04:00
Jennifer Hodgdon c1b6dc1dae Issue #2145077 by TR: Fix spelling errors in D7 tests and comments 2013-12-03 16:45:15 -08:00
Jennifer Hodgdon 38dd08b1c6 Issue #1797242 by xjm, dcam, Lars Toomre, izus: Remove t() from assert messages in field_ui module 2013-04-24 08:30:42 -07:00
Jennifer Hodgdon 34c574708d Issue #1961832 by foopang: Fix docs typo in field_ui.admin.inc 2013-04-10 14:46:53 -07:00
Jennifer Hodgdon 23f3852229 Issue #1906484 by dcam, smiletrl: Fix incorrect reference in field_ui_field_setting_form_submit() documentation 2013-04-04 15:55:11 -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
David Rothstein d1f4ea3b2b Issue #1672694 by Devin Carlson, JulienD, jibran, kalabro: Fixed Field UI continues to use t() for $instance['label'] in field_ui().admin.inc. 2012-12-08 16:35:27 -05:00
Jennifer Hodgdon 71173d457c Issue #1846510 by Tor Arne Thune: Remove duplicate that in code comment 2012-11-27 07:33:04 -08:00
Jennifer Hodgdon f7ee856d23 Issue #1846510 by larowlan, kim.pepper: Fix spelling error in field UI module comment 2012-11-26 13:02:00 -08:00
webchick b67f7affd1 Issue #1399302 by droplet: Fixed Rename Field UI's 'Field' column to 'Field Type'. 2012-07-07 11:43:56 -07:00
David Rothstein 74de0926df Issue #1480568 by gagarine, henwan: Fixed use $.attr with false instead of empty string. 2012-06-23 16:00:07 -04:00
David Rothstein e2bcdbcedb Issue #1517654 by zuuperman, sheise: Fixed Strict warning by field_ui_table_pre_render(). 2012-05-25 00:41:30 -04:00
Jennifer Hodgdon e039aaaa32 Issue #1358944 by wulff: Fix misuse of ingroup in documentation blocks 2012-05-23 12:25:30 -07:00
webchick 966d3f310d Issue #1400310 by nod_, sun, m.stenta: Fixed Use of .parents() is really .closest(). 2012-03-28 09:33:40 -07:00
Jennifer Hodgdon 4fb8e143a3 Issue #1483662 by rdickert, Psikik: Update URLs for drupal.org module help pages 2012-03-26 11:28:49 -07:00
webchick f26da2d1ef Issue #1164812 by Niklas Fiekas, tim.plunkett, xjm: Improve UX for machine names for fields. 2012-03-24 00:18:48 -06:00
Jennifer Hodgdon 31a97a0a75 Issue #1391118 by sven.lauer: Clean up Field API topics docs 2012-03-09 08:24:06 -08:00
webchick 0025dcbcb1 Issue #684310 by yched, lyricnz, ksenzee, Niklas Fiekas: Fixed When adding existing field 'Label' is cleared when exiting field. 2012-02-28 11:21:42 -08:00
Jennifer Hodgdon c17328a39d Issue #1441126 by Haza, Devin Carlson: Fix @see entries in two function doc headers 2012-02-28 10:15:41 -08:00
webchick c367b7d954 Issue #1411592 by dadikof, Niklas Fiekas: Fixed func_get_args() can't be used as a function parameter before PHP 5.3. 2012-01-30 20:15:24 -08:00
webchick 2743693e81 Issue #1273104 by TwoD, Rob Loach, nburles, nod_: Remove eval() from field_ui().js. 2011-12-31 16:12:19 -08:00
webchick 227fd2c43d Issue #1326638 by sven.lauer, jhodgdon, xjm: Clean up API docs for field_ui() module. 2011-12-24 17:44:36 -08:00
webchick e59e9d948f 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-12-10 23:15:51 -06:00
Dries 04ad7fcc40 - Patch #1366518 by chris.leversuch: 'Columns' is misspelled (()) in theme_field_ui_table(). 2011-12-10 08:54:05 -06:00
Dries 3b01378ea5 - Patch #1206992 by oriol_e9g: fixed Field UI error message and incorrect type level. 2011-11-22 21:03:58 -05:00
webchick bc3aeb2523 Issue #1183430 by TR, oriol_e9g: Fixed t function strings should not have whitespaces at beginning or end. 2011-10-17 08:35:22 -07:00
Dries Buytaert eb82ee8611 - Patch #1308994 by Devin Carlson: certain Field UI messages have the wrong type. 2011-10-13 20:26:15 -04:00
webchick 4c90f539bd Issue #1115106 by Damien Tournoud: Fixed Failures to update a field are not properly handed in SQL Storage and Field UI. 2011-10-09 07:55:41 -07:00
webchick 18fb44809f Issue #1248940 by yched: Fixed 'Manage fields' screens : broken table layout. 2011-10-05 17:53:30 -07:00
webchick 63885573b6 Issue #1079966 by dereine, catch: Fixed Notice when renaming bundles. 2011-10-05 07:56:13 -07:00
webchick d967abdf1d Issue #1054848 by barraponto: Fixing common typos through codespell.py. 2011-10-02 11:09:00 -07:00
webchick dbc2d7c27c Issue #1294284 by Chi: Code style fix for field_ui().test. 2011-09-30 12:52:55 -07:00
webchick 16b5120350 Issue #943772 by jpsoto, yched, catch, bojanz, pillarsdotnet, steinmb: Fixed field_delete_field() and others fail for inactive fields. 2011-08-29 23:12:18 -07:00
webchick 8cba9e72b1 Issue #1174444 by Boobaa, xjm, Dave Reid: Make the _element_validate_()* functions in field.module available for all contrib modules to use. 2011-07-31 19:41:58 -07:00
webchick fb55033fff Oopsie. Wrong patch. 2011-07-31 19:41:30 -07:00
webchick 9c85b350d1 Issue #1174444 by Boobaa, xjm, Dave Reid: Make the _element_validate_()* functions in field.module available for all contrib modules to use. 2011-07-31 19:39:41 -07:00
webchick be1bb23a1e Issue #1164852 by plach: Default the 'translatable' bit on fields to FALSE for fields created in the UI, to match those created by the API. 2011-07-20 01:20:33 -07:00
webchick c69b525c38 Issue #348448 follow-up by jrchamp, catch: Fix E_STRICT errors. 2011-07-13 21:49:41 -04:00
webchick 2c01d0549e Issue #1049462 by rfay: Fixed Usage of deprecated form_state['clicked_button'] causes bugs during AJAX submissions by non-buttons. 2011-06-29 23:16:35 -07:00
webchick 09669835c4 Issue #1043998 by lyricnz, sun: Fixed Strict PHP warning in Fields UI tests. 2011-05-30 09:04:40 -07:00
Dries Buytaert 78f4cc01c1 - Patch #1157426 by Gábor Hojtsy: field system uses t() incorrectly and inconsistently. 2011-05-15 17:38:57 -07:00
webchick 86c5f34ccc Issue #1111288 by yched: Fix file permissions on field_ui tests. 2011-04-24 00:52:52 -07:00