Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Patch #615484 by yched: remove schema rebuild from field_cache_clear(). | Dries Buytaert | 2009-10-31 |
| | |||
* | - Patch #606994 by yched: move entity handling out of Field API. | Dries Buytaert | 2009-10-31 |
| | |||
* | #619406 by yched: Removed unneeded variable assignment in ↵ | Angie Byron | 2009-10-31 |
| | | | | field_multiple_value_form(). | ||
* | - Patch #307354 by xmacinfo, heather: rename 'Display fields' to 'Manage ↵ | Dries Buytaert | 2009-10-26 |
| | | | | Display'. | ||
* | #613780 by yched: Fixed incomplete initialisation in ↵ | Angie Byron | 2009-10-25 |
| | | | | _field_info_collate_fields() / 'instances'. | ||
* | #600974 by effulgentsia, JohnAlbin, sun, and Damien Tournoud: Allow theme ↵ | Angie Byron | 2009-10-23 |
| | | | | functions to take one argument without any hacks. NOTE: This is an API change in hook_theme(). | ||
* | - Patch #603236 by bjaspan, catch: add count facility to ↵ | Dries Buytaert | 2009-10-22 |
| | | | | field_attach_query(). Was ready before code freeze. | ||
* | - Patch #608036 by effulgentsia: add content_attributes() variable for tpl ↵ | Dries Buytaert | 2009-10-19 |
| | | | | files, so RDF can be implemented better. | ||
* | - Patch #605930 by bjaspan: fixed problem with list field static caching in ↵ | Dries Buytaert | 2009-10-18 |
| | | | | field_update_field(). Added some first list tests too! | ||
* | - Patch #607478 by Scott Reynolds: fixed small spelling mistake in ↵ | Dries Buytaert | 2009-10-18 |
| | | | | field.module documentation. | ||
* | - Patch #557924 by bjaspan, plach: fixed Options widget. | Dries Buytaert | 2009-10-17 |
| | |||
* | #565480 follow-up by plach: Clean-ups and documentation. | Angie Byron | 2009-10-16 |
| | |||
* | #605442 by catch: Add a generic hook_entity_load(). | Angie Byron | 2009-10-16 |
| | |||
* | #493314 by yched and catch: Add multiple hook for formatters. | Angie Byron | 2009-10-16 |
| | |||
* | #470242 follow-up by bjaspan: Fix typo. | Angie Byron | 2009-10-16 |
| | |||
* | #565480 by plach and peximo: TF #2: Multilingual field handling. Integration ↵ | Angie Byron | 2009-10-16 |
| | | | | between field API and locale module + translatable node bodies. | ||
* | - Patch #470242 by yched, bjaspan: fixed namespacing for bundle names to ↵ | Dries Buytaert | 2009-10-15 |
| | | | | avoid users rendering their site unusable. | ||
* | - Pactch #569224 by bangpound: expose field storage details through field ↵ | Dries Buytaert | 2009-10-14 |
| | | | | attach. | ||
* | - Patch #593522 by sun: a better and faster drupal_alter(). | Dries Buytaert | 2009-10-13 |
| | |||
* | #560780 by quicksketch, ksenzee, Arancaytar, yched, and arianek: Added Image ↵ | Angie Byron | 2009-10-12 |
| | | | | Field to image.module. Hellooooo, native image handling in core! :D | ||
* | #569238 by sun, swentel, catch: Changed Make check_markup() not cache by ↵ | Angie Byron | 2009-10-10 |
| | | | | default. | ||
* | - Patch #597832 by markus_petruxm: add (), arguments to field_access() to ↵ | Dries Buytaert | 2009-10-09 |
| | | | | enhance the context for hook_field_access(). | ||
* | #599122 by scor: Convert all require(DRUPAL_ROOT . 'file') to ↵ | Angie Byron | 2009-10-09 |
| | | | | module_load_include(). | ||
* | - Patch #572618 by effulgentsia, pwolanin, sun: all theme functions should ↵ | Dries Buytaert | 2009-10-09 |
| | | | | take a single argument. Code clean-up and performance improvement. Woot. | ||
* | - Patch#583020 by c960657 | yched, Dries: fixed warning about missing ↵ | Dries Buytaert | 2009-10-02 |
| | | | | argument 2 for field_delete_instance() in node_configure_fields(). | ||
* | - Patch #578230 by yched, sun: clean-up: remove 'widget_active()' behavior. | Dries Buytaert | 2009-10-01 |
| | |||
* | - Patch #367013 by bjaspan, yched: clean ups for field_update_field(). | Dries Buytaert | 2009-09-30 |
| | |||
* | #590590 by plach: Fixed bug where field_create_field() ignores the ↵ | Angie Byron | 2009-09-29 |
| | | | | 'translatable' property. | ||
* | - Patch #570900 by Crell | asimmonds: Changed Destroy remnants of update_sql(). | Dries Buytaert | 2009-09-29 |
| | |||
* | - Patch #497504 by dakala, bjaspan | yched: rename #multiple to #cardinality ↵ | Dries Buytaert | 2009-09-29 |
| | | | | in field forms. | ||
* | - Patch #443422 by yched, bjaspan | chx, merlinofchaos, Scott Reynolds, ↵ | Dries Buytaert | 2009-09-27 |
| | | | | | | plach, profix898, mattyoung: added support for pluggable 'per field' storage engine. Comes with documentation and tests. The Field Attach API uses the Field Storage API to perform all "database access". Each Field Storage API hook function defines a primitive database operation such as read, write, or delete. The default field storage module, field_sql_storage.module, uses the local SQL database to implement these operations, but alternative field storage backends can choose to represent the data in SQL differently or use a completely different storage mechanism such as a cloud-based database. | ||
* | - Patch #582754 by bjaspan | yched: Fixed Undefined index errors viewing ↵ | Dries Buytaert | 2009-09-27 |
| | | | | nodes with fields. | ||
* | - Patch #367013 by bjaspan, KarenS | yched, Dries: add support for field ↵ | Dries Buytaert | 2009-09-26 |
| | | | | updates. | ||
* | - Patch #569364 by bjaspan, yched: handle failures on field storage creation. | Dries Buytaert | 2009-09-22 |
| | |||
* | - Patch #551694 by effulgentsia, rfay, sun | moshe weitzman, Dries: ↵ | Dries Buytaert | 2009-09-21 |
| | | | | standardized the return of status messages in AJAX callbacks. | ||
* | - Patch #556018 by Damien Tournoud, dereine | sun: rename drupal_to_js() and ↵ | Dries Buytaert | 2009-09-21 |
| | | | | drupal_json() for consistency and readability. | ||
* | - Patch #11218 by sun: fixed fatal error. | Dries Buytaert | 2009-09-20 |
| | |||
* | - Patch #11218 by David_Rothstein, sun, quicksketch, duncf, awood456, ↵ | Dries Buytaert | 2009-09-20 |
| | | | | dropcube, mgifford | pwolanin, dww, RobRoy, Crell, webchick, beginner, ray007, bjaspan, chx, Gábor Hojtsy, Steven, Dries, lutegrass, sym, guardian, matt2000, geerlingguy, SeanBannister, matt westgate, com2, praseodym: allow default text formats per role, and integrate text format permissions. | ||
* | #564394 by Berdir and Crell: Removed database BC layer. nah nah nah nah... ↵ | Angie Byron | 2009-09-18 |
| | | | | hey hey hey... gooood byeeee... | ||
* | #513414 by kika, stBorchert, stella, sign, Bojhan, sun et al: Make editing ↵ | Angie Byron | 2009-09-11 |
| | | | | of summary/full fields more user-friendly. | ||
* | - Patch #569362 by scor, effulgentsia, catch: add attributes and ↵ | Dries Buytaert | 2009-09-11 |
| | | | | title_attributes() variables for tpl files so that RDFa and Microformats can be implemented. | ||
* | #382464 by fgm and bjaspan: Disallow reserved field names. | Angie Byron | 2009-09-11 |
| | |||
* | #566134 by mfb: Fix bug causing decimal places not to be saved in number module. | Angie Byron | 2009-09-11 |
| | |||
* | #569072 by rcross and yched: Clean field_attach_()* namespace by renaming ↵ | Angie Byron | 2009-09-10 |
| | | | | and moving non-crud functions. | ||
* | #569240 by quicksketch: Remove field ID from field table names. | Angie Byron | 2009-09-10 |
| | |||
* | - Patch #306151 by agentrickard, David_Rothstein, Dave Reid, dbabbage, moshe ↵ | Dries Buytaert | 2009-09-10 |
| | | | | weitzman: automatically install/uninstall schema. | ||
* | - Patch #572932 by sun: rename hook_elements() to hook_elements_info() for ↵ | Dries Buytaert | 2009-09-10 |
| | | | | consistency. Yay to API clean-ups during 'slush'. | ||
* | - Patch #567092 by rcross, yched, bjaspan: merge hook_field_formatter_info() ↵ | Dries Buytaert | 2009-09-09 |
| | | | | and hook_theme(). | ||
* | - Patch #571934 by bjaspan: Fixed omissions in ↵ | Dries Buytaert | 2009-09-09 |
| | | | | field_delete_(){field,instance}(). | ||
* | - Patch #372330 by fgm: improved error messages to improve usability. | Dries Buytaert | 2009-09-07 |
| |