summaryrefslogtreecommitdiffstatshomepage
path: root/modules/field_ui
Commit message (Collapse)AuthorAge
* Issue #22336 by quicksketch, scor, boombatower, and rfay. Move all core ↵Nathan Haug2011-11-01
| | | | Drupal files under a core subdirectory.
* Issue #1288364 by marcingy, yched: Clean up reset patterns in field.info.inc.catch2011-10-20
|
* - Patch #1308994 by Devin Carlson: certain Field UI messages have the wrong ↵Dries Buytaert2011-10-13
| | | | type.
* - Patch #1183430 by TR, oriol_e9g: t function strings should not have ↵Dries Buytaert2011-10-09
| | | | whitespaces at beginning or end.
* 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 #1294284 by Chi: Code style fix for field_ui().test.catch2011-09-30
|
* - Patch #1054848 by barraponto: fixed typos in code documentation.Dries Buytaert2011-09-24
|
* Issue #943772 by jpsoto, yched, catch, bojanz, pillarsdotnet, steinmb: Fixed ↵webchick2011-08-29
| | | | field_delete_field() and others fail for inactive fields.
* - Patch #1199428 by ksenzee, yched: incremental UX improvements to Field UI.Dries Buytaert2011-08-08
|
* - Patch #1174444 by Boobaa, xjm, Dave Reid: Make the _element_validate_()* ↵Dries Buytaert2011-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 and set ↵webchick2011-07-13
| | | | Drupal 8's default error reporting to E_STRICT to prevent further regressions.
* 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.
* - Patch #1111288 by yched: wrong instance definition in field_ui().test.Dries Buytaert2011-04-23
|
* - Patch #1111288 by droplet: wrong instance definition in field_ui().test.Dries Buytaert2011-04-23
|
* - Patch #997918 by David_Rothstein: menu gets rebuilt continually during ↵Dries Buytaert2011-04-12
| | | | install and update (and menu system stores entire, out-of-date theme objects).
* - Patch #1075886 by franz: typo on help text.Dries Buytaert2011-04-10
|
* - Patch #1089320 by Dave Reid: update version strings and constants to 8.x.Dries Buytaert2011-03-20
|
* 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
|
* #1024608 by yched: Move help text setting above field-specific settings on ↵Angie Byron2011-01-28
| | | | field UI page.
* #915174 by sdboyer, sun: Remove pointless files[] declarations on files that ↵Angie Byron2010-12-20
| | | | are not declaring classes.
* #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.
* #971440 by Azol: Small coding standards fixes for field_ui.jsAngie Byron2010-11-21
|
* #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 #961412 by Eric_A: fixed typo in documentation.Dries Buytaert2010-11-12
|
* - Patch #914792 by sun, moshe weitzman, effulgentsia: custom element ↵Dries Buytaert2010-11-12
| | | | properties entirely override default element info properties.
* - Patch #961412 by yched, andypost: improved documentation of formatter ↵Dries Buytaert2010-11-07
| | | | settings.
* - Patch #839556 by jrchamp, dmitrig01: remove pointless usage of ↵Dries Buytaert2010-10-28
| | | | array_key_exists().
* - Patch #886152 by effulgentsia: fix tests.Dries Buytaert2010-10-27
|
* 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 #930934 by swentel: field ui JS $.debug function leftover.Dries Buytaert2010-10-06
|
* - Patch #140783 by sun, chx, effulgentsia, David_Rothstein, webchick: a ↵Dries Buytaert2010-10-04
| | | | select list without #default_value() always passes form validation.