Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - 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#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 #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 #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 #556018 by Damien Tournoud, dereine | sun: rename drupal_to_js() and ↵ | Dries Buytaert | 2009-09-21 |
| | | | | drupal_json() for consistency and readability. | ||
* | #564394 by Berdir and Crell: Removed database BC layer. nah nah nah nah... ↵ | Angie Byron | 2009-09-18 |
| | | | | hey hey hey... gooood byeeee... | ||
* | #382464 by fgm and bjaspan: Disallow reserved field names. | 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. | ||
* | - Patch #563742 by plach: hotfix for broken hook_entity_info_alter(). | Dries Buytaert | 2009-08-31 |
| | |||
* | #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. | ||
* | #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. | ||
* | #367595 by plach, catch, sun, yched, et al: Added support for translatable ↵ | Angie Byron | 2009-08-22 |
| | | | | fields to Field API. | ||
* | #544418 by merlinofchaos, sun, drewish, quicksketch, et al: Integrate CTools ↵ | Angie Byron | 2009-08-17 |
| | | | | AJAX framework with Drupal to extend (and replace) existing ahah framework. Everything about AJAX/AHAH is more betterer now. | ||
* | #529756 by yched: Allow fields to be weighted per context. | Angie Byron | 2009-08-13 |
| | |||
* | - Patch #367753 by yched, bjaspan: add support for bulk deletion to Fields API. | Dries Buytaert | 2009-08-11 |
| | |||
* | - Patch #372330 by fgm, yched, et al: better validation of field names. | Dries Buytaert | 2009-08-10 |
| | |||
* | #543902 by yched: Remove unneeded modules in field.test setUp(). | Angie Byron | 2009-08-09 |
| | |||
* | - Patch #535034 by yched: clean up how fields and instances are prepared for ↵ | Dries Buytaert | 2009-08-02 |
| | | | | runtime. | ||
* | - Patch #535264 by Crell: removing some more legacy cruft. | Dries Buytaert | 2009-07-30 |
| | |||
* | - Patch #512236 by yched, bjaspan: design flaw in field_attach_query(), ↵ | Dries Buytaert | 2009-07-15 |
| | | | | follow-up patch with bugfixes and tests. | ||
* | - Patch #509736 by yched: make sure all settings are present at run-time. | Dries Buytaert | 2009-07-14 |
| | |||
* | #518412 by yched: Minor clean-up on Field API tests. | Angie Byron | 2009-07-14 |
| | |||
* | #500866 by boombatower: Remove t() from getInfo in tests. | Angie Byron | 2009-07-13 |
| | |||
* | - Patch #512236 by bjaspan: fixed design flaws in field_attach_query(). ↵ | Dries Buytaert | 2009-07-07 |
| | | | | Well-documented and tested. | ||
* | - Patch #489438 by bjaspan, crotown: hook_field_create_field() is missing. | Dries Buytaert | 2009-07-02 |
| | |||
* | - Patch #367215 by yched, sun et al: remove 'exclude from ' display setting. ↵ | Dries Buytaert | 2009-06-24 |
| | | | | Feel good moment! | ||
* | - Patch #456488 by yched: better tests for field caching. | Dries Buytaert | 2009-06-16 |
| | |||
* | - Patch #372743 by bjaspan, yched, KarenS, catch et al: node body and ↵ | Dries Buytaert | 2009-06-12 |
| | | | | teasers as fields. Oh, my. | ||
* | #392494 follow-up by yched: Clean-ups to Field API scalar search patch. | Angie Byron | 2009-06-07 |
| | |||
* | #392494 by yched and bjaspan: Provide a query API for Field API. This is ↵ | Angie Byron | 2009-06-06 |
| | | | | necessary because we can't assume fields will be stored in a database, due to pluggable storage backends. | ||
* | - Patch #364620 by bjaspan, yched: allow creating a field with a deleted name. | Dries Buytaert | 2009-05-28 |
| | |||
* | - Patch #472658 by agentrickard: clean up of inline code comments. | Dries Buytaert | 2009-05-26 |
| | |||
* | - Patch #471070 by stella: millions of code style fixes. | Dries Buytaert | 2009-05-24 |
| | |||
* | - Patch #415044 by bjaspan, yched: indexes for field storage. | Dries Buytaert | 2009-05-20 |
| | |||
* | #456488 by yched: Only cache field data for current revision. | Angie Byron | 2009-05-17 |
| | |||
* | #362024 by neclimdul, yched, and bjaspan: Make hook_field_load() multiple ↵ | Angie Byron | 2009-05-17 |
| | | | | like field_attach_load(). | ||
* | - Patch #402264 by yched, bjaspan: adapt field's add-more js handler to ↵ | Dries Buytaert | 2009-05-03 |
| | | | | recent fapi changes. Added tests. | ||
* | - Patch #392696 by yched et al: save default values on insert. | Dries Buytaert | 2009-05-01 |
| | |||
* | - Patch #392706 by yched: clean of field tests: | Dries Buytaert | 2009-04-30 |
| | | | | | | | + fixes a few missing whitelines + makes it clear that the same function tests field_attach_insert(), field_attach_update() and field_attach_load() + streamlines a few overly detailed explanations + add missing t() functions | ||
* | - Patch #392706 by bjaspan, yched, puradata: some of the field attach tests ↵ | Dries Buytaert | 2009-04-29 |
| | | | | in field.test use database queries to verify correct functionality. This makes the field attach tests work only if field_sql_module is the only field storage module in use. Instead, tests of database storage should be in the field storage module's tests, and field attach tests should operate purely at the field attach api level. | ||
* | - Patch #295864 by boombatower: cleaned up the randomName() method by ↵ | Dries Buytaert | 2009-04-29 |
| | | | | removing unnecessary prefix code, and added a new randomString() method which includes characters like spaces. | ||
* | #446878 by boombatower: Fix concatenation typo in field tests. | Angie Byron | 2009-04-28 |
| | |||
* | #368639 by puradata: Remove drupalCreateField/Instance in favour of standard ↵ | Angie Byron | 2009-04-20 |
| | | | | API functions. |