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
| RED=`tput setaf 1` | |
| NOCOLOR=`tput sgr0` | |
| function options() { | |
| PLUGIN_PATH="$HOME/.oh-my-zsh/plugins/" | |
| for plugin in $plugins; do | |
| echo "\n\n${RED}Plugin: $plugin${NOCOLOR}"; | |
| if [ -d $PLUGIN_PATH$plugin ]; then | |
| grep -r "^function \w*" $PLUGIN_PATH$plugin | awk '{print $2}' | sed 's/()//'| tr '\n' ', '; grep -r "^alias" $PLUGIN_PATH$plugin | awk '{print $2}' | sed 's/=.*//' | tr '\n' ', ' | |
| else |
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: ./filefield_paths.module | |
| IDEA additional info: | |
| Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP | |
| <+>UTF-8 | |
| =================================================================== | |
| --- ./filefield_paths.module (date 1517934386000) | |
| +++ ./filefield_paths.module (date 1517934386000) | |
| @@ -344,13 +344,15 @@ | |
| if ($field instanceof FileFieldItemList) { | |
| /** @var FieldConfig $definition */ |
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/media/src/Plugin/DevelGenerate/MediaDevelGenerate.php | |
| IDEA additional info: | |
| Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP | |
| <+>UTF-8 | |
| =================================================================== | |
| --- ./modules/media/src/Plugin/DevelGenerate/MediaDevelGenerate.php (date 1517935516000) | |
| +++ ./modules/media/src/Plugin/DevelGenerate/MediaDevelGenerate.php (date 1517935516000) | |
| @@ -0,0 +1,448 @@ | |
| +<?php | |
| + |
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: composer_generate.drush.inc | |
| IDEA additional info: | |
| Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP | |
| <+>UTF-8 | |
| =================================================================== | |
| --- composer_generate.drush.inc (date 1527512472000) | |
| +++ composer_generate.drush.inc (date 1527512472000) | |
| @@ -166,6 +166,7 @@ | |
| // formats are acceptable in the Drupal packagist projects, and | |
| // force simplification of those which are not. |
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/Form/LegalAdminTermsForm.php | |
| IDEA additional info: | |
| Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP | |
| <+>UTF-8 | |
| =================================================================== | |
| --- src/Form/LegalAdminTermsForm.php (date 1535988998000) | |
| +++ src/Form/LegalAdminTermsForm.php (date 1535988998000) | |
| @@ -39,6 +39,7 @@ | |
| $multilingual = \Drupal::moduleHandler()->moduleExists('language'); | |
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/Form/LegalAdminTermsForm.php | |
| IDEA additional info: | |
| Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP | |
| <+>UTF-8 | |
| =================================================================== | |
| --- src/Form/LegalAdminTermsForm.php (date 1535988625000) | |
| +++ src/Form/LegalAdminTermsForm.php (date 1535988625000) | |
| @@ -509,7 +509,7 @@ | |
| // Page Link. |
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: password_policy.module | |
| IDEA additional info: | |
| Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP | |
| <+>UTF-8 | |
| =================================================================== | |
| --- password_policy.module (date 1531830899000) | |
| +++ password_policy.module (date 1531830899000) | |
| @@ -170,6 +170,10 @@ | |
| } | |
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
| --- ./composed_field.module 2017-12-18 11:32:07.000000000 +0100 | |
| +++ ./composed_field.module 2017-12-18 11:30:28.000000000 +0100 | |
| @@ -228,6 +228,9 @@ | |
| foreach ($items as $delta => $item) { | |
| $all_subfields_have_value = FALSE; | |
| + if(is_string($item['composed'])){ | |
| + $item['composed'] = unserialize($item['composed']); | |
| + } | |
| foreach ($item['composed'] as $subfield_value) { |
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: core/lib/Drupal/Core/Messenger/LegacyMessenger.php | |
| IDEA additional info: | |
| Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP | |
| <+>UTF-8 | |
| =================================================================== | |
| --- core/lib/Drupal/Core/Messenger/LegacyMessenger.php (date 1537871717000) | |
| +++ core/lib/Drupal/Core/Messenger/LegacyMessenger.php (date 1537871717000) | |
| @@ -180,7 +180,7 @@ | |
| public function deleteByType($type) { | |
| // Proxy to the Messenger service, if it exists. |
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 1538551207000) | |
| +++ modules/redis_sessions/src/RedisSessionsSessionManager.php (date 1538551207000) | |
| @@ -169,7 +169,7 @@ | |
| private function getSessionBagUid() { | |
| foreach ($this->bags as $bag) { |
OlderNewer