summaryrefslogtreecommitdiff
path: root/modules/field_ui/field_ui.module
Commit message (Collapse)AuthorAge
* Issue #2145077 by TR: Fix spelling errors in D7 tests and commentsJennifer Hodgdon2013-12-03
|
* Issue #1040790 by yched, swentel, geerlingguy, justin.randell, Berdir | ↵David Rothstein2013-01-27
| | | | catch: Fixed _field_info_collate_fields() memory usage.
* Issue #1483662 by rdickert, Psikik: Update URLs for drupal.org module help pagesJennifer Hodgdon2012-03-26
|
* 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 #1326638 by sven.lauer, jhodgdon, xjm: Clean up API docs for ↵webchick2011-12-24
| | | | field_ui() module.
* 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 #1049462 by rfay: Fixed Usage of deprecated ↵webchick2011-06-29
| | | | form_state['clicked_button'] causes bugs during AJAX submissions by non-buttons.
* - Patch #1157426 by Gábor Hojtsy: field system uses t() incorrectly and ↵Dries Buytaert2011-05-15
| | | | inconsistently.
* - Patch #1075886 by franz: typo on help text.Dries Buytaert2011-04-10
|
* Stripping CVS keywordsThe Great Git Migration2011-02-25
|
* #686938 by yched: Fix notice Undefined index: admin in ↵Angie Byron2010-11-21
| | | | _field_ui_bundle_admin_path()
* - Patch #907690 by sun, pwolanin: breadcrumbs don't work for dynamic paths ↵Dries Buytaert2010-09-24
| | | | and local tasks #2.
* #616240 follow-up by yched, dereine, marvil07: Make Field UI screens ↵Angie Byron2010-09-11
| | | | extensible from contrib - part II.
* - Patch #616240 by yched, marcingy: make field UI screens extensible from ↵Dries Buytaert2010-06-26
| | | | contrib.
* - Patch #553298 by yched, te-brian, chx, sun: redesign the 'Manage Display' ↵Dries Buytaert2010-05-23
| | | | screen.
* - Patch #777102 by jhodgdon: hook_field_ui_view_modes_tabs() is undocumented.Dries Buytaert2010-04-26
|
* - 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
|
* #553304 by chellman and jhodgdon: Update Field UI help text to reflect ↵Angie Byron2010-02-22
| | | | recent changes in Drupal 7.
* #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
|
* #537750 by yched: Added Field UI for comments.Angie Byron2010-01-30
|
* #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
|
* #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.
* #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.
* - 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.
* - Patch #307354 by xmacinfo, heather: rename 'Display fields' to 'Manage ↵Dries Buytaert2009-10-26
| | | | Display'.
* #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 #367013 by bjaspan, KarenS | yched, Dries: add support for field ↵Dries Buytaert2009-09-26
| | | | updates.
* #553292 by yched: Fixed bug with formatter settings getting lost when saving ↵Angie Byron2009-08-29
| | | | a field.
* #516138 follow-up by yched: Instead of a full menu rebuild, set a variable ↵Angie Byron2009-08-24
| | | | indicating it's needed. Speeds up tests by a factor of at least two.
* #497118 by chx, catch, pwolanin, JoshuaRogers, and Jacob Singh: Remove the ↵Angie Byron2009-08-24
| | | | function registry. While the hope was that this would result in improved performance for low-end hosts, it comes at the expense of critical development experience problems and less benefit than something like APC. Class registry remains intact to facilitate autoloading.
* Of all the patches to accidentally commit without a message. :( Rolling back ↵Angie Byron2009-08-24
| | | | registry rip. Let's try that again.
* *** empty log message ***Angie Byron2009-08-24
|
* #555142 by yched: Clean up unneeded menu-rebuild code in Field UI.Angie Byron2009-08-21
|
* #516138 by yched, KarenS, quicksketch, bangpound, et al.: CC-FREAKING-K IN ↵Angie Byron2009-08-19
CORE! OH YEAH! :D