Commit Graph

221 Commits (0014a64d37e42ccc63f0b44a0ce32a06fca67b1d)

Author SHA1 Message Date
Dries Buytaert 14053d3625 - Patch #584296 by jhodgdon: improved field API documentation. 2009-12-04 22:46:28 +00:00
Dries Buytaert 1da26fadfe - Patch #502190 by jhodgdon, stella, sun: hook implementation headers out of compliance with standards. 2009-12-04 16:49:48 +00:00
Dries Buytaert f43ee59e05 - Patch #644106 by jhodgdon: field_update_instance() doc needs minor fix. 2009-12-03 02:30:18 +00:00
Dries Buytaert 0baad49d62 - Patch #635094 by plach: unify 'language neutral' language codes. 2009-12-02 19:26:23 +00:00
Angie Byron e581ef4dd8 #645776 by arianek, tobiasb, and jhodgdon: Update Field help to new standard. 2009-12-02 08:08:11 +00:00
Dries Buytaert d8429228ce - Patch #622922 by chx, fago, sun, effulgentsia: form API clean-up, bugfixes and extra tests. 2009-12-01 03:07:34 +00:00
Angie Byron 27128bc148 #646212 by Jody Lynn: Fixed typos in field.info.inc comment. 2009-11-29 22:33:47 +00:00
Angie Byron 706d737ca1 #639428 by sun and yched: Remove #process pattern from text field. 2009-11-29 20:45:17 +00:00
Dries Buytaert 500b2a0022 - Patch #645850 by Amitaibu: remove unused variables from text module. 2009-11-29 10:17:11 +00:00
Dries Buytaert 0b97803613 - Patch #613754 by yched, detour, matt2000: fixed field_info_fields(). 2009-11-29 06:35:47 +00:00
Angie Byron 430a37f010 #623314 by yched, peximo, and plach: Remove extra phantom properties rendered on comment preview. 2009-11-26 19:09:32 +00:00
Angie Byron d3de3672f1 #642612 by yched: Add clean way to reset entity_info() cache. 2009-11-26 05:54:48 +00:00
Dries Buytaert 02e70401ec - Patch #606934 by matt2000, johanneshahn, yched: fixed bug with boolean fields, and added more field type tests. 2009-11-24 05:27:31 +00:00
Dries Buytaert 79a9a4f3bf - Patch #582378 by sun, David_Rothstein: fixes for the filter system and additional tests. 2009-11-22 08:14:27 +00:00
Dries Buytaert ff88ee0f56 - Patch #601584 by effulgentsia, boombatower, yched: setUp() function for unit and web test cases should reset all resettable statics. 2009-11-21 14:35:05 +00:00
Angie Byron 59ceca0caf #633156 follow-up by effulgentsia and yched: Clean up AJAX tests, add sister function to drupal_js_encode(). 2009-11-21 00:43:42 +00:00
Angie Byron 34119ba98b #638356 by yched: Reorganize and re-locate field test modules. 2009-11-20 23:29:28 +00:00
Angie Byron 01d85a5571 #635202 by yched and sun: Remove #process pattern from option widgets (plus buckets of tests for option widgets). 2009-11-20 05:14:13 +00:00
Angie Byron 9b71489a48 #636834 by yched: Fixed field revision data when user has no 'edit' access on the field (with tests). 2009-11-20 04:51:27 +00:00
Dries Buytaert fc980fa793 - Patch #632012 by plach: field_sql_storage_field_storage_write() performs a multiple-insert query for each field translation instead of making a global multiple-insert query handling all the available field translations. 2009-11-13 19:19:50 +00:00
Dries Buytaert e218e24a96 - Rollback of #631486 (wrong incomplete commit) 2009-11-13 11:59:14 +00:00
Dries Buytaert a6ae1c6cfa - Patch #530652 by sun: _user_password_dynamic_validation() should be a #process of password_confirm(). 2009-11-13 10:21:50 +00:00
Dries Buytaert 2218f528d5 - Patch #631048 by yched: number rounding should not be done by widgets. 2009-11-12 21:03:36 +00:00
Dries Buytaert e88a21782d - Rollback of #447816. 2009-11-12 20:07:06 +00:00
Dries Buytaert 5cc6df569f - Patch #629074 by sun: field widgets are not themeable due to missing CSS class names. Better CSS classes for fields. 2009-11-11 08:32:35 +00:00
Angie Byron ea1bd5606c #606526 by axyjo and scor: Remove trailing whitespace and add newlines at end of files. Sorry, folks! But it is after code freeze. :) 2009-11-10 17:27:54 +00:00
Dries Buytaert 5f40bd5bec - Patch #626354 by yched: remove #process pattern from number field. 2009-11-10 06:48:58 +00:00
Dries Buytaert ca833681cc - Patch #627204 by yched: removed unnecessary prefix on field 'add more' element. 2009-11-09 18:23:41 +00:00
Dries Buytaert 3213087441 - Patch #623992 by sun: fixed the tests. We can re-enable the test bot now. 2009-11-08 19:53:19 +00:00
Angie Byron 0b71c0caa0 #622534 by yched: Cleanup hook_field_attach_*() and hook_field_storage_*() space. 2009-11-08 19:11:56 +00:00
Angie Byron 9534636668 #567064 follow-up by sun: Updated documentation. 2009-11-08 11:05:09 +00:00
Angie Byron 4d46b7cdf8 Roll-back of #595084; type-hinting parameters at stdClass makes it so you can't ever pass in another type of class. 2009-11-08 10:02:41 +00:00
Angie Byron 1999c881ec #569542 by bjaspan and Mike Wacker: Auto-select single option if only one is available. 2009-11-02 20:31:49 +00:00
Angie Byron fedcd1acf0 #620228 by c960657: Fixed parameter name in number.module. 2009-11-01 22:19:56 +00:00
Dries Buytaert 342ebd7776 - Patch #567064 by yched, sun: widgets done 'the easy way' have too many limitations. Removes more code than it adds! 2009-11-01 14:05:32 +00:00
Dries Buytaert e4ca439ba1 - Patch #595084 by c960657: use type hinting for . 2009-11-01 12:11:10 +00:00
Dries Buytaert 8a40036a49 - Patch #615484 by yched: remove schema rebuild from field_cache_clear(). 2009-10-31 18:00:48 +00:00
Dries Buytaert 03e2ec64ab - Patch #606994 by yched: move entity handling out of Field API. 2009-10-31 16:06:36 +00:00
Angie Byron 150f6a682b #619406 by yched: Removed unneeded variable assignment in field_multiple_value_form(). 2009-10-31 14:58:41 +00:00
Dries Buytaert bbce39fff3 - Patch #307354 by xmacinfo, heather: rename 'Display fields' to 'Manage Display'. 2009-10-26 00:15:59 +00:00
Angie Byron 4d3292f754 #613780 by yched: Fixed incomplete initialisation in _field_info_collate_fields() / 'instances'. 2009-10-25 02:51:28 +00:00
Angie Byron a7149821d6 #600974 by effulgentsia, JohnAlbin, sun, and Damien Tournoud: Allow theme functions to take one argument without any hacks. NOTE: This is an API change in hook_theme(). 2009-10-23 22:24:19 +00:00
Dries Buytaert cc421475b7 - Patch #603236 by bjaspan, catch: add count facility to field_attach_query(). Was ready before code freeze. 2009-10-22 00:49:13 +00:00
Dries Buytaert 079dca8e17 - Patch #608036 by effulgentsia: add content_attributes() variable for tpl files, so RDF can be implemented better. 2009-10-19 01:30:07 +00:00
Dries Buytaert 29a574e082 - Patch #605930 by bjaspan: fixed problem with list field static caching in field_update_field(). Added some first list tests too! 2009-10-18 18:46:11 +00:00
Dries Buytaert fcaf2e8016 - Patch #607478 by Scott Reynolds: fixed small spelling mistake in field.module documentation. 2009-10-18 01:55:13 +00:00
Dries Buytaert 198fd0a949 - Patch #557924 by bjaspan, plach: fixed Options widget. 2009-10-17 01:20:01 +00:00
Angie Byron d854417e0c #565480 follow-up by plach: Clean-ups and documentation. 2009-10-16 15:47:46 +00:00
Angie Byron 1c7bca0b6f #605442 by catch: Add a generic hook_entity_load(). 2009-10-16 03:47:14 +00:00
Angie Byron 087a47ba5c #493314 by yched and catch: Add multiple hook for formatters. 2009-10-16 03:21:23 +00:00