summaryrefslogtreecommitdiff
path: root/modules/field_ui/field_ui.admin.inc
Commit message (Collapse)AuthorAge
* Drupal 7.38David Rothstein2015-06-17
|
* Issue #1788060 by BarisW, swentel, dcam | hass: Translatable string <Hidden> ↵David Rothstein2014-05-06
| | | | cannot imported if translated.
* 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 #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 #1517654 by zuuperman, sheise: Fixed Strict warning by ↵David Rothstein2012-05-25
| | | | field_ui_table_pre_render().
* Issue #1164812 by Niklas Fiekas, tim.plunkett, xjm: Improve UX for machine ↵webchick2012-03-24
| | | | names for fields.
* 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 #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.
* - 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 #943772 by jpsoto, yched, catch, bojanz, pillarsdotnet, steinmb: Fixed ↵webchick2011-08-29
| | | | field_delete_field() and others fail for inactive fields.
* 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.
* Stripping CVS keywordsThe Great Git Migration2011-02-25
|
* - Patch #1056108 by 1V: consistent use of 'JavaScript' and 'Ajax'.Dries Buytaert2011-02-19
|
* #1024608 by yched: Move help text setting above field-specific settings on ↵Angie Byron2011-01-28
| | | | field UI page.
* #915906 by jbrown, yched: Fixed Deleting node type with only instance of a ↵Angie Byron2010-12-15
| | | | field leaves the field in a strange zombie state
* #501408 by flobruit, PieterDC, yched: Allow user fields to be displayed on ↵Angie Byron2010-11-30
| | | | registration form.
* #686938 by yched: Fix notice Undefined index: admin in ↵Angie Byron2010-11-21
| | | | _field_ui_bundle_admin_path()
* #942310 by an.droid, yched, fago, sun: Fixed Field form cannot be attached ↵Angie Byron2010-11-20
| | | | more than once
* #964092 by Stalski, yched: Fixed Errors when integrating fieldgroup rows on ↵Angie Byron2010-11-20
| | | | 'Manage fields' screen
* - Patch #943742 by Stalski: fields only appearing when custom field is added ↵Dries Buytaert2010-11-13
| | | | in manage display screen.
* - Patch #914792 by sun, moshe weitzman, effulgentsia: custom element ↵Dries Buytaert2010-11-12
| | | | properties entirely override default element info properties.
* - Patch #839556 by jrchamp, dmitrig01: remove pointless usage of ↵Dries Buytaert2010-10-28
| | | | array_key_exists().
* Trying #886152 again: Fixed All fields are hidden after the administrator ↵Angie Byron2010-10-23
| | | | newly configures a view mode to not use 'default' display.
* Rollback of #886152. Broke testbot.Angie Byron2010-10-23
|
* #886152 by yched, pwolanin, hefox, chx, rszrama, ksenzee: Fixed All fields ↵Angie Byron2010-10-23
| | | | are hidden after the administrator newly configures a view mode to not use 'default' display.
* - Patch #946646 by yched: move helper #element_functions() out of Field UI.Dries Buytaert2010-10-22
|
* #936536 by rszrama, sun, yched: Fixed Missing #empty_option on a couple selects.Angie Byron2010-10-20
|
* - Patch #882694 by mgifford, sun, ksenzee, bleen18, yched: add missing form ↵Dries Buytaert2010-10-20
| | | | element titles for accessibility.
* - Patch #940668 by yched: Fixed 'Manage display' : Formatter change not ↵Dries Buytaert2010-10-20
| | | | reflected on settings.
* #938672 follow-up by tim.plunkett: Fix typo in t() string.Angie Byron2010-10-14
|
* #938672 by Jeff Burnz: Stop thousands of red Xs from appearing on field UI ↵Angie Byron2010-10-13
| | | | error.
* - Patch #140783 by sun, chx, effulgentsia, David_Rothstein, webchick: a ↵Dries Buytaert2010-10-04
| | | | select list without #default_value() always passes form validation.
* - Patch #896584 by tstoeckler: path inconsistency for the field edit form.Dries Buytaert2010-09-29
|
* - Patch #921606 by munzirtaha, bleen18: various code uses is_null().Dries Buytaert2010-09-26
|
* - Patch #140783 by sun: a select list without #default_value() always passes ↵Dries Buytaert2010-09-24
| | | | form validation.
* #896162 follow-up by effulgentsia: Fix for fatal error in Field UI settings ↵Angie Byron2010-09-21
| | | | form.
* - Patch #740834 by makononov, sun: form elements cannot be rendered without ↵Dries Buytaert2010-09-16
| | | | form_builder().
* #616240 follow-up by yched, dereine, marvil07: Make Field UI screens ↵Angie Byron2010-09-11
| | | | extensible from contrib - part II.
* #902738 by jbrown: Fixed No status message when reordering fields.Angie Byron2010-09-07
|
* #896162 by yched: Fixed Field UI 'formatter settings' form broken.Angie Byron2010-08-28
|