Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Patch #730186 by douggreen: fixing spelling mistake in documentation: ↵ | Dries Buytaert | 2010-03-03 |
| | | | | 'kay' -> 'key'. | ||
* | #707724 follow-up by yched: More Field API/Entity API terminology clean-up. | Angie Byron | 2010-02-12 |
| | |||
* | #707724 by chx: Rename confusing arguments in field/entity APIs. | Angie Byron | 2010-02-11 |
| | |||
* | - Patch #652246 by effulgentsia, scor: optimize theme('field') and use it ↵ | Dries Buytaert | 2010-02-07 |
| | | | | for comment body. | ||
* | - Patch #700194 by yched: optimize field_modules_disabled(). | Dries Buytaert | 2010-02-06 |
| | |||
* | #599122 follow-up by scor and catch: Do not use module_load_include() in ↵ | Angie Byron | 2010-01-28 |
| | | | | global context. | ||
* | #678714 by effulgentsia: Unify use of theme hook / template suggestions, fix ↵ | Angie Byron | 2010-01-13 |
| | | | | clobbering problems, and improve suggestion discovery performance. | ||
* | #580868 by anarcat and Dave Reid: Make 'Modules' its own top-level admin link. | Angie Byron | 2010-01-04 |
| | |||
* | - Patch #672494 by catch: small performance optimization for field_access(). | Dries Buytaert | 2010-01-02 |
| | |||
* | - Patch #665878 by yched: fixed field_extra_fields() | Dries Buytaert | 2010-01-02 |
| | |||
* | - Patch #664544 by yched: clean-up entity build/view modes. | Dries Buytaert | 2009-12-26 |
| | |||
* | - Patch #667040 by effulgentsia: optimize template_preprocess_field(). | Dries Buytaert | 2009-12-26 |
| | |||
* | - Patch #612894 by yched: display field improvements. | Dries Buytaert | 2009-12-20 |
| | |||
* | - Patch #552436 by yched: validation of the number of values in ↵ | Dries Buytaert | 2009-12-13 |
| | | | | field_default_validate(). | ||
* | #645776 by jhodgdon, arianek, tobiasb, and matason: Update Field modules to ↵ | Angie Byron | 2009-12-13 |
| | | | | new help standard. | ||
* | - Patch #652834 by yched, effulgentsia: changed Field formatters as render ↵ | Dries Buytaert | 2009-12-11 |
| | | | | arrays to increase performance (and to clean-up the code). | ||
* | - Patch #502190 by jhodgdon, stella, sun: hook implementation headers out of ↵ | Dries Buytaert | 2009-12-04 |
| | | | | compliance with standards. | ||
* | - Patch #635094 by plach: unify 'language neutral' language codes. | Dries Buytaert | 2009-12-02 |
| | |||
* | #645776 by arianek, tobiasb, and jhodgdon: Update Field help to new standard. | Angie Byron | 2009-12-02 |
| | |||
* | #623314 by yched, peximo, and plach: Remove extra phantom properties ↵ | Angie Byron | 2009-11-26 |
| | | | | rendered on comment preview. | ||
* | - 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 |
| | |||
* | - Patch #307354 by xmacinfo, heather: rename 'Display fields' to 'Manage ↵ | Dries Buytaert | 2009-10-26 |
| | | | | Display'. | ||
* | #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 #607478 by Scott Reynolds: fixed small spelling mistake in ↵ | Dries Buytaert | 2009-10-18 |
| | | | | field.module documentation. | ||
* | - Patch #470242 by yched, bjaspan: fixed namespacing for bundle names to ↵ | Dries Buytaert | 2009-10-15 |
| | | | | avoid users rendering their site unusable. | ||
* | #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 | ||
* | - 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 #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 |
| | |||
* | - 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 #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. | ||
* | #569072 by rcross and yched: Clean field_attach_()* namespace by renaming ↵ | Angie Byron | 2009-09-10 |
| | | | | and moving non-crud functions. | ||
* | - Patch #567092 by rcross, yched, bjaspan: merge hook_field_formatter_info() ↵ | Dries Buytaert | 2009-09-09 |
| | | | | and hook_theme(). | ||
* | - Patch #570218 by yched: viewing 'Manage fields' page clears field data cache. | Dries Buytaert | 2009-09-07 |
| | |||
* | - Patch #545662 by yched, moshe weitzman: simplify field rendering. | Dries Buytaert | 2009-08-28 |
| | |||
* | #367567 by effulgentsia, yched, quicksketch, sun, and chx: Move AHAH-'add ↵ | Angie Byron | 2009-08-27 |
| | | | | more' to the new generic AHAH callback, and add support for form definition functions being kept in non-.module files. | ||
* | #497118 by chx, catch, pwolanin, JoshuaRogers, and Jacob Singh: Remove the ↵ | Angie Byron | 2009-08-24 |
| | | | | function registry. While the hope was that this would result in improved performance for low-end hosts, it comes at the expense of critical development experience problems and less benefit than something like APC. Class registry remains intact to facilitate autoloading. | ||
* | Of all the patches to accidentally commit without a message. :( Rolling back ↵ | Angie Byron | 2009-08-24 |
| | | | | registry rip. Let's try that again. | ||
* | *** empty log message *** | Angie Byron | 2009-08-24 |
| | |||
* | #367595 by plach, catch, sun, yched, et al: Added support for translatable ↵ | Angie Byron | 2009-08-22 |
| | | | | fields to Field API. | ||
* | #552084 by jhodgdon: Removed references to 'CCK' in core. | Angie Byron | 2009-08-19 |
| | |||
* | #516138 by yched, KarenS, quicksketch, bangpound, et al.: CC-FREAKING-K IN ↵ | Angie Byron | 2009-08-19 |
| | | | | CORE! OH YEAH! :D | ||
* | - Patch #367753 by yched, bjaspan: add support for bulk deletion to Fields API. | Dries Buytaert | 2009-08-11 |
| | |||
* | - Patch #535034 by yched: clean up how fields and instances are prepared for ↵ | Dries Buytaert | 2009-08-02 |
| | | | | runtime. | ||
* | - Patch #512236 by yched, bjaspan: design flaw in field_attach_query(), ↵ | Dries Buytaert | 2009-07-15 |
| | | | | follow-up patch with bugfixes and tests. | ||
* | #455844 follow-up by yched: Change render() to print render() for ↵ | Angie Byron | 2009-07-13 |
| | | | | consistency with other template variables. | ||
* | #516124 by yched: Clean up some Field API TODOs and remove unused APIs. | Angie Byron | 2009-07-11 |
| |