summaryrefslogtreecommitdiff
path: root/modules/field
Commit message (Collapse)AuthorAge
* - 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
|
* - Patch #735426 by yched, mr.baileys: fields with select widget: first ↵Dries Buytaert2010-08-17
| | | | option is selected by default even if no 'default value' set for the field.
* - Patch #879910 by plach: fixed text_field_prepare_translation() broken.Dries Buytaert2010-08-17
|
* - Patch #877690 by das-peter, mfer: missing dependency 'text'.Dries Buytaert2010-08-16
|
* - Patch #882520 by David_Rothstein: field_bundle_settings() API ↵Dries Buytaert2010-08-14
| | | | documentation doesn't format its code example correctly.
* - Patch #504564 by tic2000, andypost, catch: the 'Length of trimmed content'Dries Buytaert2010-08-08
| | | | | | | | | | | | form input in the 'node type' edit form was way too harsh (affects the display of all 'trimmed / summary_or_trimmed' formatters on all text fields in all view modes), and irrelevant for text fields on non-node entities, which are currently all blocked to 'trim to 600 chars'. * Added field formatter settings for 'text_trimmed' and 'text_summary_or_trimmed' formatters * Removed 'teaser_length' settings for node types * Added upgrade path for 'teaser_length' variable in node_update_7011() * Fixed a test
* - Patch #423888 by mikeryan, Crell, drunken monkey: use subqueries for ↵Dries Buytaert2010-08-08
| | | | ->countQuery(), at least for MySQL.
* Reverting #500866. Needs more discussion.Angie Byron2010-08-05
|
* #500866 by boombatower, solotandem: Remove t() from assertion messages in ↵Angie Byron2010-08-05
| | | | SimpleTest, so translators do not get 1000s of bogus strings.
* #819816 by aaronbauman, yched, Damien Tournoud, tsi: Fixed Reordering ↵Angie Byron2010-08-04
| | | | multivalue file and image field uploads is broken.
* - Patch #870292 by sun, yched: hook_field_extra_fields() results are not cached.Dries Buytaert2010-08-03
|
* - Patch #870292 by yched, sun: hook_field_extra_fields() results are not cached.Dries Buytaert2010-08-03
|
* - Patch #872068 by ksenzee: field.crud.inc has documentation TODOs.Dries Buytaert2010-08-03
|
* #851602 by chx, bjaspan, Damien Tournoud: Fixed ↵Angie Byron2010-08-02
| | | | FieldCrudTestCase::testUpdateField() assumes a fixed-precision storage - replace with test that's portable across database systems.
* - Patch #869350 by chx, yched: some field functions are called a bit too often.Dries Buytaert2010-08-01
|
* - Patch #844388 by lotyrin, bjaspan, effulgentsia: taxonomy terms disappear ↵Dries Buytaert2010-07-30
| | | | from node preview if previewed more than once.
* - Patch #769226 by Owen Barton, alanburke, sun: fixed JS/CSS preprocess ↵Dries Buytaert2010-07-30
| | | | should default to FALSE.
* - Patch #864638 by glipay: typo in comment for field_attach_form().Dries Buytaert2010-07-26
|
* - Patch #863370 by andypost: fixed typo.Dries Buytaert2010-07-26
|
* - Patch #863370 by bjaspan, daryson: wrong return value on field_info_fields().Dries Buytaert2010-07-26
|
* - Patch #857314 by andypost: add form for number formatter settings.Dries Buytaert2010-07-26
|
* - Patch #862352 by chx: fields without columns throw notices.Dries Buytaert2010-07-26
|
* - Patch #675116 by jhodgdon: several problems in field.api.php and ↵Dries Buytaert2010-07-25
| | | | field_ui().api.php.
* - Patch #717576 by mr.baileys: incorrect param name in text_field_widget_form().Dries Buytaert2010-07-07
|
* - Patch #729186 by catch: _field_info_collate_fields() resource usage.Dries Buytaert2010-06-29
|
* - Patch #362021 by plach: field_attach_prepare_translation() needs to be ↵Dries Buytaert2010-06-28
| | | | updated for D7 API.
* - Patch #808534 by dhthwy, Damien Tournoud, chx: file_get_file_references() ↵Dries Buytaert2010-06-26
| | | | is completely broken.
* - Patch #690746 by jbrown, Ognyan Kulev, Crell, MichaelCole, Damien ↵Dries Buytaert2010-06-25
| | | | Tournoud: text column type doesn't reliably hold serialized variables.
* - Patch #836962 by aaronbauman: field_cache_clear() called twice ↵Dries Buytaert2010-06-24
| | | | sequentially when installing modules.
* #834842 by Damien Tournoud, chx: Fixed oversight in field query routing API, ↵Angie Byron2010-06-24
| | | | and added tests.
* - Patch #833654 by aaronbauman: change 'Larger' and 'Smaller' to 'Greater' ↵Dries Buytaert2010-06-23
| | | | and 'Less' in number module.
* #293223 follow-up by David_Rothstein: Roll back 'Hide required core ↵Angie Byron2010-06-21
| | | | modules'. This was removing useful information to both new and experienced site builders, as well as hiding critical 'help' links.
* - Patch #735800 by effulgentsia, fago, Frando: node form triggers form level ↵Dries Buytaert2010-06-17
| | | | submit functions on button level submits, without validation. Oh yeah.
* - Patch #818206 by Berdir et al: apply coding standard for no-arg constructors.Dries Buytaert2010-06-17
|
* - Patch #780154 by chx, noahb, dhthwy, pwolanin, aspilicious, jhodgdon, ↵Dries Buytaert2010-06-14
| | | | dereine, bjaspan: listing API for field API.
* #822128 by roborn: Fixed 'Textarea + summary' widget broken when field ↵Angie Byron2010-06-12
| | | | allows multiple values.
* - Patch #809838 by mr.baileys: maxlength settings didn't work in Field UI.Dries Buytaert2010-06-08
|
* #808664 by yched: Fixed required maxlength setting on body field.Angie Byron2010-06-08
|
* #362021 by plach, yched, sun: Update field_attach_prepare_translation() for ↵Angie Byron2010-06-06
| | | | D7 entity API.
* - Patch #813822 by asimmonds: missing t() function in field_purge_field() ↵Dries Buytaert2010-06-05
| | | | causes fatal error.
* - Patch #816750 by catch: field_info_field() docs.Dries Buytaert2010-06-03
|
* - Patch #816642 by catch: improved field exceptions.Dries Buytaert2010-06-03
|
* - Patch #759096 by catch: use fast drupal_static() pattern for ↵Dries Buytaert2010-06-01
| | | | field_available_languages().
* - Patch #707724 by TR: call them entities instead of objects.Dries Buytaert2010-05-31
|
* - Patch #622330 by JohnAlbin, Jeff Burnz: CSS alternative to remove clearfix ↵Dries Buytaert2010-05-26
| | | | from inline field markup.
* - Patch #553298 by yched, te-brian, chx, sun: redesign the 'Manage Display' ↵Dries Buytaert2010-05-23
| | | | screen.
* - Patch #629252 by plach, yched: field_attach_form() should make available ↵Dries Buytaert2010-05-23
| | | | all field translations on submit.
* - Patch #402044 by Jeff Burnz, yched: field RTL CSS tweaks.Dries Buytaert2010-05-22
|