summaryrefslogtreecommitdiff
path: root/modules/field
Commit message (Collapse)AuthorAge
...
* #392494 by yched and bjaspan: Provide a query API for Field API. This is ↵Angie Byron2009-06-06
| | | | necessary because we can't assume fields will be stored in a database, due to pluggable storage backends.
* #445044 follow-up by yched: Remove field.autoload.inc file.Angie Byron2009-06-05
|
* - Patch #445044 by bjaspan, Damien Tournoud, chx, Berdir: remove the field ↵Dries Buytaert2009-06-05
| | | | autoload feature.
* #220233 by Berdir, marcingy, et al: Add useful API functions for extracting ↵Angie Byron2009-06-04
| | | | node type data.
* #453726 by yched: Remove unnecessary &s next to object parameters in field API.Angie Byron2009-06-03
|
* #369011 follow-up by yched: Some touch-ups to comments, etc.Angie Byron2009-06-03
|
* - Patch #422362 by JamesAn: convert form.inc to use new static caching API.Dries Buytaert2009-06-02
|
* - Patch #439236 by alex_b: field_attach_create_bundle() undefined when ↵Dries Buytaert2009-06-02
| | | | creating a content type on hook_update().
* - Patch #369011 by catch, sun, et al: performance improvement in ↵Dries Buytaert2009-05-29
| | | | text_field_load().
* #306358 by dvessel, JohnAlbin, and flobruit: Add a single $classes string ↵Angie Byron2009-05-28
| | | | (and corresponding $classes_array) for all dynamic classes in template files.
* - Patch #364620 by bjaspan, yched: allow creating a field with a deleted name.Dries Buytaert2009-05-28
|
* - Patch #472642 by stella, agentrickard: remove 'implementation of' ↵Dries Buytaert2009-05-27
| | | | nominalizations from Docblocks.
* - Patch #472658 by agentrickard: clean up of inline code comments.Dries Buytaert2009-05-26
|
* - Patch #470594 by Moshe: convert more pages and blocks to return arrays.Dries Buytaert2009-05-25
|
* - Patch #471070 by stella: millions of code style fixes.Dries Buytaert2009-05-24
|
* - Patch #415044 by bjaspan, yched: indexes for field storage.Dries Buytaert2009-05-20
|
* #467558 by yched: Small field API optimization.Angie Byron2009-05-20
|
* #456488 by yched: Only cache field data for current revision.Angie Byron2009-05-17
|
* #362024 by neclimdul, yched, and bjaspan: Make hook_field_load() multiple ↵Angie Byron2009-05-17
| | | | like field_attach_load().
* #320011 by lilou, snufkin, and karschp: Add consistent @file declarations to ↵Angie Byron2009-05-13
| | | | all .install files.
* - Patch #460252 by John Morahan: fixed documentation.Dries Buytaert2009-05-12
|
* - Patch #458612 by dereine: add version information.Dries Buytaert2009-05-10
|
* - Patch #367525 by zzolo: drupal_alter instead of hook_field_attach_view().Dries Buytaert2009-05-09
|
* - Patch #457532 by Berdir: more PHP5 'fixes'.Dries Buytaert2009-05-09
|
* - Patch #402264 by yched, bjaspan: adapt field's add-more js handler to ↵Dries Buytaert2009-05-03
| | | | recent fapi changes. Added tests.
* - Patch #392696 by yched et al: save default values on insert.Dries Buytaert2009-05-01
|
* - Patch #392706 by yched: clean of field tests:Dries Buytaert2009-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 #441180 by bjaspan: added a point.Dries Buytaert2009-04-30
|
* - Patch #374068 by alienbrain, bjaspan: improved documentation of field ↵Dries Buytaert2009-04-30
| | | | display settings.
* #356908 by andypost and yched: Run field prefixes and suffixes through ↵Angie Byron2009-04-29
| | | | field_filter_xss() rather than check_plain() to prevent funny characters.
* - Patch #392706 by bjaspan, yched, puradata: some of the field attach tests ↵Dries Buytaert2009-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 Buytaert2009-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 Byron2009-04-28
|
* - Patch #441180 by bjaspan, yched: field_attach_delete_bundle() called ↵Dries Buytaert2009-04-26
| | | | hook_field_attach_delete_bundle too soon.
* #443488 by chx: Fix typo in field API docs.Angie Byron2009-04-24
|
* #368639 by puradata: Remove drupalCreateField/Instance in favour of standard ↵Angie Byron2009-04-20
| | | | API functions.
* #431870 by yched: Whitespace clean-up.Angie Byron2009-04-13
|
* #323112 follow-up by yched: Oops, Vertical Tabs broke field widgets (with ↵Angie Byron2009-04-12
| | | | tests so we don't do it again).
* #369964 follow-up by yched: Remove deprecated function call.Angie Byron2009-03-31
|
* #376129 by boombatower, Damien Tournoud, and chx: Change getInfo() to a ↵Angie Byron2009-03-31
| | | | static method to reduce memory footprint of SimpleTest.
* #402044 by yched: Make Field CSS RTL compatible.Angie Byron2009-03-30
|
* #394246 by flobruit: Check to ensure that field type is specified.Angie Byron2009-03-30
|
* #368674 by bjaspan, Eaton, chx, and yched: Provide hooks to allow hybrid ↵Angie Byron2009-03-30
| | | | field/bundle-level storage for fields in core.
* #369964 by yched and bjaspan: Refactor field validation and error reporting. ↵Angie Byron2009-03-26
| | | | Field API no longer coupled to Form API. Hooray.
* #369562 follow-up by jeffschuler: More trivial field API clean-up.Angie Byron2009-03-17
|
* - Patch #369785 by bjaspan, venkatd, linolium: define constants for field ↵Dries Buytaert2009-03-13
| | | | storage.
* - Patch #392686 by yched: more documentation clean-ups.Dries Buytaert2009-03-13
|
* - Patch #392686 by bjaspan, yched: switch to serial primary keys.Dries Buytaert2009-03-10
|
* #383066 by David Strauss: Rename hook_nodeapi_X to hook_node_X.Angie Byron2009-03-08
|
* #373763 by Dave Reid: Fix bug in field_sql_storage_schema() that prevents ↵Angie Byron2009-02-18
| | | | SimpleTest from clearing tables.