summaryrefslogtreecommitdiff
path: root/modules/field
Commit message (Collapse)AuthorAge
* #950138 follow-up by yched: Small comment whitespace fix.Angie Byron2010-11-15
|
* #617596 follow-up by sun: optimize if statement.Angie Byron2010-11-13
|
* - Patch #915168 by chx, yched, sun: foreign key support is missing from text ↵Dries Buytaert2010-11-07
| | | | and file module.
* - Patch #938462 by bojanz: Fix EntityFieldQuery fatal error in certain cases ↵Dries Buytaert2010-11-05
| | | | and document bundle limitations.
* - Patch #950138 by yched, an.droid: Changed Abstract Field API () usage into ↵Dries Buytaert2010-10-31
| | | | an API function.
* - Patch #839556 by jrchamp, dmitrig01: remove pointless usage of ↵Dries Buytaert2010-10-28
| | | | array_key_exists().
* - Patch #654796 by chx, c960657, sun, effulgentsia: fix bugs with checkbox ↵Dries Buytaert2010-10-28
| | | | element.
* #445736 by sun: Fixed Poll does not respect weight in Preview or More button.Angie Byron2010-10-25
|
* #902008 by sun: Fixed Optional field type modules should not be 'required' ↵Angie Byron2010-10-25
| | | | in .info file.
* - Patch #948116 by amateescu: field_update_instance() doxygen is broken.Dries Buytaert2010-10-25
|
* #617596 by ygerasimov, furamag: Fixed Non-empty Summary and empty Body both ↵Angie Byron2010-10-24
| | | | become empty when saved.
* #950134 by mfb: Fixed Number module maxlength prevents saving negative decimal.Angie Byron2010-10-23
|
* #806830 by Amitaibu, yched: Add Dynamic (i.e. not cached) alter hook to ↵Angie Byron2010-10-23
| | | | instance definitions.
* 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
|
* - Patch #948584 by yched: wrong implementations of ↵Dries Buytaert2010-10-22
| | | | hook_field_formatter_settings_form().
* #934050 follow-up by sun: Fix broken upgrade path.Angie Byron2010-10-20
|
* - Patch #882694 by mgifford, sun, ksenzee, bleen18, yched: add missing form ↵Dries Buytaert2010-10-20
| | | | element titles for accessibility.
* - Patch #934050 by sun, alex_b: change format into string.Dries Buytaert2010-10-20
|
* - Patch #940668 by yched: Fixed 'Manage display' : Formatter change not ↵Dries Buytaert2010-10-20
| | | | reflected on settings.
* #784792 by Jacine: Add Field type template suggestions for more granular ↵Angie Byron2010-10-15
| | | | field API theming.
* #876762 by Dave Reid, yched: Fixed modules have no way of knowing if ↵Angie Byron2010-10-13
| | | | vocabulary machine names are changed.
* - Patch #913528 by chx, Berdir, catch, tstoeckler, yched, dereine: create ↵Dries Buytaert2010-10-11
| | | | new boolean field 'Cannot create references to/from string offsets nor overloaded objects'.
* #356036 by plach, catch: Allow creating nodes in default languages.Angie Byron2010-10-09
|
* - Patch #908798 by bojanz: EntityFieldQuery does not handle ordering correctly.Dries Buytaert2010-10-06
|
* - Patch #853030 by Stevel: revision_id() is part of a primary key, but is ↵Dries Buytaert2010-10-03
| | | | not marked as NOT NULL.
* - Patch #922824 by plach: no way to specify the language to view entities in.Dries Buytaert2010-10-03
|
* - Patch #898558 by Damien Tournoud, chx, ksenzee: clean-up the upgrade path: ↵Dries Buytaert2010-09-29
| | | | node.
* - Patch #915168 by chx, sun: foreign key support is missing from text and ↵Dries Buytaert2010-09-29
| | | | file module.
* - Patch #895386 by chx, Damien Tournoud, puregin: clean-up the upgrade path: ↵Dries Buytaert2010-09-28
| | | | taxonomy.
* - Patch #924686 by mikey_p, munzirtaha: space required after foreach construct.Dries Buytaert2010-09-28
|
* - Patch #921606 by munzirtaha, bleen18: various code uses is_null().Dries Buytaert2010-09-26
|
* - Patch #921098 by munzirtaha: !is_null() should be replaced by isset() ↵Dries Buytaert2010-09-24
| | | | because it's faster.
* - Patch #907690 by sun, pwolanin: breadcrumbs don't work for dynamic paths ↵Dries Buytaert2010-09-24
| | | | and local tasks #2.
* - Patch #914458 by Damien Tournoud, chx: remove the format delete ↵Dries Buytaert2010-09-18
| | | | reassignment 'feature'.
* #898520 follow-up by Damien Tournoud, chx, David Rothstein: Clean-up the ↵Angie Byron2010-09-13
| | | | upgrade path: comment.
* #629484 by Amitaibu, fago, et al: Added Add entity 'label' key info (e.g. ↵Angie Byron2010-09-11
| | | | title on node).
* #896170 by yched: Fixed default formatter for 'Text with summary' field type ↵Angie Byron2010-09-11
| | | | should be 'text_default()'.
* #616240 follow-up by yched, dereine, marvil07: Make Field UI screens ↵Angie Byron2010-09-11
| | | | extensible from contrib - part II.
* #903704 by bleen18: Fixed typo in file number.module.Angie Byron2010-09-07
|
* - Patch #902830 by bojanz: field_sql_storage() can't handle entityOrderBy ↵Dries Buytaert2010-09-05
| | | | (fatal error).
* - Patch #328357 by bleen18, sun, skilip, alanburke, jenlampton, manarth, ↵Dries Buytaert2010-09-05
| | | | fgm, tstoeckler: allow module .info files to add CSS/JS.
* - Patch #902264 by Damien Tournoud: move hook_field_schema() to .install ↵Dries Buytaert2010-09-04
| | | | files so we can get the upgrade path to work.
* - Patch #664136 by plach: document the field language api.Dries Buytaert2010-09-02
|
* #664136 by plach, sun, yched: Enhance TF code documentation.Angie Byron2010-08-31
|
* - Patch #860180 by chx, dixon_, jhodgdon: entity listing and loading does ↵Dries Buytaert2010-08-22
| | | | not allow for node access.
* - Patch #358437 by David_Rothstein, Berdir, sun: filter system security ↵Dries Buytaert2010-08-22
| | | | fixes from SA-2008-073 not applied to Drupal 7.x.
* - Rollback of #447816 -- didn't meant to commit that just yet.Dries Buytaert2010-08-18
|