Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | #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 | |
| | ||||
* | - Patch #570218 by yched: viewing 'Manage fields' page clears field data cache. | Dries Buytaert | 2009-09-07 | |
| | ||||
* | - Patch by #565496 by dropcube, pwolanin: changed Allow dynamic attaching of ↵ | Dries Buytaert | 2009-09-05 | |
| | | | | other types of stuff to render() structures. | |||
* | - Patch #568396 by bjaspan: fixed typo. | Dries Buytaert | 2009-09-05 | |
| | ||||
* | - Patch #562816 by yched: improved performance of field_attach_query() by ↵ | Dries Buytaert | 2009-08-31 | |
| | | | | adding indices. | |||
* | - Patch #563992 by plach: missing in hook_field_attach_view_alter and ↵ | Dries Buytaert | 2009-08-31 | |
| | | | | hook_field_attach_form. | |||
* | - Patch #563742 by plach: hotfix for broken hook_entity_info_alter(). | Dries Buytaert | 2009-08-31 | |
| | ||||
* | - 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. | |||
* | #559486 follow-up by plach: Fixed fatal error in tests that for whatever ↵ | Angie Byron | 2009-08-27 | |
| | | | | reason testing bot is not catching. Grrr. | |||
* | #559506 by quicksketch and plach: Added variable to field widgets. | Angie Byron | 2009-08-27 | |
| | ||||
* | #559486 by yched: Split up field attach tests so that testing bot doesn't ↵ | Angie Byron | 2009-08-26 | |
| | | | | choke on them. | |||
* | - Patch #460320 by catch, fago, Frando: standardized, pluggable entity ↵ | Dries Buytaert | 2009-08-25 | |
| | | | | loading for nodes, users, taxonomies, files and comments. | |||
* | #558756 by Davy Van Den Bremt: Fix non-by-referenced calls to drupal_static(). | Angie Byron | 2009-08-25 | |
| | ||||
* | - Patch #554946 by dropcube, sun: cache info from hook_filter_info() and ↵ | Dries Buytaert | 2009-08-25 | |
| | | | | allow to be altered. | |||
* | #557932 by plach and bangpound: Fixed taxonomy term field autocomplete ↵ | Angie Byron | 2009-08-24 | |
| | | | | widgets validation, which broke after translatable fields. | |||
* | #557056 by sign: Removed the fieldset around summary and body fields. | Angie Byron | 2009-08-24 | |
| | ||||
* | #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 | |
| | ||||
* | #516138 follow-up by Damien Tournoud: Remove expensive menu_rebuild() call ↵ | Angie Byron | 2009-08-23 | |
| | | | | from field API. | |||
* | #326539 by JohnAlbin, sun, cha0s, ultimateboy, Rob Loach, Damien Tournoud: ↵ | Angie Byron | 2009-08-22 | |
| | | | | Convert 'class' attribute to use an array, not a string. | |||
* | #367595 by plach, catch, sun, yched, et al: Added support for translatable ↵ | Angie Byron | 2009-08-22 | |
| | | | | fields to Field API. |