- Jan 28, 2023
-
-
Jim Berry authored
-
- Jan 27, 2023
-
-
Jim Berry authored
-
- Dec 15, 2022
- Nov 08, 2022
-
-
Jim Berry authored
-
- Nov 07, 2022
-
- Apr 29, 2022
-
- Mar 29, 2022
-
-
Jim Berry authored
-
- Feb 15, 2022
-
-
Jim Berry authored
Retain backward compatability to 8.8 with file_url_transform_relative().
- Feb 14, 2022
-
-
Jim Berry authored
-
- Jun 18, 2020
-
-
Jim Berry authored
-
Jim Berry authored
-
Jim Berry authored
-
Jim Berry authored
-
Jim Berry authored
The noscript snippet is always stored in and read from cache. The two script snippets are stored in cache but read from file or cache depending on the 'include_file' module setting. Enhance the tests to deal with both sources.
-
- Jun 16, 2020
- May 27, 2020
-
- Apr 27, 2020
-
-
Jim Berry authored
-
- Mar 09, 2020
-
-
Jim Berry authored
-
- Feb 25, 2020
-
-
Jim Berry authored
Applies to the settings form.
-
Jim Berry authored
Remove unused use statements. Replace long with short array syntax.
-
Jim Berry authored
Limit the meaning of the 'Recreate snippets on cache rebuild' setting to just that; i.e. it does not also determine whether the assets are deleted. On cache rebuild: - flush the parent snippet directory if the corresponding setting is enabled. - otherwise delete the snippet directories for enabled containers. - create snippet files for enabled containers if the corresponding setting is enabled. On page response: - create the snippet files for an enabled container if any are missing. Update descriptions on settings form.
-
Jim Berry authored
-
Jim Berry authored
Add 'undefined' property definitions to various classes. Replace deprecated functions with others that exist in 8.7.x. Change label on container entity annotation. Remove message parameter from calls to assert{Raw,Text} and replace calls.
-
Jim Berry authored
Include the core_version_requirement key added to 8.7.7. Replace deprecated function with another that exists in 8.7.x. Fix typo on annotation of domain condition. Assign default theme property in GTMTestBase. This first applies to 8.8.x but automated tests are run against 8.9.x.
-
- Jan 13, 2020
-
-
Jim Berry authored
-
- Dec 20, 2019
-
-
Jim Berry authored
-
- Dec 05, 2019
-
- Dec 04, 2019
- Dec 02, 2019
- Nov 19, 2019
-
-
Jim Berry authored
Augment ContainerAccessControlHandler::accessCheck to resolve conditions. Override resolveConditions() and call condition::evaluate() on the custom plugins instead of condition::execute(). Add access check against condition plugins to Container::insertSnippet().
-
Jim Berry authored
Add condition plugin items to data_types.schema.yml file. Add condition plugin properties and routines to container class. Implement condition plugins with container form. - inject services to the ContainerForm - add routines to build, validate, and submit the condition plugin forms Omit condition plugins on the settings form. - domain and language do not lend themselves to being default items Refactor admin.js to also handle domain and language conditions.
-
Jim Berry authored
Replace the core condition plugin base class. - omit the 'negate' configuration item - allow the plugin to fully 'evaluate' the condition Create condition plugins for the domain and language conditions. - extend the custom base class - reuse parent routines with consistent child classes Implement hook_plugin_filter_TYPE_alter() to restrict use of these plugins to this module.
-