Commit Graph

202 Commits (7fb94bda0d2c8e05edbfb02f335a5f27e0af780f)

Author SHA1 Message Date
Dries Buytaert 0f4060f377 - Patch #472642 by stella, agentrickard: remove 'implementation of' nominalizations from Docblocks. 2009-05-27 18:34:03 +00:00
Dries Buytaert 3c4be3ab55 - Patch #472658 by agentrickard: clean up of inline code comments. 2009-05-26 09:12:29 +00:00
Dries Buytaert 76957a25e6 - Patch #470594 by Moshe: convert more pages and blocks to return arrays. 2009-05-25 10:43:54 +00:00
Dries Buytaert a24a6c2bba - Patch #471070 by stella: millions of code style fixes. 2009-05-24 17:39:35 +00:00
Dries Buytaert ba29dbde38 - Patch #415044 by bjaspan, yched: indexes for field storage. 2009-05-20 09:48:47 +00:00
Angie Byron 83513d961e #467558 by yched: Small field API optimization. 2009-05-20 05:24:33 +00:00
Angie Byron e9c3a69612 #456488 by yched: Only cache field data for current revision. 2009-05-17 03:12:17 +00:00
Angie Byron f180449767 #362024 by neclimdul, yched, and bjaspan: Make hook_field_load() multiple like field_attach_load(). 2009-05-17 00:32:29 +00:00
Angie Byron 3ac59eee96 #320011 by lilou, snufkin, and karschp: Add consistent @file declarations to all .install files. 2009-05-13 19:42:18 +00:00
Dries Buytaert 83ea3cd042 - Patch #460252 by John Morahan: fixed documentation. 2009-05-12 14:36:12 +00:00
Dries Buytaert bfecaa09c9 - Patch #458612 by dereine: add version information. 2009-05-10 18:56:57 +00:00
Dries Buytaert 76f35b4ecf - Patch #367525 by zzolo: drupal_alter instead of hook_field_attach_view(). 2009-05-09 19:02:11 +00:00
Dries Buytaert 0e0ca3b589 - Patch #457532 by Berdir: more PHP5 'fixes'. 2009-05-09 18:28:13 +00:00
Dries Buytaert 3d951475ea - Patch #402264 by yched, bjaspan: adapt field's add-more js handler to recent fapi changes. Added tests. 2009-05-03 09:49:32 +00:00
Dries Buytaert 9fd65b6617 - Patch #392696 by yched et al: save default values on insert. 2009-05-01 15:28:13 +00:00
Dries Buytaert 4516d0c7bd - 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
2009-04-30 15:17:13 +00:00
Dries Buytaert fdd553f627 - Patch #441180 by bjaspan: added a point. 2009-04-30 14:41:41 +00:00
Dries Buytaert 34ed1f2a37 - Patch #374068 by alienbrain, bjaspan: improved documentation of field display settings. 2009-04-30 14:40:03 +00:00
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