Angie Byron
|
0bb5112239
|
#356908 by andypost and yched: Run field prefixes and suffixes through field_filter_xss() rather than check_plain() to prevent funny characters.
|
2009-04-29 22:36:42 +00:00 |
Dries Buytaert
|
4c05294527
|
- 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.
|
2009-04-29 21:33:00 +00:00 |
Dries Buytaert
|
e721147363
|
- 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.
|
2009-04-29 12:08:28 +00:00 |
Angie Byron
|
b8aad0a764
|
#446878 by boombatower: Fix concatenation typo in field tests.
|
2009-04-28 04:21:15 +00:00 |
Dries Buytaert
|
8e50687d8b
|
- Patch #441180 by bjaspan, yched: field_attach_delete_bundle() called hook_field_attach_delete_bundle too soon.
|
2009-04-26 09:18:20 +00:00 |
Angie Byron
|
c7f7f6326e
|
#443488 by chx: Fix typo in field API docs.
|
2009-04-24 03:44:17 +00:00 |
Angie Byron
|
4ffebc570c
|
#368639 by puradata: Remove drupalCreateField/Instance in favour of standard API functions.
|
2009-04-20 02:46:25 +00:00 |
Angie Byron
|
a4501a2cca
|
#431870 by yched: Whitespace clean-up.
|
2009-04-13 05:18:18 +00:00 |
Angie Byron
|
73e755d6c2
|
#323112 follow-up by yched: Oops, Vertical Tabs broke field widgets (with tests so we don't do it again).
|
2009-04-12 02:18:51 +00:00 |
Angie Byron
|
96cfdcf7e0
|
#369964 follow-up by yched: Remove deprecated function call.
|
2009-03-31 01:59:34 +00:00 |
Angie Byron
|
f40532da76
|
#376129 by boombatower, Damien Tournoud, and chx: Change getInfo() to a static method to reduce memory footprint of SimpleTest.
|
2009-03-31 01:49:55 +00:00 |
Angie Byron
|
2302a608be
|
#402044 by yched: Make Field CSS RTL compatible.
|
2009-03-30 05:28:41 +00:00 |
Angie Byron
|
243ecdaf52
|
#394246 by flobruit: Check to ensure that field type is specified.
|
2009-03-30 05:24:38 +00:00 |
Angie Byron
|
fbabc0d985
|
#368674 by bjaspan, Eaton, chx, and yched: Provide hooks to allow hybrid field/bundle-level storage for fields in core.
|
2009-03-30 03:44:55 +00:00 |
Angie Byron
|
eecab1083a
|
#369964 by yched and bjaspan: Refactor field validation and error reporting. Field API no longer coupled to Form API. Hooray.
|
2009-03-26 13:31:28 +00:00 |
Angie Byron
|
269de32e8a
|
#369562 follow-up by jeffschuler: More trivial field API clean-up.
|
2009-03-17 03:46:51 +00:00 |
Dries Buytaert
|
38e5e907ac
|
- Patch #369785 by bjaspan, venkatd, linolium: define constants for field storage.
|
2009-03-13 21:25:40 +00:00 |
Dries Buytaert
|
cda3f7f830
|
- Patch #392686 by yched: more documentation clean-ups.
|
2009-03-13 14:34:58 +00:00 |
Dries Buytaert
|
4ac090eb54
|
- Patch #392686 by bjaspan, yched: switch to serial primary keys.
|
2009-03-10 09:45:32 +00:00 |
Angie Byron
|
ddc2604d69
|
#383066 by David Strauss: Rename hook_nodeapi_X to hook_node_X.
|
2009-03-08 04:25:07 +00:00 |
Angie Byron
|
953c7bdea1
|
#373763 by Dave Reid: Fix bug in field_sql_storage_schema() that prevents SimpleTest from clearing tables.
|
2009-02-18 15:09:05 +00:00 |
Angie Byron
|
fb7347bc9d
|
#371231 by JohnAlbin and EclipseGC: Rename clear-block CSS class to clearfix, which is the lingo that designers use for it.
|
2009-02-18 14:28:25 +00:00 |
Angie Byron
|
1681bc164b
|
#372376 by yched: Remove uninstall/disable hooks from required field.module.
|
2009-02-11 04:45:57 +00:00 |
Angie Byron
|
295feb1db4
|
#370037 by bjaspan: Add means of getting all instances of a field.
|
2009-02-10 16:09:00 +00:00 |
Angie Byron
|
069597eaf3
|
#369562 by yched: More Field API clean-ups.
|
2009-02-10 03:16:15 +00:00 |
Angie Byron
|
4ce3ff3d44
|
#371363 by yched: Fix field form tests from randomly breaking. Hooray.
|
2009-02-10 02:04:01 +00:00 |
Angie Byron
|
b6ad2af7c2
|
#371422 by catch: Field form tests should use drupal_strtolower().
|
2009-02-09 21:52:15 +00:00 |
Angie Byron
|
341a95b803
|
#369562 by bjaspan and yched: Clean up a few minor things in field API.
|
2009-02-08 21:22:59 +00:00 |
Angie Byron
|
9403dbbd90
|
#369562 by yched and bjaspan: Removing sample_code.php, which was accidentally committed previously.
|
2009-02-07 19:43:39 +00:00 |
Angie Byron
|
a55cf0399f
|
#369562 by yched and bjaspan: Moving api.field.php to field.api.php, per standards.
|
2009-02-07 19:43:00 +00:00 |
Angie Byron
|
f3ed3283db
|
#361683 follow-up by sun: Remove more windows line endings.
|
2009-02-05 03:42:58 +00:00 |
Angie Byron
|
8bac2dd319
|
#361683 follow-up by yched and sun: Fix failing tests and windows line-endings.
|
2009-02-05 01:21:16 +00:00 |
Angie Byron
|
62b05eb6a3
|
#361683 follow-up by bjaspan: Fix column type on etid to fix broken installation on non-MySQL dbs.
|
2009-02-04 20:27:58 +00:00 |
Dries Buytaert
|
607e9626d5
|
- 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!
|
2009-02-03 17:30:13 +00:00 |