Commit Graph

244 Commits (28725705814a5ac25dbcc1665503325b44352f7d)

Author SHA1 Message Date
Dries Buytaert 2872570581 - Patch #672494 by catch: small performance optimization for field_access(). 2010-01-02 18:50:51 +00:00
Dries Buytaert b12d812b93 - Patch #665878 by yched: fixed field_extra_fields() 2010-01-02 15:00:34 +00:00
Dries Buytaert a0f3abf035 - Patch #661494 by yched: fixed direct calls to node_view() do not trigger f_a_prepare_view(). 2009-12-31 08:26:59 +00:00
Dries Buytaert f639b9e965 - Patch #669124 by Arancaytar: list.module incorrectly validated data. 2009-12-29 19:43:31 +00:00
Dries Buytaert 5af362233e - Patch #658302 by yched: repurpose hook_field_sanitize() into hook_field_prepare_view(). 2009-12-28 20:24:08 +00:00
Dries Buytaert 53748ab5e2 - Patch #664544 by yched: clean-up entity build/view modes. 2009-12-26 16:50:09 +00:00
Dries Buytaert a838c8be49 - Patch #667602 by Crell: fixed typo in Field API documentation. 2009-12-26 12:53:35 +00:00
Dries Buytaert 814f4c8e3f - Patch #667040 by effulgentsia: optimize template_preprocess_field(). 2009-12-26 12:48:14 +00:00
Dries Buytaert d1c017660c - Patch #658364 by effulgentsia: made the build/view/formatter terminology more consistent. 2009-12-21 13:47:32 +00:00
Dries Buytaert 8b752bc111 - Patch #612894 by David_Rothstein: fixed parse error. 2009-12-20 22:38:05 +00:00
Dries Buytaert e9f1814748 - Patch #612894 by yched: display field improvements. 2009-12-20 21:08:26 +00:00
Dries Buytaert e0bab30a96 - Patch #663966 by Magnity: fixed typo in Field CRUD documentation. 2009-12-20 19:45:07 +00:00
Angie Byron 8e38d459e5 #653940 follow-up by Damien Tournoud: Clean-up of error handling from first stab at test reporting fixes. 2009-12-15 05:22:05 +00:00
Angie Byron eb807e70e0 #645776 follow-up by jhodgdon and matason: Added missing Number module help. 2009-12-15 05:20:13 +00:00
Dries Buytaert 13984a7394 - Patch #639466 by yched: fixed hook_options_list() and XSS filtering, and added more tests. 2009-12-14 20:18:56 +00:00
Angie Byron 85e9dbd20b #552436 follow-up by yched: Fix test regression. 2009-12-14 01:24:03 +00:00
Dries Buytaert 601150c262 - Patch #658302 by yched: re-purpose hook_field_sanitize() into hook_field_prepare_view(). 2009-12-13 12:42:28 +00:00
Dries Buytaert 8b4406ef5d - Patch #552436 by yched: validation of the number of values in field_default_validate(). 2009-12-13 12:41:08 +00:00
Angie Byron a542d8b716 #658358 by yched: Fix capitalization. 2009-12-13 09:04:55 +00:00
Angie Byron 3dd7a193ae #645776 by jhodgdon, arianek, tobiasb, and matason: Update Field modules to new help standard. 2009-12-13 02:04:14 +00:00
Dries Buytaert 6a13eb22fc - Patch #657828 by yched: make hook_field_formatter() act on all field values. 2009-12-12 20:16:03 +00:00
Dries Buytaert ef2c240086 - Patch #652834 by yched, effulgentsia: changed Field formatters as render arrays to increase performance (and to clean-up the code). 2009-12-11 16:49:40 +00:00
Dries Buytaert c2f26d3368 - Patch #653940 by sun: tests weren't reporting all errors. 2009-12-10 15:39:43 +00:00
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