- Dec 30, 2022
-
-
Issue #3324874 by solideogloria, Liam Morland: Prevent passing null to strcasecmp() in webform_conditional_operator_string_equal()
-
-
- Dec 02, 2022
-
-
Liam Morland authored
-
- Nov 15, 2022
-
-
- Apr 24, 2022
-
-
Kasper Garnæs authored
We have seen situations for current installs where #attributes is stored as an empty string in the data base. This may be the result of A bad upgrade path or the like. We do not know. When upgrading to PHP 7.4 this results in errors “Cannot use string offset as an array” when rendering the affected components. Updating each component through the admin interface fixes this but it is unreasonable to require editors to do this for all webforms. To address this we ensure #attributes default to an empty array. Another option might be an update hook going through all components.
-
- Apr 07, 2021
-
-
Liam Morland authored
-
Liam Morland authored
-
Liam Morland authored
-
- Mar 18, 2021
-
-
Issue #3189399 by guilhermevp, Alex Bukach, kleiton_rodrigues, Liam Morland: Increase length limit for test values in conditionals
-
- Mar 17, 2021
-
-
Liam Morland authored
-
- Jun 19, 2020
-
-
Issue #2101643 by Liam Morland, amourow, seanB, hey_germano, chrisroane, jenlampton: Allow progressive batch export to be disabled
-
- May 15, 2020
-
-
Liam Morland authored
-
Liam Morland authored
These should be easier to understand and are more consistent with other parts of the UI.
-
- May 06, 2020
-
-
Liam Morland authored
Tests webform_update_webform_last_download() and webform_download_last_download_info().
-
Liam Morland authored
-
Liam Morland authored
-
Liam Morland authored
This will be useful for testing.
-
Liam Morland authored
-
Liam Morland authored
-
Liam Morland authored
Previously, downloading new submissions would download submissions with a submission ID larger than the largest one in the previous download. This would exclude a submission which has an old sid because it was saved as a draft but which has now been completed. This commit makes downloading new submissions the same as range_date except that the date range starts with the time of the last last download.
-
Liam Morland authored
-
- May 01, 2020
-
-
-
Liam Morland authored
-
Liam Morland authored
When TRUE, the default, it means the component stores data in database. This is FALSE for components like fieldset, markup, and pagebreak which do not collect data.
-
- Apr 28, 2020
-
-
Liam Morland authored
-
- Apr 17, 2020
-
-
-
-
Liam Morland authored
-
-
- Apr 16, 2020
-
-
Liam Morland authored
-
Liam Morland authored
-
- Apr 09, 2020
-
-
Liam Morland authored
-
- Mar 20, 2020
-
-
Issue #3119214 by solideogloria, Liam Morland: Document hook_webform_results_download_submission_information_info_alter()
-
- Feb 28, 2020
-
-
Liam Morland authored
-
-
-
- Feb 07, 2020
-
-
Liam Morland authored
-
-