Commit Graph

641 Commits (e11e3f4f7fe7a8652dc13e933a6b94f58b292e5c)

Author SHA1 Message Date
mcdruid 7955d455d8 Issue #2901466 by Yago Elias, ciss: Comment in field_default_form() is missing a "not", inverting its statement 2022-11-25 17:24:02 +00:00
mcdruid 8106fbe585 Issue #2903330 by apaderno: Documentation page for hook_field_storage_info_alter() contain a reference to hook_field_field_storage_info() 2022-11-25 17:04:11 +00:00
mcdruid 64871d4fac Issue #3322003 by poker10: [D7 PHP 8.2] Fix Deprecated function: Creation of dynamic property in tests 2022-11-18 11:15:04 +00:00
mcdruid 143ea01c9e Issue #3322011 by poker10: [D7 PHP 8.2] Deprecated function: Creation of dynamic property EntityFieldQuery::$alterMyExecuteCallbackPlease 2022-11-18 10:58:38 +00:00
Juraj Nemec bf07341ed6
Issue #1530486 by poker10, chimericdream: [D7] list_field_validate() doesn't seem to accommodate select lists with <optgroup> 2022-09-03 12:54:23 +02:00
mcdruid 74e6ff207b Issue #3212398 by jake_milburn: [D7] Field API assumes serial/integer entity IDs, but the entity system does not 2022-05-27 11:58:35 +01:00
mcdruid 45839ad724 Issue #3270881 by poker10, mfb: PHP 8.1 strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in text_summary() 2022-05-27 11:48:45 +01:00
mcdruid c985a673da Issue #3166668 by akhilavnair, arx-e, poker10, mcdruid, igorbarato, Fabianx: PHP 7.4 and empty entity_keys for taxonomy term result in notices 2022-05-27 09:32:44 +01:00
mcdruid 1ad0b4fc82 Issue #3264750 by mcdruid, poker10: FileFieldWidgetTestCase::testMultiValuedWidget missing upload form causes fails on PostgreSQL 2022-02-21 15:38:36 +00:00
mcdruid 2f6601325e Issue #3264826 by poker10, mcdruid: FieldInfoTestCase::testFieldMap array order causes test fail on PostgreSQL 2022-02-21 15:16:38 +00:00
mcdruid 67207cdd48 Issue #3025439 by joelpittet: list_allowed_values_string() warning when list options are determined by 'allowed_values_function' 2021-11-23 12:45:55 +00:00
mcdruid ab6168bcd1 Issue #980144 by DuaelFr, yched, ACF, aerozeppelin, poedan, tim.plunkett, mgifford, swentel, SamH, asgorobets, dxvargas, sun, Everett Zufelt, alexpott: Issues with "required, multiple" fields in forms 2021-05-28 16:26:34 +01:00
mcdruid f5a0ff9296 Issue #3156847 by Ayesh, Taran2L, sjerdo: [PHP 8] Parameter order fixes 2021-03-23 22:43:09 +00:00
mcdruid 975e9c6040 Issue #2470619 by mcdruid, pounard, hosef, heddn, DamienMcKenna, boyan.borisov, joelpittet, Fabianx, joseph.olstad, MustangGB, izmeez, oadaeh, joshmiller, marcingy, mikeytown2, discipolo, amateescu, Jordan Samouh, das-peter, ndobromirov, quietone, Ronino, mxr576, David_Rothstein, potop, dreamer777, btully: Do not attempt field storage write when field content did not change 2021-03-23 21:26:17 +00:00
mcdruid e086c5f939 Issue #3173220 by mcdruid, Fabianx, webchick, alexpott, amateescu: D7 SQLite testing - FieldSqlStorageTestCase 2020-10-05 12:38:23 +01:00
mcdruid 7430460c2c Issue #3085148 by Taran2L, mcdruid, kiamlaluno: Fix field_test_field_attach_delete_bundle() 2020-05-21 12:25:29 +01:00
mcdruid 9c181e3915 Issue #3126133 by Taran2L: NumberFieldTestCase uses non-existent formatter number_float 2020-05-06 18:01:53 +01:00
Pol Dellaiera 9661e7c483
Issue #3020771 by Ayesh, Pol, sjerdo: [PHP 7.3] strpos explicit string needle warnings 2019-01-07 17:07:33 +01:00
Fabian Franz 76a4dc7098 Issue #2885129 by Ayesh, bkosborne, kiamlaluno, Fabianx: [PHP 7.2] create_function() is deprecated 2018-06-26 13:21:35 +02:00
David Rothstein 5abd299fb9 Issue #1854074 by jp.stacey, jhodgdon, kiwimind: Docblock in field.tpl.php needs clarification in its reference to theme_field 2017-06-02 17:38:40 -04:00
David Rothstein 13ece45695 Revert "Issue #1621356 by oriol_e9g, joachim, tim.plunkett, dsdeiz: Pass all the parameters of hook_options_list() to options_list_callback"
This reverts commit ffe9f9178b.
2017-01-31 13:23:33 -05:00
stefan.r ffe9f9178b Issue #1621356 by oriol_e9g, joachim, tim.plunkett, dsdeiz: Pass all the parameters of hook_options_list() to options_list_callback 2017-01-29 18:19:53 -05:00
Stefan Ruijsenaars d9ee137c4c Updated: Issue #2042411 by aerozeppelin, generalredneck: Float field type not validating number with decimal point but no decimal numbers 2017-01-28 16:09:04 -08:00
Stefan Ruijsenaars 31864beb3a Issue #2042411 by aerozeppelin, generalredneck: Float field type not validating number with decimal point but no decimal numbers 2017-01-27 17:50:42 -08:00
Stefan Ruijsenaars 2e1c672337 Issue #2237329 by cs_shadow, amgoncalves: comments in OptionsWidgetsTest are in the wrong place 2017-01-26 14:52:29 -08:00
stefan.r 8e69582fa3 Issue #2738933 by id.medion, chishah92: Remove unused argument in the function call field_cache_clear() 2016-07-18 11:55:43 +02:00
David Rothstein 11dac6e10f Issue #1732906 by peterpoe, Ken Ficara, forestgardener, eesquibel, minax.de: Uninitialized variable in number_field_formatter_settings_form 2016-07-03 13:35:16 -04:00
David Rothstein c3bf7484b3 Issue #611294 by swentel, klausi, David_Rothstein, tsphethean, jenlampton, attiks, yched, sun, benjy, dcam: Added a new "administer fields" permission for trusted users to use the field UI. 2016-05-28 14:43:25 -04:00
David Rothstein 50c9b28154 Issue #1919338 by catch, bradjones1, mpdonadio, David_Rothstein, Cottser, Jalandhar, shnark, das-peter, swentel, bblake, JvE, dewalt, Damien Tournoud, jwilson3: Select widget (from the options module) prone to double encoding 2016-02-01 11:42:53 -05:00
David Rothstein 405e86103c Issue #1862250 by amanire, Ivan Zugec, Novitsh, joates, sdstyles, yoroy, joshi.rohit100, acabouet, rpayanm, klonos, dahousecat, Daniel_Rose, HeimdallJHM, cluther, vineet.osscube, joachim, Stalski, Bojhan, chris_h: The "Trim length" format description is confusing/not clear to Drupal newcomers 2015-10-23 16:44:26 -04:00
David Rothstein 2fd22bd09f Issue #955658 by Refineo, dswier, steinmb, emorency, filijonka, yched, Bevan: Undefined index: module in FieldInfo::prepareInstanceDisplay() 2015-10-13 00:18:03 -04:00
David Rothstein 6924406928 Issue #1275978 by pillarsdotnet, Zgear, cck, dcam: The thousand_separator for numeric fields should default to '' (nothing) instead of ' ' (space) 2015-10-11 22:42:25 -04:00
David Rothstein 880152ae12 Issue #1812056 by chx, byrond: Allow hook_field_schema() implementations to specify indexes for fields based on a column prefix (field sql storage test failing on various MySQL engines due to indexing unbound text fields) 2015-05-04 23:37:48 -04:00
David Rothstein 9ddfc4697d Issue #1823306 by mkalkbrenner, p-neyens, webflo, swentel, zuuperman: Language code is missing from $context when hook_field_attach_view_alter() is invoked from field_view_field() 2015-03-29 17:47:44 -04:00
David Rothstein c202196bbb Issue #2439287 by jmsv23, jonathan_hunt: Fix typo in inline docs for field_sql_storage_field_storage_write(). 2015-03-29 17:02:11 -04:00
David Rothstein 6ef7cf3abd Issue #2282541 by David_Rothstein, nod_: Followup to restore previous behavior in which the "Hide summary" click handler in text.js returned FALSE. 2014-11-06 19:15:23 -05:00
David Rothstein 35e7cb1786 Issue #892344 by amitgoyal, tstoeckler, hussainweb, pcambra, LaurentAjdnik: Fixed Wrong schema description for {cache_field}. 2014-11-05 01:31:30 -05:00
David Rothstein 2e906b8d70 Issue #2282541 by Mark Carver | gge: Fixed Hide summary in text.js not working in jQuery 1.9+. 2014-11-05 00:02:03 -05:00
David Rothstein e7b2772c25 Issue #2278583 by nlisgo, Berdir, joshi.rohit100 | Fabianx: Fixed field_has_data looks at current data instead of revisioning data: this can lead to data loss. 2014-11-03 12:49:23 -05:00
David Rothstein f609f390af Issue #1231710 by cs_shadow, Hydra, dcam, kathyh, klausi, mlncn: Fixed Field exceptions should return the name of the field that has exceptions. 2014-11-03 11:50:54 -05:00
David Rothstein af4cde1b8f Issue #2193149 by mikeytown2: Fixed Deadlocks occur in cache_field table. 2014-11-03 11:02:10 -05:00
David Rothstein 355446db94 Issue #1195358 by Liam Morland, droplet: Fixed Multiple "Edit/Hide summary" links appear. 2014-11-02 16:11:48 -05:00
David Rothstein 2a4f67cdc5 Issue #1824820 by crevillo, muriqui, a.milkovsky, Phizes: Fixed String offset cast notice in field_invoke_method_multiple(). 2014-11-02 15:36:19 -05:00
David Rothstein 8d5c1bf022 Issue #366152 by Mile23, bjaspan: Removed the Field module's field_modules_uninstalled() function, since it did not do anything when it was invoked. 2014-11-02 14:31:02 -05:00
David Rothstein 0e3d0beddb Issue #1790612 by carwin, Eric_A, mgifford: Fixed Sanitize the trim_length variable before printing it. 2014-11-01 19:25:05 -04:00
Jennifer Hodgdon 57236b056f Issue #2329189 by nlisgo, joachim, Mirroar, opdavies: Fix up docs and example code for hook_field_attach_validate() 2014-10-19 06:09:58 -07:00
David Rothstein be54be0d14 Issue #1859084 by Jorrit, David_Rothstein, attiks: Improved database queries generated by EntityFieldQuery in the case where delta or language condition groups are used, to reduce the number of INNER JOINs. 2014-09-02 22:58:02 -04:00
Jennifer Hodgdon f56b6aaa5e Issue #2267411 by er.pushpinderrana, amitgoyal, klausi, David_Rothstein: Document that field_access() does not check entity access 2014-07-15 09:23:10 -07:00
Jennifer Hodgdon 0f1092be0e Issue #2054189 by ShaunDychko, pc-wurm, joachim: Fix docs for field_info_instance() 2014-07-15 06:34:54 -07:00
Jennifer Hodgdon 076802cadd Issue #2048395 by filijonka: Fix up group/topic membership for field hooks 2014-05-07 17:06:02 -07:00