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/css/panopoly-jquery-ui-theme.css b/css/panopoly-jquery-ui-theme.css | |
| index ffcfc73..f57befb 100644 | |
| --- a/css/panopoly-jquery-ui-theme.css | |
| +++ b/css/panopoly-jquery-ui-theme.css | |
| @@ -52,7 +52,7 @@ | |
| } | |
| .ui-front { | |
| - z-index: 100; | |
| + z-index: 1010; |
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/drupal-org.make b/drupal-org.make | |
| index 2606965..ba57a88 100644 | |
| --- a/drupal-org.make | |
| +++ b/drupal-org.make | |
| @@ -34,6 +34,7 @@ projects[panopoly_wysiwyg][subdir] = panopoly | |
| projects[panopoly_search][version] = 1.40 | |
| projects[panopoly_search][subdir] = panopoly | |
| +projects[panopoly_search][patch][] = "https://www.drupal.org/files/issues/solrphpclient_cannot_be-2790595-10.patch" | |
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/drupal-org.make b/drupal-org.make | |
| index 2606965..7c28130 100644 | |
| --- a/drupal-org.make | |
| +++ b/drupal-org.make | |
| @@ -5,6 +5,9 @@ core = 7.x | |
| projects[panopoly_core][version] = 1.40 | |
| projects[panopoly_core][subdir] = panopoly | |
| +; Patch panopoly_core module to bring Media Browser popup on top of Page Manager | |
| +; Add Content dialog. |
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/plugins/widgetbootstrap/plugin.js b/plugins/widgetbootstrap/plugin.js | |
| index e670302..bffe1d5 100755 | |
| --- a/plugins/widgetbootstrap/plugin.js | |
| +++ b/plugins/widgetbootstrap/plugin.js | |
| @@ -49,12 +49,10 @@ CKEDITOR.plugins.add( 'widgetbootstrap', { | |
| editables: { | |
| col1: { | |
| - selector: '.col-sidebar', | |
| - allowedContent: allowedWidget |
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/file_entity.tpl.php b/file_entity.tpl.php | |
| index cc12db7..6a308f8 100644 | |
| --- a/file_entity.tpl.php | |
| +++ b/file_entity.tpl.php | |
| @@ -69,13 +69,6 @@ | |
| */ | |
| ?> | |
| <div id="<?php print $id; ?>" class="<?php print $classes ?>"<?php print $attributes; ?>> | |
| - | |
| - <?php print render($title_prefix); ?> |
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/contrib/views_slideshow_cycle/js/rpp-slideshows.js b/contrib/views_slideshow_cycle/js/rpp-slideshows.js | |
| new file mode 100644 | |
| index 0000000..513a816 | |
| --- /dev/null | |
| +++ b/contrib/views_slideshow_cycle/js/rpp-slideshows.js | |
| @@ -0,0 +1,20 @@ | |
| +(function ($) { | |
| + // Update the window dimensions on each resize. | |
| + $(window).on("resize", function () { | |
| + Drupal.behaviors.views_slideshow_test.onResize(); |
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/css/font-awesome.css b/css/font-awesome.css | |
| index ee906a8..6f4596b 100644 | |
| --- a/css/font-awesome.css | |
| +++ b/css/font-awesome.css | |
| @@ -10,6 +10,7 @@ | |
| src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg'); | |
| font-weight: normal; | |
| font-style: normal; | |
| + font-display: swap; | |
| } |
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/advagg_relocate/advagg_relocate.advagg.inc b/advagg_relocate/advagg_relocate.advagg.inc | |
| index 37ee2b7..c80c34a 100644 | |
| --- a/advagg_relocate/advagg_relocate.advagg.inc | |
| +++ b/advagg_relocate/advagg_relocate.advagg.inc | |
| @@ -315,6 +315,7 @@ function advagg_relocate_font_face_parser(array $font_faces) { | |
| foreach ($font_faces as $values => $src) { | |
| $output = ''; | |
| $output .= str_replace('; ', ";\n", $values); | |
| + $output .= "font-display: swap;\n"; | |
| if (isset($src['eot'])) { |
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/lazyloader.js b/lazyloader.js | |
| index f9dfaec..cebc553 100644 | |
| --- a/lazyloader.js | |
| +++ b/lazyloader.js | |
| @@ -38,6 +38,7 @@ | |
| callback: function (element, op) { | |
| // Remove the loader icon when the image is loaded. | |
| $(element).next('.lazyloader-icon').remove(); | |
| + $( document ).trigger( 'lazyloader-echo-callback', [element, op] ); | |
| } |