This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Index: modules/redis_sessions/src/RedisSessionsSessionManager.php | |
| IDEA additional info: | |
| Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP | |
| <+>UTF-8 | |
| =================================================================== | |
| --- modules/redis_sessions/src/RedisSessionsSessionManager.php (date 1539447905000) | |
| +++ modules/redis_sessions/src/RedisSessionsSessionManager.php (date 1539447905000) | |
| @@ -257,7 +257,7 @@ | |
| */ | |
| public function destroy() { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Index: modules/redis_sessions/src/RedisSessionsSessionManager.php | |
| IDEA additional info: | |
| Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP | |
| <+>UTF-8 | |
| =================================================================== | |
| --- modules/redis_sessions/src/RedisSessionsSessionManager.php (date 1539606489000) | |
| +++ modules/redis_sessions/src/RedisSessionsSessionManager.php (date 1539606489000) | |
| @@ -173,6 +173,9 @@ | |
| if (!empty($attributes['uid'])) { | |
| return $attributes['uid']; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Index: modules/redis_sessions/src/RedisSessionsSessionManager.php | |
| IDEA additional info: | |
| Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP | |
| <+>UTF-8 | |
| =================================================================== | |
| --- modules/redis_sessions/src/RedisSessionsSessionManager.php (date 1539623406000) | |
| +++ modules/redis_sessions/src/RedisSessionsSessionManager.php (date 1539623406000) | |
| @@ -188,7 +188,7 @@ | |
| $bag_uid = $this->getSessionBagUid(); | |
| $current_uid = \Drupal::currentUser()->id(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Index: includes/image.inc | |
| IDEA additional info: | |
| Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP | |
| <+>UTF-8 | |
| =================================================================== | |
| --- includes/image.inc (date 1543397842000) | |
| +++ includes/image.inc (date 1543397842000) | |
| @@ -96,6 +96,17 @@ | |
| array_unshift($params, $image); | |
| return call_user_func_array($function, $params); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Index: src/Plugin/Condition/ConfigPagesValueAccess.php | |
| IDEA additional info: | |
| Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP | |
| <+>UTF-8 | |
| =================================================================== | |
| --- src/Plugin/Condition/ConfigPagesValueAccess.php (date 1546962080000) | |
| +++ src/Plugin/Condition/ConfigPagesValueAccess.php (date 1546962080000) | |
| @@ -100,28 +100,30 @@ | |
| // Add form items. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Index: a/core/modules/taxonomy/taxonomy.module | |
| IDEA additional info: | |
| Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP | |
| <+>UTF-8 | |
| =================================================================== | |
| --- a/core/modules/taxonomy/taxonomy.module (date 1544011082000) | |
| +++ b/core/modules/taxonomy/taxonomy.module (date 1544011082000) | |
| @@ -276,9 +276,15 @@ | |
| $variables['url'] = $term->url(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Index: media_library_edit.module | |
| IDEA additional info: | |
| Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP | |
| <+>UTF-8 | |
| =================================================================== | |
| --- media_library_edit.module (date 1549024812000) | |
| +++ media_library_edit.module (date 1549024812000) | |
| @@ -89,5 +89,28 @@ | |
| } | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/modules/saml/lib/Message.php b/modules/saml/lib/Message.php | |
| index b80391f..734a406 100644 | |
| --- a/modules/saml/lib/Message.php | |
| +++ b/modules/saml/lib/Message.php | |
| @@ -435,28 +435,37 @@ class sspmod_saml_Message | |
| $ar = new \SAML2\AuthnRequest(); | |
| // get the NameIDPolicy to apply. IdP metadata has precedence. | |
| - $nameIdPolicy = array(); | |
| + $nameIdPolicy = null; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Index: js/webform.element.telephone.js | |
| IDEA additional info: | |
| Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP | |
| <+>UTF-8 | |
| =================================================================== | |
| --- js/webform.element.telephone.js (date 1551714184000) | |
| +++ js/webform.element.telephone.js (date 1551714184000) | |
| @@ -34,7 +34,8 @@ | |
| // @see https://github.com/jackocnr/intl-tel-input#utilities-script | |
| var options = $.extend({ |