From 97adac20edcbce86a41b49674c066a3e06c8a07a Mon Sep 17 00:00:00 2001 From: Ryan Cramer Date: Fri, 11 Jan 2019 15:53:43 -0500 Subject: [PATCH] Bump version to 3.0.124 --- wire/core/ProcessWire.php | 6 ++++-- .../Fieldtype/FieldtypeRepeater/InputfieldRepeater.scss | 1 - .../Inputfield/InputfieldCKEditor/contents-inline.scss | 1 + .../modules/Inputfield/InputfieldImage/InputfieldImage.scss | 1 + .../InputfieldPageAutocomplete.scss | 1 + wire/modules/LanguageSupport/LanguageTabs.scss | 1 + wire/modules/Page/PageFrontEdit/PageFrontEdit.scss | 1 + wire/modules/Process/ProcessModule/ProcessModule.scss | 1 - .../Process/ProcessPageLister/ProcessPageLister.scss | 1 + 9 files changed, 10 insertions(+), 4 deletions(-) diff --git a/wire/core/ProcessWire.php b/wire/core/ProcessWire.php index 7d56501c..766dfb64 100644 --- a/wire/core/ProcessWire.php +++ b/wire/core/ProcessWire.php @@ -17,7 +17,7 @@ require_once(__DIR__ . '/boot.php'); * ~~~~~ * #pw-body * - * ProcessWire 3.x, Copyright 2018 by Ryan Cramer + * ProcessWire 3.x, Copyright 2019 by Ryan Cramer * https://processwire.com * * @method init() @@ -44,7 +44,7 @@ class ProcessWire extends Wire { * Reversion revision number * */ - const versionRevision = 123; + const versionRevision = 124; /** * Version suffix string (when applicable) @@ -279,6 +279,8 @@ class ProcessWire extends Wire { /** @noinspection PhpIncludeInspection */ include_once($file); } + // @todo + // check if noHTTPS option is using conditional hostname if($config->noHTTPS && $config->noHTTPS !== true) { diff --git a/wire/modules/Fieldtype/FieldtypeRepeater/InputfieldRepeater.scss b/wire/modules/Fieldtype/FieldtypeRepeater/InputfieldRepeater.scss index 2fb56a0f..ef1280a4 100644 --- a/wire/modules/Fieldtype/FieldtypeRepeater/InputfieldRepeater.scss +++ b/wire/modules/Fieldtype/FieldtypeRepeater/InputfieldRepeater.scss @@ -1,4 +1,3 @@ - .Inputfields .InputfieldRepeater { & > .InputfieldContent > ul.Inputfields { diff --git a/wire/modules/Inputfield/InputfieldCKEditor/contents-inline.scss b/wire/modules/Inputfield/InputfieldCKEditor/contents-inline.scss index d2aa3d87..781195d7 100644 --- a/wire/modules/Inputfield/InputfieldCKEditor/contents-inline.scss +++ b/wire/modules/Inputfield/InputfieldCKEditor/contents-inline.scss @@ -1,3 +1,4 @@ + /** * General editor styles (inline only) * diff --git a/wire/modules/Inputfield/InputfieldImage/InputfieldImage.scss b/wire/modules/Inputfield/InputfieldImage/InputfieldImage.scss index cbc8df12..edd04947 100755 --- a/wire/modules/Inputfield/InputfieldImage/InputfieldImage.scss +++ b/wire/modules/Inputfield/InputfieldImage/InputfieldImage.scss @@ -5,6 +5,7 @@ $gridMargin: 0 0.6em 0.6em 0; $itemPadding: 0.4em; $focusPointCircleSize: 40px; + .InputfieldImage { .InputfieldHeader { .InputfieldImageListToggle { diff --git a/wire/modules/Inputfield/InputfieldPageAutocomplete/InputfieldPageAutocomplete.scss b/wire/modules/Inputfield/InputfieldPageAutocomplete/InputfieldPageAutocomplete.scss index 2402bc5c..ef9a44a9 100644 --- a/wire/modules/Inputfield/InputfieldPageAutocomplete/InputfieldPageAutocomplete.scss +++ b/wire/modules/Inputfield/InputfieldPageAutocomplete/InputfieldPageAutocomplete.scss @@ -1,3 +1,4 @@ + .pw-content .InputfieldPageAutocomplete { p { margin: 0; diff --git a/wire/modules/LanguageSupport/LanguageTabs.scss b/wire/modules/LanguageSupport/LanguageTabs.scss index 7d1abeaf..7413953b 100644 --- a/wire/modules/LanguageSupport/LanguageTabs.scss +++ b/wire/modules/LanguageSupport/LanguageTabs.scss @@ -1,3 +1,4 @@ + .body.LanguageTabsJqueryUI { .pw-content .langTabsContainer, #content .langTabsContainer { diff --git a/wire/modules/Page/PageFrontEdit/PageFrontEdit.scss b/wire/modules/Page/PageFrontEdit/PageFrontEdit.scss index bbdc3945..18aba276 100644 --- a/wire/modules/Page/PageFrontEdit/PageFrontEdit.scss +++ b/wire/modules/Page/PageFrontEdit/PageFrontEdit.scss @@ -5,6 +5,7 @@ $light-green: #93BF0D; $white: #fff; $pink: #DB1174; + $subtle-bg: #E4EBEE; $subtle-border: darken($subtle-bg, 4%); $button-bg: $light-green; diff --git a/wire/modules/Process/ProcessModule/ProcessModule.scss b/wire/modules/Process/ProcessModule/ProcessModule.scss index bdb6dc6d..4cacfa37 100644 --- a/wire/modules/Process/ProcessModule/ProcessModule.scss +++ b/wire/modules/Process/ProcessModule/ProcessModule.scss @@ -1,4 +1,3 @@ - // form that surrounds modules lists .ModulesList { diff --git a/wire/modules/Process/ProcessPageLister/ProcessPageLister.scss b/wire/modules/Process/ProcessPageLister/ProcessPageLister.scss index 07befadf..30a740ea 100644 --- a/wire/modules/Process/ProcessPageLister/ProcessPageLister.scss +++ b/wire/modules/Process/ProcessPageLister/ProcessPageLister.scss @@ -1,4 +1,5 @@ // ProcessPageLister CSS + #ProcessLister { margin-top: -2px; }