Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
#638356 by yched: Reorganize and re-locate field test modules.
#636834 by yched: Fixed field revision data when user has no 'edit' access on the field (with tests).
- Rollback of #447816.
- Patch #623992 by sun: fixed the tests. We can re-enable the test bot now.
- Patch #606994 by yched: move entity handling out of Field API.
- Patch #603236 by bjaspan, catch: add count facility to field_attach_query(). Was ready before code freeze.
#605442 by catch: Add a generic hook_entity_load().
#493314 by yched and catch: Add multiple hook for formatters.
#565480 by plach and peximo: TF #2: Multilingual field handling. Integration between field API and locale module + translatable node bodies.
- Patch #470242 by yched, bjaspan: fixed namespacing for bundle names to avoid users rendering their site unusable.
- Pactch #569224 by bangpound: expose field storage details through field attach.
- Patch#583020 by c960657 | yched, Dries: fixed warning about missing argument 2 for field_delete_instance() in node_configure_fields().
- Patch #578230 by yched, sun: clean-up: remove 'widget_active()' behavior.
- Patch #367013 by bjaspan, yched: clean ups for field_update_field().
#590590 by plach: Fixed bug where field_create_field() ignores the 'translatable' property.
- Patch #443422 by yched, bjaspan | chx, merlinofchaos, Scott Reynolds, 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 updates.
- Patch #569364 by bjaspan, yched: handle failures on field storage creation.
- Patch #556018 by Damien Tournoud, dereine | sun: rename drupal_to_js() and drupal_json() for consistency and readability.
#564394 by Berdir and Crell: Removed database BC layer. nah nah nah nah... hey hey hey... gooood byeeee...
#382464 by fgm and bjaspan: Disallow reserved field names.
#569072 by rcross and yched: Clean field_attach_()* namespace by renaming and moving non-crud functions.
- Patch #563742 by plach: hotfix for broken hook_entity_info_alter().
#367567 by effulgentsia, yched, quicksketch, sun, and chx: Move AHAH-'add 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 reason testing bot is not catching. Grrr.
#559486 by yched: Split up field attach tests so that testing bot doesn't choke on them.
- Patch #460320 by catch, fago, Frando: standardized, pluggable entity loading for nodes, users, taxonomies, files and comments.
#367595 by plach, catch, sun, yched, et al: Added support for translatable fields to Field API.
#544418 by merlinofchaos, sun, drewish, quicksketch, et al: Integrate CTools 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.
- Patch #367753 by yched, bjaspan: add support for bulk deletion to Fields API.
- Patch #372330 by fgm, yched, et al: better validation of field names.
#543902 by yched: Remove unneeded modules in field.test setUp().
- Patch #535034 by yched: clean up how fields and instances are prepared for runtime.
- Patch #535264 by Crell: removing some more legacy cruft.
- Patch #512236 by yched, bjaspan: design flaw in field_attach_query(), follow-up patch with bugfixes and tests.
- Patch #509736 by yched: make sure all settings are present at run-time.
#518412 by yched: Minor clean-up on Field API tests.
#500866 by boombatower: Remove t() from getInfo in tests.
- Patch #512236 by bjaspan: fixed design flaws in field_attach_query(). Well-documented and tested.
- Patch #489438 by bjaspan, crotown: hook_field_create_field() is missing.
- Patch #367215 by yched, sun et al: remove 'exclude from ' display setting. Feel good moment!
- Patch #456488 by yched: better tests for field caching.
- Patch #372743 by bjaspan, yched, KarenS, catch et al: node body and teasers as fields. Oh, my.
#392494 follow-up by yched: Clean-ups to Field API scalar search patch.
#392494 by yched and bjaspan: Provide a query API for Field API. This is 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.
- Patch #472658 by agentrickard: clean up of inline code comments.
- Patch #471070 by stella: millions of code style fixes.
- Patch #415044 by bjaspan, yched: indexes for field storage.
#456488 by yched: Only cache field data for current revision.
#362024 by neclimdul, yched, and bjaspan: Make hook_field_load() multiple like field_attach_load().
- Patch #402264 by yched, bjaspan: adapt field's add-more js handler to recent fapi changes. Added tests.
- Patch #392696 by yched et al: save default values on insert.
- Patch #392706 by yched: clean of field tests: + 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 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 removing unnecessary prefix code, and added a new randomString() method which includes characters like spaces.
#446878 by boombatower: Fix concatenation typo in field tests.
#368639 by puradata: Remove drupalCreateField/Instance in favour of standard API functions.
#431870 by yched: Whitespace clean-up.
#376129 by boombatower, Damien Tournoud, and chx: Change getInfo() to a static method to reduce memory footprint of SimpleTest.
#394246 by flobruit: Check to ensure that field type is specified.
#369964 by yched and bjaspan: Refactor field validation and error reporting. Field API no longer coupled to Form API. Hooray.
#369562 follow-up by jeffschuler: More trivial field API clean-up.
#369562 by yched: More Field API clean-ups.
#371363 by yched: Fix field form tests from randomly breaking. Hooray.
#371422 by catch: Field form tests should use drupal_strtolower().
#361683 follow-up by sun: Remove more windows line endings.
- Patch #361683by Barry, Yves, Karen, Moshe Weitzman, David Strauss, floriant, chx, David Rothstein: initial field API patch. More work to be done, but ... oh my!
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |