summaryrefslogtreecommitdiff
path: root/modules/field
Commit message (Collapse)AuthorAge
* #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.
* #371231 by JohnAlbin and EclipseGC: Rename clear-block CSS class to ↵Angie Byron2009-02-18
| | | | clearfix, which is the lingo that designers use for it.
* #372376 by yched: Remove uninstall/disable hooks from required field.module.Angie Byron2009-02-11
|
* #370037 by bjaspan: Add means of getting all instances of a field.Angie Byron2009-02-10
|
* #369562 by yched: More Field API clean-ups.Angie Byron2009-02-10
|
* #371363 by yched: Fix field form tests from randomly breaking. Hooray.Angie Byron2009-02-10
|
* #371422 by catch: Field form tests should use drupal_strtolower().Angie Byron2009-02-09
|
* #369562 by bjaspan and yched: Clean up a few minor things in field API.Angie Byron2009-02-08
|
* #369562 by yched and bjaspan: Removing sample_code.php, which was ↵Angie Byron2009-02-07
| | | | accidentally committed previously.
* #369562 by yched and bjaspan: Moving api.field.php to field.api.php, per ↵Angie Byron2009-02-07
| | | | standards.
* #361683 follow-up by sun: Remove more windows line endings.Angie Byron2009-02-05
|
* #361683 follow-up by yched and sun: Fix failing tests and windows line-endings.Angie Byron2009-02-05
|
* #361683 follow-up by bjaspan: Fix column type on etid to fix broken ↵Angie Byron2009-02-04
| | | | installation on non-MySQL dbs.
* - Patch #361683by Barry, Yves, Karen, Moshe Weitzman, David Strauss, ↵Dries Buytaert2009-02-03
floriant, chx, David Rothstein: initial field API patch. More work to be done, but ... oh my!