summaryrefslogtreecommitdiff
path: root/modules/field_ui
Commit message (Collapse)AuthorAge
* - Patch #675116 by jhodgdon: documentation improvements.Dries Buytaert2010-05-04
|
* - Patch #777102 by jhodgdon: hook_field_ui_view_modes_tabs() is undocumented.Dries Buytaert2010-04-26
|
* - Patch #482816 by sun, Rob Loach: make a consistent wrapper around submit ↵Dries Buytaert2010-04-24
| | | | buttons.
* - Patch #348448 by mfb, c960657, marvil07, cdale, jpmckinney: fixed PHP ↵Dries Buytaert2010-04-11
| | | | strict warnings when running tests and for PHP 5.3.
* - Patch #384992 by effulgentsia, sun: drupal_html_id() does not work ↵Dries Buytaert2010-04-07
| | | | correctly in AJAX context with multiple forms on page.
* - Patch #742318 by sun, yched: fields are editable regardless of whether an ↵Dries Buytaert2010-03-28
| | | | bundle instance exists, missing menu titles, etc.
* #707724 follow-up by yched: Fix more confusing field/entity api arguments.Angie Byron2010-03-27
|
* - Patch #744258 by sun: admin/structure/taxonomy paths have to use ↵Dries Buytaert2010-03-25
| | | | machine_name(), not vid.
* - Patch #686226 by yched: improved 'default value' input handling.Dries Buytaert2010-03-03
|
* #553304 by chellman and jhodgdon: Update Field UI help text to reflect ↵Angie Byron2010-02-22
| | | | recent changes in Drupal 7.
* - Patch #707724 by Pasqualle: fixed confusing arguments.Dries Buytaert2010-02-20
|
* #706962 by yched: Fixed No way to remove field instance from a bundle ↵Angie Byron2010-02-15
| | | | without removing instance from all bundles.
* #707724 follow-up by yched: More Field API/Entity API terminology clean-up.Angie Byron2010-02-12
|
* #707724 by chx: Rename confusing arguments in field/entity APIs.Angie Byron2010-02-11
|
* #641670 by yched and sun: Move ['#field'] meta information into ().Angie Byron2010-02-11
|
* - Patch #702816 by tstoeckler: mention of content types when it should be ↵Dries Buytaert2010-02-02
| | | | bundles.
* #537750 by yched: Added Field UI for comments.Angie Byron2010-01-30
|
* #680910 by yched and bjaspan: Allow fields to be restricted to entity types.Angie Byron2010-01-30
|
* - Patch #693614 by asimmonds: fixed PHPDoc spelling typos.Dries Buytaert2010-01-25
|
* #654934 by plach: Remove Translatable option on field creation. This ↵Angie Byron2010-01-13
| | | | functionality has been moved to Entity Translation in contrib.
* #679374 by casey: Fixed The 'Manage fields' dropdown box not updated ↵Angie Byron2010-01-09
| | | | instantly in webkit.
* #679894 by Bojhan: Fix remaining instances of Input format => Text format.Angie Byron2010-01-09
|
* #482816 by sun and Rob Loach: Add a consistent wrapper around submit buttons.Angie Byron2010-01-03
|
* - Patch #665878 by yched: fixed field_extra_fields()Dries Buytaert2010-01-02
|
* - Patch #664544 by yched: clean-up entity build/view modes.Dries Buytaert2009-12-26
|
* #664380 by Bojhan: Remove unnecessary descriptions form Field UI.Angie Byron2009-12-23
|
* #645802 by jhodgdon and arianek: Convert File module to new help standard.Angie Byron2009-12-12
|
* #645778 by arianek, tobiasb, and lisarex: Update Field UI to new help standard.Angie Byron2009-12-06
|
* - Patch #502190 by jhodgdon, stella, sun: hook implementation headers out of ↵Dries Buytaert2009-12-04
| | | | compliance with standards.
* - Patch #635094 by plach: unify 'language neutral' language codes.Dries Buytaert2009-12-02
|
* - Patch #619230 by matt2000, yched: update 'default field value' UI code for ↵Dries Buytaert2009-11-24
| | | | D7 Field API.
* #617632 follow-up by zserno and yched: Fix redirection path for content ↵Angie Byron2009-11-22
| | | | types with underscores.
* #617632 by zserno, rszrama, and sign: Add a Save & Add Fields button when ↵Angie Byron2009-11-22
| | | | adding a content type.
* #626664 by yched, Amitaibu: Fixed 'Add existing field' in user doesn't show ↵Angie Byron2009-11-11
| | | | fields created in content types.
* - Patch #614294 by lisarex, yched, Bojhan: remove UI description that says ↵Dries Buytaert2009-11-08
| | | | what is stored in the field.
* #602522 by effulgentsia, sun, and moshe weitzman: Make links in renderable ↵Angie Byron2009-11-03
| | | | arrays and forms (e.g. 'Operations') alterable.
* #600544 follow-up by Amitaibu: Added missing documentation.Angie Byron2009-11-02
|
* #600544 by Amitaibu and yched: Added tests for Field UI (hooray! :D)Angie Byron2009-11-02
|
* - Patch #606994 by yched: move entity handling out of Field API.Dries Buytaert2009-10-31
|
* #617532 by matt2000: Fixed field_ui() menu paths with underscores in content ↵Angie Byron2009-10-29
| | | | type names.
* #615866 by yched: Fixed Field UI redirections.Angie Byron2009-10-29
|
* #616742 by Amitaibu: Fixed adding an existing field in Field UI.Angie Byron2009-10-29
|
* - Patch #307354 by xmacinfo, heather: rename 'Display fields' to 'Manage ↵Dries Buytaert2009-10-26
| | | | Display'.
* #578544 by yched: Move field creation widgets into the same columns as ↵Angie Byron2009-10-24
| | | | existing fields.
* #609506 by yched and johanneshahn: Fixed 'Undefined index' on ↵Angie Byron2009-10-24
| | | | admin/reports/fields and 'change widget' form.
* #600974 by effulgentsia, JohnAlbin, sun, and Damien Tournoud: Allow theme ↵Angie Byron2009-10-23
| | | | functions to take one argument without any hacks. NOTE: This is an API change in hook_theme().
* - Patch #470242 by yched, bjaspan: fixed namespacing for bundle names to ↵Dries Buytaert2009-10-15
| | | | avoid users rendering their site unusable.
* #597508 by sun: Fixed path argument loader for node type paths.Angie Byron2009-10-09
|
* - Patch #572618 by effulgentsia, pwolanin, sun: all theme functions should ↵Dries Buytaert2009-10-09
| | | | take a single argument. Code clean-up and performance improvement. Woot.
* - Patch#583020 by c960657 | yched, Dries: fixed warning about missing ↵Dries Buytaert2009-10-02
| | | | argument 2 for field_delete_instance() in node_configure_fields().