| Commit message (Expand) | Author | Age |
* | - Patch #948584 by yched: wrong implementations of hook_field_formatter_setti... | Dries Buytaert | 2010-10-22 |
* | #934050 follow-up by sun: Fix broken upgrade path. | Angie Byron | 2010-10-20 |
* | - Patch #882694 by mgifford, sun, ksenzee, bleen18, yched: add missing form e... | Dries Buytaert | 2010-10-20 |
* | - Patch #934050 by sun, alex_b: change format into string. | Dries Buytaert | 2010-10-20 |
* | - Patch #940668 by yched: Fixed 'Manage display' : Formatter change not refle... | Dries Buytaert | 2010-10-20 |
* | #784792 by Jacine: Add Field type template suggestions for more granular fiel... | Angie Byron | 2010-10-15 |
* | #876762 by Dave Reid, yched: Fixed modules have no way of knowing if vocabula... | Angie Byron | 2010-10-13 |
* | - Patch #913528 by chx, Berdir, catch, tstoeckler, yched, dereine: create new... | Dries Buytaert | 2010-10-11 |
* | #356036 by plach, catch: Allow creating nodes in default languages. | Angie Byron | 2010-10-09 |
* | - Patch #908798 by bojanz: EntityFieldQuery does not handle ordering correctly. | Dries Buytaert | 2010-10-06 |
* | - Patch #853030 by Stevel: revision_id() is part of a primary key, but is not... | Dries Buytaert | 2010-10-03 |
* | - Patch #922824 by plach: no way to specify the language to view entities in. | Dries Buytaert | 2010-10-03 |
* | - Patch #898558 by Damien Tournoud, chx, ksenzee: clean-up the upgrade path: ... | Dries Buytaert | 2010-09-29 |
* | - Patch #915168 by chx, sun: foreign key support is missing from text and fil... | Dries Buytaert | 2010-09-29 |
* | - Patch #895386 by chx, Damien Tournoud, puregin: clean-up the upgrade path: ... | Dries Buytaert | 2010-09-28 |
* | - Patch #924686 by mikey_p, munzirtaha: space required after foreach construct. | Dries Buytaert | 2010-09-28 |
* | - Patch #921606 by munzirtaha, bleen18: various code uses is_null(). | Dries Buytaert | 2010-09-26 |
* | - Patch #921098 by munzirtaha: !is_null() should be replaced by isset() becau... | Dries Buytaert | 2010-09-24 |
* | - Patch #907690 by sun, pwolanin: breadcrumbs don't work for dynamic paths an... | Dries Buytaert | 2010-09-24 |
* | - Patch #914458 by Damien Tournoud, chx: remove the format delete reassignmen... | Dries Buytaert | 2010-09-18 |
* | #898520 follow-up by Damien Tournoud, chx, David Rothstein: Clean-up the upgr... | Angie Byron | 2010-09-13 |
* | #629484 by Amitaibu, fago, et al: Added Add entity 'label' key info (e.g. tit... | Angie Byron | 2010-09-11 |
* | #896170 by yched: Fixed default formatter for 'Text with summary' field type ... | Angie Byron | 2010-09-11 |
* | #616240 follow-up by yched, dereine, marvil07: Make Field UI screens extensib... | Angie Byron | 2010-09-11 |
* | #903704 by bleen18: Fixed typo in file number.module. | Angie Byron | 2010-09-07 |
* | - Patch #902830 by bojanz: field_sql_storage() can't handle entityOrderBy (fa... | Dries Buytaert | 2010-09-05 |
* | - Patch #328357 by bleen18, sun, skilip, alanburke, jenlampton, manarth, fgm,... | Dries Buytaert | 2010-09-05 |
* | - Patch #902264 by Damien Tournoud: move hook_field_schema() to .install file... | Dries Buytaert | 2010-09-04 |
* | - Patch #664136 by plach: document the field language api. | Dries Buytaert | 2010-09-02 |
* | #664136 by plach, sun, yched: Enhance TF code documentation. | Angie Byron | 2010-08-31 |
* | - Patch #860180 by chx, dixon_, jhodgdon: entity listing and loading does not... | Dries Buytaert | 2010-08-22 |
* | - Patch #358437 by David_Rothstein, Berdir, sun: filter system security fixes... | Dries Buytaert | 2010-08-22 |
* | - Rollback of #447816 -- didn't meant to commit that just yet. | Dries Buytaert | 2010-08-18 |
* | - Patch #735426 by yched, mr.baileys: fields with select widget: first option... | Dries Buytaert | 2010-08-17 |
* | - Patch #879910 by plach: fixed text_field_prepare_translation() broken. | Dries Buytaert | 2010-08-17 |
* | - Patch #877690 by das-peter, mfer: missing dependency 'text'. | Dries Buytaert | 2010-08-16 |
* | - Patch #882520 by David_Rothstein: field_bundle_settings() API documentation... | Dries Buytaert | 2010-08-14 |
* | - Patch #504564 by tic2000, andypost, catch: the 'Length of trimmed content' | Dries Buytaert | 2010-08-08 |
* | - Patch #423888 by mikeryan, Crell, drunken monkey: use subqueries for ->coun... | Dries Buytaert | 2010-08-08 |
* | Reverting #500866. Needs more discussion. | Angie Byron | 2010-08-05 |
* | #500866 by boombatower, solotandem: Remove t() from assertion messages in Sim... | Angie Byron | 2010-08-05 |
* | #819816 by aaronbauman, yched, Damien Tournoud, tsi: Fixed Reordering multiva... | Angie Byron | 2010-08-04 |
* | - Patch #870292 by sun, yched: hook_field_extra_fields() results are not cached. | Dries Buytaert | 2010-08-03 |
* | - Patch #870292 by yched, sun: hook_field_extra_fields() results are not cached. | Dries Buytaert | 2010-08-03 |
* | - Patch #872068 by ksenzee: field.crud.inc has documentation TODOs. | Dries Buytaert | 2010-08-03 |
* | #851602 by chx, bjaspan, Damien Tournoud: Fixed FieldCrudTestCase::testUpdate... | Angie Byron | 2010-08-02 |
* | - Patch #869350 by chx, yched: some field functions are called a bit too often. | Dries Buytaert | 2010-08-01 |
* | - Patch #844388 by lotyrin, bjaspan, effulgentsia: taxonomy terms disappear f... | Dries Buytaert | 2010-07-30 |
* | - Patch #769226 by Owen Barton, alanburke, sun: fixed JS/CSS preprocess shoul... | Dries Buytaert | 2010-07-30 |
* | - Patch #864638 by glipay: typo in comment for field_attach_form(). | Dries Buytaert | 2010-07-26 |