summaryrefslogtreecommitdiff
path: root/modules/field_ui
Commit message (Collapse)AuthorAge
* Drupal 7.38David Rothstein2015-06-17
|
* Issue #1303412 by nod_, droplet, Valentine94, KarenS, sahuni: Cannot drag in ↵David Rothstein2015-03-29
| | | | or out of 'Hidden' on the 'Manage Display' page under certain circumstances
* Issue #2268947 by sachin_s, joachim: Add note to ↵Jennifer Hodgdon2014-05-28
| | | | hook_field_formatter_settings_form() about when it is invoked
* Issue #1788060 by BarisW, swentel, dcam | hass: Translatable string <Hidden> ↵David Rothstein2014-05-06
| | | | cannot imported if translated.
* Issue #2145077 by TR: Fix spelling errors in D7 tests and commentsJennifer Hodgdon2013-12-03
|
* Issue #1797242 by xjm, dcam, Lars Toomre, izus: Remove t() from assert ↵Jennifer Hodgdon2013-04-24
| | | | messages in field_ui module
* Issue #1961832 by foopang: Fix docs typo in field_ui.admin.incJennifer Hodgdon2013-04-10
|
* Issue #1906484 by dcam, smiletrl: Fix incorrect reference in ↵Jennifer Hodgdon2013-04-04
| | | | field_ui_field_setting_form_submit() documentation
* Issue #1040790 by yched, swentel, geerlingguy, justin.randell, Berdir | ↵David Rothstein2013-01-27
| | | | catch: Fixed _field_info_collate_fields() memory usage.
* Issue #1672694 by Devin Carlson, JulienD, jibran, kalabro: Fixed Field UI ↵David Rothstein2012-12-08
| | | | continues to use t() for $instance['label'] in field_ui().admin.inc.
* Issue #1846510 by Tor Arne Thune: Remove duplicate that in code commentJennifer Hodgdon2012-11-27
|
* Issue #1846510 by larowlan, kim.pepper: Fix spelling error in field UI ↵Jennifer Hodgdon2012-11-26
| | | | module comment
* Issue #1399302 by droplet: Fixed Rename Field UI's 'Field' column to 'Field ↵webchick2012-07-07
| | | | Type'.
* Issue #1480568 by gagarine, henwan: Fixed use $.attr with false instead of ↵David Rothstein2012-06-23
| | | | empty string.
* Issue #1517654 by zuuperman, sheise: Fixed Strict warning by ↵David Rothstein2012-05-25
| | | | field_ui_table_pre_render().
* Issue #1358944 by wulff: Fix misuse of ingroup in documentation blocksJennifer Hodgdon2012-05-23
|
* Issue #1400310 by nod_, sun, m.stenta: Fixed Use of .parents() is really ↵webchick2012-03-28
| | | | .closest().
* Issue #1483662 by rdickert, Psikik: Update URLs for drupal.org module help pagesJennifer Hodgdon2012-03-26
|
* Issue #1164812 by Niklas Fiekas, tim.plunkett, xjm: Improve UX for machine ↵webchick2012-03-24
| | | | names for fields.
* Issue #1391118 by sven.lauer: Clean up Field API topics docsJennifer Hodgdon2012-03-09
|
* Issue #684310 by yched, lyricnz, ksenzee, Niklas Fiekas: Fixed When adding ↵webchick2012-02-28
| | | | existing field 'Label' is cleared when exiting field.
* Issue #1441126 by Haza, Devin Carlson: Fix @see entries in two function doc ↵Jennifer Hodgdon2012-02-28
| | | | headers
* Issue #1411592 by dadikof, Niklas Fiekas: Fixed func_get_args() can't be ↵webchick2012-01-30
| | | | used as a function parameter before PHP 5.3.
* Issue #1273104 by TwoD, Rob Loach, nburles, nod_: Remove eval() from ↵webchick2011-12-31
| | | | field_ui().js.
* Issue #1326638 by sven.lauer, jhodgdon, xjm: Clean up API docs for ↵webchick2011-12-24
| | | | field_ui() module.
* Issue #1301522 by xjm, Rob Loach, David_Rothstein: Fixed ↵webchick2011-12-10
| | | | field_ui_default_value_widget() does not pass along the entity type when it creates the default value form.
* - Patch #1366518 by chris.leversuch: 'Columns' is misspelled (()) in ↵Dries2011-12-10
| | | | theme_field_ui_table().
* - Patch #1206992 by oriol_e9g: fixed Field UI error message and incorrect ↵Dries2011-11-22
| | | | type level.
* Issue #1183430 by TR, oriol_e9g: Fixed t function strings should not have ↵webchick2011-10-17
| | | | whitespaces at beginning or end.
* - Patch #1308994 by Devin Carlson: certain Field UI messages have the wrong ↵Dries Buytaert2011-10-13
| | | | type.
* Issue #1115106 by Damien Tournoud: Fixed Failures to update a field are not ↵webchick2011-10-09
| | | | properly handed in SQL Storage and Field UI.
* Issue #1248940 by yched: Fixed 'Manage fields' screens : broken table layout.webchick2011-10-05
|
* Issue #1079966 by dereine, catch: Fixed Notice when renaming bundles.webchick2011-10-05
|
* Issue #1054848 by barraponto: Fixing common typos through codespell.py.webchick2011-10-02
|
* Issue #1294284 by Chi: Code style fix for field_ui().test.webchick2011-09-30
|
* Issue #943772 by jpsoto, yched, catch, bojanz, pillarsdotnet, steinmb: Fixed ↵webchick2011-08-29
| | | | field_delete_field() and others fail for inactive fields.
* Issue #1174444 by Boobaa, xjm, Dave Reid: Make the _element_validate_()* ↵webchick2011-07-31
| | | | functions in field.module available for all contrib modules to use.
* Oopsie. Wrong patch.webchick2011-07-31
|
* Issue #1174444 by Boobaa, xjm, Dave Reid: Make the _element_validate_()* ↵webchick2011-07-31
| | | | functions in field.module available for all contrib modules to use.
* Issue #1164852 by plach: Default the 'translatable' bit on fields to FALSE ↵webchick2011-07-20
| | | | for fields created in the UI, to match those created by the API.
* Issue #348448 follow-up by jrchamp, catch: Fix E_STRICT errors.webchick2011-07-13
|
* Issue #1049462 by rfay: Fixed Usage of deprecated ↵webchick2011-06-29
| | | | form_state['clicked_button'] causes bugs during AJAX submissions by non-buttons.
* Issue #1043998 by lyricnz, sun: Fixed Strict PHP warning in Fields UI tests.webchick2011-05-30
|
* - Patch #1157426 by Gábor Hojtsy: field system uses t() incorrectly and ↵Dries Buytaert2011-05-15
| | | | inconsistently.
* Issue #1111288 by yched: Fix file permissions on field_ui tests.webchick2011-04-24
|
* - Patch #1111288 by droplet: wrong instance definition in field_ui().test.Dries Buytaert2011-04-23
|
* - Patch #1075886 by franz: typo on help text.Dries Buytaert2011-04-10
|
* Stripping CVS keywordsThe Great Git Migration2011-02-25
|
* - Patch #1056108 by 1V: consistent use of 'JavaScript' and 'Ajax'.Dries Buytaert2011-02-19
|
* - Patch #1019710 by stephenh: Changed Standardize @file comments in .test files.Dries Buytaert2011-02-04
|