diff --git a/Classes/Utility/MaskUtility.php b/Classes/Utility/MaskUtility.php
index a3b391dc..cf77280c 100755
--- a/Classes/Utility/MaskUtility.php
+++ b/Classes/Utility/MaskUtility.php
@@ -436,6 +436,9 @@ public function setElementsTca($tca) {
if (is_array($elementvalue["columns"])) {
$fields .= implode(",", $elementvalue["columns"]);
}
+ if ($versionNumber >= 7000000) {
+ $GLOBALS['TCA']["tt_content"]["types"]["mask_" . $elementvalue["key"]]["columnsOverrides"]["bodytext"]["defaultExtras"] = 'richtext:rte_transform[mode=ts_css]';
+ }
$GLOBALS['TCA']["tt_content"]["types"]["mask_" . $elementvalue["key"]]["showitem"] = "--palette--;LLL:EXT:frontend/Resources/Private/Language/locallang_ttc.xlf:palette.general;general," . $fields . $defaultTabs . $gridelements;
}
}
@@ -739,7 +742,7 @@ public function removeBlankOptions($haystack) {
*/
public function getInlineElements($data, $name, $cType, $parentid = "parentid", $parenttable = "tt_content") {
// If this method is called in backend, there is no $GLOBALS['TSFE']
- if ($GLOBALS['TSFE']->sys_language_uid) {
+ if (isset($GLOBALS['TSFE']->sys_language_uid)) {
$sysLangUid = $GLOBALS['TSFE']->sys_language_uid;
$enableFields = $GLOBALS['TSFE']->cObj->enableFields($name);
} else {
diff --git a/Classes/ViewHelpers/IconViewHelper.php b/Classes/ViewHelpers/IconViewHelper.php
index 37d0127d..3b46c245 100644
--- a/Classes/ViewHelpers/IconViewHelper.php
+++ b/Classes/ViewHelpers/IconViewHelper.php
@@ -37,7 +37,7 @@ public function render($identifier, $size = NULL, $overlay = NULL, $altSrc = "",
if ($altSrc) {
return '';
} else if ($altText) {
- return '$altText';
+ return $altText;
}
}
}
diff --git a/Documentation/ChangeLog/Index.rst b/Documentation/ChangeLog/Index.rst
index 7007a99d..ba682cb7 100644
--- a/Documentation/ChangeLog/Index.rst
+++ b/Documentation/ChangeLog/Index.rst
@@ -13,3 +13,9 @@ ChangeLog
Mask 1.0.0
First live version of Mask
+
+Mask 1.1.0
+ Lot of Bugfixes, TYPO3 7.6 Compatibility, Manageable Backend-preview, Font-awesome previewicons
+
+Mask 1.1.1
+ Small Bugfix release: PHP 5.4 fix, deleted subelements in IRRE are shown in default language, previewicons in TYPO3 6.2, RTE fix, Text corrections
\ No newline at end of file
diff --git a/Documentation/Index.rst b/Documentation/Index.rst
index 4fe89758..b4ea7de2 100644
--- a/Documentation/Index.rst
+++ b/Documentation/Index.rst
@@ -17,7 +17,7 @@ Mask
mask
:Version:
- |1.0.0|
+ |1.1.1|
:Language:
en
diff --git a/Documentation/Settings.yml b/Documentation/Settings.yml
index 90b79c5d..08d3a789 100644
--- a/Documentation/Settings.yml
+++ b/Documentation/Settings.yml
@@ -10,7 +10,7 @@
conf.py:
copyright: 2015
project: mask
- version:
+ version: 1.1.1
release:
intersphinx_mapping:
t3tsref:
diff --git a/Resources/Private/Backend/Templates/WizardContent/List.html b/Resources/Private/Backend/Templates/WizardContent/List.html
index b317644c..6f4614da 100644
--- a/Resources/Private/Backend/Templates/WizardContent/List.html
+++ b/Resources/Private/Backend/Templates/WizardContent/List.html
@@ -49,7 +49,7 @@
{key}
{key}