summaryrefslogtreecommitdiff
path: root/modules/field
Commit message (Collapse)AuthorAge
...
* - 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
|
* - Patch #680416 by Amitaibu, yched: allow defining fields that can not be ↵Dries Buytaert2010-05-18
| | | | added via UI.
* - Patch #795198 by heyrocker: numeric List fields should not be unsigned.Dries Buytaert2010-05-12
|
* - Patch #792716 by catch: more useful field exception message.Dries Buytaert2010-05-09
|
* - Patch #366377 by matt2000: documentation improvements.Dries Buytaert2010-05-09
|
* - Patch #650748 by yched: tablename for deleted fields.Dries Buytaert2010-05-06
|
* #331951 by aspilicious, sun, jhodgdon, Morbus, et al: Figure out and apply ↵Angie Byron2010-05-06
| | | | coding standard for casting.
* #717572 by trevjs: Fixed items param in hook_field_validate() should not be ↵Angie Byron2010-05-05
| | | | passed by reference.
* #675116 by jhodgdon, sun: Fixed Several problems in field.api.php and ↵Angie Byron2010-05-03
| | | | field_ui().api.php.
* - Patch #723802 by pwolanin, grendzy: convert to sha-256 and hmac from md5 ↵Dries Buytaert2010-05-01
| | | | and sha1.
* #777100 by jhodgdon: Fixed hook_field_storage_update_field() is not documented.Angie Byron2010-05-01
|
* #775936 by nvahalik, jhodgdon, fp: Document hook_field_update_forbid().Angie Byron2010-04-30
|
* - Patch #645800 by katbailey, effulgentsia, rfay: ajax_deliver() ignores ↵Dries Buytaert2010-04-30
| | | | #ajax['method'] and incorrectly forces 'replaceWith' for simple AJAX callbacks, D6->D7 regression.
* - Patch #776694 by puregin, robeano, aspilicious: hook_field_attach_purge() ↵Dries Buytaert2010-04-24
| | | | is not documented.
* #779390 by solotandem: Fixed esoteric invalid syntax bugs in core found by ↵Angie Byron2010-04-23
| | | | Grammar Parser module.
* - Patch #777098 by jhodgdon: field storage purge hooks are not documented.Dries Buytaert2010-04-22
|
* - Patch #777092 by jhodgdon, puregin: field purge hooks are not documented.Dries Buytaert2010-04-22
|