\r\n\r\n\t");
context.write( system.partial("article-end.html") );
context.write("\r\n\r\n");
}
context.write("\r\n");
// End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\bilderalbumv12\standard.html'.
};
/* Shortcuts. */
article = context.article;
page = context.page;
projectFolder = context.projectFolder;
project = context.project;
system = context.system;
new SE637303571051236664().executeScript();
2020-07-14 20:58:25,127 [19] INFO - ---------
2020-07-14 20:58:25,127 [19] INFO - Information: 0 :
2020-07-14 20:58:25,127 [19] INFO - ---------
2020-07-14 20:58:25,129 [19] INFO - Information: 0 :
2020-07-14 20:58:25,129 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:25,130 [19] INFO - Information: 0 :
2020-07-14 20:58:25,131 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:25,131 [19] INFO - Information: 0 :
2020-07-14 20:58:25,131 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:25,133 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:25,143 [19] INFO - Information: 0 :
2020-07-14 20:58:25,143 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:25,145 [19] INFO - Information: 0 :
2020-07-14 20:58:25,145 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:25,145 [19] INFO - Information: 0 :
2020-07-14 20:58:25,145 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:25,145 [19] INFO - Information: 0 :
2020-07-14 20:58:25,145 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:25,148 [19] INFO - Information: 0 :
2020-07-14 20:58:25,149 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:25,149 [19] INFO - Information: 0 :
2020-07-14 20:58:25,149 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:25,149 [19] INFO - [SetContentCopyImageSizeInPixel] 0 x 0 pixels for output flavor „Output“. Laden von Bild-Asset.
2020-07-14 20:58:25,149 [19] INFO - [SetContentCopyImageSizeInPixel] 0 x 0 pixels for output flavor „Output“. Laden von Bild-Asset.
2020-07-14 20:58:25,149 [19] INFO - [SetContentCopyImageSizeInPixel] 0 x 0 pixels for output flavor „Output“. Laden von Bild-Asset.
2020-07-14 20:58:25,149 [19] INFO - [SetContentCopyImageSizeInPixel] 0 x 0 pixels for output flavor „Output“. Laden von Bild-Asset.
2020-07-14 20:58:25,151 [19] INFO - About to execute the following script:
2020-07-14 20:58:25,151 [19] INFO - Information: 0 :
2020-07-14 20:58:25,151 [19] INFO - About to execute the following script:
2020-07-14 20:58:25,151 [19] INFO - ---------
2020-07-14 20:58:25,152 [19] INFO - Information: 0 :
2020-07-14 20:58:25,152 [19] INFO - ---------
2020-07-14 20:58:25,152 [19] INFO - function SE637303571051516680() {}
SE637303571051516680.prototype.executeScript = function(){
// Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
var additionalClass = context.param(0, "");
var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles.
var columnItemInlineCSS = context.param(2, "");
var showCssFields = context.param(3, true);
var columnItemCSSClass = context.param(4, "");
var dataAttributes = context.param(5, "");
if ( columnItemCSSClass !== "" ){
columnItemCSSClass = " " + columnItemCSSClass;
}
var inlineCss = article.inlineCss || "";
var cssClass = article.cssClass || "";
if ( additionalClass !== "" ){
additionalClass = " " + additionalClass;
}
if ( showCssFields && cssClass ){
additionalClass = additionalClass + " " + cssClass;
}
if ( columnItemInlineCSS !== "" ){
columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\"";
}
if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){
//inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
if ( showCssFields && inlineCss ){
inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
}
else{
inlineCss = ' style="' + articleAreaInlineCSS + '"';
}
}
else{
inlineCss = "";
}
function validClassName(theName){
var tmp = theName.toString().replace(/\s/g, "_");
// strip all non alphanumerics and make them dashes
tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-');
return tmp;
}
// so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text"
unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, ";
if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){
var myLeElement = "widget-text";
}
else{
var myLeElement = "widget-" + article.widgetNameInternal;
}
context.write("\r\n
\r\n\t
\r\n");
context.write( dataAttributes );
context.write(" class=\"articlearea zpw");
context.write( validClassName(article.widgetName) );
context.write( additionalClass );
context.write("\"");
context.write( inlineCss );
context.write(" ");
if ( !isNull(article) ) {
context.write("\r\n\t\r\n\t");
}
context.write(">\r\n\t");
// End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
};
/* Shortcuts. */
article = context.article;
page = context.page;
projectFolder = context.projectFolder;
project = context.project;
system = context.system;
new SE637303571051516680().executeScript();
2020-07-14 20:58:25,152 [19] INFO - Information: 0 :
2020-07-14 20:58:25,152 [19] INFO - function SE637303571051516680() {}
SE637303571051516680.prototype.executeScript = function(){
// Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
var additionalClass = context.param(0, "");
var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles.
var columnItemInlineCSS = context.param(2, "");
var showCssFields = context.param(3, true);
var columnItemCSSClass = context.param(4, "");
var dataAttributes = context.param(5, "");
if ( columnItemCSSClass !== "" ){
columnItemCSSClass = " " + columnItemCSSClass;
}
var inlineCss = article.inlineCss || "";
var cssClass = article.cssClass || "";
if ( additionalClass !== "" ){
additionalClass = " " + additionalClass;
}
if ( showCssFields && cssClass ){
additionalClass = additionalClass + " " + cssClass;
}
if ( columnItemInlineCSS !== "" ){
columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\"";
}
if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){
//inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
if ( showCssFields && inlineCss ){
inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
}
else{
inlineCss = ' style="' + articleAreaInlineCSS + '"';
}
}
else{
inlineCss = "";
}
function validClassName(theName){
var tmp = theName.toString().replace(/\s/g, "_");
// strip all non alphanumerics and make them dashes
tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-');
return tmp;
}
// so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text"
unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, ";
if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){
var myLeElement = "widget-text";
}
else{
var myLeElement = "widget-" + article.widgetNameInternal;
}
context.write("\r\n
\r\n\t
\r\n");
context.write( dataAttributes );
context.write(" class=\"articlearea zpw");
context.write( validClassName(article.widgetName) );
context.write( additionalClass );
context.write("\"");
context.write( inlineCss );
context.write(" ");
if ( !isNull(article) ) {
context.write("\r\n\t\r\n\t");
}
context.write(">\r\n\t");
// End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
};
/* Shortcuts. */
article = context.article;
page = context.page;
projectFolder = context.projectFolder;
project = context.project;
system = context.system;
new SE637303571051516680().executeScript();
2020-07-14 20:58:25,152 [19] INFO - ---------
2020-07-14 20:58:25,152 [19] INFO - Information: 0 :
2020-07-14 20:58:25,153 [19] INFO - ---------
2020-07-14 20:58:25,157 [19] INFO - Information: 0 :
2020-07-14 20:58:25,157 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:25,159 [19] INFO - Information: 0 :
2020-07-14 20:58:25,159 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:25,159 [19] INFO - Information: 0 :
2020-07-14 20:58:25,159 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:25,160 [19] INFO - Finished executing the following script:
2020-07-14 20:58:25,160 [19] INFO - Information: 0 :
2020-07-14 20:58:25,161 [19] INFO - Finished executing the following script:
2020-07-14 20:58:25,161 [19] INFO - ---------
2020-07-14 20:58:25,161 [19] INFO - Information: 0 :
2020-07-14 20:58:25,161 [19] INFO - ---------
2020-07-14 20:58:25,161 [19] INFO - function SE637303571051516680() {}
SE637303571051516680.prototype.executeScript = function(){
// Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
var additionalClass = context.param(0, "");
var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles.
var columnItemInlineCSS = context.param(2, "");
var showCssFields = context.param(3, true);
var columnItemCSSClass = context.param(4, "");
var dataAttributes = context.param(5, "");
if ( columnItemCSSClass !== "" ){
columnItemCSSClass = " " + columnItemCSSClass;
}
var inlineCss = article.inlineCss || "";
var cssClass = article.cssClass || "";
if ( additionalClass !== "" ){
additionalClass = " " + additionalClass;
}
if ( showCssFields && cssClass ){
additionalClass = additionalClass + " " + cssClass;
}
if ( columnItemInlineCSS !== "" ){
columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\"";
}
if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){
//inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
if ( showCssFields && inlineCss ){
inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
}
else{
inlineCss = ' style="' + articleAreaInlineCSS + '"';
}
}
else{
inlineCss = "";
}
function validClassName(theName){
var tmp = theName.toString().replace(/\s/g, "_");
// strip all non alphanumerics and make them dashes
tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-');
return tmp;
}
// so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text"
unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, ";
if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){
var myLeElement = "widget-text";
}
else{
var myLeElement = "widget-" + article.widgetNameInternal;
}
context.write("\r\n
\r\n\t
\r\n");
context.write( dataAttributes );
context.write(" class=\"articlearea zpw");
context.write( validClassName(article.widgetName) );
context.write( additionalClass );
context.write("\"");
context.write( inlineCss );
context.write(" ");
if ( !isNull(article) ) {
context.write("\r\n\t\r\n\t");
}
context.write(">\r\n\t");
// End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
};
/* Shortcuts. */
article = context.article;
page = context.page;
projectFolder = context.projectFolder;
project = context.project;
system = context.system;
new SE637303571051516680().executeScript();
2020-07-14 20:58:25,161 [19] INFO - Information: 0 :
2020-07-14 20:58:25,161 [19] INFO - function SE637303571051516680() {}
SE637303571051516680.prototype.executeScript = function(){
// Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
var additionalClass = context.param(0, "");
var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles.
var columnItemInlineCSS = context.param(2, "");
var showCssFields = context.param(3, true);
var columnItemCSSClass = context.param(4, "");
var dataAttributes = context.param(5, "");
if ( columnItemCSSClass !== "" ){
columnItemCSSClass = " " + columnItemCSSClass;
}
var inlineCss = article.inlineCss || "";
var cssClass = article.cssClass || "";
if ( additionalClass !== "" ){
additionalClass = " " + additionalClass;
}
if ( showCssFields && cssClass ){
additionalClass = additionalClass + " " + cssClass;
}
if ( columnItemInlineCSS !== "" ){
columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\"";
}
if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){
//inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
if ( showCssFields && inlineCss ){
inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
}
else{
inlineCss = ' style="' + articleAreaInlineCSS + '"';
}
}
else{
inlineCss = "";
}
function validClassName(theName){
var tmp = theName.toString().replace(/\s/g, "_");
// strip all non alphanumerics and make them dashes
tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-');
return tmp;
}
// so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text"
unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, ";
if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){
var myLeElement = "widget-text";
}
else{
var myLeElement = "widget-" + article.widgetNameInternal;
}
context.write("\r\n
\r\n\t
\r\n");
context.write( dataAttributes );
context.write(" class=\"articlearea zpw");
context.write( validClassName(article.widgetName) );
context.write( additionalClass );
context.write("\"");
context.write( inlineCss );
context.write(" ");
if ( !isNull(article) ) {
context.write("\r\n\t\r\n\t");
}
context.write(">\r\n\t");
// End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
};
/* Shortcuts. */
article = context.article;
page = context.page;
projectFolder = context.projectFolder;
project = context.project;
system = context.system;
new SE637303571051516680().executeScript();
2020-07-14 20:58:25,162 [19] INFO - ---------
2020-07-14 20:58:25,162 [19] INFO - Information: 0 :
2020-07-14 20:58:25,162 [19] INFO - ---------
2020-07-14 20:58:25,162 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2237.
2020-07-14 20:58:25,162 [19] INFO - Information: 0 :
2020-07-14 20:58:25,162 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2237.
2020-07-14 20:58:25,162 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:25,162 [19] INFO - ---------
2020-07-14 20:58:25,162 [19] INFO - Information: 0 :
2020-07-14 20:58:25,162 [19] INFO - ---------
2020-07-14 20:58:25,163 [19] INFO - [system.partial] „article-begin.html“ 11 ms „“
2020-07-14 20:58:25,163 [19] INFO - Information: 0 :
2020-07-14 20:58:25,163 [19] INFO - [system.partial] „article-begin.html“ 11 ms „“
2020-07-14 20:58:25,163 [19] INFO - About to execute the following script:
2020-07-14 20:58:25,163 [19] INFO - Information: 0 :
2020-07-14 20:58:25,163 [19] INFO - About to execute the following script:
2020-07-14 20:58:25,164 [19] INFO - ---------
2020-07-14 20:58:25,164 [19] INFO - Information: 0 :
2020-07-14 20:58:25,164 [19] INFO - ---------
2020-07-14 20:58:25,164 [19] INFO - function SE637303571051636687() {}
SE637303571051636687.prototype.executeScript = function(){
// Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-headline.html'.
var fallbackColor = context.param(0, "");
var forceAlign = context.param(1, "");
var additionalAttributes = context.param(2, "");
var inlineStyle = "";
var inlineColor = "";
var articleAlign = "";
if ( article.headlineColor ){
inlineColor = "color: " + article.headlineColor + "; ";
}
else if ( fallbackColor ){
inlineColor = "color: " + fallbackColor + "; ";
}
if ( forceAlign !== "" ){
articleAlign = "text-align:" + forceAlign + ";";
}
else if ( article.headlineAlign !== "" ){
articleAlign = "text-align:" + article.headlineAlign + ";";
}
if ( inlineColor !== "" || articleAlign !== ""){
inlineStyle = 'style="' + inlineColor + articleAlign + '"';
}
context.write("\r\n");
if ( article.headline != "" ) {
context.write("\r\n\t<");
context.write( article.headlineLevel );
context.write(" \r\n\t\r\n\t");
context.write( additionalAttributes );
context.write(" ");
context.write( inlineStyle );
context.write(" data-zpfieldname=\"headline\">");
context.write( article.headline );
context.write("");
context.write( article.headlineLevel );
context.write(">\r\n");
}
// End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-headline.html'.
};
/* Shortcuts. */
article = context.article;
page = context.page;
projectFolder = context.projectFolder;
project = context.project;
system = context.system;
new SE637303571051636687().executeScript();
2020-07-14 20:58:25,164 [19] INFO - Information: 0 :
2020-07-14 20:58:25,164 [19] INFO - function SE637303571051636687() {}
SE637303571051636687.prototype.executeScript = function(){
// Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-headline.html'.
var fallbackColor = context.param(0, "");
var forceAlign = context.param(1, "");
var additionalAttributes = context.param(2, "");
var inlineStyle = "";
var inlineColor = "";
var articleAlign = "";
if ( article.headlineColor ){
inlineColor = "color: " + article.headlineColor + "; ";
}
else if ( fallbackColor ){
inlineColor = "color: " + fallbackColor + "; ";
}
if ( forceAlign !== "" ){
articleAlign = "text-align:" + forceAlign + ";";
}
else if ( article.headlineAlign !== "" ){
articleAlign = "text-align:" + article.headlineAlign + ";";
}
if ( inlineColor !== "" || articleAlign !== ""){
inlineStyle = 'style="' + inlineColor + articleAlign + '"';
}
context.write("\r\n");
if ( article.headline != "" ) {
context.write("\r\n\t<");
context.write( article.headlineLevel );
context.write(" \r\n\t\r\n\t");
context.write( additionalAttributes );
context.write(" ");
context.write( inlineStyle );
context.write(" data-zpfieldname=\"headline\">");
context.write( article.headline );
context.write("");
context.write( article.headlineLevel );
context.write(">\r\n");
}
// End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-headline.html'.
};
/* Shortcuts. */
article = context.article;
page = context.page;
projectFolder = context.projectFolder;
project = context.project;
system = context.system;
new SE637303571051636687().executeScript();
2020-07-14 20:58:25,164 [19] INFO - ---------
2020-07-14 20:58:25,164 [19] INFO - Information: 0 :
2020-07-14 20:58:25,165 [19] INFO - ---------
2020-07-14 20:58:25,167 [19] INFO - Finished executing the following script:
2020-07-14 20:58:25,167 [19] INFO - Information: 0 :
2020-07-14 20:58:25,167 [19] INFO - Finished executing the following script:
2020-07-14 20:58:25,167 [19] INFO - ---------
2020-07-14 20:58:25,167 [19] INFO - Information: 0 :
2020-07-14 20:58:25,167 [19] INFO - ---------
2020-07-14 20:58:25,167 [19] INFO - function SE637303571051636687() {}
SE637303571051636687.prototype.executeScript = function(){
// Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-headline.html'.
var fallbackColor = context.param(0, "");
var forceAlign = context.param(1, "");
var additionalAttributes = context.param(2, "");
var inlineStyle = "";
var inlineColor = "";
var articleAlign = "";
if ( article.headlineColor ){
inlineColor = "color: " + article.headlineColor + "; ";
}
else if ( fallbackColor ){
inlineColor = "color: " + fallbackColor + "; ";
}
if ( forceAlign !== "" ){
articleAlign = "text-align:" + forceAlign + ";";
}
else if ( article.headlineAlign !== "" ){
articleAlign = "text-align:" + article.headlineAlign + ";";
}
if ( inlineColor !== "" || articleAlign !== ""){
inlineStyle = 'style="' + inlineColor + articleAlign + '"';
}
context.write("\r\n");
if ( article.headline != "" ) {
context.write("\r\n\t<");
context.write( article.headlineLevel );
context.write(" \r\n\t\r\n\t");
context.write( additionalAttributes );
context.write(" ");
context.write( inlineStyle );
context.write(" data-zpfieldname=\"headline\">");
context.write( article.headline );
context.write("");
context.write( article.headlineLevel );
context.write(">\r\n");
}
// End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-headline.html'.
};
/* Shortcuts. */
article = context.article;
page = context.page;
projectFolder = context.projectFolder;
project = context.project;
system = context.system;
new SE637303571051636687().executeScript();
2020-07-14 20:58:25,167 [19] INFO - Information: 0 :
2020-07-14 20:58:25,168 [19] INFO - function SE637303571051636687() {}
SE637303571051636687.prototype.executeScript = function(){
// Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-headline.html'.
var fallbackColor = context.param(0, "");
var forceAlign = context.param(1, "");
var additionalAttributes = context.param(2, "");
var inlineStyle = "";
var inlineColor = "";
var articleAlign = "";
if ( article.headlineColor ){
inlineColor = "color: " + article.headlineColor + "; ";
}
else if ( fallbackColor ){
inlineColor = "color: " + fallbackColor + "; ";
}
if ( forceAlign !== "" ){
articleAlign = "text-align:" + forceAlign + ";";
}
else if ( article.headlineAlign !== "" ){
articleAlign = "text-align:" + article.headlineAlign + ";";
}
if ( inlineColor !== "" || articleAlign !== ""){
inlineStyle = 'style="' + inlineColor + articleAlign + '"';
}
context.write("\r\n");
if ( article.headline != "" ) {
context.write("\r\n\t<");
context.write( article.headlineLevel );
context.write(" \r\n\t\r\n\t");
context.write( additionalAttributes );
context.write(" ");
context.write( inlineStyle );
context.write(" data-zpfieldname=\"headline\">");
context.write( article.headline );
context.write("");
context.write( article.headlineLevel );
context.write(">\r\n");
}
// End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-headline.html'.
};
/* Shortcuts. */
article = context.article;
page = context.page;
projectFolder = context.projectFolder;
project = context.project;
system = context.system;
new SE637303571051636687().executeScript();
2020-07-14 20:58:25,168 [19] INFO - ---------
2020-07-14 20:58:25,168 [19] INFO - Information: 0 :
2020-07-14 20:58:25,168 [19] INFO - ---------
2020-07-14 20:58:25,168 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2238.
2020-07-14 20:58:25,168 [19] INFO - Information: 0 :
2020-07-14 20:58:25,168 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2238.
2020-07-14 20:58:25,168 [19] INFO - ---------
2020-07-14 20:58:25,168 [19] INFO - Information: 0 :
2020-07-14 20:58:25,169 [19] INFO - ---------
2020-07-14 20:58:25,169 [19] INFO - [system.partial] „article-headline.html“ 5 ms „“
2020-07-14 20:58:25,169 [19] INFO - Information: 0 :
2020-07-14 20:58:25,169 [19] INFO - [system.partial] „article-headline.html“ 5 ms „“
2020-07-14 20:58:25,169 [19] INFO - Called 'skipContentCopy' scripting function with image ID = 409.
2020-07-14 20:58:25,169 [19] INFO - Called 'NotifyImageAssetContentCopyCreated' with image ID = 409.
2020-07-14 20:58:25,170 [19] INFO - Adding again 1 working-copy-only jobs in 'NotifyImageAssetContentCopyCreated'.
2020-07-14 20:58:25,170 [19] INFO - Called 'NotifyImageAssetContentCopyCreated' with image ID = 409.
2020-07-14 20:58:25,171 [19] INFO - Entering WebImageAssetThumbnailController.CheckCreateImageAssetThumbnail(output flavor: „Output“, is rebuild: „True“, thumbnail width: „920“, thumbnail height: „0“, return full info: „True“).
2020-07-14 20:58:25,172 [19] INFO - [IsSourceFileNewerThanDestinationFile] Comparing source file „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\content\media\images\1b29f5df76d143a6b40ab29da4a62c1e.jpg“ (22.01.2019 19:23:30) with destination „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\thumbnails\dscn6552-920.jpg“ (15.05.2019 20:35:51). Delta last write time is -9767541 seconds. Is source file newer: False.
2020-07-14 20:58:25,172 [19] INFO - Information: 0 :
2020-07-14 20:58:25,172 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:25,178 [19] INFO - Information: 0 :
2020-07-14 20:58:25,178 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:25,179 [19] INFO - Information: 0 :
2020-07-14 20:58:25,179 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:25,179 [19] INFO - Information: 0 :
2020-07-14 20:58:25,179 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:25,185 [19] INFO - Information: 0 :
2020-07-14 20:58:25,185 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:25,185 [19] INFO - Information: 0 :
2020-07-14 20:58:25,185 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:25,193 [19] INFO - Leaving WebImageAssetThumbnailController.CheckCreateImageAssetThumbnail() => was thumbnail created: „False“, thumbnail width: „920“, thumbnail height: „690“).
2020-07-14 20:58:25,194 [19] INFO - Called 'skipContentCopy' scripting function with image ID = 410.
2020-07-14 20:58:25,194 [19] INFO - Called 'NotifyImageAssetContentCopyCreated' with image ID = 410.
2020-07-14 20:58:25,195 [19] INFO - Adding again 1 working-copy-only jobs in 'NotifyImageAssetContentCopyCreated'.
2020-07-14 20:58:25,195 [19] INFO - Called 'NotifyImageAssetContentCopyCreated' with image ID = 410.
2020-07-14 20:58:25,196 [19] INFO - Entering WebImageAssetThumbnailController.CheckCreateImageAssetThumbnail(output flavor: „Output“, is rebuild: „True“, thumbnail width: „920“, thumbnail height: „0“, return full info: „True“).
2020-07-14 20:58:25,196 [19] INFO - [IsSourceFileNewerThanDestinationFile] Comparing source file „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\content\media\images\7909dd9dabac45968376a253d8cf390d.jpg“ (22.01.2019 19:23:20) with destination „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\thumbnails\dscn6553-920.jpg“ (15.05.2019 20:35:53). Delta last write time is -9767553 seconds. Is source file newer: False.
2020-07-14 20:58:25,196 [19] INFO - Information: 0 :
2020-07-14 20:58:25,196 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:25,202 [19] INFO - Information: 0 :
2020-07-14 20:58:25,202 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:25,202 [19] INFO - Information: 0 :
2020-07-14 20:58:25,202 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:25,202 [19] INFO - Information: 0 :
2020-07-14 20:58:25,202 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:25,207 [19] INFO - Information: 0 :
2020-07-14 20:58:25,207 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:25,207 [19] INFO - Information: 0 :
2020-07-14 20:58:25,207 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:25,219 [19] INFO - Leaving WebImageAssetThumbnailController.CheckCreateImageAssetThumbnail() => was thumbnail created: „False“, thumbnail width: „920“, thumbnail height: „690“).
2020-07-14 20:58:25,220 [19] INFO - Called 'skipContentCopy' scripting function with image ID = 411.
2020-07-14 20:58:25,220 [19] INFO - Called 'NotifyImageAssetContentCopyCreated' with image ID = 411.
2020-07-14 20:58:25,221 [19] INFO - Adding again 1 working-copy-only jobs in 'NotifyImageAssetContentCopyCreated'.
2020-07-14 20:58:25,221 [19] INFO - Called 'NotifyImageAssetContentCopyCreated' with image ID = 411.
2020-07-14 20:58:25,222 [19] INFO - Entering WebImageAssetThumbnailController.CheckCreateImageAssetThumbnail(output flavor: „Output“, is rebuild: „True“, thumbnail width: „920“, thumbnail height: „0“, return full info: „True“).
2020-07-14 20:58:25,222 [19] INFO - [IsSourceFileNewerThanDestinationFile] Comparing source file „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\content\media\images\5a60f76220394e539b661bae5c1abd67.jpg“ (22.01.2019 19:23:24) with destination „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\thumbnails\dscn6566-920.jpg“ (15.05.2019 20:35:56). Delta last write time is -9767552 seconds. Is source file newer: False.
2020-07-14 20:58:25,223 [19] INFO - Information: 0 :
2020-07-14 20:58:25,223 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:25,224 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:25,228 [19] INFO - Information: 0 :
2020-07-14 20:58:25,228 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:25,228 [19] INFO - Information: 0 :
2020-07-14 20:58:25,228 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:25,229 [19] INFO - Information: 0 :
2020-07-14 20:58:25,229 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:25,234 [19] INFO - Information: 0 :
2020-07-14 20:58:25,234 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:25,234 [19] INFO - Information: 0 :
2020-07-14 20:58:25,234 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:25,243 [19] INFO - Leaving WebImageAssetThumbnailController.CheckCreateImageAssetThumbnail() => was thumbnail created: „False“, thumbnail width: „920“, thumbnail height: „690“).
2020-07-14 20:58:25,243 [19] INFO - Called 'skipContentCopy' scripting function with image ID = 413.
2020-07-14 20:58:25,244 [19] INFO - Called 'NotifyImageAssetContentCopyCreated' with image ID = 413.
2020-07-14 20:58:25,244 [19] INFO - Adding again 1 working-copy-only jobs in 'NotifyImageAssetContentCopyCreated'.
2020-07-14 20:58:25,245 [19] INFO - Called 'NotifyImageAssetContentCopyCreated' with image ID = 413.
2020-07-14 20:58:25,245 [19] INFO - Entering WebImageAssetThumbnailController.CheckCreateImageAssetThumbnail(output flavor: „Output“, is rebuild: „True“, thumbnail width: „920“, thumbnail height: „0“, return full info: „True“).
2020-07-14 20:58:25,245 [19] INFO - [IsSourceFileNewerThanDestinationFile] Comparing source file „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\content\media\images\3edd5c25804c432f93d672e856db876b.jpg“ (22.01.2019 19:23:20) with destination „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\thumbnails\dscn6573-920.jpg“ (15.05.2019 20:35:58). Delta last write time is -9767558 seconds. Is source file newer: False.
2020-07-14 20:58:25,246 [19] INFO - Information: 0 :
2020-07-14 20:58:25,246 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:25,251 [19] INFO - Information: 0 :
2020-07-14 20:58:25,251 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:25,251 [19] INFO - Information: 0 :
2020-07-14 20:58:25,251 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:25,252 [19] INFO - Information: 0 :
2020-07-14 20:58:25,252 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:25,254 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:25,256 [19] INFO - Information: 0 :
2020-07-14 20:58:25,257 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:25,257 [19] INFO - Information: 0 :
2020-07-14 20:58:25,257 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:25,269 [19] INFO - Leaving WebImageAssetThumbnailController.CheckCreateImageAssetThumbnail() => was thumbnail created: „False“, thumbnail width: „920“, thumbnail height: „690“).
2020-07-14 20:58:25,271 [19] INFO - Called 'skipContentCopy' scripting function with image ID = 409.
2020-07-14 20:58:25,271 [19] INFO - Called 'NotifyImageAssetContentCopyCreated' with image ID = 409.
2020-07-14 20:58:25,272 [19] INFO - Adding again 1 working-copy-only jobs in 'NotifyImageAssetContentCopyCreated'.
2020-07-14 20:58:25,272 [19] INFO - Called 'NotifyImageAssetContentCopyCreated' with image ID = 409.
2020-07-14 20:58:25,273 [19] INFO - Entering WebImageAssetThumbnailController.CheckCreateImageAssetThumbnail(output flavor: „Output“, is rebuild: „True“, thumbnail width: „920“, thumbnail height: „0“, return full info: „True“).
2020-07-14 20:58:25,274 [19] INFO - [IsSourceFileNewerThanDestinationFile] Comparing source file „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\content\media\images\1b29f5df76d143a6b40ab29da4a62c1e.jpg“ (22.01.2019 19:23:30) with destination „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\thumbnails\dscn6552-920.jpg“ (15.05.2019 20:35:51). Delta last write time is -9767541 seconds. Is source file newer: False.
2020-07-14 20:58:25,274 [19] INFO - Information: 0 :
2020-07-14 20:58:25,274 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:25,280 [19] INFO - Information: 0 :
2020-07-14 20:58:25,280 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:25,280 [19] INFO - Information: 0 :
2020-07-14 20:58:25,280 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:25,280 [19] INFO - Information: 0 :
2020-07-14 20:58:25,280 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:25,285 [19] INFO - Information: 0 :
2020-07-14 20:58:25,285 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:25,286 [19] INFO - Information: 0 :
2020-07-14 20:58:25,286 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:25,287 [19] INFO - Leaving WebImageAssetThumbnailController.CheckCreateImageAssetThumbnail() => was thumbnail created: „False“, thumbnail width: „920“, thumbnail height: „690“).
2020-07-14 20:58:25,288 [19] INFO - Called 'skipContentCopy' scripting function with image ID = 410.
2020-07-14 20:58:25,288 [19] INFO - Called 'NotifyImageAssetContentCopyCreated' with image ID = 410.
2020-07-14 20:58:25,289 [19] INFO - Adding again 1 working-copy-only jobs in 'NotifyImageAssetContentCopyCreated'.
2020-07-14 20:58:25,289 [19] INFO - Called 'NotifyImageAssetContentCopyCreated' with image ID = 410.
2020-07-14 20:58:25,290 [19] INFO - Entering WebImageAssetThumbnailController.CheckCreateImageAssetThumbnail(output flavor: „Output“, is rebuild: „True“, thumbnail width: „920“, thumbnail height: „0“, return full info: „True“).
2020-07-14 20:58:25,290 [19] INFO - [IsSourceFileNewerThanDestinationFile] Comparing source file „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\content\media\images\7909dd9dabac45968376a253d8cf390d.jpg“ (22.01.2019 19:23:20) with destination „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\thumbnails\dscn6553-920.jpg“ (15.05.2019 20:35:53). Delta last write time is -9767553 seconds. Is source file newer: False.
2020-07-14 20:58:25,291 [19] INFO - Information: 0 :
2020-07-14 20:58:25,291 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:25,292 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:25,297 [19] INFO - Information: 0 :
2020-07-14 20:58:25,297 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:25,297 [19] INFO - Information: 0 :
2020-07-14 20:58:25,298 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:25,298 [19] INFO - Information: 0 :
2020-07-14 20:58:25,298 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:25,303 [19] INFO - Information: 0 :
2020-07-14 20:58:25,303 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:25,304 [19] INFO - Information: 0 :
2020-07-14 20:58:25,304 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:25,305 [19] INFO - Leaving WebImageAssetThumbnailController.CheckCreateImageAssetThumbnail() => was thumbnail created: „False“, thumbnail width: „920“, thumbnail height: „690“).
2020-07-14 20:58:25,306 [19] INFO - Called 'skipContentCopy' scripting function with image ID = 411.
2020-07-14 20:58:25,307 [19] INFO - Called 'NotifyImageAssetContentCopyCreated' with image ID = 411.
2020-07-14 20:58:25,307 [19] INFO - Adding again 1 working-copy-only jobs in 'NotifyImageAssetContentCopyCreated'.
2020-07-14 20:58:25,307 [19] INFO - Called 'NotifyImageAssetContentCopyCreated' with image ID = 411.
2020-07-14 20:58:25,309 [19] INFO - Entering WebImageAssetThumbnailController.CheckCreateImageAssetThumbnail(output flavor: „Output“, is rebuild: „True“, thumbnail width: „920“, thumbnail height: „0“, return full info: „True“).
2020-07-14 20:58:25,309 [19] INFO - [IsSourceFileNewerThanDestinationFile] Comparing source file „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\content\media\images\5a60f76220394e539b661bae5c1abd67.jpg“ (22.01.2019 19:23:24) with destination „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\thumbnails\dscn6566-920.jpg“ (15.05.2019 20:35:56). Delta last write time is -9767552 seconds. Is source file newer: False.
2020-07-14 20:58:25,310 [19] INFO - Information: 0 :
2020-07-14 20:58:25,310 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:25,316 [19] INFO - Information: 0 :
2020-07-14 20:58:25,316 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:25,316 [19] INFO - Information: 0 :
2020-07-14 20:58:25,316 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:25,316 [19] INFO - Information: 0 :
2020-07-14 20:58:25,316 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:25,321 [19] INFO - Information: 0 :
2020-07-14 20:58:25,321 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:25,321 [19] INFO - Information: 0 :
2020-07-14 20:58:25,321 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:25,323 [19] INFO - Leaving WebImageAssetThumbnailController.CheckCreateImageAssetThumbnail() => was thumbnail created: „False“, thumbnail width: „920“, thumbnail height: „690“).
2020-07-14 20:58:25,324 [19] INFO - Called 'skipContentCopy' scripting function with image ID = 413.
2020-07-14 20:58:25,324 [19] INFO - Called 'NotifyImageAssetContentCopyCreated' with image ID = 413.
2020-07-14 20:58:25,324 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:25,324 [19] INFO - Adding again 1 working-copy-only jobs in 'NotifyImageAssetContentCopyCreated'.
2020-07-14 20:58:25,324 [19] INFO - Called 'NotifyImageAssetContentCopyCreated' with image ID = 413.
2020-07-14 20:58:25,325 [19] INFO - Entering WebImageAssetThumbnailController.CheckCreateImageAssetThumbnail(output flavor: „Output“, is rebuild: „True“, thumbnail width: „920“, thumbnail height: „0“, return full info: „True“).
2020-07-14 20:58:25,326 [19] INFO - [IsSourceFileNewerThanDestinationFile] Comparing source file „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\content\media\images\3edd5c25804c432f93d672e856db876b.jpg“ (22.01.2019 19:23:20) with destination „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\thumbnails\dscn6573-920.jpg“ (15.05.2019 20:35:58). Delta last write time is -9767558 seconds. Is source file newer: False.
2020-07-14 20:58:25,326 [19] INFO - Information: 0 :
2020-07-14 20:58:25,326 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:25,332 [19] INFO - Information: 0 :
2020-07-14 20:58:25,332 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:25,332 [19] INFO - Information: 0 :
2020-07-14 20:58:25,332 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:25,332 [19] INFO - Information: 0 :
2020-07-14 20:58:25,332 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:25,337 [19] INFO - Information: 0 :
2020-07-14 20:58:25,338 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:25,338 [19] INFO - Information: 0 :
2020-07-14 20:58:25,338 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:25,339 [19] INFO - Leaving WebImageAssetThumbnailController.CheckCreateImageAssetThumbnail() => was thumbnail created: „False“, thumbnail width: „920“, thumbnail height: „690“).
2020-07-14 20:58:25,340 [19] INFO - [system.partial] „article-end.html“ 0 ms „“
2020-07-14 20:58:25,340 [19] INFO - Information: 0 :
2020-07-14 20:58:25,340 [19] INFO - [system.partial] „article-end.html“ 0 ms „“
2020-07-14 20:58:25,341 [19] INFO - Finished executing the following script:
2020-07-14 20:58:25,341 [19] INFO - Information: 0 :
2020-07-14 20:58:25,341 [19] INFO - Finished executing the following script:
2020-07-14 20:58:25,341 [19] INFO - ---------
2020-07-14 20:58:25,341 [19] INFO - Information: 0 :
2020-07-14 20:58:25,341 [19] INFO - ---------
2020-07-14 20:58:25,341 [19] INFO - function SE637303571051236664() {}
SE637303571051236664.prototype.executeScript = function(){
// Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\bilderalbumv12\standard.html'.
var imagesPerPage = parseInt(article.value("imagesperpage", 0));
var isPaging = false;
var contentImageWidth = "890";
// Kann auch "700px" sein, deshalb mit parseInt nur die Zahl hohlen und trimmen - falls leer, auf default 960 setzen.
contentImageWidth = parseInt(contentImageWidth) || 960;
var gridCols = article.column.cssClass;
if ( gridCols ){
gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", ""));
}
else{
gridCols = 12;
}
// if page contains a news area, we only approximate a 2/3 1/3 size layout in order to calculate thumbnails
if ( article.area.toLowerCase() == "news" ){
gridCols = 4;
}
else if ( page.anyAreaArticles("News") ){
gridCols = 8;
}
var columnMargin = 30;
var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols;
var effect = article.value("effect", "none");
var effectClass = "";
switch ( effect ) {
case "hoverzoom":
effectClass = " zpeffect zphoverscale";
break;
default:
effectClass = "";
}
var showSlideshow = article.value("slideshow");
var albumId = article.value("album");
var images = project.getAlbumImages(albumId);
var thumbnailWidth = article.value("width");
var thumbnailHeight = article.value("height");
var titlePosition = article.value("titleposition");
var thumbTitlePosition = article.value("thumbtitleposition", "off");
var imageMargin = parseInt(article.value("margin", "0"));
// figure out if images have a border set in layout-settings and compensate for it, if the article doesn't have a custom class "noborder" set
var imageBorder = 0;
var tmpArticleCssClass = " " + article.cssClass;
if ( tmpArticleCssClass.indexOf("noborder") == -1 && "" != "0" && "" != "" ) {
imageBorder = parseInt("");
}
var generateThumbs = true;
if ( titlePosition !== "off" ) {
var titleShow = "1";
}
else {
var titleShow = "0";
}
if ( "de" == "en" ) {
var lang = "en";
}
else {
var lang = "de";
}
var backgroundImage = backgroundWidth = backgroundHeight = backgroundLeft = backgroundTop = "";
if ( showSlideshow && article.valueRaw("slideshowtemplate") !== "none" ) {
backgroundImage = article.value("slideshowtemplate", "");
if ( backgroundImage.indexOf("/laptop.png") > -1 ) {
backgroundImage = "assets/js/img/laptop.png";
var backgroundWidth = "801";
var backgroundHeight = "469";
var backgroundLeft= "104";
var backgroundTop = "31";
thumbnailWidth = "590";
thumbnailHeight = "369";
}
else if ( backgroundImage.indexOf("/laptop_klein.png") > -1 ) {
backgroundImage = "assets/js/img/laptop_klein.png";
var backgroundWidth = "458";
var backgroundHeight = "268";
var backgroundLeft= "59";
var backgroundTop = "18";
thumbnailWidth = "338";
thumbnailHeight = "211";
}
else if ( backgroundImage.indexOf("/rahmen.png") > -1 ) {
backgroundImage = "assets/js/img/rahmen.png";
var backgroundWidth = "758";
var backgroundHeight = "469";
var backgroundLeft= "55";
var backgroundTop = "57";
thumbnailWidth = "648";
thumbnailHeight = "356";
}
else if ( backgroundImage.indexOf("/rahmen_klein.png") > -1 ) {
backgroundImage = "assets/js/img/rahmen_klein.png";
var backgroundWidth = "458";
var backgroundHeight = "283";
var backgroundLeft= "33";
var backgroundTop = "34";
thumbnailWidth = "392";
thumbnailHeight = "214";
}
}
else if ( showSlideshow && article.valueRaw("slideshowtemplate") == "none" ) {
thumbnailWidth = columnWidth;
//generateThumbs = false;
}
if ( system.preview ){
//system.log(images.count == 1 ? (" 1 Bild...") : (" " + images.count + " Bilder..."));
}
var gridFactor = 12 / gridCols;
var maxcols = Math.ceil((contentImageWidth / (thumbnailWidth+imageMargin)) / gridFactor);
var onecolumnbreakpoint = 479;
var maxmobilecols = Math.ceil(onecolumnbreakpoint / thumbnailWidth);
var mobilecontainerwidth = 100 / maxmobilecols;
var headstyle = "/* test */";
headstyle += "\
#igal" + article.id + ":not(.zpSlideshow){\n\
margin-left: -" + imageMargin/2 + "px !important;\n\
margin-right: -" + imageMargin/2 + "px !important;\n\
}\n\
/* below is to accomodates for IE rounding errors which caused the cols not to fit into the row */\n\
.ie #igal" + article.id + ":not(.zpSlideshow) div.gallery-item{\n\
width: calc((100% / "+ maxcols +") - " + parseInt(imageMargin/2)*2 + ".1px) !important;\n\
margin: " + parseInt(imageMargin/2) + "px !important;\n\
}\n\
\n\
#igal" + article.id + ":not(.zpSlideshow) div.gallery-item,\n\
#igal" + article.id + ":not(.zpSlideshow) > a,\n\
#igal" + article.id + ":not(.zpSlideshow) .slide > a{\n\
display: block;\n\
float: left;\n\
width: calc((100% / "+ maxcols +") - " + imageMargin + "px);\n\
max-width: "+ thumbnailWidth +"px;\n\
height: auto;\n\
margin: " + imageMargin / 2 + "px;\n\
}\n\
#igal" + article.id +" > a > img{\n\
max-width: 100%;\n\
display: block;\n\
}\n\
";
for ( var i = 1; i < maxcols - 1; i++){
var breakpoint = contentImageWidth - (i * thumbnailWidth);
if ( breakpoint <= onecolumnbreakpoint ){
// if we reach the point, where the ZP Grid will display rows in 1-column, we break and need to use a different logic (see next for-loop)
break;
}
var containerwidth = 100 / ( maxcols - i);
headstyle += "\n\
@media screen and (max-width: " + breakpoint +"px) {\n\
#igal" + article.id + ":not(.zpSlideshow) div.gallery-item{\n\
width: calc(" + containerwidth + "% - " + imageMargin + "px);\n\
}\n\
}\n\
";
}
// mobile display 2+-column-rows.
for ( var i = 1; i < maxmobilecols; i++){
headstyle += "\n\
@media screen and (max-width: " + onecolumnbreakpoint +"px) {\n\
#igal" + article.id + ":not(.zpSlideshow) div.gallery-item{\n\
width: calc(" + mobilecontainerwidth + "% - " + imageMargin + "px);\n\
}\n\
}\n\
";
onecolumnbreakpoint = ( maxmobilecols -i ) * thumbnailWidth;
mobilecontainerwidth = 100 / ( maxmobilecols -i );
}
// mobile display 1-column-row.
headstyle += "\n\
@media screen and (max-width: " + (thumbnailWidth+imageMargin) +"px) {\n\
#igal" + article.id + ":not(.zpSlideshow) div.gallery-item{\n\
width: calc(100% - " + imageMargin + "px);\n\
}\n\
}\n\
";
headstyle += "";
system.addHtmlHeadElement(headstyle);
// polyfill for JSON.stringify()
// https://gist.github.com/uupaa/5562297
function _toJSONEscapedString(str) { // @arg String:
// @ret String:
// @inner: to JSON escaped string
if (typeof(str)==='undefined') str = "";
if ( str == ""){
return "";
}
else{
var JSON_ESCAPE = {
'\b': '\\b', // backspace U+0008
'\t': '\\t', // tab U+0009
'\n': '\\n', // line feed U+000A
'\f': '\\f', // form feed U+000C
'\r': '\\r', // carriage return U+000D
'"': '\\"', // quotation mark U+0022
'\\': '\\\\' // reverse solidus U+005C
};
return str.replace(/(?:[\b\t\n\f\r\"]|\\)/g, function(_) { return JSON_ESCAPE[_]; }).replace(/(?:[\x00-\x1f])/g, function(_) { return "\\u00" + ("0" + _.charCodeAt(0).toString(16)).slice(-2); });
}
}
context.write("\r\n\r\n");
// normales Bilderalbum mit thumbnails, ohne ContentCopy
if ( !showSlideshow ) {
// only activate paging via json-data when more than one page of images to show exists
if ( imagesPerPage > 0 && images.count > imagesPerPage ){
isPaging = true;
}
context.write("\r\n\r\n\t");
context.write( system.partial("article-begin.html") );
context.write("\r\n\t\t");
context.write( system.partial("article-headline.html") );
context.write("\r\n\t\t\r\n\t\t
\r\n\t\t");
context.write( system.partial("article-end.html") );
context.write("\r\n\t");
} else if ( lightBox == "off" ) {
context.write("\r\n\t\t");
context.write( system.partial("article-begin.html") );
context.write("\r\n\t\t\t");
if ( image.isSvgImage ){
context.write("\r\n\t\t\t\r\n\t\t\t");
} else if ( image.isAnimatedGif ) {
context.write("\r\n\t\t\t\r\n\t\t\t");
} else {
context.write("\r\n\t\t\t\r\n\t\t\t");
}
context.write("\r\n\r\n\t\t\t");
if ( showCaption == "1" && description ) {
context.write("\r\n\t\t\t\t");
context.write( description );
context.write("\r\n\t\t\t");
}
context.write("\r\n\t\t");
context.write( system.partial("article-end.html") );
context.write("\r\n\t");
} else {
context.write("\r\n\t\t");
context.write( system.partial("article-begin.html") );
context.write("\r\n\t\t\t");
if ( clickURL !== "" ) {
context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t");
if ( image.isSvgImage ){
context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t");
} else if ( image.isAnimatedGif ) {
context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t");
} else {
context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t");
}
context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t");
} else {
context.write("\r\n\t\t\t\t\r\n\t\t\t");
}
context.write("\r\n\r\n\t\t\t");
if ( showCaption == "1" && description ) {
context.write("\r\n\t\t\t\t");
context.write( description );
context.write("\r\n\t\t\t");
}
context.write("\r\n\t\t");
context.write( system.partial("article-end.html") );
context.write("\r\n\t");
}
context.write("\r\n");
}
// End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'.
};
/* Shortcuts. */
article = context.article;
page = context.page;
projectFolder = context.projectFolder;
project = context.project;
system = context.system;
new SE637303571054416846().executeScript();
2020-07-14 20:58:25,443 [19] INFO - ---------
2020-07-14 20:58:25,443 [19] INFO - Information: 0 :
2020-07-14 20:58:25,443 [19] INFO - ---------
2020-07-14 20:58:25,446 [19] INFO - Information: 0 :
2020-07-14 20:58:25,446 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:25,448 [19] INFO - Information: 0 :
2020-07-14 20:58:25,448 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:25,448 [19] INFO - Information: 0 :
2020-07-14 20:58:25,448 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:25,448 [19] INFO - [SetContentCopyImageSizeInPixel] 890 x 1582 pixels for output flavor „Output“. Laden von Bild-Asset.
2020-07-14 20:58:25,449 [19] INFO - Information: 0 :
2020-07-14 20:58:25,449 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:25,449 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:25,450 [19] INFO - Information: 0 :
2020-07-14 20:58:25,450 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:25,450 [19] INFO - Information: 0 :
2020-07-14 20:58:25,451 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:25,451 [19] INFO - Entering 'ensureContentCopy' for image 417, article 1428, size 890.
2020-07-14 20:58:25,451 [19] INFO - Called 'createContentCopy' scripting function with article ID = 1428, image ID = 417, maxWidthInPixel = 890.
2020-07-14 20:58:25,451 [19] INFO - [CreateContentCopy] Create content copy für Asset ID 417, max. Breite 890. Vorlage „C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive“, Output „Output“.
2020-07-14 20:58:25,452 [19] INFO - [IsSourceFileNewerThanDestinationFile] Comparing source file „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\content\media\images\c0e7b1d58c4548aa95df36ffb8743b87.jpg“ (22.01.2019 19:23:26) with destination „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\20180120_175553.jpg“ (22.01.2019 19:23:26). Delta last write time is 0 seconds. Is source file newer: False.
2020-07-14 20:58:25,477 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:25,508 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:25,544 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:25,574 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:25,602 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:25,634 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:25,662 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:25,698 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:25,727 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:25,757 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:25,786 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:25,824 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:25,848 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:25,878 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:25,911 [19] INFO - About to save image to file path 'C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-f3c892e9cde04b369a2b29c9fbe3ba57\9d5cf613b7254f6daf7322bf0479e2a9.png'...
2020-07-14 20:58:25,916 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:25,944 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:25,972 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:26,013 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:26,041 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:26,069 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:26,098 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:26,136 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:26,166 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:26,198 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:26,227 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:26,256 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:26,287 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:26,317 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:26,352 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:26,380 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:26,412 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:26,442 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:26,472 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:26,506 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:26,535 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:26,570 [19] INFO - Successfully saved image to file path 'C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-f3c892e9cde04b369a2b29c9fbe3ba57\9d5cf613b7254f6daf7322bf0479e2a9.png'.
2020-07-14 20:58:26,573 [19] INFO - About to call app 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\Applications\zpix.exe' with parameters 'reduce-image-size --source-file-path="C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-f3c892e9cde04b369a2b29c9fbe3ba57\9d5cf613b7254f6daf7322bf0479e2a9.png" --destination-file-path="C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-f3c892e9cde04b369a2b29c9fbe3ba57\5a9aee2f6de446db8b111b8ec0356b05.png" --ecm="false" --width=890 --height=0 --mode="prop-x"'
2020-07-14 20:58:26,573 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:26,601 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:26,630 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:26,664 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:26,692 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:26,721 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:26,759 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:26,789 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:26,819 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:26,849 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:26,878 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:26,916 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:26,940 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:26,975 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:27,005 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:27,034 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:27,066 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:27,096 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:27,126 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:27,158 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:27,196 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:27,224 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:27,254 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:27,289 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:27,317 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:27,346 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:27,378 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:27,408 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:27,438 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:27,476 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:27,508 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:27,536 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:27,566 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:27,595 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:27,629 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:27,658 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:27,696 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:27,728 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:27,755 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:27,784 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:27,816 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:27,845 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:27,875 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:27,902 [19] INFO - Returning exit code 0.
2020-07-14 20:58:27,902 [19] INFO -
2020-07-14 20:58:27,907 [19] INFO - Exit code of '0' for call app 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\Applications\zpix.exe' with parameters 'reduce-image-size --source-file-path="C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-f3c892e9cde04b369a2b29c9fbe3ba57\9d5cf613b7254f6daf7322bf0479e2a9.png" --destination-file-path="C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-f3c892e9cde04b369a2b29c9fbe3ba57\5a9aee2f6de446db8b111b8ec0356b05.png" --ecm="false" --width=890 --height=0 --mode="prop-x"'
2020-07-14 20:58:27,913 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:27,943 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:27,972 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:27,997 [19] INFO - About to save image to file path 'C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\20180120_175553.jpg'...
2020-07-14 20:58:28,001 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:28,036 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:28,065 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:28,079 [19] INFO - Successfully saved image to file path 'C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\20180120_175553.jpg'.
2020-07-14 20:58:28,094 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:28,102 [19] INFO - [SetContentCopyImageSizeInPixel] 890 x 1582 pixels for output flavor „Output“. Innerhalb von [CreateContentCopy] (1). Reason: source file „c0e7b1d58c4548aa95df36ffb8743b87.jpg“ exists. ? 1 output flavour(s). ? output flavour Output. ? settings previously used max content copy width to 0 pixels, because it was created by this article ID „1428“. ? need = no, because source „c0e7b1d58c4548aa95df36ffb8743b87.jpg“ (22.01.2019 19:23:26) is older or equal age than dst „20180120_175553.jpg“ (22.01.2019 19:23:26). ? width of 1836 pixels must be reduced to match 890 pixels. Image loaded from „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\20180120_175553.jpg“. ? need create. ? actually sizing to „890“. ? remembering content copy size of 890×1582 pixels because output flavor is Output.
2020-07-14 20:58:28,103 [19] INFO - Information: 0 :
2020-07-14 20:58:28,103 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:28,110 [19] INFO - Information: 0 :
2020-07-14 20:58:28,110 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:28,110 [19] INFO - Information: 0 :
2020-07-14 20:58:28,110 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:28,111 [19] INFO - Information: 0 :
2020-07-14 20:58:28,111 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:28,117 [19] INFO - Information: 0 :
2020-07-14 20:58:28,117 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:28,117 [19] INFO - Information: 0 :
2020-07-14 20:58:28,117 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:28,118 [19] INFO - Information: 0 :
2020-07-14 20:58:28,118 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:28,123 [19] INFO - Information: 0 :
2020-07-14 20:58:28,124 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:28,124 [19] INFO - Information: 0 :
2020-07-14 20:58:28,124 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:28,124 [19] INFO - [CreateContentCopy] Finished creating content copy für Asset ID 417, max. Breite 890. Vorlage „C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive“, Output „Output“. Anything created: „True“. Anything pseudo-created: „False“. Reasons während des Vorgangs: source file „c0e7b1d58c4548aa95df36ffb8743b87.jpg“ exists. ? 1 output flavour(s). ? output flavour Output. ? settings previously used max content copy width to 0 pixels, because it was created by this article ID „1428“. ? need = no, because source „c0e7b1d58c4548aa95df36ffb8743b87.jpg“ (22.01.2019 19:23:26) is older or equal age than dst „20180120_175553.jpg“ (22.01.2019 19:23:26). ? width of 1836 pixels must be reduced to match 890 pixels. Image loaded from „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\20180120_175553.jpg“. ? need create. ? actually sizing to „890“. ? remembering content copy size of 890×1582 pixels because output flavor is Output. ? remembering previously used max content copy width 890 pixels because output flavor is Output. ? something created. ? nothing pseudo-created..
2020-07-14 20:58:28,124 [19] INFO - 'createContentCopy': Content copy WAS created (source file „c0e7b1d58c4548aa95df36ffb8743b87.jpg“ exists. ? 1 output flavour(s). ? output flavour Output. ? settings previously used max content copy width to 0 pixels, because it was created by this article ID „1428“. ? need = no, because source „c0e7b1d58c4548aa95df36ffb8743b87.jpg“ (22.01.2019 19:23:26) is older or equal age than dst „20180120_175553.jpg“ (22.01.2019 19:23:26). ? width of 1836 pixels must be reduced to match 890 pixels. Image loaded from „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\20180120_175553.jpg“. ? need create. ? actually sizing to „890“. ? remembering content copy size of 890×1582 pixels because output flavor is Output. ? remembering previously used max content copy width 890 pixels because output flavor is Output. ? something created. ? nothing pseudo-created.).
2020-07-14 20:58:28,124 [19] INFO - Called 'skipContentCopy' scripting function with image ID = 417.
2020-07-14 20:58:28,124 [19] INFO - Called 'NotifyImageAssetContentCopyCreated' with image ID = 417.
2020-07-14 20:58:28,125 [19] INFO - Removing 1 job in 'NotifyImageAssetContentCopyCreated'.
2020-07-14 20:58:28,126 [19] INFO - Adding again 1 working-copy-only jobs in 'NotifyImageAssetContentCopyCreated'.
2020-07-14 20:58:28,126 [19] INFO - Called 'NotifyImageAssetContentCopyCreated' with image ID = 417.
2020-07-14 20:58:28,126 [19] INFO - Leaving 'ensureContentCopy' for image 417, article 1428, size „890“, reason = created (source file „c0e7b1d58c4548aa95df36ffb8743b87.jpg“ exists. ? 1 output flavour(s). ? output flavour Output. ? settings previously used max content copy width to 0 pixels, because it was created by this article ID „1428“. ? need = no, because source „c0e7b1d58c4548aa95df36ffb8743b87.jpg“ (22.01.2019 19:23:26) is older or equal age than dst „20180120_175553.jpg“ (22.01.2019 19:23:26). ? width of 1836 pixels must be reduced to match 890 pixels. Image loaded from „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\20180120_175553.jpg“. ? need create. ? actually sizing to „890“. ? remembering content copy size of 890×1582 pixels because output flavor is Output. ? remembering previously used max content copy width 890 pixels because output flavor is Output. ? something created. ? nothing pseudo-created.)
2020-07-14 20:58:28,127 [19] INFO - [GetImageSizeInPixel - C] getting image size 890x1582 for predefined content copy size (working copy image „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\content\media\images\c0e7b1d58c4548aa95df36ffb8743b87.jpg“).
2020-07-14 20:58:28,127 [19] INFO - Returning live-calculated image size for image with ID 417, file version „ContentCopy“ of 890×1582 pixels.
2020-07-14 20:58:28,127 [19] INFO - Returning cached image size for image with ID 417, file version „ContentCopy“ of 890×1582 pixels.
2020-07-14 20:58:28,128 [19] INFO - About to execute the following script:
2020-07-14 20:58:28,129 [19] INFO - Information: 0 :
2020-07-14 20:58:28,129 [19] INFO - About to execute the following script:
2020-07-14 20:58:28,129 [19] INFO - ---------
2020-07-14 20:58:28,129 [19] INFO - Information: 0 :
2020-07-14 20:58:28,129 [19] INFO - ---------
2020-07-14 20:58:28,129 [19] INFO - function SE637303571081288383() {}
SE637303571081288383.prototype.executeScript = function(){
// Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
var additionalClass = context.param(0, "");
var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles.
var columnItemInlineCSS = context.param(2, "");
var showCssFields = context.param(3, true);
var columnItemCSSClass = context.param(4, "");
var dataAttributes = context.param(5, "");
if ( columnItemCSSClass !== "" ){
columnItemCSSClass = " " + columnItemCSSClass;
}
var inlineCss = article.inlineCss || "";
var cssClass = article.cssClass || "";
if ( additionalClass !== "" ){
additionalClass = " " + additionalClass;
}
if ( showCssFields && cssClass ){
additionalClass = additionalClass + " " + cssClass;
}
if ( columnItemInlineCSS !== "" ){
columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\"";
}
if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){
//inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
if ( showCssFields && inlineCss ){
inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
}
else{
inlineCss = ' style="' + articleAreaInlineCSS + '"';
}
}
else{
inlineCss = "";
}
function validClassName(theName){
var tmp = theName.toString().replace(/\s/g, "_");
// strip all non alphanumerics and make them dashes
tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-');
return tmp;
}
// so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text"
unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, ";
if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){
var myLeElement = "widget-text";
}
else{
var myLeElement = "widget-" + article.widgetNameInternal;
}
context.write("\r\n
\r\n\t
\r\n");
context.write( dataAttributes );
context.write(" class=\"articlearea zpw");
context.write( validClassName(article.widgetName) );
context.write( additionalClass );
context.write("\"");
context.write( inlineCss );
context.write(" ");
if ( !isNull(article) ) {
context.write("\r\n\t\r\n\t");
}
context.write(">\r\n\t");
// End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
};
/* Shortcuts. */
article = context.article;
page = context.page;
projectFolder = context.projectFolder;
project = context.project;
system = context.system;
new SE637303571081288383().executeScript();
2020-07-14 20:58:28,129 [19] INFO - Information: 0 :
2020-07-14 20:58:28,129 [19] INFO - function SE637303571081288383() {}
SE637303571081288383.prototype.executeScript = function(){
// Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
var additionalClass = context.param(0, "");
var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles.
var columnItemInlineCSS = context.param(2, "");
var showCssFields = context.param(3, true);
var columnItemCSSClass = context.param(4, "");
var dataAttributes = context.param(5, "");
if ( columnItemCSSClass !== "" ){
columnItemCSSClass = " " + columnItemCSSClass;
}
var inlineCss = article.inlineCss || "";
var cssClass = article.cssClass || "";
if ( additionalClass !== "" ){
additionalClass = " " + additionalClass;
}
if ( showCssFields && cssClass ){
additionalClass = additionalClass + " " + cssClass;
}
if ( columnItemInlineCSS !== "" ){
columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\"";
}
if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){
//inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
if ( showCssFields && inlineCss ){
inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
}
else{
inlineCss = ' style="' + articleAreaInlineCSS + '"';
}
}
else{
inlineCss = "";
}
function validClassName(theName){
var tmp = theName.toString().replace(/\s/g, "_");
// strip all non alphanumerics and make them dashes
tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-');
return tmp;
}
// so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text"
unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, ";
if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){
var myLeElement = "widget-text";
}
else{
var myLeElement = "widget-" + article.widgetNameInternal;
}
context.write("\r\n
\r\n\t
\r\n");
context.write( dataAttributes );
context.write(" class=\"articlearea zpw");
context.write( validClassName(article.widgetName) );
context.write( additionalClass );
context.write("\"");
context.write( inlineCss );
context.write(" ");
if ( !isNull(article) ) {
context.write("\r\n\t\r\n\t");
}
context.write(">\r\n\t");
// End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
};
/* Shortcuts. */
article = context.article;
page = context.page;
projectFolder = context.projectFolder;
project = context.project;
system = context.system;
new SE637303571081288383().executeScript();
2020-07-14 20:58:28,130 [19] INFO - ---------
2020-07-14 20:58:28,130 [19] INFO - Information: 0 :
2020-07-14 20:58:28,130 [19] INFO - ---------
2020-07-14 20:58:28,132 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:28,134 [19] INFO - Information: 0 :
2020-07-14 20:58:28,134 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:28,138 [19] INFO - Information: 0 :
2020-07-14 20:58:28,138 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:28,138 [19] INFO - Information: 0 :
2020-07-14 20:58:28,138 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:28,139 [19] INFO - Finished executing the following script:
2020-07-14 20:58:28,139 [19] INFO - Information: 0 :
2020-07-14 20:58:28,139 [19] INFO - Finished executing the following script:
2020-07-14 20:58:28,139 [19] INFO - ---------
2020-07-14 20:58:28,140 [19] INFO - Information: 0 :
2020-07-14 20:58:28,140 [19] INFO - ---------
2020-07-14 20:58:28,140 [19] INFO - function SE637303571081288383() {}
SE637303571081288383.prototype.executeScript = function(){
// Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
var additionalClass = context.param(0, "");
var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles.
var columnItemInlineCSS = context.param(2, "");
var showCssFields = context.param(3, true);
var columnItemCSSClass = context.param(4, "");
var dataAttributes = context.param(5, "");
if ( columnItemCSSClass !== "" ){
columnItemCSSClass = " " + columnItemCSSClass;
}
var inlineCss = article.inlineCss || "";
var cssClass = article.cssClass || "";
if ( additionalClass !== "" ){
additionalClass = " " + additionalClass;
}
if ( showCssFields && cssClass ){
additionalClass = additionalClass + " " + cssClass;
}
if ( columnItemInlineCSS !== "" ){
columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\"";
}
if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){
//inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
if ( showCssFields && inlineCss ){
inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
}
else{
inlineCss = ' style="' + articleAreaInlineCSS + '"';
}
}
else{
inlineCss = "";
}
function validClassName(theName){
var tmp = theName.toString().replace(/\s/g, "_");
// strip all non alphanumerics and make them dashes
tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-');
return tmp;
}
// so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text"
unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, ";
if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){
var myLeElement = "widget-text";
}
else{
var myLeElement = "widget-" + article.widgetNameInternal;
}
context.write("\r\n
\r\n\t
\r\n");
context.write( dataAttributes );
context.write(" class=\"articlearea zpw");
context.write( validClassName(article.widgetName) );
context.write( additionalClass );
context.write("\"");
context.write( inlineCss );
context.write(" ");
if ( !isNull(article) ) {
context.write("\r\n\t\r\n\t");
}
context.write(">\r\n\t");
// End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
};
/* Shortcuts. */
article = context.article;
page = context.page;
projectFolder = context.projectFolder;
project = context.project;
system = context.system;
new SE637303571081288383().executeScript();
2020-07-14 20:58:28,140 [19] INFO - Information: 0 :
2020-07-14 20:58:28,140 [19] INFO - function SE637303571081288383() {}
SE637303571081288383.prototype.executeScript = function(){
// Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
var additionalClass = context.param(0, "");
var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles.
var columnItemInlineCSS = context.param(2, "");
var showCssFields = context.param(3, true);
var columnItemCSSClass = context.param(4, "");
var dataAttributes = context.param(5, "");
if ( columnItemCSSClass !== "" ){
columnItemCSSClass = " " + columnItemCSSClass;
}
var inlineCss = article.inlineCss || "";
var cssClass = article.cssClass || "";
if ( additionalClass !== "" ){
additionalClass = " " + additionalClass;
}
if ( showCssFields && cssClass ){
additionalClass = additionalClass + " " + cssClass;
}
if ( columnItemInlineCSS !== "" ){
columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\"";
}
if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){
//inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
if ( showCssFields && inlineCss ){
inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
}
else{
inlineCss = ' style="' + articleAreaInlineCSS + '"';
}
}
else{
inlineCss = "";
}
function validClassName(theName){
var tmp = theName.toString().replace(/\s/g, "_");
// strip all non alphanumerics and make them dashes
tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-');
return tmp;
}
// so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text"
unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, ";
if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){
var myLeElement = "widget-text";
}
else{
var myLeElement = "widget-" + article.widgetNameInternal;
}
context.write("\r\n
\r\n\t
\r\n");
context.write( dataAttributes );
context.write(" class=\"articlearea zpw");
context.write( validClassName(article.widgetName) );
context.write( additionalClass );
context.write("\"");
context.write( inlineCss );
context.write(" ");
if ( !isNull(article) ) {
context.write("\r\n\t\r\n\t");
}
context.write(">\r\n\t");
// End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
};
/* Shortcuts. */
article = context.article;
page = context.page;
projectFolder = context.projectFolder;
project = context.project;
system = context.system;
new SE637303571081288383().executeScript();
2020-07-14 20:58:28,140 [19] INFO - ---------
2020-07-14 20:58:28,140 [19] INFO - Information: 0 :
2020-07-14 20:58:28,140 [19] INFO - ---------
2020-07-14 20:58:28,141 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2250.
2020-07-14 20:58:28,141 [19] INFO - Information: 0 :
2020-07-14 20:58:28,141 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2250.
2020-07-14 20:58:28,141 [19] INFO - ---------
2020-07-14 20:58:28,141 [19] INFO - Information: 0 :
2020-07-14 20:58:28,141 [19] INFO - ---------
2020-07-14 20:58:28,141 [19] INFO - [system.partial] „article-begin.html“ 13 ms „[0, popupimage]“
2020-07-14 20:58:28,141 [19] INFO - Information: 0 :
2020-07-14 20:58:28,141 [19] INFO - [system.partial] „article-begin.html“ 13 ms „[0, popupimage]“
2020-07-14 20:58:28,143 [19] INFO - [system.partial] „article-end.html“ 0 ms „“
2020-07-14 20:58:28,143 [19] INFO - Information: 0 :
2020-07-14 20:58:28,143 [19] INFO - [system.partial] „article-end.html“ 0 ms „“
2020-07-14 20:58:28,143 [19] INFO - Finished executing the following script:
2020-07-14 20:58:28,144 [19] INFO - Information: 0 :
2020-07-14 20:58:28,144 [19] INFO - Finished executing the following script:
2020-07-14 20:58:28,144 [19] INFO - ---------
2020-07-14 20:58:28,144 [19] INFO - Information: 0 :
2020-07-14 20:58:28,144 [19] INFO - ---------
2020-07-14 20:58:28,144 [19] INFO - function SE637303571054416846() {}
SE637303571054416846.prototype.executeScript = function(){
// Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'.
var image = project.getImage(article.value("image"));
var contentImageWidth = "890";
var defaultImageWidth = 960;
var cssClass = article.cssClass || "";
var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false;
// Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen.
contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth;
var gridCols = article.column.cssClass;
if ( gridCols ){
gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", ""));
}
else{
gridCols = 12;
}
var columnMargin = 30;
var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols;
// minimum width needed for 100% width display on 1-column breakpoint
var minwidth = parseInt(479 - columnMargin);
var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth;
if ( minwidth > contentCopyWidth ){
contentCopyWidth = minwidth;
}
//system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")");
var imageError = false;
if ( !isNull(image) ) {
if ( isBreakout ){
contentCopyWidth = image.workingCopyWidth;
}
try {
var iresult = image.ensureContentCopy(article, contentCopyWidth);
var thumbImageWidth = image.contentCopyWidth;
var thumbImageHeight = image.contentCopyHeight;
var description = image.description;
var altText = system.htmlEncode(system.removeHtmlTags(image.altText));
var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", "")));
if ( altText == "" && oldAltText !== "" ){
altText = oldAltText;
}
var encodedDescription = system.htmlEncode(image.description);
var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description));
// strip
-Tags from description as
is not valid inside SPAN
description = description.toString().replace(/
/g,"");
description = description.toString().replace(/<\/p>/g," ");
//system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult);
}
catch(err) {
imageError = true;
}
}
if ( stripDescription !== "" ) {
var showCaption = "1";
}
else {
var showCaption = "0";
}
var lightBox = article.value("lightbox", "lightbox");
var clickURL = article.value("clickurl");
var effect = article.value("effect", "none");
var effectClass = "";
switch ( effect ) {
case "hoverzoom":
effectClass = " zpeffect zphoverscale";
break;
default:
effectClass = "";
}
context.write("\r\n\r\n");
if ( isNull(image) || imageError ) {
context.write("\r\n\t");
if ( system.preview ) {
context.write("\r\n\t\t
\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t\r\n\t\t
\r\n\t\t");
context.write( system.partial("article-end.html") );
context.write("\r\n\t");
} else if ( lightBox == "off" ) {
context.write("\r\n\t\t");
context.write( system.partial("article-begin.html") );
context.write("\r\n\t\t\t");
if ( image.isSvgImage ){
context.write("\r\n\t\t\t\r\n\t\t\t");
} else if ( image.isAnimatedGif ) {
context.write("\r\n\t\t\t\r\n\t\t\t");
} else {
context.write("\r\n\t\t\t\r\n\t\t\t");
}
context.write("\r\n\r\n\t\t\t");
if ( showCaption == "1" && description ) {
context.write("\r\n\t\t\t\t");
context.write( description );
context.write("\r\n\t\t\t");
}
context.write("\r\n\t\t");
context.write( system.partial("article-end.html") );
context.write("\r\n\t");
} else {
context.write("\r\n\t\t");
context.write( system.partial("article-begin.html") );
context.write("\r\n\t\t\t");
if ( clickURL !== "" ) {
context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t");
if ( image.isSvgImage ){
context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t");
} else if ( image.isAnimatedGif ) {
context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t");
} else {
context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t");
}
context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t");
} else {
context.write("\r\n\t\t\t\t\r\n\t\t\t");
}
context.write("\r\n\r\n\t\t\t");
if ( showCaption == "1" && description ) {
context.write("\r\n\t\t\t\t");
context.write( description );
context.write("\r\n\t\t\t");
}
context.write("\r\n\t\t");
context.write( system.partial("article-end.html") );
context.write("\r\n\t");
}
context.write("\r\n");
}
// End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'.
};
/* Shortcuts. */
article = context.article;
page = context.page;
projectFolder = context.projectFolder;
project = context.project;
system = context.system;
new SE637303571081518396().executeScript();
2020-07-14 20:58:28,153 [19] INFO - ---------
2020-07-14 20:58:28,153 [19] INFO - Information: 0 :
2020-07-14 20:58:28,153 [19] INFO - ---------
2020-07-14 20:58:28,155 [19] INFO - Information: 0 :
2020-07-14 20:58:28,155 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:28,158 [19] INFO - Information: 0 :
2020-07-14 20:58:28,158 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:28,158 [19] INFO - Information: 0 :
2020-07-14 20:58:28,158 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:28,158 [19] INFO - [SetContentCopyImageSizeInPixel] 890 x 1582 pixels for output flavor „Output“. Laden von Bild-Asset.
2020-07-14 20:58:28,159 [19] INFO - Information: 0 :
2020-07-14 20:58:28,159 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:28,160 [19] INFO - Information: 0 :
2020-07-14 20:58:28,161 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:28,161 [19] INFO - Information: 0 :
2020-07-14 20:58:28,161 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:28,161 [19] INFO - Entering 'ensureContentCopy' for image 418, article 1429, size 890.
2020-07-14 20:58:28,162 [19] INFO - Called 'createContentCopy' scripting function with article ID = 1429, image ID = 418, maxWidthInPixel = 890.
2020-07-14 20:58:28,162 [19] INFO - [CreateContentCopy] Create content copy für Asset ID 418, max. Breite 890. Vorlage „C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive“, Output „Output“.
2020-07-14 20:58:28,163 [19] INFO - [IsSourceFileNewerThanDestinationFile] Comparing source file „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\content\media\images\abc178948420480781e07d26a201bc5b.jpg“ (22.01.2019 19:23:26) with destination „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\20180120_175624.jpg“ (22.01.2019 19:23:26). Delta last write time is 0 seconds. Is source file newer: False.
2020-07-14 20:58:28,164 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:28,195 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:28,219 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:28,251 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:28,280 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:28,318 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:28,349 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:28,380 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:28,408 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:28,437 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:28,471 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:28,501 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:28,536 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:28,564 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:28,596 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:28,623 [19] INFO - About to save image to file path 'C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-37cd98831dbe4d56ab8b204106a476fb\b0de6cfe75684b92ad29d1c8528f0236.png'...
2020-07-14 20:58:28,625 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:28,655 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:28,689 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:28,718 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:28,748 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:28,786 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:28,818 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:28,847 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:28,876 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:28,908 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:28,937 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:28,967 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:29,007 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:29,033 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:29,062 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:29,100 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:29,128 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:29,160 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:29,188 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:29,217 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:29,228 [19] INFO - Successfully saved image to file path 'C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-37cd98831dbe4d56ab8b204106a476fb\b0de6cfe75684b92ad29d1c8528f0236.png'.
2020-07-14 20:58:29,230 [19] INFO - About to call app 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\Applications\zpix.exe' with parameters 'reduce-image-size --source-file-path="C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-37cd98831dbe4d56ab8b204106a476fb\b0de6cfe75684b92ad29d1c8528f0236.png" --destination-file-path="C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-37cd98831dbe4d56ab8b204106a476fb\1e1cd14be2a24656a569b3b1eeb7e496.png" --ecm="false" --width=890 --height=0 --mode="prop-x"'
2020-07-14 20:58:29,256 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:29,281 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:29,312 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:29,343 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:29,372 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:29,410 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:29,440 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:29,466 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:29,504 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:29,532 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:29,564 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:29,570 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:29,590 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:29,594 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:29,624 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:29,653 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:29,692 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:29,720 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:29,750 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:29,783 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:29,790 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:29,812 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:29,841 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:29,879 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:29,911 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:29,915 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:29,941 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:29,951 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:29,969 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:30,001 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:30,029 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:30,059 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:30,094 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:30,124 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:30,153 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:30,192 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:30,215 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:30,255 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:30,273 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:30,281 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:30,294 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:30,305 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:30,313 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:30,316 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:30,329 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:30,345 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:30,354 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:30,363 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:30,365 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:30,373 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:30,388 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:30,402 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:30,408 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:30,427 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:30,439 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:30,459 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:30,468 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:30,499 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:30,499 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:30,511 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:30,523 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:30,529 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:30,534 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:30,546 [19] INFO - Returning exit code 0.
2020-07-14 20:58:30,546 [19] INFO -
2020-07-14 20:58:30,547 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:30,551 [19] INFO - Exit code of '0' for call app 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\Applications\zpix.exe' with parameters 'reduce-image-size --source-file-path="C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-37cd98831dbe4d56ab8b204106a476fb\b0de6cfe75684b92ad29d1c8528f0236.png" --destination-file-path="C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-37cd98831dbe4d56ab8b204106a476fb\1e1cd14be2a24656a569b3b1eeb7e496.png" --ecm="false" --width=890 --height=0 --mode="prop-x"'
2020-07-14 20:58:30,559 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:30,567 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:30,572 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:30,583 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:30,596 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:30,619 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:30,623 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:30,631 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:30,642 [19] INFO - About to save image to file path 'C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\20180120_175624.jpg'...
2020-07-14 20:58:30,655 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:30,656 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:30,681 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:30,685 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:30,720 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:30,722 [19] INFO - Successfully saved image to file path 'C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\20180120_175624.jpg'.
2020-07-14 20:58:30,743 [19] INFO - [SetContentCopyImageSizeInPixel] 890 x 1582 pixels for output flavor „Output“. Innerhalb von [CreateContentCopy] (1). Reason: source file „abc178948420480781e07d26a201bc5b.jpg“ exists. ? 1 output flavour(s). ? output flavour Output. ? settings previously used max content copy width to 0 pixels, because it was created by this article ID „1429“. ? need = no, because source „abc178948420480781e07d26a201bc5b.jpg“ (22.01.2019 19:23:26) is older or equal age than dst „20180120_175624.jpg“ (22.01.2019 19:23:26). ? width of 1836 pixels must be reduced to match 890 pixels. Image loaded from „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\20180120_175624.jpg“. ? need create. ? actually sizing to „890“. ? remembering content copy size of 890×1582 pixels because output flavor is Output.
2020-07-14 20:58:30,743 [19] INFO - Information: 0 :
2020-07-14 20:58:30,743 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:30,750 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:30,751 [19] INFO - Information: 0 :
2020-07-14 20:58:30,751 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:30,751 [19] INFO - Information: 0 :
2020-07-14 20:58:30,751 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:30,751 [19] INFO - Information: 0 :
2020-07-14 20:58:30,752 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:30,757 [19] INFO - Information: 0 :
2020-07-14 20:58:30,757 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:30,757 [19] INFO - Information: 0 :
2020-07-14 20:58:30,757 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:30,757 [19] INFO - Information: 0 :
2020-07-14 20:58:30,757 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:30,763 [19] INFO - Information: 0 :
2020-07-14 20:58:30,764 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:30,764 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:30,764 [19] INFO - Removing 1 job in 'NotifyImageAssetContentCopyCreated'.
2020-07-14 20:58:30,765 [19] INFO - Adding again 1 working-copy-only jobs in 'NotifyImageAssetContentCopyCreated'.
2020-07-14 20:58:30,765 [19] INFO - Called 'NotifyImageAssetContentCopyCreated' with image ID = 418.
2020-07-14 20:58:30,765 [19] INFO - Leaving 'ensureContentCopy' for image 418, article 1429, size „890“, reason = created (source file „abc178948420480781e07d26a201bc5b.jpg“ exists. ? 1 output flavour(s). ? output flavour Output. ? settings previously used max content copy width to 0 pixels, because it was created by this article ID „1429“. ? need = no, because source „abc178948420480781e07d26a201bc5b.jpg“ (22.01.2019 19:23:26) is older or equal age than dst „20180120_175624.jpg“ (22.01.2019 19:23:26). ? width of 1836 pixels must be reduced to match 890 pixels. Image loaded from „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\20180120_175624.jpg“. ? need create. ? actually sizing to „890“. ? remembering content copy size of 890×1582 pixels because output flavor is Output. ? remembering previously used max content copy width 890 pixels because output flavor is Output. ? something created. ? nothing pseudo-created.)
2020-07-14 20:58:30,765 [19] INFO - [GetImageSizeInPixel - C] getting image size 890x1582 for predefined content copy size (working copy image „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\content\media\images\abc178948420480781e07d26a201bc5b.jpg“).
2020-07-14 20:58:30,766 [19] INFO - Returning live-calculated image size for image with ID 418, file version „ContentCopy“ of 890×1582 pixels.
2020-07-14 20:58:30,766 [19] INFO - Returning cached image size for image with ID 418, file version „ContentCopy“ of 890×1582 pixels.
2020-07-14 20:58:30,767 [19] INFO - About to execute the following script:
2020-07-14 20:58:30,767 [19] INFO - Information: 0 :
2020-07-14 20:58:30,767 [19] INFO - About to execute the following script:
2020-07-14 20:58:30,767 [19] INFO - ---------
2020-07-14 20:58:30,767 [19] INFO - Information: 0 :
2020-07-14 20:58:30,768 [19] INFO - ---------
2020-07-14 20:58:30,768 [19] INFO - function SE637303571107679892() {}
SE637303571107679892.prototype.executeScript = function(){
// Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
var additionalClass = context.param(0, "");
var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles.
var columnItemInlineCSS = context.param(2, "");
var showCssFields = context.param(3, true);
var columnItemCSSClass = context.param(4, "");
var dataAttributes = context.param(5, "");
if ( columnItemCSSClass !== "" ){
columnItemCSSClass = " " + columnItemCSSClass;
}
var inlineCss = article.inlineCss || "";
var cssClass = article.cssClass || "";
if ( additionalClass !== "" ){
additionalClass = " " + additionalClass;
}
if ( showCssFields && cssClass ){
additionalClass = additionalClass + " " + cssClass;
}
if ( columnItemInlineCSS !== "" ){
columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\"";
}
if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){
//inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
if ( showCssFields && inlineCss ){
inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
}
else{
inlineCss = ' style="' + articleAreaInlineCSS + '"';
}
}
else{
inlineCss = "";
}
function validClassName(theName){
var tmp = theName.toString().replace(/\s/g, "_");
// strip all non alphanumerics and make them dashes
tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-');
return tmp;
}
// so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text"
unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, ";
if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){
var myLeElement = "widget-text";
}
else{
var myLeElement = "widget-" + article.widgetNameInternal;
}
context.write("\r\n
\r\n\t
\r\n");
context.write( dataAttributes );
context.write(" class=\"articlearea zpw");
context.write( validClassName(article.widgetName) );
context.write( additionalClass );
context.write("\"");
context.write( inlineCss );
context.write(" ");
if ( !isNull(article) ) {
context.write("\r\n\t\r\n\t");
}
context.write(">\r\n\t");
// End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
};
/* Shortcuts. */
article = context.article;
page = context.page;
projectFolder = context.projectFolder;
project = context.project;
system = context.system;
new SE637303571107679892().executeScript();
2020-07-14 20:58:30,768 [19] INFO - Information: 0 :
2020-07-14 20:58:30,768 [19] INFO - function SE637303571107679892() {}
SE637303571107679892.prototype.executeScript = function(){
// Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
var additionalClass = context.param(0, "");
var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles.
var columnItemInlineCSS = context.param(2, "");
var showCssFields = context.param(3, true);
var columnItemCSSClass = context.param(4, "");
var dataAttributes = context.param(5, "");
if ( columnItemCSSClass !== "" ){
columnItemCSSClass = " " + columnItemCSSClass;
}
var inlineCss = article.inlineCss || "";
var cssClass = article.cssClass || "";
if ( additionalClass !== "" ){
additionalClass = " " + additionalClass;
}
if ( showCssFields && cssClass ){
additionalClass = additionalClass + " " + cssClass;
}
if ( columnItemInlineCSS !== "" ){
columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\"";
}
if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){
//inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
if ( showCssFields && inlineCss ){
inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
}
else{
inlineCss = ' style="' + articleAreaInlineCSS + '"';
}
}
else{
inlineCss = "";
}
function validClassName(theName){
var tmp = theName.toString().replace(/\s/g, "_");
// strip all non alphanumerics and make them dashes
tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-');
return tmp;
}
// so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text"
unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, ";
if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){
var myLeElement = "widget-text";
}
else{
var myLeElement = "widget-" + article.widgetNameInternal;
}
context.write("\r\n
\r\n\t
\r\n");
context.write( dataAttributes );
context.write(" class=\"articlearea zpw");
context.write( validClassName(article.widgetName) );
context.write( additionalClass );
context.write("\"");
context.write( inlineCss );
context.write(" ");
if ( !isNull(article) ) {
context.write("\r\n\t\r\n\t");
}
context.write(">\r\n\t");
// End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
};
/* Shortcuts. */
article = context.article;
page = context.page;
projectFolder = context.projectFolder;
project = context.project;
system = context.system;
new SE637303571107679892().executeScript();
2020-07-14 20:58:30,768 [19] INFO - ---------
2020-07-14 20:58:30,768 [19] INFO - Information: 0 :
2020-07-14 20:58:30,768 [19] INFO - ---------
2020-07-14 20:58:30,773 [19] INFO - Finished executing the following script:
2020-07-14 20:58:30,774 [19] INFO - Information: 0 :
2020-07-14 20:58:30,774 [19] INFO - Finished executing the following script:
2020-07-14 20:58:30,774 [19] INFO - ---------
2020-07-14 20:58:30,774 [19] INFO - Information: 0 :
2020-07-14 20:58:30,774 [19] INFO - ---------
2020-07-14 20:58:30,774 [19] INFO - function SE637303571107679892() {}
SE637303571107679892.prototype.executeScript = function(){
// Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
var additionalClass = context.param(0, "");
var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles.
var columnItemInlineCSS = context.param(2, "");
var showCssFields = context.param(3, true);
var columnItemCSSClass = context.param(4, "");
var dataAttributes = context.param(5, "");
if ( columnItemCSSClass !== "" ){
columnItemCSSClass = " " + columnItemCSSClass;
}
var inlineCss = article.inlineCss || "";
var cssClass = article.cssClass || "";
if ( additionalClass !== "" ){
additionalClass = " " + additionalClass;
}
if ( showCssFields && cssClass ){
additionalClass = additionalClass + " " + cssClass;
}
if ( columnItemInlineCSS !== "" ){
columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\"";
}
if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){
//inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
if ( showCssFields && inlineCss ){
inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
}
else{
inlineCss = ' style="' + articleAreaInlineCSS + '"';
}
}
else{
inlineCss = "";
}
function validClassName(theName){
var tmp = theName.toString().replace(/\s/g, "_");
// strip all non alphanumerics and make them dashes
tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-');
return tmp;
}
// so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text"
unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, ";
if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){
var myLeElement = "widget-text";
}
else{
var myLeElement = "widget-" + article.widgetNameInternal;
}
context.write("\r\n
\r\n\t
\r\n");
context.write( dataAttributes );
context.write(" class=\"articlearea zpw");
context.write( validClassName(article.widgetName) );
context.write( additionalClass );
context.write("\"");
context.write( inlineCss );
context.write(" ");
if ( !isNull(article) ) {
context.write("\r\n\t\r\n\t");
}
context.write(">\r\n\t");
// End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
};
/* Shortcuts. */
article = context.article;
page = context.page;
projectFolder = context.projectFolder;
project = context.project;
system = context.system;
new SE637303571107679892().executeScript();
2020-07-14 20:58:30,774 [19] INFO - Information: 0 :
2020-07-14 20:58:30,774 [19] INFO - function SE637303571107679892() {}
SE637303571107679892.prototype.executeScript = function(){
// Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
var additionalClass = context.param(0, "");
var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles.
var columnItemInlineCSS = context.param(2, "");
var showCssFields = context.param(3, true);
var columnItemCSSClass = context.param(4, "");
var dataAttributes = context.param(5, "");
if ( columnItemCSSClass !== "" ){
columnItemCSSClass = " " + columnItemCSSClass;
}
var inlineCss = article.inlineCss || "";
var cssClass = article.cssClass || "";
if ( additionalClass !== "" ){
additionalClass = " " + additionalClass;
}
if ( showCssFields && cssClass ){
additionalClass = additionalClass + " " + cssClass;
}
if ( columnItemInlineCSS !== "" ){
columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\"";
}
if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){
//inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
if ( showCssFields && inlineCss ){
inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
}
else{
inlineCss = ' style="' + articleAreaInlineCSS + '"';
}
}
else{
inlineCss = "";
}
function validClassName(theName){
var tmp = theName.toString().replace(/\s/g, "_");
// strip all non alphanumerics and make them dashes
tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-');
return tmp;
}
// so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text"
unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, ";
if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){
var myLeElement = "widget-text";
}
else{
var myLeElement = "widget-" + article.widgetNameInternal;
}
context.write("\r\n
\r\n\t
\r\n");
context.write( dataAttributes );
context.write(" class=\"articlearea zpw");
context.write( validClassName(article.widgetName) );
context.write( additionalClass );
context.write("\"");
context.write( inlineCss );
context.write(" ");
if ( !isNull(article) ) {
context.write("\r\n\t\r\n\t");
}
context.write(">\r\n\t");
// End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
};
/* Shortcuts. */
article = context.article;
page = context.page;
projectFolder = context.projectFolder;
project = context.project;
system = context.system;
new SE637303571107679892().executeScript();
2020-07-14 20:58:30,775 [19] INFO - ---------
2020-07-14 20:58:30,775 [19] INFO - Information: 0 :
2020-07-14 20:58:30,775 [19] INFO - ---------
2020-07-14 20:58:30,775 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2252.
2020-07-14 20:58:30,775 [19] INFO - Information: 0 :
2020-07-14 20:58:30,775 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2252.
2020-07-14 20:58:30,775 [19] INFO - ---------
2020-07-14 20:58:30,775 [19] INFO - Information: 0 :
2020-07-14 20:58:30,775 [19] INFO - ---------
2020-07-14 20:58:30,775 [19] INFO - [system.partial] „article-begin.html“ 8 ms „[0, popupimage]“
2020-07-14 20:58:30,776 [19] INFO - Information: 0 :
2020-07-14 20:58:30,776 [19] INFO - [system.partial] „article-begin.html“ 8 ms „[0, popupimage]“
2020-07-14 20:58:30,776 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:30,777 [19] INFO - [system.partial] „article-end.html“ 0 ms „“
2020-07-14 20:58:30,777 [19] INFO - Information: 0 :
2020-07-14 20:58:30,778 [19] INFO - [system.partial] „article-end.html“ 0 ms „“
2020-07-14 20:58:30,778 [19] INFO - Finished executing the following script:
2020-07-14 20:58:30,778 [19] INFO - Information: 0 :
2020-07-14 20:58:30,778 [19] INFO - Finished executing the following script:
2020-07-14 20:58:30,778 [19] INFO - ---------
2020-07-14 20:58:30,778 [19] INFO - Information: 0 :
2020-07-14 20:58:30,778 [19] INFO - ---------
2020-07-14 20:58:30,778 [19] INFO - function SE637303571081518396() {}
SE637303571081518396.prototype.executeScript = function(){
// Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'.
var image = project.getImage(article.value("image"));
var contentImageWidth = "890";
var defaultImageWidth = 960;
var cssClass = article.cssClass || "";
var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false;
// Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen.
contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth;
var gridCols = article.column.cssClass;
if ( gridCols ){
gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", ""));
}
else{
gridCols = 12;
}
var columnMargin = 30;
var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols;
// minimum width needed for 100% width display on 1-column breakpoint
var minwidth = parseInt(479 - columnMargin);
var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth;
if ( minwidth > contentCopyWidth ){
contentCopyWidth = minwidth;
}
//system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")");
var imageError = false;
if ( !isNull(image) ) {
if ( isBreakout ){
contentCopyWidth = image.workingCopyWidth;
}
try {
var iresult = image.ensureContentCopy(article, contentCopyWidth);
var thumbImageWidth = image.contentCopyWidth;
var thumbImageHeight = image.contentCopyHeight;
var description = image.description;
var altText = system.htmlEncode(system.removeHtmlTags(image.altText));
var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", "")));
if ( altText == "" && oldAltText !== "" ){
altText = oldAltText;
}
var encodedDescription = system.htmlEncode(image.description);
var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description));
// strip
-Tags from description as
is not valid inside SPAN
description = description.toString().replace(/
/g,"");
description = description.toString().replace(/<\/p>/g," ");
//system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult);
}
catch(err) {
imageError = true;
}
}
if ( stripDescription !== "" ) {
var showCaption = "1";
}
else {
var showCaption = "0";
}
var lightBox = article.value("lightbox", "lightbox");
var clickURL = article.value("clickurl");
var effect = article.value("effect", "none");
var effectClass = "";
switch ( effect ) {
case "hoverzoom":
effectClass = " zpeffect zphoverscale";
break;
default:
effectClass = "";
}
context.write("\r\n\r\n");
if ( isNull(image) || imageError ) {
context.write("\r\n\t");
if ( system.preview ) {
context.write("\r\n\t\t
\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t\r\n\t\t
\r\n\t\t");
context.write( system.partial("article-end.html") );
context.write("\r\n\t");
} else if ( lightBox == "off" ) {
context.write("\r\n\t\t");
context.write( system.partial("article-begin.html") );
context.write("\r\n\t\t\t");
if ( image.isSvgImage ){
context.write("\r\n\t\t\t\r\n\t\t\t");
} else if ( image.isAnimatedGif ) {
context.write("\r\n\t\t\t\r\n\t\t\t");
} else {
context.write("\r\n\t\t\t\r\n\t\t\t");
}
context.write("\r\n\r\n\t\t\t");
if ( showCaption == "1" && description ) {
context.write("\r\n\t\t\t\t");
context.write( description );
context.write("\r\n\t\t\t");
}
context.write("\r\n\t\t");
context.write( system.partial("article-end.html") );
context.write("\r\n\t");
} else {
context.write("\r\n\t\t");
context.write( system.partial("article-begin.html") );
context.write("\r\n\t\t\t");
if ( clickURL !== "" ) {
context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t");
if ( image.isSvgImage ){
context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t");
} else if ( image.isAnimatedGif ) {
context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t");
} else {
context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t");
}
context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t");
} else {
context.write("\r\n\t\t\t\t\r\n\t\t\t");
}
context.write("\r\n\r\n\t\t\t");
if ( showCaption == "1" && description ) {
context.write("\r\n\t\t\t\t");
context.write( description );
context.write("\r\n\t\t\t");
}
context.write("\r\n\t\t");
context.write( system.partial("article-end.html") );
context.write("\r\n\t");
}
context.write("\r\n");
}
// End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'.
};
/* Shortcuts. */
article = context.article;
page = context.page;
projectFolder = context.projectFolder;
project = context.project;
system = context.system;
new SE637303571107989910().executeScript();
2020-07-14 20:58:30,800 [19] INFO - ---------
2020-07-14 20:58:30,800 [19] INFO - Information: 0 :
2020-07-14 20:58:30,800 [19] INFO - ---------
2020-07-14 20:58:30,802 [19] INFO - Information: 0 :
2020-07-14 20:58:30,802 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:30,804 [19] INFO - Information: 0 :
2020-07-14 20:58:30,804 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:30,805 [19] INFO - Information: 0 :
2020-07-14 20:58:30,805 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:30,805 [19] INFO - [SetContentCopyImageSizeInPixel] 890 x 501 pixels for output flavor „Output“. Laden von Bild-Asset.
2020-07-14 20:58:30,805 [19] INFO - Information: 0 :
2020-07-14 20:58:30,805 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:30,807 [19] INFO - Information: 0 :
2020-07-14 20:58:30,807 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:30,807 [19] INFO - Information: 0 :
2020-07-14 20:58:30,807 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:30,807 [19] INFO - Entering 'ensureContentCopy' for image 420, article 1431, size 890.
2020-07-14 20:58:30,808 [19] INFO - Called 'createContentCopy' scripting function with article ID = 1431, image ID = 420, maxWidthInPixel = 890.
2020-07-14 20:58:30,808 [19] INFO - [CreateContentCopy] Create content copy für Asset ID 420, max. Breite 890. Vorlage „C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive“, Output „Output“.
2020-07-14 20:58:30,809 [19] INFO - [IsSourceFileNewerThanDestinationFile] Comparing source file „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\content\media\images\38ced06369134473bbc011b9d2999e67.jpg“ (22.01.2019 19:23:30) with destination „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\20180120_175420.jpg“ (22.01.2019 19:23:30). Delta last write time is 0 seconds. Is source file newer: False.
2020-07-14 20:58:30,814 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:30,844 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:30,875 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:30,904 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:30,920 [19] INFO - About to save image to file path 'C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-a5cb7240b683422a88a0f61cf4e08a8d\43826f14b6794e8cb96edcd810a800bb.png'...
2020-07-14 20:58:30,933 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:30,972 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:31,004 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:31,033 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:31,061 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:31,093 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:31,122 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:31,147 [19] INFO - Successfully saved image to file path 'C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-a5cb7240b683422a88a0f61cf4e08a8d\43826f14b6794e8cb96edcd810a800bb.png'.
2020-07-14 20:58:31,151 [19] INFO - About to call app 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\Applications\zpix.exe' with parameters 'reduce-image-size --source-file-path="C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-a5cb7240b683422a88a0f61cf4e08a8d\43826f14b6794e8cb96edcd810a800bb.png" --destination-file-path="C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-a5cb7240b683422a88a0f61cf4e08a8d\d22b026b21c8448bbf8079c44941f159.png" --ecm="false" --width=890 --height=0 --mode="prop-x"'
2020-07-14 20:58:31,152 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:31,192 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:31,203 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:31,221 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:31,231 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:31,249 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:31,269 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:31,278 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:31,298 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:31,312 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:31,325 [Zeta Producer 15 main thread] INFO - Before updating current focus state for control „ZetaProducer.Main.Main.RightPreviewing.InternalPreviewControlCefSharp.CefPreviewWebBrowserControl“.
2020-07-14 20:58:31,326 [Zeta Producer 15 main thread] INFO - After updating current focus state for control „ZetaProducer.Main.Main.RightPreviewing.InternalPreviewControlCefSharp.PreviewInlineEditingCefUserControl“.
2020-07-14 20:58:31,326 [Zeta Producer 15 main thread] INFO - Information: 0 :
2020-07-14 20:58:31,326 [Zeta Producer 15 main thread] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #1 ('Zeta Producer 15 main thread').
2020-07-14 20:58:31,328 [Zeta Producer 15 main thread] INFO - Information: 0 :
2020-07-14 20:58:31,328 [Zeta Producer 15 main thread] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #1 ('Zeta Producer 15 main thread'). Initial thread was #1 ('Zeta Producer 15 main thread').
2020-07-14 20:58:31,328 [Zeta Producer 15 main thread] INFO - Information: 0 :
2020-07-14 20:58:31,328 [Zeta Producer 15 main thread] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #1 ('Zeta Producer 15 main thread'). Initial thread was #1 ('Zeta Producer 15 main thread').
2020-07-14 20:58:31,328 [Zeta Producer 15 main thread] INFO - Information: 0 :
2020-07-14 20:58:31,328 [Zeta Producer 15 main thread] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #1 ('Zeta Producer 15 main thread').
2020-07-14 20:58:31,329 [Zeta Producer 15 main thread] INFO - Information: 0 :
2020-07-14 20:58:31,329 [Zeta Producer 15 main thread] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #1 ('Zeta Producer 15 main thread'). Initial thread was #1 ('Zeta Producer 15 main thread').
2020-07-14 20:58:31,330 [Zeta Producer 15 main thread] INFO - Information: 0 :
2020-07-14 20:58:31,330 [Zeta Producer 15 main thread] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #1 ('Zeta Producer 15 main thread'). Initial thread was #1 ('Zeta Producer 15 main thread').
2020-07-14 20:58:31,330 [Zeta Producer 15 main thread] INFO - Before updating UI.
2020-07-14 20:58:31,331 [Zeta Producer 15 main thread] INFO - After updating UI.
2020-07-14 20:58:31,331 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:31,331 [Zeta Producer 15 main thread] INFO - Before updating current focus state for control „ZetaProducer.Main.Main.RightPreviewing.InternalPreviewControlCefSharp.CefPreviewWebBrowserControl“.
2020-07-14 20:58:31,332 [Zeta Producer 15 main thread] INFO - After updating current focus state for control „ZetaProducer.Main.Main.RightPreviewing.InternalPreviewControlCefSharp.PreviewInlineEditingCefUserControl“.
2020-07-14 20:58:31,332 [Zeta Producer 15 main thread] INFO - Before updating UI.
2020-07-14 20:58:31,333 [Zeta Producer 15 main thread] INFO - After updating UI.
2020-07-14 20:58:31,333 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:31,333 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:31,343 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:31,364 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:31,373 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:31,393 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:31,402 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:31,423 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:31,441 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:31,451 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:31,471 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:31,481 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:31,495 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:31,515 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:31,527 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:31,547 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:31,565 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:31,593 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:31,623 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:31,635 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:31,655 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:31,684 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:31,713 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:31,745 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:31,785 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:31,811 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:31,840 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:31,872 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:31,901 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:31,932 [19] INFO - Returning exit code 0.
2020-07-14 20:58:31,933 [19] INFO -
2020-07-14 20:58:31,935 [19] INFO - Exit code of '0' for call app 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\Applications\zpix.exe' with parameters 'reduce-image-size --source-file-path="C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-a5cb7240b683422a88a0f61cf4e08a8d\43826f14b6794e8cb96edcd810a800bb.png" --destination-file-path="C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-a5cb7240b683422a88a0f61cf4e08a8d\d22b026b21c8448bbf8079c44941f159.png" --ecm="false" --width=890 --height=0 --mode="prop-x"'
2020-07-14 20:58:31,941 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:31,949 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:31,968 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:31,975 [19] INFO - About to save image to file path 'C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\20180120_175420.jpg'...
2020-07-14 20:58:31,996 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:32,000 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:32,006 [19] INFO - Successfully saved image to file path 'C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\20180120_175420.jpg'.
2020-07-14 20:58:32,025 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:32,042 [19] INFO - [SetContentCopyImageSizeInPixel] 890 x 501 pixels for output flavor „Output“. Innerhalb von [CreateContentCopy] (1). Reason: source file „38ced06369134473bbc011b9d2999e67.jpg“ exists. ? 1 output flavour(s). ? output flavour Output. ? settings previously used max content copy width to 0 pixels, because it was created by this article ID „1431“. ? need = no, because source „38ced06369134473bbc011b9d2999e67.jpg“ (22.01.2019 19:23:30) is older or equal age than dst „20180120_175420.jpg“ (22.01.2019 19:23:30). ? width of 2048 pixels must be reduced to match 890 pixels. Image loaded from „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\20180120_175420.jpg“. ? need create. ? actually sizing to „890“. ? remembering content copy size of 890×501 pixels because output flavor is Output.
2020-07-14 20:58:32,043 [19] INFO - Information: 0 :
2020-07-14 20:58:32,043 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:32,052 [19] INFO - Information: 0 :
2020-07-14 20:58:32,052 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:32,052 [19] INFO - Information: 0 :
2020-07-14 20:58:32,052 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:32,053 [19] INFO - Information: 0 :
2020-07-14 20:58:32,053 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:32,059 [19] INFO - Information: 0 :
2020-07-14 20:58:32,059 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:32,059 [19] INFO - Information: 0 :
2020-07-14 20:58:32,059 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:32,060 [19] INFO - Information: 0 :
2020-07-14 20:58:32,060 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:32,067 [19] INFO - Information: 0 :
2020-07-14 20:58:32,068 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:32,068 [19] INFO - Information: 0 :
2020-07-14 20:58:32,068 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:32,068 [19] INFO - [CreateContentCopy] Finished creating content copy für Asset ID 420, max. Breite 890. Vorlage „C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive“, Output „Output“. Anything created: „True“. Anything pseudo-created: „False“. Reasons während des Vorgangs: source file „38ced06369134473bbc011b9d2999e67.jpg“ exists. ? 1 output flavour(s). ? output flavour Output. ? settings previously used max content copy width to 0 pixels, because it was created by this article ID „1431“. ? need = no, because source „38ced06369134473bbc011b9d2999e67.jpg“ (22.01.2019 19:23:30) is older or equal age than dst „20180120_175420.jpg“ (22.01.2019 19:23:30). ? width of 2048 pixels must be reduced to match 890 pixels. Image loaded from „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\20180120_175420.jpg“. ? need create. ? actually sizing to „890“. ? remembering content copy size of 890×501 pixels because output flavor is Output. ? remembering previously used max content copy width 890 pixels because output flavor is Output. ? something created. ? nothing pseudo-created..
2020-07-14 20:58:32,068 [19] INFO - 'createContentCopy': Content copy WAS created (source file „38ced06369134473bbc011b9d2999e67.jpg“ exists. ? 1 output flavour(s). ? output flavour Output. ? settings previously used max content copy width to 0 pixels, because it was created by this article ID „1431“. ? need = no, because source „38ced06369134473bbc011b9d2999e67.jpg“ (22.01.2019 19:23:30) is older or equal age than dst „20180120_175420.jpg“ (22.01.2019 19:23:30). ? width of 2048 pixels must be reduced to match 890 pixels. Image loaded from „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\20180120_175420.jpg“. ? need create. ? actually sizing to „890“. ? remembering content copy size of 890×501 pixels because output flavor is Output. ? remembering previously used max content copy width 890 pixels because output flavor is Output. ? something created. ? nothing pseudo-created.).
2020-07-14 20:58:32,068 [19] INFO - Called 'skipContentCopy' scripting function with image ID = 420.
2020-07-14 20:58:32,069 [19] INFO - Called 'NotifyImageAssetContentCopyCreated' with image ID = 420.
2020-07-14 20:58:32,069 [19] INFO - Removing 1 job in 'NotifyImageAssetContentCopyCreated'.
2020-07-14 20:58:32,070 [19] INFO - Adding again 1 working-copy-only jobs in 'NotifyImageAssetContentCopyCreated'.
2020-07-14 20:58:32,070 [19] INFO - Called 'NotifyImageAssetContentCopyCreated' with image ID = 420.
2020-07-14 20:58:32,070 [19] INFO - Leaving 'ensureContentCopy' for image 420, article 1431, size „890“, reason = created (source file „38ced06369134473bbc011b9d2999e67.jpg“ exists. ? 1 output flavour(s). ? output flavour Output. ? settings previously used max content copy width to 0 pixels, because it was created by this article ID „1431“. ? need = no, because source „38ced06369134473bbc011b9d2999e67.jpg“ (22.01.2019 19:23:30) is older or equal age than dst „20180120_175420.jpg“ (22.01.2019 19:23:30). ? width of 2048 pixels must be reduced to match 890 pixels. Image loaded from „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\20180120_175420.jpg“. ? need create. ? actually sizing to „890“. ? remembering content copy size of 890×501 pixels because output flavor is Output. ? remembering previously used max content copy width 890 pixels because output flavor is Output. ? something created. ? nothing pseudo-created.)
2020-07-14 20:58:32,071 [19] INFO - [GetImageSizeInPixel - C] getting image size 890x501 for predefined content copy size (working copy image „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\content\media\images\38ced06369134473bbc011b9d2999e67.jpg“).
2020-07-14 20:58:32,071 [19] INFO - Returning live-calculated image size for image with ID 420, file version „ContentCopy“ of 890×501 pixels.
2020-07-14 20:58:32,071 [19] INFO - Returning cached image size for image with ID 420, file version „ContentCopy“ of 890×501 pixels.
2020-07-14 20:58:32,073 [19] INFO - About to execute the following script:
2020-07-14 20:58:32,073 [19] INFO - Information: 0 :
2020-07-14 20:58:32,073 [19] INFO - About to execute the following script:
2020-07-14 20:58:32,073 [19] INFO - ---------
2020-07-14 20:58:32,073 [19] INFO - Information: 0 :
2020-07-14 20:58:32,074 [19] INFO - ---------
2020-07-14 20:58:32,074 [19] INFO - function SE637303571120730639() {}
SE637303571120730639.prototype.executeScript = function(){
// Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
var additionalClass = context.param(0, "");
var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles.
var columnItemInlineCSS = context.param(2, "");
var showCssFields = context.param(3, true);
var columnItemCSSClass = context.param(4, "");
var dataAttributes = context.param(5, "");
if ( columnItemCSSClass !== "" ){
columnItemCSSClass = " " + columnItemCSSClass;
}
var inlineCss = article.inlineCss || "";
var cssClass = article.cssClass || "";
if ( additionalClass !== "" ){
additionalClass = " " + additionalClass;
}
if ( showCssFields && cssClass ){
additionalClass = additionalClass + " " + cssClass;
}
if ( columnItemInlineCSS !== "" ){
columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\"";
}
if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){
//inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
if ( showCssFields && inlineCss ){
inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
}
else{
inlineCss = ' style="' + articleAreaInlineCSS + '"';
}
}
else{
inlineCss = "";
}
function validClassName(theName){
var tmp = theName.toString().replace(/\s/g, "_");
// strip all non alphanumerics and make them dashes
tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-');
return tmp;
}
// so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text"
unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, ";
if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){
var myLeElement = "widget-text";
}
else{
var myLeElement = "widget-" + article.widgetNameInternal;
}
context.write("\r\n
\r\n\t
\r\n");
context.write( dataAttributes );
context.write(" class=\"articlearea zpw");
context.write( validClassName(article.widgetName) );
context.write( additionalClass );
context.write("\"");
context.write( inlineCss );
context.write(" ");
if ( !isNull(article) ) {
context.write("\r\n\t\r\n\t");
}
context.write(">\r\n\t");
// End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
};
/* Shortcuts. */
article = context.article;
page = context.page;
projectFolder = context.projectFolder;
project = context.project;
system = context.system;
new SE637303571120730639().executeScript();
2020-07-14 20:58:32,074 [19] INFO - Information: 0 :
2020-07-14 20:58:32,074 [19] INFO - function SE637303571120730639() {}
SE637303571120730639.prototype.executeScript = function(){
// Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
var additionalClass = context.param(0, "");
var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles.
var columnItemInlineCSS = context.param(2, "");
var showCssFields = context.param(3, true);
var columnItemCSSClass = context.param(4, "");
var dataAttributes = context.param(5, "");
if ( columnItemCSSClass !== "" ){
columnItemCSSClass = " " + columnItemCSSClass;
}
var inlineCss = article.inlineCss || "";
var cssClass = article.cssClass || "";
if ( additionalClass !== "" ){
additionalClass = " " + additionalClass;
}
if ( showCssFields && cssClass ){
additionalClass = additionalClass + " " + cssClass;
}
if ( columnItemInlineCSS !== "" ){
columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\"";
}
if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){
//inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
if ( showCssFields && inlineCss ){
inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
}
else{
inlineCss = ' style="' + articleAreaInlineCSS + '"';
}
}
else{
inlineCss = "";
}
function validClassName(theName){
var tmp = theName.toString().replace(/\s/g, "_");
// strip all non alphanumerics and make them dashes
tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-');
return tmp;
}
// so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text"
unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, ";
if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){
var myLeElement = "widget-text";
}
else{
var myLeElement = "widget-" + article.widgetNameInternal;
}
context.write("\r\n
\r\n\t
\r\n");
context.write( dataAttributes );
context.write(" class=\"articlearea zpw");
context.write( validClassName(article.widgetName) );
context.write( additionalClass );
context.write("\"");
context.write( inlineCss );
context.write(" ");
if ( !isNull(article) ) {
context.write("\r\n\t\r\n\t");
}
context.write(">\r\n\t");
// End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
};
/* Shortcuts. */
article = context.article;
page = context.page;
projectFolder = context.projectFolder;
project = context.project;
system = context.system;
new SE637303571120730639().executeScript();
2020-07-14 20:58:32,074 [19] INFO - ---------
2020-07-14 20:58:32,075 [19] INFO - Information: 0 :
2020-07-14 20:58:32,075 [19] INFO - ---------
2020-07-14 20:58:32,078 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:32,082 [19] INFO - Finished executing the following script:
2020-07-14 20:58:32,083 [19] INFO - Information: 0 :
2020-07-14 20:58:32,083 [19] INFO - Finished executing the following script:
2020-07-14 20:58:32,083 [19] INFO - ---------
2020-07-14 20:58:32,083 [19] INFO - Information: 0 :
2020-07-14 20:58:32,083 [19] INFO - ---------
2020-07-14 20:58:32,083 [19] INFO - function SE637303571120730639() {}
SE637303571120730639.prototype.executeScript = function(){
// Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
var additionalClass = context.param(0, "");
var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles.
var columnItemInlineCSS = context.param(2, "");
var showCssFields = context.param(3, true);
var columnItemCSSClass = context.param(4, "");
var dataAttributes = context.param(5, "");
if ( columnItemCSSClass !== "" ){
columnItemCSSClass = " " + columnItemCSSClass;
}
var inlineCss = article.inlineCss || "";
var cssClass = article.cssClass || "";
if ( additionalClass !== "" ){
additionalClass = " " + additionalClass;
}
if ( showCssFields && cssClass ){
additionalClass = additionalClass + " " + cssClass;
}
if ( columnItemInlineCSS !== "" ){
columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\"";
}
if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){
//inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
if ( showCssFields && inlineCss ){
inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
}
else{
inlineCss = ' style="' + articleAreaInlineCSS + '"';
}
}
else{
inlineCss = "";
}
function validClassName(theName){
var tmp = theName.toString().replace(/\s/g, "_");
// strip all non alphanumerics and make them dashes
tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-');
return tmp;
}
// so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text"
unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, ";
if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){
var myLeElement = "widget-text";
}
else{
var myLeElement = "widget-" + article.widgetNameInternal;
}
context.write("\r\n
\r\n\t
\r\n");
context.write( dataAttributes );
context.write(" class=\"articlearea zpw");
context.write( validClassName(article.widgetName) );
context.write( additionalClass );
context.write("\"");
context.write( inlineCss );
context.write(" ");
if ( !isNull(article) ) {
context.write("\r\n\t\r\n\t");
}
context.write(">\r\n\t");
// End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
};
/* Shortcuts. */
article = context.article;
page = context.page;
projectFolder = context.projectFolder;
project = context.project;
system = context.system;
new SE637303571120730639().executeScript();
2020-07-14 20:58:32,083 [19] INFO - Information: 0 :
2020-07-14 20:58:32,084 [19] INFO - function SE637303571120730639() {}
SE637303571120730639.prototype.executeScript = function(){
// Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
var additionalClass = context.param(0, "");
var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles.
var columnItemInlineCSS = context.param(2, "");
var showCssFields = context.param(3, true);
var columnItemCSSClass = context.param(4, "");
var dataAttributes = context.param(5, "");
if ( columnItemCSSClass !== "" ){
columnItemCSSClass = " " + columnItemCSSClass;
}
var inlineCss = article.inlineCss || "";
var cssClass = article.cssClass || "";
if ( additionalClass !== "" ){
additionalClass = " " + additionalClass;
}
if ( showCssFields && cssClass ){
additionalClass = additionalClass + " " + cssClass;
}
if ( columnItemInlineCSS !== "" ){
columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\"";
}
if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){
//inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
if ( showCssFields && inlineCss ){
inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
}
else{
inlineCss = ' style="' + articleAreaInlineCSS + '"';
}
}
else{
inlineCss = "";
}
function validClassName(theName){
var tmp = theName.toString().replace(/\s/g, "_");
// strip all non alphanumerics and make them dashes
tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-');
return tmp;
}
// so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text"
unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, ";
if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){
var myLeElement = "widget-text";
}
else{
var myLeElement = "widget-" + article.widgetNameInternal;
}
context.write("\r\n
\r\n\t
\r\n");
context.write( dataAttributes );
context.write(" class=\"articlearea zpw");
context.write( validClassName(article.widgetName) );
context.write( additionalClass );
context.write("\"");
context.write( inlineCss );
context.write(" ");
if ( !isNull(article) ) {
context.write("\r\n\t\r\n\t");
}
context.write(">\r\n\t");
// End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
};
/* Shortcuts. */
article = context.article;
page = context.page;
projectFolder = context.projectFolder;
project = context.project;
system = context.system;
new SE637303571120730639().executeScript();
2020-07-14 20:58:32,084 [19] INFO - ---------
2020-07-14 20:58:32,084 [19] INFO - Information: 0 :
2020-07-14 20:58:32,084 [19] INFO - ---------
2020-07-14 20:58:32,084 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2254.
2020-07-14 20:58:32,084 [19] INFO - Information: 0 :
2020-07-14 20:58:32,084 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2254.
2020-07-14 20:58:32,084 [19] INFO - ---------
2020-07-14 20:58:32,085 [19] INFO - Information: 0 :
2020-07-14 20:58:32,085 [19] INFO - ---------
2020-07-14 20:58:32,085 [19] INFO - [system.partial] „article-begin.html“ 12 ms „[0, popupimage]“
2020-07-14 20:58:32,085 [19] INFO - Information: 0 :
2020-07-14 20:58:32,085 [19] INFO - [system.partial] „article-begin.html“ 12 ms „[0, popupimage]“
2020-07-14 20:58:32,087 [19] INFO - [system.partial] „article-end.html“ 0 ms „“
2020-07-14 20:58:32,087 [19] INFO - Information: 0 :
2020-07-14 20:58:32,087 [19] INFO - [system.partial] „article-end.html“ 0 ms „“
2020-07-14 20:58:32,088 [19] INFO - Finished executing the following script:
2020-07-14 20:58:32,088 [19] INFO - Information: 0 :
2020-07-14 20:58:32,088 [19] INFO - Finished executing the following script:
2020-07-14 20:58:32,088 [19] INFO - ---------
2020-07-14 20:58:32,088 [19] INFO - Information: 0 :
2020-07-14 20:58:32,088 [19] INFO - ---------
2020-07-14 20:58:32,088 [19] INFO - function SE637303571107989910() {}
SE637303571107989910.prototype.executeScript = function(){
// Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'.
var image = project.getImage(article.value("image"));
var contentImageWidth = "890";
var defaultImageWidth = 960;
var cssClass = article.cssClass || "";
var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false;
// Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen.
contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth;
var gridCols = article.column.cssClass;
if ( gridCols ){
gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", ""));
}
else{
gridCols = 12;
}
var columnMargin = 30;
var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols;
// minimum width needed for 100% width display on 1-column breakpoint
var minwidth = parseInt(479 - columnMargin);
var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth;
if ( minwidth > contentCopyWidth ){
contentCopyWidth = minwidth;
}
//system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")");
var imageError = false;
if ( !isNull(image) ) {
if ( isBreakout ){
contentCopyWidth = image.workingCopyWidth;
}
try {
var iresult = image.ensureContentCopy(article, contentCopyWidth);
var thumbImageWidth = image.contentCopyWidth;
var thumbImageHeight = image.contentCopyHeight;
var description = image.description;
var altText = system.htmlEncode(system.removeHtmlTags(image.altText));
var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", "")));
if ( altText == "" && oldAltText !== "" ){
altText = oldAltText;
}
var encodedDescription = system.htmlEncode(image.description);
var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description));
// strip
-Tags from description as
is not valid inside SPAN
description = description.toString().replace(/
/g,"");
description = description.toString().replace(/<\/p>/g," ");
//system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult);
}
catch(err) {
imageError = true;
}
}
if ( stripDescription !== "" ) {
var showCaption = "1";
}
else {
var showCaption = "0";
}
var lightBox = article.value("lightbox", "lightbox");
var clickURL = article.value("clickurl");
var effect = article.value("effect", "none");
var effectClass = "";
switch ( effect ) {
case "hoverzoom":
effectClass = " zpeffect zphoverscale";
break;
default:
effectClass = "";
}
context.write("\r\n\r\n");
if ( isNull(image) || imageError ) {
context.write("\r\n\t");
if ( system.preview ) {
context.write("\r\n\t\t
\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t\r\n\t\t
\r\n\t\t");
context.write( system.partial("article-end.html") );
context.write("\r\n\t");
} else if ( lightBox == "off" ) {
context.write("\r\n\t\t");
context.write( system.partial("article-begin.html") );
context.write("\r\n\t\t\t");
if ( image.isSvgImage ){
context.write("\r\n\t\t\t\r\n\t\t\t");
} else if ( image.isAnimatedGif ) {
context.write("\r\n\t\t\t\r\n\t\t\t");
} else {
context.write("\r\n\t\t\t\r\n\t\t\t");
}
context.write("\r\n\r\n\t\t\t");
if ( showCaption == "1" && description ) {
context.write("\r\n\t\t\t\t");
context.write( description );
context.write("\r\n\t\t\t");
}
context.write("\r\n\t\t");
context.write( system.partial("article-end.html") );
context.write("\r\n\t");
} else {
context.write("\r\n\t\t");
context.write( system.partial("article-begin.html") );
context.write("\r\n\t\t\t");
if ( clickURL !== "" ) {
context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t");
if ( image.isSvgImage ){
context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t");
} else if ( image.isAnimatedGif ) {
context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t");
} else {
context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t");
}
context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t");
} else {
context.write("\r\n\t\t\t\t\r\n\t\t\t");
}
context.write("\r\n\r\n\t\t\t");
if ( showCaption == "1" && description ) {
context.write("\r\n\t\t\t\t");
context.write( description );
context.write("\r\n\t\t\t");
}
context.write("\r\n\t\t");
context.write( system.partial("article-end.html") );
context.write("\r\n\t");
}
context.write("\r\n");
}
// End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'.
};
/* Shortcuts. */
article = context.article;
page = context.page;
projectFolder = context.projectFolder;
project = context.project;
system = context.system;
new SE637303571121700694().executeScript();
2020-07-14 20:58:32,172 [19] INFO - ---------
2020-07-14 20:58:32,172 [19] INFO - Information: 0 :
2020-07-14 20:58:32,172 [19] INFO - ---------
2020-07-14 20:58:32,174 [19] INFO - Information: 0 :
2020-07-14 20:58:32,174 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:32,177 [19] INFO - Information: 0 :
2020-07-14 20:58:32,177 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:32,177 [19] INFO - Information: 0 :
2020-07-14 20:58:32,177 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:32,177 [19] INFO - [SetContentCopyImageSizeInPixel] 890 x 668 pixels for output flavor „Output“. Laden von Bild-Asset.
2020-07-14 20:58:32,178 [19] INFO - Entering 'ensureContentCopy' for image 421, article 1433, size 890.
2020-07-14 20:58:32,178 [19] INFO - Called 'createContentCopy' scripting function with article ID = 1433, image ID = 421, maxWidthInPixel = 890.
2020-07-14 20:58:32,179 [19] INFO - [CreateContentCopy] Create content copy für Asset ID 421, max. Breite 890. Vorlage „C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive“, Output „Output“.
2020-07-14 20:58:32,180 [19] INFO - [IsSourceFileNewerThanDestinationFile] Comparing source file „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\content\media\images\ea19b11e57684c19a59ad6c2db6418e5.jpg“ (22.01.2019 19:23:26) with destination „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\img_20180129_190000.jpg“ (22.01.2019 19:23:26). Delta last write time is 0 seconds. Is source file newer: False.
2020-07-14 20:58:32,185 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:32,214 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:32,244 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:32,279 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:32,302 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:32,309 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:32,314 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:32,327 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:32,337 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:32,338 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:32,365 [19] INFO - About to save image to file path 'C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-f8eaa024169a4fda92ebd3db4d2ee9b1\f59fbac7851741698b867534f1f25733.png'...
2020-07-14 20:58:32,375 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:32,406 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:32,436 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:32,448 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:32,466 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:32,495 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:32,527 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:32,557 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:32,592 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:32,620 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:32,654 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:32,683 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:32,713 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:32,738 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:32,750 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:32,750 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:32,751 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:32,779 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:32,806 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:32,840 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:32,862 [19] INFO - Successfully saved image to file path 'C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-f8eaa024169a4fda92ebd3db4d2ee9b1\f59fbac7851741698b867534f1f25733.png'.
2020-07-14 20:58:32,865 [19] INFO - About to call app 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\Applications\zpix.exe' with parameters 'reduce-image-size --source-file-path="C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-f8eaa024169a4fda92ebd3db4d2ee9b1\f59fbac7851741698b867534f1f25733.png" --destination-file-path="C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-f8eaa024169a4fda92ebd3db4d2ee9b1\f3ae531646c741839b1673c213b6b607.png" --ecm="false" --width=890 --height=0 --mode="prop-x"'
2020-07-14 20:58:32,868 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:32,903 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:32,933 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:32,964 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:32,993 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:33,033 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:33,057 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:33,090 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:33,118 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:33,150 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:33,186 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:33,217 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:33,243 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:33,273 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:33,307 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:33,336 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:33,371 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:33,401 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:33,430 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:33,468 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:33,492 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:33,523 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:33,548 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:33,559 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:33,561 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:33,574 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:33,590 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:33,596 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:33,604 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:33,609 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:33,621 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:33,632 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:33,650 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:33,657 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:33,669 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:33,688 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:33,693 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:33,706 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:33,710 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:33,748 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:33,773 [19] INFO - Returning exit code 0.
2020-07-14 20:58:33,773 [19] INFO -
2020-07-14 20:58:33,776 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:33,777 [19] INFO - Exit code of '0' for call app 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\Applications\zpix.exe' with parameters 'reduce-image-size --source-file-path="C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-f8eaa024169a4fda92ebd3db4d2ee9b1\f59fbac7851741698b867534f1f25733.png" --destination-file-path="C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-f8eaa024169a4fda92ebd3db4d2ee9b1\f3ae531646c741839b1673c213b6b607.png" --ecm="false" --width=890 --height=0 --mode="prop-x"'
2020-07-14 20:58:33,806 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:33,828 [19] INFO - About to save image to file path 'C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\img_20180129_190000.jpg'...
2020-07-14 20:58:33,839 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:33,868 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:33,872 [19] INFO - Successfully saved image to file path 'C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\img_20180129_190000.jpg'.
2020-07-14 20:58:33,895 [19] INFO - [SetContentCopyImageSizeInPixel] 890 x 668 pixels for output flavor „Output“. Innerhalb von [CreateContentCopy] (1). Reason: source file „ea19b11e57684c19a59ad6c2db6418e5.jpg“ exists. ? 1 output flavour(s). ? output flavour Output. ? settings previously used max content copy width to 0 pixels, because it was created by this article ID „1433“. ? need = no, because source „ea19b11e57684c19a59ad6c2db6418e5.jpg“ (22.01.2019 19:23:26) is older or equal age than dst „img_20180129_190000.jpg“ (22.01.2019 19:23:26). ? width of 2048 pixels must be reduced to match 890 pixels. Image loaded from „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\img_20180129_190000.jpg“. ? need create. ? actually sizing to „890“. ? remembering content copy size of 890×668 pixels because output flavor is Output.
2020-07-14 20:58:33,896 [19] INFO - Information: 0 :
2020-07-14 20:58:33,896 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:33,897 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:33,906 [19] INFO - Information: 0 :
2020-07-14 20:58:33,906 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:33,906 [19] INFO - Information: 0 :
2020-07-14 20:58:33,906 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:33,907 [19] INFO - Information: 0 :
2020-07-14 20:58:33,907 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:33,913 [19] INFO - Information: 0 :
2020-07-14 20:58:33,913 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:33,913 [19] INFO - Information: 0 :
2020-07-14 20:58:33,914 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:33,914 [19] INFO - Information: 0 :
2020-07-14 20:58:33,914 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:33,919 [19] INFO - Information: 0 :
2020-07-14 20:58:33,919 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:33,919 [19] INFO - Information: 0 :
2020-07-14 20:58:33,919 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:33,919 [19] INFO - [CreateContentCopy] Finished creating content copy für Asset ID 421, max. Breite 890. Vorlage „C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive“, Output „Output“. Anything created: „True“. Anything pseudo-created: „False“. Reasons während des Vorgangs: source file „ea19b11e57684c19a59ad6c2db6418e5.jpg“ exists. ? 1 output flavour(s). ? output flavour Output. ? settings previously used max content copy width to 0 pixels, because it was created by this article ID „1433“. ? need = no, because source „ea19b11e57684c19a59ad6c2db6418e5.jpg“ (22.01.2019 19:23:26) is older or equal age than dst „img_20180129_190000.jpg“ (22.01.2019 19:23:26). ? width of 2048 pixels must be reduced to match 890 pixels. Image loaded from „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\img_20180129_190000.jpg“. ? need create. ? actually sizing to „890“. ? remembering content copy size of 890×668 pixels because output flavor is Output. ? remembering previously used max content copy width 890 pixels because output flavor is Output. ? something created. ? nothing pseudo-created..
2020-07-14 20:58:33,920 [19] INFO - 'createContentCopy': Content copy WAS created (source file „ea19b11e57684c19a59ad6c2db6418e5.jpg“ exists. ? 1 output flavour(s). ? output flavour Output. ? settings previously used max content copy width to 0 pixels, because it was created by this article ID „1433“. ? need = no, because source „ea19b11e57684c19a59ad6c2db6418e5.jpg“ (22.01.2019 19:23:26) is older or equal age than dst „img_20180129_190000.jpg“ (22.01.2019 19:23:26). ? width of 2048 pixels must be reduced to match 890 pixels. Image loaded from „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\img_20180129_190000.jpg“. ? need create. ? actually sizing to „890“. ? remembering content copy size of 890×668 pixels because output flavor is Output. ? remembering previously used max content copy width 890 pixels because output flavor is Output. ? something created. ? nothing pseudo-created.).
2020-07-14 20:58:33,920 [19] INFO - Called 'skipContentCopy' scripting function with image ID = 421.
2020-07-14 20:58:33,920 [19] INFO - Called 'NotifyImageAssetContentCopyCreated' with image ID = 421.
2020-07-14 20:58:33,920 [19] INFO - Removing 1 job in 'NotifyImageAssetContentCopyCreated'.
2020-07-14 20:58:33,921 [19] INFO - Adding again 1 working-copy-only jobs in 'NotifyImageAssetContentCopyCreated'.
2020-07-14 20:58:33,921 [19] INFO - Called 'NotifyImageAssetContentCopyCreated' with image ID = 421.
2020-07-14 20:58:33,921 [19] INFO - Leaving 'ensureContentCopy' for image 421, article 1433, size „890“, reason = created (source file „ea19b11e57684c19a59ad6c2db6418e5.jpg“ exists. ? 1 output flavour(s). ? output flavour Output. ? settings previously used max content copy width to 0 pixels, because it was created by this article ID „1433“. ? need = no, because source „ea19b11e57684c19a59ad6c2db6418e5.jpg“ (22.01.2019 19:23:26) is older or equal age than dst „img_20180129_190000.jpg“ (22.01.2019 19:23:26). ? width of 2048 pixels must be reduced to match 890 pixels. Image loaded from „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\img_20180129_190000.jpg“. ? need create. ? actually sizing to „890“. ? remembering content copy size of 890×668 pixels because output flavor is Output. ? remembering previously used max content copy width 890 pixels because output flavor is Output. ? something created. ? nothing pseudo-created.)
2020-07-14 20:58:33,921 [19] INFO - [GetImageSizeInPixel - C] getting image size 890x668 for predefined content copy size (working copy image „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\content\media\images\ea19b11e57684c19a59ad6c2db6418e5.jpg“).
2020-07-14 20:58:33,922 [19] INFO - Returning live-calculated image size for image with ID 421, file version „ContentCopy“ of 890×668 pixels.
2020-07-14 20:58:33,922 [19] INFO - Returning cached image size for image with ID 421, file version „ContentCopy“ of 890×668 pixels.
2020-07-14 20:58:33,923 [19] INFO - About to execute the following script:
2020-07-14 20:58:33,923 [19] INFO - Information: 0 :
2020-07-14 20:58:33,923 [19] INFO - About to execute the following script:
2020-07-14 20:58:33,923 [19] INFO - ---------
2020-07-14 20:58:33,923 [19] INFO - Information: 0 :
2020-07-14 20:58:33,924 [19] INFO - ---------
2020-07-14 20:58:33,924 [19] INFO - function SE637303571139231697() {}
SE637303571139231697.prototype.executeScript = function(){
// Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
var additionalClass = context.param(0, "");
var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles.
var columnItemInlineCSS = context.param(2, "");
var showCssFields = context.param(3, true);
var columnItemCSSClass = context.param(4, "");
var dataAttributes = context.param(5, "");
if ( columnItemCSSClass !== "" ){
columnItemCSSClass = " " + columnItemCSSClass;
}
var inlineCss = article.inlineCss || "";
var cssClass = article.cssClass || "";
if ( additionalClass !== "" ){
additionalClass = " " + additionalClass;
}
if ( showCssFields && cssClass ){
additionalClass = additionalClass + " " + cssClass;
}
if ( columnItemInlineCSS !== "" ){
columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\"";
}
if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){
//inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
if ( showCssFields && inlineCss ){
inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
}
else{
inlineCss = ' style="' + articleAreaInlineCSS + '"';
}
}
else{
inlineCss = "";
}
function validClassName(theName){
var tmp = theName.toString().replace(/\s/g, "_");
// strip all non alphanumerics and make them dashes
tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-');
return tmp;
}
// so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text"
unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, ";
if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){
var myLeElement = "widget-text";
}
else{
var myLeElement = "widget-" + article.widgetNameInternal;
}
context.write("\r\n
\r\n\t
\r\n");
context.write( dataAttributes );
context.write(" class=\"articlearea zpw");
context.write( validClassName(article.widgetName) );
context.write( additionalClass );
context.write("\"");
context.write( inlineCss );
context.write(" ");
if ( !isNull(article) ) {
context.write("\r\n\t\r\n\t");
}
context.write(">\r\n\t");
// End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
};
/* Shortcuts. */
article = context.article;
page = context.page;
projectFolder = context.projectFolder;
project = context.project;
system = context.system;
new SE637303571139231697().executeScript();
2020-07-14 20:58:33,924 [19] INFO - Information: 0 :
2020-07-14 20:58:33,924 [19] INFO - function SE637303571139231697() {}
SE637303571139231697.prototype.executeScript = function(){
// Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
var additionalClass = context.param(0, "");
var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles.
var columnItemInlineCSS = context.param(2, "");
var showCssFields = context.param(3, true);
var columnItemCSSClass = context.param(4, "");
var dataAttributes = context.param(5, "");
if ( columnItemCSSClass !== "" ){
columnItemCSSClass = " " + columnItemCSSClass;
}
var inlineCss = article.inlineCss || "";
var cssClass = article.cssClass || "";
if ( additionalClass !== "" ){
additionalClass = " " + additionalClass;
}
if ( showCssFields && cssClass ){
additionalClass = additionalClass + " " + cssClass;
}
if ( columnItemInlineCSS !== "" ){
columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\"";
}
if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){
//inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
if ( showCssFields && inlineCss ){
inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
}
else{
inlineCss = ' style="' + articleAreaInlineCSS + '"';
}
}
else{
inlineCss = "";
}
function validClassName(theName){
var tmp = theName.toString().replace(/\s/g, "_");
// strip all non alphanumerics and make them dashes
tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-');
return tmp;
}
// so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text"
unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, ";
if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){
var myLeElement = "widget-text";
}
else{
var myLeElement = "widget-" + article.widgetNameInternal;
}
context.write("\r\n
\r\n\t
\r\n");
context.write( dataAttributes );
context.write(" class=\"articlearea zpw");
context.write( validClassName(article.widgetName) );
context.write( additionalClass );
context.write("\"");
context.write( inlineCss );
context.write(" ");
if ( !isNull(article) ) {
context.write("\r\n\t\r\n\t");
}
context.write(">\r\n\t");
// End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
};
/* Shortcuts. */
article = context.article;
page = context.page;
projectFolder = context.projectFolder;
project = context.project;
system = context.system;
new SE637303571139231697().executeScript();
2020-07-14 20:58:33,924 [19] INFO - ---------
2020-07-14 20:58:33,924 [19] INFO - Information: 0 :
2020-07-14 20:58:33,924 [19] INFO - ---------
2020-07-14 20:58:33,929 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:33,929 [19] INFO - Finished executing the following script:
2020-07-14 20:58:33,929 [19] INFO - Information: 0 :
2020-07-14 20:58:33,929 [19] INFO - Finished executing the following script:
2020-07-14 20:58:33,930 [19] INFO - ---------
2020-07-14 20:58:33,930 [19] INFO - Information: 0 :
2020-07-14 20:58:33,930 [19] INFO - ---------
2020-07-14 20:58:33,930 [19] INFO - function SE637303571139231697() {}
SE637303571139231697.prototype.executeScript = function(){
// Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
var additionalClass = context.param(0, "");
var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles.
var columnItemInlineCSS = context.param(2, "");
var showCssFields = context.param(3, true);
var columnItemCSSClass = context.param(4, "");
var dataAttributes = context.param(5, "");
if ( columnItemCSSClass !== "" ){
columnItemCSSClass = " " + columnItemCSSClass;
}
var inlineCss = article.inlineCss || "";
var cssClass = article.cssClass || "";
if ( additionalClass !== "" ){
additionalClass = " " + additionalClass;
}
if ( showCssFields && cssClass ){
additionalClass = additionalClass + " " + cssClass;
}
if ( columnItemInlineCSS !== "" ){
columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\"";
}
if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){
//inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
if ( showCssFields && inlineCss ){
inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
}
else{
inlineCss = ' style="' + articleAreaInlineCSS + '"';
}
}
else{
inlineCss = "";
}
function validClassName(theName){
var tmp = theName.toString().replace(/\s/g, "_");
// strip all non alphanumerics and make them dashes
tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-');
return tmp;
}
// so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text"
unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, ";
if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){
var myLeElement = "widget-text";
}
else{
var myLeElement = "widget-" + article.widgetNameInternal;
}
context.write("\r\n
\r\n\t
\r\n");
context.write( dataAttributes );
context.write(" class=\"articlearea zpw");
context.write( validClassName(article.widgetName) );
context.write( additionalClass );
context.write("\"");
context.write( inlineCss );
context.write(" ");
if ( !isNull(article) ) {
context.write("\r\n\t\r\n\t");
}
context.write(">\r\n\t");
// End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
};
/* Shortcuts. */
article = context.article;
page = context.page;
projectFolder = context.projectFolder;
project = context.project;
system = context.system;
new SE637303571139231697().executeScript();
2020-07-14 20:58:33,930 [19] INFO - Information: 0 :
2020-07-14 20:58:33,930 [19] INFO - function SE637303571139231697() {}
SE637303571139231697.prototype.executeScript = function(){
// Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
var additionalClass = context.param(0, "");
var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles.
var columnItemInlineCSS = context.param(2, "");
var showCssFields = context.param(3, true);
var columnItemCSSClass = context.param(4, "");
var dataAttributes = context.param(5, "");
if ( columnItemCSSClass !== "" ){
columnItemCSSClass = " " + columnItemCSSClass;
}
var inlineCss = article.inlineCss || "";
var cssClass = article.cssClass || "";
if ( additionalClass !== "" ){
additionalClass = " " + additionalClass;
}
if ( showCssFields && cssClass ){
additionalClass = additionalClass + " " + cssClass;
}
if ( columnItemInlineCSS !== "" ){
columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\"";
}
if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){
//inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
if ( showCssFields && inlineCss ){
inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
}
else{
inlineCss = ' style="' + articleAreaInlineCSS + '"';
}
}
else{
inlineCss = "";
}
function validClassName(theName){
var tmp = theName.toString().replace(/\s/g, "_");
// strip all non alphanumerics and make them dashes
tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-');
return tmp;
}
// so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text"
unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, ";
if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){
var myLeElement = "widget-text";
}
else{
var myLeElement = "widget-" + article.widgetNameInternal;
}
context.write("\r\n
\r\n\t
\r\n");
context.write( dataAttributes );
context.write(" class=\"articlearea zpw");
context.write( validClassName(article.widgetName) );
context.write( additionalClass );
context.write("\"");
context.write( inlineCss );
context.write(" ");
if ( !isNull(article) ) {
context.write("\r\n\t\r\n\t");
}
context.write(">\r\n\t");
// End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
};
/* Shortcuts. */
article = context.article;
page = context.page;
projectFolder = context.projectFolder;
project = context.project;
system = context.system;
new SE637303571139231697().executeScript();
2020-07-14 20:58:33,930 [19] INFO - ---------
2020-07-14 20:58:33,930 [19] INFO - Information: 0 :
2020-07-14 20:58:33,931 [19] INFO - ---------
2020-07-14 20:58:33,931 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2261.
2020-07-14 20:58:33,931 [19] INFO - Information: 0 :
2020-07-14 20:58:33,931 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2261.
2020-07-14 20:58:33,931 [19] INFO - ---------
2020-07-14 20:58:33,931 [19] INFO - Information: 0 :
2020-07-14 20:58:33,931 [19] INFO - ---------
2020-07-14 20:58:33,931 [19] INFO - [system.partial] „article-begin.html“ 8 ms „[0, popupimage]“
2020-07-14 20:58:33,931 [19] INFO - Information: 0 :
2020-07-14 20:58:33,931 [19] INFO - [system.partial] „article-begin.html“ 8 ms „[0, popupimage]“
2020-07-14 20:58:33,933 [19] INFO - [system.partial] „article-end.html“ 0 ms „“
2020-07-14 20:58:33,933 [19] INFO - Information: 0 :
2020-07-14 20:58:33,933 [19] INFO - [system.partial] „article-end.html“ 0 ms „“
2020-07-14 20:58:33,933 [19] INFO - Finished executing the following script:
2020-07-14 20:58:33,934 [19] INFO - Information: 0 :
2020-07-14 20:58:33,934 [19] INFO - Finished executing the following script:
2020-07-14 20:58:33,934 [19] INFO - ---------
2020-07-14 20:58:33,934 [19] INFO - Information: 0 :
2020-07-14 20:58:33,934 [19] INFO - ---------
2020-07-14 20:58:33,934 [19] INFO - function SE637303571121700694() {}
SE637303571121700694.prototype.executeScript = function(){
// Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'.
var image = project.getImage(article.value("image"));
var contentImageWidth = "890";
var defaultImageWidth = 960;
var cssClass = article.cssClass || "";
var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false;
// Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen.
contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth;
var gridCols = article.column.cssClass;
if ( gridCols ){
gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", ""));
}
else{
gridCols = 12;
}
var columnMargin = 30;
var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols;
// minimum width needed for 100% width display on 1-column breakpoint
var minwidth = parseInt(479 - columnMargin);
var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth;
if ( minwidth > contentCopyWidth ){
contentCopyWidth = minwidth;
}
//system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")");
var imageError = false;
if ( !isNull(image) ) {
if ( isBreakout ){
contentCopyWidth = image.workingCopyWidth;
}
try {
var iresult = image.ensureContentCopy(article, contentCopyWidth);
var thumbImageWidth = image.contentCopyWidth;
var thumbImageHeight = image.contentCopyHeight;
var description = image.description;
var altText = system.htmlEncode(system.removeHtmlTags(image.altText));
var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", "")));
if ( altText == "" && oldAltText !== "" ){
altText = oldAltText;
}
var encodedDescription = system.htmlEncode(image.description);
var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description));
// strip
-Tags from description as
is not valid inside SPAN
description = description.toString().replace(/
/g,"");
description = description.toString().replace(/<\/p>/g," ");
//system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult);
}
catch(err) {
imageError = true;
}
}
if ( stripDescription !== "" ) {
var showCaption = "1";
}
else {
var showCaption = "0";
}
var lightBox = article.value("lightbox", "lightbox");
var clickURL = article.value("clickurl");
var effect = article.value("effect", "none");
var effectClass = "";
switch ( effect ) {
case "hoverzoom":
effectClass = " zpeffect zphoverscale";
break;
default:
effectClass = "";
}
context.write("\r\n\r\n");
if ( isNull(image) || imageError ) {
context.write("\r\n\t");
if ( system.preview ) {
context.write("\r\n\t\t
\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t\r\n\t\t
\r\n\t\t");
context.write( system.partial("article-end.html") );
context.write("\r\n\t");
} else if ( lightBox == "off" ) {
context.write("\r\n\t\t");
context.write( system.partial("article-begin.html") );
context.write("\r\n\t\t\t");
if ( image.isSvgImage ){
context.write("\r\n\t\t\t\r\n\t\t\t");
} else if ( image.isAnimatedGif ) {
context.write("\r\n\t\t\t\r\n\t\t\t");
} else {
context.write("\r\n\t\t\t\r\n\t\t\t");
}
context.write("\r\n\r\n\t\t\t");
if ( showCaption == "1" && description ) {
context.write("\r\n\t\t\t\t");
context.write( description );
context.write("\r\n\t\t\t");
}
context.write("\r\n\t\t");
context.write( system.partial("article-end.html") );
context.write("\r\n\t");
} else {
context.write("\r\n\t\t");
context.write( system.partial("article-begin.html") );
context.write("\r\n\t\t\t");
if ( clickURL !== "" ) {
context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t");
if ( image.isSvgImage ){
context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t");
} else if ( image.isAnimatedGif ) {
context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t");
} else {
context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t");
}
context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t");
} else {
context.write("\r\n\t\t\t\t\r\n\t\t\t");
}
context.write("\r\n\r\n\t\t\t");
if ( showCaption == "1" && description ) {
context.write("\r\n\t\t\t\t");
context.write( description );
context.write("\r\n\t\t\t");
}
context.write("\r\n\t\t");
context.write( system.partial("article-end.html") );
context.write("\r\n\t");
}
context.write("\r\n");
}
// End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'.
};
/* Shortcuts. */
article = context.article;
page = context.page;
projectFolder = context.projectFolder;
project = context.project;
system = context.system;
new SE637303571139541715().executeScript();
2020-07-14 20:58:33,956 [19] INFO - ---------
2020-07-14 20:58:33,956 [19] INFO - Information: 0 :
2020-07-14 20:58:33,956 [19] INFO - ---------
2020-07-14 20:58:33,958 [19] INFO - Information: 0 :
2020-07-14 20:58:33,958 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:33,960 [19] INFO - Information: 0 :
2020-07-14 20:58:33,960 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:33,961 [19] INFO - Information: 0 :
2020-07-14 20:58:33,961 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:33,961 [19] INFO - [SetContentCopyImageSizeInPixel] 890 x 231 pixels for output flavor „Output“. Laden von Bild-Asset.
2020-07-14 20:58:33,961 [19] INFO - Information: 0 :
2020-07-14 20:58:33,961 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:33,963 [19] INFO - Information: 0 :
2020-07-14 20:58:33,963 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:33,963 [19] INFO - Information: 0 :
2020-07-14 20:58:33,964 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:33,964 [19] INFO - Entering 'ensureContentCopy' for image 422, article 1434, size 890.
2020-07-14 20:58:33,964 [19] INFO - Called 'createContentCopy' scripting function with article ID = 1434, image ID = 422, maxWidthInPixel = 890.
2020-07-14 20:58:33,965 [19] INFO - [CreateContentCopy] Create content copy für Asset ID 422, max. Breite 890. Vorlage „C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive“, Output „Output“.
2020-07-14 20:58:33,965 [19] INFO - [IsSourceFileNewerThanDestinationFile] Comparing source file „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\content\media\images\c14720cd67e74287b5bfa1fb1da61653.jpg“ (22.01.2019 19:23:26) with destination „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\img_20180130_211004.jpg“ (22.01.2019 19:23:26). Delta last write time is 0 seconds. Is source file newer: False.
2020-07-14 20:58:33,969 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:33,999 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:34,022 [19] INFO - About to save image to file path 'C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-425a8e4fe77e4cebb69a594b274f3f6e\0cf9a523f6d94b208765ad3fc2083108.png'...
2020-07-14 20:58:34,027 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:34,059 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:34,084 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:34,120 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:34,139 [19] INFO - Successfully saved image to file path 'C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-425a8e4fe77e4cebb69a594b274f3f6e\0cf9a523f6d94b208765ad3fc2083108.png'.
2020-07-14 20:58:34,141 [19] INFO - About to call app 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\Applications\zpix.exe' with parameters 'reduce-image-size --source-file-path="C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-425a8e4fe77e4cebb69a594b274f3f6e\0cf9a523f6d94b208765ad3fc2083108.png" --destination-file-path="C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-425a8e4fe77e4cebb69a594b274f3f6e\54365711996b42689862f28c2881b3bd.png" --ecm="false" --width=890 --height=0 --mode="prop-x"'
2020-07-14 20:58:34,153 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:34,191 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:34,211 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:34,248 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:34,280 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:34,299 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:34,310 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:34,338 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:34,365 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:34,403 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:34,433 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:34,465 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:34,495 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:34,524 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:34,556 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:34,591 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:34,616 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:34,653 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:34,672 [19] INFO - Returning exit code 0.
2020-07-14 20:58:34,672 [19] INFO -
2020-07-14 20:58:34,674 [19] INFO - Exit code of '0' for call app 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\Applications\zpix.exe' with parameters 'reduce-image-size --source-file-path="C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-425a8e4fe77e4cebb69a594b274f3f6e\0cf9a523f6d94b208765ad3fc2083108.png" --destination-file-path="C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-425a8e4fe77e4cebb69a594b274f3f6e\54365711996b42689862f28c2881b3bd.png" --ecm="false" --width=890 --height=0 --mode="prop-x"'
2020-07-14 20:58:34,681 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:34,698 [19] INFO - About to save image to file path 'C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\img_20180130_211004.jpg'...
2020-07-14 20:58:34,713 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:34,715 [19] INFO - Successfully saved image to file path 'C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\img_20180130_211004.jpg'.
2020-07-14 20:58:34,722 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:34,734 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:34,741 [19] INFO - [SetContentCopyImageSizeInPixel] 890 x 231 pixels for output flavor „Output“. Innerhalb von [CreateContentCopy] (1). Reason: source file „c14720cd67e74287b5bfa1fb1da61653.jpg“ exists. ? 1 output flavour(s). ? output flavour Output. ? settings previously used max content copy width to 0 pixels, because it was created by this article ID „1434“. ? need = no, because source „c14720cd67e74287b5bfa1fb1da61653.jpg“ (22.01.2019 19:23:26) is older or equal age than dst „img_20180130_211004.jpg“ (22.01.2019 19:23:26). ? width of 2048 pixels must be reduced to match 890 pixels. Image loaded from „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\img_20180130_211004.jpg“. ? need create. ? actually sizing to „890“. ? remembering content copy size of 890×231 pixels because output flavor is Output.
2020-07-14 20:58:34,741 [19] INFO - Information: 0 :
2020-07-14 20:58:34,741 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:34,743 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:34,746 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:34,749 [19] INFO - Information: 0 :
2020-07-14 20:58:34,749 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:34,749 [19] INFO - Information: 0 :
2020-07-14 20:58:34,749 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:34,749 [19] INFO - Information: 0 :
2020-07-14 20:58:34,750 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:34,755 [19] INFO - Information: 0 :
2020-07-14 20:58:34,755 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:34,755 [19] INFO - Information: 0 :
2020-07-14 20:58:34,755 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:34,755 [19] INFO - Information: 0 :
2020-07-14 20:58:34,755 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:34,758 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:34,760 [19] INFO - Information: 0 :
2020-07-14 20:58:34,761 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:34,761 [19] INFO - Information: 0 :
2020-07-14 20:58:34,761 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:34,761 [19] INFO - [CreateContentCopy] Finished creating content copy für Asset ID 422, max. Breite 890. Vorlage „C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive“, Output „Output“. Anything created: „True“. Anything pseudo-created: „False“. Reasons während des Vorgangs: source file „c14720cd67e74287b5bfa1fb1da61653.jpg“ exists. ? 1 output flavour(s). ? output flavour Output. ? settings previously used max content copy width to 0 pixels, because it was created by this article ID „1434“. ? need = no, because source „c14720cd67e74287b5bfa1fb1da61653.jpg“ (22.01.2019 19:23:26) is older or equal age than dst „img_20180130_211004.jpg“ (22.01.2019 19:23:26). ? width of 2048 pixels must be reduced to match 890 pixels. Image loaded from „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\img_20180130_211004.jpg“. ? need create. ? actually sizing to „890“. ? remembering content copy size of 890×231 pixels because output flavor is Output. ? remembering previously used max content copy width 890 pixels because output flavor is Output. ? something created. ? nothing pseudo-created..
2020-07-14 20:58:34,761 [19] INFO - 'createContentCopy': Content copy WAS created (source file „c14720cd67e74287b5bfa1fb1da61653.jpg“ exists. ? 1 output flavour(s). ? output flavour Output. ? settings previously used max content copy width to 0 pixels, because it was created by this article ID „1434“. ? need = no, because source „c14720cd67e74287b5bfa1fb1da61653.jpg“ (22.01.2019 19:23:26) is older or equal age than dst „img_20180130_211004.jpg“ (22.01.2019 19:23:26). ? width of 2048 pixels must be reduced to match 890 pixels. Image loaded from „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\img_20180130_211004.jpg“. ? need create. ? actually sizing to „890“. ? remembering content copy size of 890×231 pixels because output flavor is Output. ? remembering previously used max content copy width 890 pixels because output flavor is Output. ? something created. ? nothing pseudo-created.).
2020-07-14 20:58:34,761 [19] INFO - Called 'skipContentCopy' scripting function with image ID = 422.
2020-07-14 20:58:34,761 [19] INFO - Called 'NotifyImageAssetContentCopyCreated' with image ID = 422.
2020-07-14 20:58:34,762 [19] INFO - Removing 1 job in 'NotifyImageAssetContentCopyCreated'.
2020-07-14 20:58:34,762 [19] INFO - Adding again 1 working-copy-only jobs in 'NotifyImageAssetContentCopyCreated'.
2020-07-14 20:58:34,762 [19] INFO - Called 'NotifyImageAssetContentCopyCreated' with image ID = 422.
2020-07-14 20:58:34,763 [19] INFO - Leaving 'ensureContentCopy' for image 422, article 1434, size „890“, reason = created (source file „c14720cd67e74287b5bfa1fb1da61653.jpg“ exists. ? 1 output flavour(s). ? output flavour Output. ? settings previously used max content copy width to 0 pixels, because it was created by this article ID „1434“. ? need = no, because source „c14720cd67e74287b5bfa1fb1da61653.jpg“ (22.01.2019 19:23:26) is older or equal age than dst „img_20180130_211004.jpg“ (22.01.2019 19:23:26). ? width of 2048 pixels must be reduced to match 890 pixels. Image loaded from „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\img_20180130_211004.jpg“. ? need create. ? actually sizing to „890“. ? remembering content copy size of 890×231 pixels because output flavor is Output. ? remembering previously used max content copy width 890 pixels because output flavor is Output. ? something created. ? nothing pseudo-created.)
2020-07-14 20:58:34,763 [19] INFO - [GetImageSizeInPixel - C] getting image size 890x231 for predefined content copy size (working copy image „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\content\media\images\c14720cd67e74287b5bfa1fb1da61653.jpg“).
2020-07-14 20:58:34,763 [19] INFO - Returning live-calculated image size for image with ID 422, file version „ContentCopy“ of 890×231 pixels.
2020-07-14 20:58:34,763 [19] INFO - Returning cached image size for image with ID 422, file version „ContentCopy“ of 890×231 pixels.
2020-07-14 20:58:34,765 [19] INFO - About to execute the following script:
2020-07-14 20:58:34,765 [19] INFO - Information: 0 :
2020-07-14 20:58:34,766 [19] INFO - About to execute the following script:
2020-07-14 20:58:34,766 [19] INFO - ---------
2020-07-14 20:58:34,766 [19] INFO - Information: 0 :
2020-07-14 20:58:34,766 [19] INFO - ---------
2020-07-14 20:58:34,766 [19] INFO - function SE637303571147652179() {}
SE637303571147652179.prototype.executeScript = function(){
// Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
var additionalClass = context.param(0, "");
var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles.
var columnItemInlineCSS = context.param(2, "");
var showCssFields = context.param(3, true);
var columnItemCSSClass = context.param(4, "");
var dataAttributes = context.param(5, "");
if ( columnItemCSSClass !== "" ){
columnItemCSSClass = " " + columnItemCSSClass;
}
var inlineCss = article.inlineCss || "";
var cssClass = article.cssClass || "";
if ( additionalClass !== "" ){
additionalClass = " " + additionalClass;
}
if ( showCssFields && cssClass ){
additionalClass = additionalClass + " " + cssClass;
}
if ( columnItemInlineCSS !== "" ){
columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\"";
}
if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){
//inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
if ( showCssFields && inlineCss ){
inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
}
else{
inlineCss = ' style="' + articleAreaInlineCSS + '"';
}
}
else{
inlineCss = "";
}
function validClassName(theName){
var tmp = theName.toString().replace(/\s/g, "_");
// strip all non alphanumerics and make them dashes
tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-');
return tmp;
}
// so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text"
unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, ";
if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){
var myLeElement = "widget-text";
}
else{
var myLeElement = "widget-" + article.widgetNameInternal;
}
context.write("\r\n
\r\n\t
\r\n");
context.write( dataAttributes );
context.write(" class=\"articlearea zpw");
context.write( validClassName(article.widgetName) );
context.write( additionalClass );
context.write("\"");
context.write( inlineCss );
context.write(" ");
if ( !isNull(article) ) {
context.write("\r\n\t\r\n\t");
}
context.write(">\r\n\t");
// End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
};
/* Shortcuts. */
article = context.article;
page = context.page;
projectFolder = context.projectFolder;
project = context.project;
system = context.system;
new SE637303571147652179().executeScript();
2020-07-14 20:58:34,766 [19] INFO - Information: 0 :
2020-07-14 20:58:34,766 [19] INFO - function SE637303571147652179() {}
SE637303571147652179.prototype.executeScript = function(){
// Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
var additionalClass = context.param(0, "");
var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles.
var columnItemInlineCSS = context.param(2, "");
var showCssFields = context.param(3, true);
var columnItemCSSClass = context.param(4, "");
var dataAttributes = context.param(5, "");
if ( columnItemCSSClass !== "" ){
columnItemCSSClass = " " + columnItemCSSClass;
}
var inlineCss = article.inlineCss || "";
var cssClass = article.cssClass || "";
if ( additionalClass !== "" ){
additionalClass = " " + additionalClass;
}
if ( showCssFields && cssClass ){
additionalClass = additionalClass + " " + cssClass;
}
if ( columnItemInlineCSS !== "" ){
columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\"";
}
if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){
//inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
if ( showCssFields && inlineCss ){
inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
}
else{
inlineCss = ' style="' + articleAreaInlineCSS + '"';
}
}
else{
inlineCss = "";
}
function validClassName(theName){
var tmp = theName.toString().replace(/\s/g, "_");
// strip all non alphanumerics and make them dashes
tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-');
return tmp;
}
// so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text"
unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, ";
if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){
var myLeElement = "widget-text";
}
else{
var myLeElement = "widget-" + article.widgetNameInternal;
}
context.write("\r\n
\r\n\t
\r\n");
context.write( dataAttributes );
context.write(" class=\"articlearea zpw");
context.write( validClassName(article.widgetName) );
context.write( additionalClass );
context.write("\"");
context.write( inlineCss );
context.write(" ");
if ( !isNull(article) ) {
context.write("\r\n\t\r\n\t");
}
context.write(">\r\n\t");
// End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
};
/* Shortcuts. */
article = context.article;
page = context.page;
projectFolder = context.projectFolder;
project = context.project;
system = context.system;
new SE637303571147652179().executeScript();
2020-07-14 20:58:34,766 [19] INFO - ---------
2020-07-14 20:58:34,767 [19] INFO - Information: 0 :
2020-07-14 20:58:34,767 [19] INFO - ---------
2020-07-14 20:58:34,772 [19] INFO - Finished executing the following script:
2020-07-14 20:58:34,772 [19] INFO - Information: 0 :
2020-07-14 20:58:34,772 [19] INFO - Finished executing the following script:
2020-07-14 20:58:34,773 [19] INFO - ---------
2020-07-14 20:58:34,773 [19] INFO - Information: 0 :
2020-07-14 20:58:34,773 [19] INFO - ---------
2020-07-14 20:58:34,773 [19] INFO - function SE637303571147652179() {}
SE637303571147652179.prototype.executeScript = function(){
// Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
var additionalClass = context.param(0, "");
var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles.
var columnItemInlineCSS = context.param(2, "");
var showCssFields = context.param(3, true);
var columnItemCSSClass = context.param(4, "");
var dataAttributes = context.param(5, "");
if ( columnItemCSSClass !== "" ){
columnItemCSSClass = " " + columnItemCSSClass;
}
var inlineCss = article.inlineCss || "";
var cssClass = article.cssClass || "";
if ( additionalClass !== "" ){
additionalClass = " " + additionalClass;
}
if ( showCssFields && cssClass ){
additionalClass = additionalClass + " " + cssClass;
}
if ( columnItemInlineCSS !== "" ){
columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\"";
}
if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){
//inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
if ( showCssFields && inlineCss ){
inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
}
else{
inlineCss = ' style="' + articleAreaInlineCSS + '"';
}
}
else{
inlineCss = "";
}
function validClassName(theName){
var tmp = theName.toString().replace(/\s/g, "_");
// strip all non alphanumerics and make them dashes
tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-');
return tmp;
}
// so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text"
unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, ";
if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){
var myLeElement = "widget-text";
}
else{
var myLeElement = "widget-" + article.widgetNameInternal;
}
context.write("\r\n
\r\n\t
\r\n");
context.write( dataAttributes );
context.write(" class=\"articlearea zpw");
context.write( validClassName(article.widgetName) );
context.write( additionalClass );
context.write("\"");
context.write( inlineCss );
context.write(" ");
if ( !isNull(article) ) {
context.write("\r\n\t\r\n\t");
}
context.write(">\r\n\t");
// End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
};
/* Shortcuts. */
article = context.article;
page = context.page;
projectFolder = context.projectFolder;
project = context.project;
system = context.system;
new SE637303571147652179().executeScript();
2020-07-14 20:58:34,773 [19] INFO - Information: 0 :
2020-07-14 20:58:34,773 [19] INFO - function SE637303571147652179() {}
SE637303571147652179.prototype.executeScript = function(){
// Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
var additionalClass = context.param(0, "");
var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles.
var columnItemInlineCSS = context.param(2, "");
var showCssFields = context.param(3, true);
var columnItemCSSClass = context.param(4, "");
var dataAttributes = context.param(5, "");
if ( columnItemCSSClass !== "" ){
columnItemCSSClass = " " + columnItemCSSClass;
}
var inlineCss = article.inlineCss || "";
var cssClass = article.cssClass || "";
if ( additionalClass !== "" ){
additionalClass = " " + additionalClass;
}
if ( showCssFields && cssClass ){
additionalClass = additionalClass + " " + cssClass;
}
if ( columnItemInlineCSS !== "" ){
columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\"";
}
if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){
//inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
if ( showCssFields && inlineCss ){
inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
}
else{
inlineCss = ' style="' + articleAreaInlineCSS + '"';
}
}
else{
inlineCss = "";
}
function validClassName(theName){
var tmp = theName.toString().replace(/\s/g, "_");
// strip all non alphanumerics and make them dashes
tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-');
return tmp;
}
// so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text"
unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, ";
if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){
var myLeElement = "widget-text";
}
else{
var myLeElement = "widget-" + article.widgetNameInternal;
}
context.write("\r\n
\r\n\t
\r\n");
context.write( dataAttributes );
context.write(" class=\"articlearea zpw");
context.write( validClassName(article.widgetName) );
context.write( additionalClass );
context.write("\"");
context.write( inlineCss );
context.write(" ");
if ( !isNull(article) ) {
context.write("\r\n\t\r\n\t");
}
context.write(">\r\n\t");
// End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
};
/* Shortcuts. */
article = context.article;
page = context.page;
projectFolder = context.projectFolder;
project = context.project;
system = context.system;
new SE637303571147652179().executeScript();
2020-07-14 20:58:34,773 [19] INFO - ---------
2020-07-14 20:58:34,774 [19] INFO - Information: 0 :
2020-07-14 20:58:34,774 [19] INFO - ---------
2020-07-14 20:58:34,774 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2263.
2020-07-14 20:58:34,774 [19] INFO - Information: 0 :
2020-07-14 20:58:34,774 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2263.
2020-07-14 20:58:34,774 [19] INFO - ---------
2020-07-14 20:58:34,775 [19] INFO - Information: 0 :
2020-07-14 20:58:34,775 [19] INFO - ---------
2020-07-14 20:58:34,775 [19] INFO - [system.partial] „article-begin.html“ 11 ms „[0, popupimage]“
2020-07-14 20:58:34,776 [19] INFO - Information: 0 :
2020-07-14 20:58:34,776 [19] INFO - [system.partial] „article-begin.html“ 11 ms „[0, popupimage]“
2020-07-14 20:58:34,777 [19] INFO - [system.partial] „article-end.html“ 0 ms „“
2020-07-14 20:58:34,777 [19] INFO - Information: 0 :
2020-07-14 20:58:34,777 [19] INFO - [system.partial] „article-end.html“ 0 ms „“
2020-07-14 20:58:34,778 [19] INFO - Finished executing the following script:
2020-07-14 20:58:34,778 [19] INFO - Information: 0 :
2020-07-14 20:58:34,778 [19] INFO - Finished executing the following script:
2020-07-14 20:58:34,778 [19] INFO - ---------
2020-07-14 20:58:34,778 [19] INFO - Information: 0 :
2020-07-14 20:58:34,778 [19] INFO - ---------
2020-07-14 20:58:34,778 [19] INFO - function SE637303571139541715() {}
SE637303571139541715.prototype.executeScript = function(){
// Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'.
var image = project.getImage(article.value("image"));
var contentImageWidth = "890";
var defaultImageWidth = 960;
var cssClass = article.cssClass || "";
var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false;
// Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen.
contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth;
var gridCols = article.column.cssClass;
if ( gridCols ){
gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", ""));
}
else{
gridCols = 12;
}
var columnMargin = 30;
var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols;
// minimum width needed for 100% width display on 1-column breakpoint
var minwidth = parseInt(479 - columnMargin);
var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth;
if ( minwidth > contentCopyWidth ){
contentCopyWidth = minwidth;
}
//system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")");
var imageError = false;
if ( !isNull(image) ) {
if ( isBreakout ){
contentCopyWidth = image.workingCopyWidth;
}
try {
var iresult = image.ensureContentCopy(article, contentCopyWidth);
var thumbImageWidth = image.contentCopyWidth;
var thumbImageHeight = image.contentCopyHeight;
var description = image.description;
var altText = system.htmlEncode(system.removeHtmlTags(image.altText));
var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", "")));
if ( altText == "" && oldAltText !== "" ){
altText = oldAltText;
}
var encodedDescription = system.htmlEncode(image.description);
var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description));
// strip
-Tags from description as
is not valid inside SPAN
description = description.toString().replace(/
/g,"");
description = description.toString().replace(/<\/p>/g," ");
//system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult);
}
catch(err) {
imageError = true;
}
}
if ( stripDescription !== "" ) {
var showCaption = "1";
}
else {
var showCaption = "0";
}
var lightBox = article.value("lightbox", "lightbox");
var clickURL = article.value("clickurl");
var effect = article.value("effect", "none");
var effectClass = "";
switch ( effect ) {
case "hoverzoom":
effectClass = " zpeffect zphoverscale";
break;
default:
effectClass = "";
}
context.write("\r\n\r\n");
if ( isNull(image) || imageError ) {
context.write("\r\n\t");
if ( system.preview ) {
context.write("\r\n\t\t
\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t\r\n\t\t
\r\n\t\t");
context.write( system.partial("article-end.html") );
context.write("\r\n\t");
} else if ( lightBox == "off" ) {
context.write("\r\n\t\t");
context.write( system.partial("article-begin.html") );
context.write("\r\n\t\t\t");
if ( image.isSvgImage ){
context.write("\r\n\t\t\t\r\n\t\t\t");
} else if ( image.isAnimatedGif ) {
context.write("\r\n\t\t\t\r\n\t\t\t");
} else {
context.write("\r\n\t\t\t\r\n\t\t\t");
}
context.write("\r\n\r\n\t\t\t");
if ( showCaption == "1" && description ) {
context.write("\r\n\t\t\t\t");
context.write( description );
context.write("\r\n\t\t\t");
}
context.write("\r\n\t\t");
context.write( system.partial("article-end.html") );
context.write("\r\n\t");
} else {
context.write("\r\n\t\t");
context.write( system.partial("article-begin.html") );
context.write("\r\n\t\t\t");
if ( clickURL !== "" ) {
context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t");
if ( image.isSvgImage ){
context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t");
} else if ( image.isAnimatedGif ) {
context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t");
} else {
context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t");
}
context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t");
} else {
context.write("\r\n\t\t\t\t\r\n\t\t\t");
}
context.write("\r\n\r\n\t\t\t");
if ( showCaption == "1" && description ) {
context.write("\r\n\t\t\t\t");
context.write( description );
context.write("\r\n\t\t\t");
}
context.write("\r\n\t\t");
context.write( system.partial("article-end.html") );
context.write("\r\n\t");
}
context.write("\r\n");
}
// End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'.
};
/* Shortcuts. */
article = context.article;
page = context.page;
projectFolder = context.projectFolder;
project = context.project;
system = context.system;
new SE637303571148642235().executeScript();
2020-07-14 20:58:34,866 [19] INFO - ---------
2020-07-14 20:58:34,867 [19] INFO - Information: 0 :
2020-07-14 20:58:34,867 [19] INFO - ---------
2020-07-14 20:58:34,867 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:34,869 [19] INFO - Information: 0 :
2020-07-14 20:58:34,869 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:34,871 [19] INFO - Information: 0 :
2020-07-14 20:58:34,871 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:34,871 [19] INFO - Information: 0 :
2020-07-14 20:58:34,871 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:34,871 [19] INFO - [SetContentCopyImageSizeInPixel] 890 x 1187 pixels for output flavor „Output“. Laden von Bild-Asset.
2020-07-14 20:58:34,872 [19] INFO - Entering 'ensureContentCopy' for image 423, article 1436, size 890.
2020-07-14 20:58:34,872 [19] INFO - Called 'createContentCopy' scripting function with article ID = 1436, image ID = 423, maxWidthInPixel = 890.
2020-07-14 20:58:34,873 [19] INFO - [CreateContentCopy] Create content copy für Asset ID 423, max. Breite 890. Vorlage „C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive“, Output „Output“.
2020-07-14 20:58:34,875 [19] INFO - [IsSourceFileNewerThanDestinationFile] Comparing source file „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\content\media\images\923304e980634f9fb6658a0524220f00.jpg“ (22.01.2019 19:23:24) with destination „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\dscn6619.jpg“ (22.01.2019 19:23:24). Delta last write time is 0 seconds. Is source file newer: False.
2020-07-14 20:58:34,891 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:34,901 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:34,903 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:34,933 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:34,961 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:34,993 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:35,025 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:35,055 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:35,087 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:35,117 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:35,149 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:35,171 [19] INFO - About to save image to file path 'C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-84988fb1bdf54ecd8372caf53baf01a6\7a7b50c1f44649848c4e5dd55622d257.png'...
2020-07-14 20:58:35,178 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:35,208 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:35,242 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:35,271 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:35,309 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:35,317 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:35,335 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:35,351 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:35,373 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:35,399 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:35,428 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:35,460 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:35,509 [Zeta Producer 15 main thread] INFO - Information: 0 :
2020-07-14 20:58:35,509 [Zeta Producer 15 main thread] INFO - [MyformFooterCheckButton] state = 'Normal', color = 'Color [A=255, R=106, G=106, B=106]'.
2020-07-14 20:58:35,509 [Zeta Producer 15 main thread] INFO - Information: 0 :
2020-07-14 20:58:35,509 [Zeta Producer 15 main thread] INFO - [MyformFooterCheckButton] state = 'Normal', color = 'Color [A=255, R=106, G=106, B=106]'.
2020-07-14 20:58:35,513 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:35,535 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:35,554 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:35,588 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:35,618 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:35,645 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:35,679 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:35,711 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:35,736 [19] INFO - Successfully saved image to file path 'C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-84988fb1bdf54ecd8372caf53baf01a6\7a7b50c1f44649848c4e5dd55622d257.png'.
2020-07-14 20:58:35,738 [19] INFO - About to call app 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\Applications\zpix.exe' with parameters 'reduce-image-size --source-file-path="C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-84988fb1bdf54ecd8372caf53baf01a6\7a7b50c1f44649848c4e5dd55622d257.png" --destination-file-path="C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-84988fb1bdf54ecd8372caf53baf01a6\837da0be293849388410bc8dd1068605.png" --ecm="false" --width=890 --height=0 --mode="prop-x"'
2020-07-14 20:58:35,740 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:35,776 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:35,804 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:35,833 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:35,868 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:35,900 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:35,928 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:35,957 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:35,997 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:36,026 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:36,054 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:36,083 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:36,115 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:36,153 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:36,183 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:36,211 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:36,243 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:36,272 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:36,303 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:36,332 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:36,370 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:36,393 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:36,431 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:36,463 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:36,493 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:36,521 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:36,553 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:36,583 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:36,613 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:36,648 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:36,666 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:36,678 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:36,707 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:36,747 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:36,770 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:36,800 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:36,838 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:36,861 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:36,896 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:36,926 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:36,961 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:36,989 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:36,990 [19] INFO - Returning exit code 0.
2020-07-14 20:58:36,990 [19] INFO -
2020-07-14 20:58:36,994 [19] INFO - Exit code of '0' for call app 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\Applications\zpix.exe' with parameters 'reduce-image-size --source-file-path="C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-84988fb1bdf54ecd8372caf53baf01a6\7a7b50c1f44649848c4e5dd55622d257.png" --destination-file-path="C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-84988fb1bdf54ecd8372caf53baf01a6\837da0be293849388410bc8dd1068605.png" --ecm="false" --width=890 --height=0 --mode="prop-x"'
2020-07-14 20:58:37,018 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:37,053 [19] INFO - About to save image to file path 'C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\dscn6619.jpg'...
2020-07-14 20:58:37,056 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:37,082 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:37,086 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:37,106 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:37,115 [19] INFO - Successfully saved image to file path 'C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\dscn6619.jpg'.
2020-07-14 20:58:37,116 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:37,129 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:37,138 [19] INFO - [SetContentCopyImageSizeInPixel] 890 x 1187 pixels for output flavor „Output“. Innerhalb von [CreateContentCopy] (1). Reason: source file „923304e980634f9fb6658a0524220f00.jpg“ exists. ? 1 output flavour(s). ? output flavour Output. ? settings previously used max content copy width to 0 pixels, because it was created by this article ID „1436“. ? need = no, because source „923304e980634f9fb6658a0524220f00.jpg“ (22.01.2019 19:23:24) is older or equal age than dst „dscn6619.jpg“ (22.01.2019 19:23:24). ? width of 2048 pixels must be reduced to match 890 pixels. Image loaded from „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\dscn6619.jpg“. ? need create. ? actually sizing to „890“. ? remembering content copy size of 890×1187 pixels because output flavor is Output.
2020-07-14 20:58:37,140 [19] INFO - Information: 0 :
2020-07-14 20:58:37,140 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:37,141 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:37,145 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:37,149 [19] INFO - Information: 0 :
2020-07-14 20:58:37,149 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:37,149 [19] INFO - Information: 0 :
2020-07-14 20:58:37,149 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:37,150 [19] INFO - Information: 0 :
2020-07-14 20:58:37,150 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:37,153 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:37,156 [19] INFO - Information: 0 :
2020-07-14 20:58:37,156 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:37,156 [19] INFO - Information: 0 :
2020-07-14 20:58:37,156 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:37,156 [19] INFO - Information: 0 :
2020-07-14 20:58:37,156 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:37,161 [19] INFO - Information: 0 :
2020-07-14 20:58:37,161 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:37,161 [19] INFO - Information: 0 :
2020-07-14 20:58:37,161 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:37,162 [19] INFO - [CreateContentCopy] Finished creating content copy für Asset ID 423, max. Breite 890. Vorlage „C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive“, Output „Output“. Anything created: „True“. Anything pseudo-created: „False“. Reasons während des Vorgangs: source file „923304e980634f9fb6658a0524220f00.jpg“ exists. ? 1 output flavour(s). ? output flavour Output. ? settings previously used max content copy width to 0 pixels, because it was created by this article ID „1436“. ? need = no, because source „923304e980634f9fb6658a0524220f00.jpg“ (22.01.2019 19:23:24) is older or equal age than dst „dscn6619.jpg“ (22.01.2019 19:23:24). ? width of 2048 pixels must be reduced to match 890 pixels. Image loaded from „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\dscn6619.jpg“. ? need create. ? actually sizing to „890“. ? remembering content copy size of 890×1187 pixels because output flavor is Output. ? remembering previously used max content copy width 890 pixels because output flavor is Output. ? something created. ? nothing pseudo-created..
2020-07-14 20:58:37,162 [19] INFO - 'createContentCopy': Content copy WAS created (source file „923304e980634f9fb6658a0524220f00.jpg“ exists. ? 1 output flavour(s). ? output flavour Output. ? settings previously used max content copy width to 0 pixels, because it was created by this article ID „1436“. ? need = no, because source „923304e980634f9fb6658a0524220f00.jpg“ (22.01.2019 19:23:24) is older or equal age than dst „dscn6619.jpg“ (22.01.2019 19:23:24). ? width of 2048 pixels must be reduced to match 890 pixels. Image loaded from „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\dscn6619.jpg“. ? need create. ? actually sizing to „890“. ? remembering content copy size of 890×1187 pixels because output flavor is Output. ? remembering previously used max content copy width 890 pixels because output flavor is Output. ? something created. ? nothing pseudo-created.).
2020-07-14 20:58:37,162 [19] INFO - Called 'skipContentCopy' scripting function with image ID = 423.
2020-07-14 20:58:37,162 [19] INFO - Called 'NotifyImageAssetContentCopyCreated' with image ID = 423.
2020-07-14 20:58:37,162 [19] INFO - Removing 1 job in 'NotifyImageAssetContentCopyCreated'.
2020-07-14 20:58:37,163 [19] INFO - Adding again 1 working-copy-only jobs in 'NotifyImageAssetContentCopyCreated'.
2020-07-14 20:58:37,163 [19] INFO - Called 'NotifyImageAssetContentCopyCreated' with image ID = 423.
2020-07-14 20:58:37,163 [19] INFO - Leaving 'ensureContentCopy' for image 423, article 1436, size „890“, reason = created (source file „923304e980634f9fb6658a0524220f00.jpg“ exists. ? 1 output flavour(s). ? output flavour Output. ? settings previously used max content copy width to 0 pixels, because it was created by this article ID „1436“. ? need = no, because source „923304e980634f9fb6658a0524220f00.jpg“ (22.01.2019 19:23:24) is older or equal age than dst „dscn6619.jpg“ (22.01.2019 19:23:24). ? width of 2048 pixels must be reduced to match 890 pixels. Image loaded from „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\dscn6619.jpg“. ? need create. ? actually sizing to „890“. ? remembering content copy size of 890×1187 pixels because output flavor is Output. ? remembering previously used max content copy width 890 pixels because output flavor is Output. ? something created. ? nothing pseudo-created.)
2020-07-14 20:58:37,164 [19] INFO - [GetImageSizeInPixel - C] getting image size 890x1187 for predefined content copy size (working copy image „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\content\media\images\923304e980634f9fb6658a0524220f00.jpg“).
2020-07-14 20:58:37,164 [19] INFO - Returning live-calculated image size for image with ID 423, file version „ContentCopy“ of 890×1187 pixels.
2020-07-14 20:58:37,164 [19] INFO - Returning cached image size for image with ID 423, file version „ContentCopy“ of 890×1187 pixels.
2020-07-14 20:58:37,165 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:37,166 [19] INFO - About to execute the following script:
2020-07-14 20:58:37,166 [19] INFO - Information: 0 :
2020-07-14 20:58:37,166 [19] INFO - About to execute the following script:
2020-07-14 20:58:37,166 [19] INFO - ---------
2020-07-14 20:58:37,166 [19] INFO - Information: 0 :
2020-07-14 20:58:37,166 [19] INFO - ---------
2020-07-14 20:58:37,166 [19] INFO - function SE637303571171653551() {}
SE637303571171653551.prototype.executeScript = function(){
// Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
var additionalClass = context.param(0, "");
var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles.
var columnItemInlineCSS = context.param(2, "");
var showCssFields = context.param(3, true);
var columnItemCSSClass = context.param(4, "");
var dataAttributes = context.param(5, "");
if ( columnItemCSSClass !== "" ){
columnItemCSSClass = " " + columnItemCSSClass;
}
var inlineCss = article.inlineCss || "";
var cssClass = article.cssClass || "";
if ( additionalClass !== "" ){
additionalClass = " " + additionalClass;
}
if ( showCssFields && cssClass ){
additionalClass = additionalClass + " " + cssClass;
}
if ( columnItemInlineCSS !== "" ){
columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\"";
}
if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){
//inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
if ( showCssFields && inlineCss ){
inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
}
else{
inlineCss = ' style="' + articleAreaInlineCSS + '"';
}
}
else{
inlineCss = "";
}
function validClassName(theName){
var tmp = theName.toString().replace(/\s/g, "_");
// strip all non alphanumerics and make them dashes
tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-');
return tmp;
}
// so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text"
unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, ";
if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){
var myLeElement = "widget-text";
}
else{
var myLeElement = "widget-" + article.widgetNameInternal;
}
context.write("\r\n
\r\n\t
\r\n");
context.write( dataAttributes );
context.write(" class=\"articlearea zpw");
context.write( validClassName(article.widgetName) );
context.write( additionalClass );
context.write("\"");
context.write( inlineCss );
context.write(" ");
if ( !isNull(article) ) {
context.write("\r\n\t\r\n\t");
}
context.write(">\r\n\t");
// End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
};
/* Shortcuts. */
article = context.article;
page = context.page;
projectFolder = context.projectFolder;
project = context.project;
system = context.system;
new SE637303571171653551().executeScript();
2020-07-14 20:58:37,167 [19] INFO - Information: 0 :
2020-07-14 20:58:37,167 [19] INFO - function SE637303571171653551() {}
SE637303571171653551.prototype.executeScript = function(){
// Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
var additionalClass = context.param(0, "");
var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles.
var columnItemInlineCSS = context.param(2, "");
var showCssFields = context.param(3, true);
var columnItemCSSClass = context.param(4, "");
var dataAttributes = context.param(5, "");
if ( columnItemCSSClass !== "" ){
columnItemCSSClass = " " + columnItemCSSClass;
}
var inlineCss = article.inlineCss || "";
var cssClass = article.cssClass || "";
if ( additionalClass !== "" ){
additionalClass = " " + additionalClass;
}
if ( showCssFields && cssClass ){
additionalClass = additionalClass + " " + cssClass;
}
if ( columnItemInlineCSS !== "" ){
columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\"";
}
if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){
//inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
if ( showCssFields && inlineCss ){
inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
}
else{
inlineCss = ' style="' + articleAreaInlineCSS + '"';
}
}
else{
inlineCss = "";
}
function validClassName(theName){
var tmp = theName.toString().replace(/\s/g, "_");
// strip all non alphanumerics and make them dashes
tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-');
return tmp;
}
// so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text"
unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, ";
if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){
var myLeElement = "widget-text";
}
else{
var myLeElement = "widget-" + article.widgetNameInternal;
}
context.write("\r\n
\r\n\t
\r\n");
context.write( dataAttributes );
context.write(" class=\"articlearea zpw");
context.write( validClassName(article.widgetName) );
context.write( additionalClass );
context.write("\"");
context.write( inlineCss );
context.write(" ");
if ( !isNull(article) ) {
context.write("\r\n\t\r\n\t");
}
context.write(">\r\n\t");
// End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
};
/* Shortcuts. */
article = context.article;
page = context.page;
projectFolder = context.projectFolder;
project = context.project;
system = context.system;
new SE637303571171653551().executeScript();
2020-07-14 20:58:37,167 [19] INFO - ---------
2020-07-14 20:58:37,167 [19] INFO - Information: 0 :
2020-07-14 20:58:37,167 [19] INFO - ---------
2020-07-14 20:58:37,171 [19] INFO - Information: 0 :
2020-07-14 20:58:37,171 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:37,174 [19] INFO - Information: 0 :
2020-07-14 20:58:37,174 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:37,174 [19] INFO - Information: 0 :
2020-07-14 20:58:37,174 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:37,174 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:37,175 [19] INFO - Finished executing the following script:
2020-07-14 20:58:37,175 [19] INFO - Information: 0 :
2020-07-14 20:58:37,175 [19] INFO - Finished executing the following script:
2020-07-14 20:58:37,175 [19] INFO - ---------
2020-07-14 20:58:37,175 [19] INFO - Information: 0 :
2020-07-14 20:58:37,175 [19] INFO - ---------
2020-07-14 20:58:37,176 [19] INFO - function SE637303571171653551() {}
SE637303571171653551.prototype.executeScript = function(){
// Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
var additionalClass = context.param(0, "");
var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles.
var columnItemInlineCSS = context.param(2, "");
var showCssFields = context.param(3, true);
var columnItemCSSClass = context.param(4, "");
var dataAttributes = context.param(5, "");
if ( columnItemCSSClass !== "" ){
columnItemCSSClass = " " + columnItemCSSClass;
}
var inlineCss = article.inlineCss || "";
var cssClass = article.cssClass || "";
if ( additionalClass !== "" ){
additionalClass = " " + additionalClass;
}
if ( showCssFields && cssClass ){
additionalClass = additionalClass + " " + cssClass;
}
if ( columnItemInlineCSS !== "" ){
columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\"";
}
if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){
//inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
if ( showCssFields && inlineCss ){
inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
}
else{
inlineCss = ' style="' + articleAreaInlineCSS + '"';
}
}
else{
inlineCss = "";
}
function validClassName(theName){
var tmp = theName.toString().replace(/\s/g, "_");
// strip all non alphanumerics and make them dashes
tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-');
return tmp;
}
// so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text"
unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, ";
if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){
var myLeElement = "widget-text";
}
else{
var myLeElement = "widget-" + article.widgetNameInternal;
}
context.write("\r\n
\r\n\t
\r\n");
context.write( dataAttributes );
context.write(" class=\"articlearea zpw");
context.write( validClassName(article.widgetName) );
context.write( additionalClass );
context.write("\"");
context.write( inlineCss );
context.write(" ");
if ( !isNull(article) ) {
context.write("\r\n\t\r\n\t");
}
context.write(">\r\n\t");
// End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
};
/* Shortcuts. */
article = context.article;
page = context.page;
projectFolder = context.projectFolder;
project = context.project;
system = context.system;
new SE637303571171653551().executeScript();
2020-07-14 20:58:37,176 [19] INFO - Information: 0 :
2020-07-14 20:58:37,176 [19] INFO - function SE637303571171653551() {}
SE637303571171653551.prototype.executeScript = function(){
// Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
var additionalClass = context.param(0, "");
var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles.
var columnItemInlineCSS = context.param(2, "");
var showCssFields = context.param(3, true);
var columnItemCSSClass = context.param(4, "");
var dataAttributes = context.param(5, "");
if ( columnItemCSSClass !== "" ){
columnItemCSSClass = " " + columnItemCSSClass;
}
var inlineCss = article.inlineCss || "";
var cssClass = article.cssClass || "";
if ( additionalClass !== "" ){
additionalClass = " " + additionalClass;
}
if ( showCssFields && cssClass ){
additionalClass = additionalClass + " " + cssClass;
}
if ( columnItemInlineCSS !== "" ){
columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\"";
}
if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){
//inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
if ( showCssFields && inlineCss ){
inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
}
else{
inlineCss = ' style="' + articleAreaInlineCSS + '"';
}
}
else{
inlineCss = "";
}
function validClassName(theName){
var tmp = theName.toString().replace(/\s/g, "_");
// strip all non alphanumerics and make them dashes
tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-');
return tmp;
}
// so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text"
unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, ";
if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){
var myLeElement = "widget-text";
}
else{
var myLeElement = "widget-" + article.widgetNameInternal;
}
context.write("\r\n
\r\n\t
\r\n");
context.write( dataAttributes );
context.write(" class=\"articlearea zpw");
context.write( validClassName(article.widgetName) );
context.write( additionalClass );
context.write("\"");
context.write( inlineCss );
context.write(" ");
if ( !isNull(article) ) {
context.write("\r\n\t\r\n\t");
}
context.write(">\r\n\t");
// End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
};
/* Shortcuts. */
article = context.article;
page = context.page;
projectFolder = context.projectFolder;
project = context.project;
system = context.system;
new SE637303571171653551().executeScript();
2020-07-14 20:58:37,176 [19] INFO - ---------
2020-07-14 20:58:37,176 [19] INFO - Information: 0 :
2020-07-14 20:58:37,176 [19] INFO - ---------
2020-07-14 20:58:37,176 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2270.
2020-07-14 20:58:37,176 [19] INFO - Information: 0 :
2020-07-14 20:58:37,177 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2270.
2020-07-14 20:58:37,177 [19] INFO - ---------
2020-07-14 20:58:37,177 [19] INFO - Information: 0 :
2020-07-14 20:58:37,177 [19] INFO - ---------
2020-07-14 20:58:37,177 [19] INFO - [system.partial] „article-begin.html“ 11 ms „[0, popupimage]“
2020-07-14 20:58:37,177 [19] INFO - Information: 0 :
2020-07-14 20:58:37,177 [19] INFO - [system.partial] „article-begin.html“ 11 ms „[0, popupimage]“
2020-07-14 20:58:37,179 [19] INFO - [system.partial] „article-end.html“ 0 ms „“
2020-07-14 20:58:37,179 [19] INFO - Information: 0 :
2020-07-14 20:58:37,179 [19] INFO - [system.partial] „article-end.html“ 0 ms „“
2020-07-14 20:58:37,179 [19] INFO - Finished executing the following script:
2020-07-14 20:58:37,179 [19] INFO - Information: 0 :
2020-07-14 20:58:37,179 [19] INFO - Finished executing the following script:
2020-07-14 20:58:37,180 [19] INFO - ---------
2020-07-14 20:58:37,180 [19] INFO - Information: 0 :
2020-07-14 20:58:37,180 [19] INFO - ---------
2020-07-14 20:58:37,180 [19] INFO - function SE637303571148642235() {}
SE637303571148642235.prototype.executeScript = function(){
// Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'.
var image = project.getImage(article.value("image"));
var contentImageWidth = "890";
var defaultImageWidth = 960;
var cssClass = article.cssClass || "";
var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false;
// Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen.
contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth;
var gridCols = article.column.cssClass;
if ( gridCols ){
gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", ""));
}
else{
gridCols = 12;
}
var columnMargin = 30;
var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols;
// minimum width needed for 100% width display on 1-column breakpoint
var minwidth = parseInt(479 - columnMargin);
var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth;
if ( minwidth > contentCopyWidth ){
contentCopyWidth = minwidth;
}
//system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")");
var imageError = false;
if ( !isNull(image) ) {
if ( isBreakout ){
contentCopyWidth = image.workingCopyWidth;
}
try {
var iresult = image.ensureContentCopy(article, contentCopyWidth);
var thumbImageWidth = image.contentCopyWidth;
var thumbImageHeight = image.contentCopyHeight;
var description = image.description;
var altText = system.htmlEncode(system.removeHtmlTags(image.altText));
var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", "")));
if ( altText == "" && oldAltText !== "" ){
altText = oldAltText;
}
var encodedDescription = system.htmlEncode(image.description);
var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description));
// strip
-Tags from description as
is not valid inside SPAN
description = description.toString().replace(/
/g,"");
description = description.toString().replace(/<\/p>/g," ");
//system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult);
}
catch(err) {
imageError = true;
}
}
if ( stripDescription !== "" ) {
var showCaption = "1";
}
else {
var showCaption = "0";
}
var lightBox = article.value("lightbox", "lightbox");
var clickURL = article.value("clickurl");
var effect = article.value("effect", "none");
var effectClass = "";
switch ( effect ) {
case "hoverzoom":
effectClass = " zpeffect zphoverscale";
break;
default:
effectClass = "";
}
context.write("\r\n\r\n");
if ( isNull(image) || imageError ) {
context.write("\r\n\t");
if ( system.preview ) {
context.write("\r\n\t\t
\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t\r\n\t\t
\r\n\t\t");
context.write( system.partial("article-end.html") );
context.write("\r\n\t");
} else if ( lightBox == "off" ) {
context.write("\r\n\t\t");
context.write( system.partial("article-begin.html") );
context.write("\r\n\t\t\t");
if ( image.isSvgImage ){
context.write("\r\n\t\t\t\r\n\t\t\t");
} else if ( image.isAnimatedGif ) {
context.write("\r\n\t\t\t\r\n\t\t\t");
} else {
context.write("\r\n\t\t\t\r\n\t\t\t");
}
context.write("\r\n\r\n\t\t\t");
if ( showCaption == "1" && description ) {
context.write("\r\n\t\t\t\t");
context.write( description );
context.write("\r\n\t\t\t");
}
context.write("\r\n\t\t");
context.write( system.partial("article-end.html") );
context.write("\r\n\t");
} else {
context.write("\r\n\t\t");
context.write( system.partial("article-begin.html") );
context.write("\r\n\t\t\t");
if ( clickURL !== "" ) {
context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t");
if ( image.isSvgImage ){
context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t");
} else if ( image.isAnimatedGif ) {
context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t");
} else {
context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t");
}
context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t");
} else {
context.write("\r\n\t\t\t\t\r\n\t\t\t");
}
context.write("\r\n\r\n\t\t\t");
if ( showCaption == "1" && description ) {
context.write("\r\n\t\t\t\t");
context.write( description );
context.write("\r\n\t\t\t");
}
context.write("\r\n\t\t");
context.write( system.partial("article-end.html") );
context.write("\r\n\t");
}
context.write("\r\n");
}
// End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'.
};
/* Shortcuts. */
article = context.article;
page = context.page;
projectFolder = context.projectFolder;
project = context.project;
system = context.system;
new SE637303571171873564().executeScript();
2020-07-14 20:58:37,189 [19] INFO - ---------
2020-07-14 20:58:37,189 [19] INFO - Information: 0 :
2020-07-14 20:58:37,189 [19] INFO - ---------
2020-07-14 20:58:37,191 [19] INFO - Information: 0 :
2020-07-14 20:58:37,191 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:37,193 [19] INFO - Information: 0 :
2020-07-14 20:58:37,194 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:37,194 [19] INFO - Information: 0 :
2020-07-14 20:58:37,194 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:37,194 [19] INFO - [SetContentCopyImageSizeInPixel] 890 x 1187 pixels for output flavor „Output“. Laden von Bild-Asset.
2020-07-14 20:58:37,195 [19] INFO - Information: 0 :
2020-07-14 20:58:37,195 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:37,196 [19] INFO - Information: 0 :
2020-07-14 20:58:37,196 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:37,196 [19] INFO - Information: 0 :
2020-07-14 20:58:37,196 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:37,196 [19] INFO - Entering 'ensureContentCopy' for image 424, article 1437, size 890.
2020-07-14 20:58:37,197 [19] INFO - Called 'createContentCopy' scripting function with article ID = 1437, image ID = 424, maxWidthInPixel = 890.
2020-07-14 20:58:37,197 [19] INFO - [CreateContentCopy] Create content copy für Asset ID 424, max. Breite 890. Vorlage „C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive“, Output „Output“.
2020-07-14 20:58:37,198 [19] INFO - [IsSourceFileNewerThanDestinationFile] Comparing source file „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\content\media\images\1fcda670765f4e099b1272092ec8685c.jpg“ (22.01.2019 19:23:20) with destination „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\dscn6626.jpg“ (22.01.2019 19:23:20). Delta last write time is 0 seconds. Is source file newer: False.
2020-07-14 20:58:37,206 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:37,236 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:37,271 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:37,283 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:37,309 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:37,333 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:37,362 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:37,392 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:37,426 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:37,455 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:37,466 [19] INFO - About to save image to file path 'C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-96d50f4362ab40ed8f3345124af0017b\d5b3a43a1ef6415091ec0ed3c193bd8c.png'...
2020-07-14 20:58:37,493 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:37,518 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:37,555 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:37,580 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:37,618 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:37,646 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:37,675 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:37,705 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:37,735 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:37,771 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:37,799 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:37,828 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:37,862 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:37,895 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:37,924 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:37,953 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:37,992 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:38,001 [19] INFO - Successfully saved image to file path 'C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-96d50f4362ab40ed8f3345124af0017b\d5b3a43a1ef6415091ec0ed3c193bd8c.png'.
2020-07-14 20:58:38,006 [19] INFO - About to call app 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\Applications\zpix.exe' with parameters 'reduce-image-size --source-file-path="C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-96d50f4362ab40ed8f3345124af0017b\d5b3a43a1ef6415091ec0ed3c193bd8c.png" --destination-file-path="C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-96d50f4362ab40ed8f3345124af0017b\0b65be0bcef645f8b4c15dbf33beb9f7.png" --ecm="false" --width=890 --height=0 --mode="prop-x"'
2020-07-14 20:58:38,022 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:38,036 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:38,047 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:38,053 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:38,061 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:38,073 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:38,080 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:38,085 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:38,097 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:38,111 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:38,121 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:38,130 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:38,133 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:38,142 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:38,145 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:38,158 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:38,171 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:38,178 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:38,190 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:38,193 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:38,210 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:38,220 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:38,238 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:38,254 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:38,266 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:38,269 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:38,289 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:38,290 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:38,301 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:38,321 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:38,331 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:38,351 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:38,361 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:38,381 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:38,392 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:38,410 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:38,424 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:38,447 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:38,453 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:38,459 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:38,471 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:38,483 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:38,486 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:38,496 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:38,502 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:38,508 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:38,516 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:38,520 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:38,532 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:38,532 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:38,545 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:38,550 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:38,556 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:38,570 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:38,579 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:38,581 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:38,595 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:38,613 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:38,629 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:38,641 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:38,653 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:38,665 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:38,671 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:38,678 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:38,701 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:38,709 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:38,726 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:38,737 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:38,766 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:38,800 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:38,832 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:38,862 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:38,889 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:38,927 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:38,951 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:38,991 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:39,019 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:39,047 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:39,079 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:39,109 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:39,144 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:39,172 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:39,201 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:39,208 [19] INFO - Returning exit code 0.
2020-07-14 20:58:39,208 [19] INFO -
2020-07-14 20:58:39,212 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:39,215 [19] INFO - Exit code of '0' for call app 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\Applications\zpix.exe' with parameters 'reduce-image-size --source-file-path="C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-96d50f4362ab40ed8f3345124af0017b\d5b3a43a1ef6415091ec0ed3c193bd8c.png" --destination-file-path="C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-96d50f4362ab40ed8f3345124af0017b\0b65be0bcef645f8b4c15dbf33beb9f7.png" --ecm="false" --width=890 --height=0 --mode="prop-x"'
2020-07-14 20:58:39,222 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:39,240 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:39,250 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:39,270 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:39,275 [19] INFO - About to save image to file path 'C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\dscn6626.jpg'...
2020-07-14 20:58:39,282 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:39,302 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:39,311 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:39,334 [Zeta Producer 15 main thread] INFO - Before updating current focus state for control „ZetaProducer.Main.Main.RightPreviewing.InternalPreviewControlCefSharp.CefPreviewWebBrowserControl“.
2020-07-14 20:58:39,334 [Zeta Producer 15 main thread] INFO - After updating current focus state for control „ZetaProducer.Main.Main.RightPreviewing.InternalPreviewControlCefSharp.PreviewInlineEditingCefUserControl“.
2020-07-14 20:58:39,335 [19] INFO - Successfully saved image to file path 'C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\dscn6626.jpg'.
2020-07-14 20:58:39,336 [Zeta Producer 15 main thread] INFO - Before updating UI.
2020-07-14 20:58:39,336 [Zeta Producer 15 main thread] INFO - After updating UI.
2020-07-14 20:58:39,336 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:39,337 [Zeta Producer 15 main thread] INFO - Before updating current focus state for control „ZetaProducer.Main.Main.RightPreviewing.InternalPreviewControlCefSharp.CefPreviewWebBrowserControl“.
2020-07-14 20:58:39,337 [Zeta Producer 15 main thread] INFO - After updating current focus state for control „ZetaProducer.Main.Main.RightPreviewing.InternalPreviewControlCefSharp.PreviewInlineEditingCefUserControl“.
2020-07-14 20:58:39,338 [Zeta Producer 15 main thread] INFO - Before updating UI.
2020-07-14 20:58:39,338 [Zeta Producer 15 main thread] INFO - After updating UI.
2020-07-14 20:58:39,339 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:39,339 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:39,349 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:39,358 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:39,362 [19] INFO - [SetContentCopyImageSizeInPixel] 890 x 1187 pixels for output flavor „Output“. Innerhalb von [CreateContentCopy] (1). Reason: source file „1fcda670765f4e099b1272092ec8685c.jpg“ exists. ? 1 output flavour(s). ? output flavour Output. ? settings previously used max content copy width to 0 pixels, because it was created by this article ID „1437“. ? need = no, because source „1fcda670765f4e099b1272092ec8685c.jpg“ (22.01.2019 19:23:20) is older or equal age than dst „dscn6626.jpg“ (22.01.2019 19:23:20). ? width of 2048 pixels must be reduced to match 890 pixels. Image loaded from „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\dscn6626.jpg“. ? need create. ? actually sizing to „890“. ? remembering content copy size of 890×1187 pixels because output flavor is Output.
2020-07-14 20:58:39,364 [19] INFO - Information: 0 :
2020-07-14 20:58:39,364 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:39,374 [19] INFO - Information: 0 :
2020-07-14 20:58:39,374 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:39,374 [19] INFO - Information: 0 :
2020-07-14 20:58:39,374 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:39,375 [19] INFO - Information: 0 :
2020-07-14 20:58:39,375 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:39,378 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:39,381 [19] INFO - Information: 0 :
2020-07-14 20:58:39,381 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:39,381 [19] INFO - Information: 0 :
2020-07-14 20:58:39,381 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:39,381 [19] INFO - Information: 0 :
2020-07-14 20:58:39,382 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:39,386 [19] INFO - Information: 0 :
2020-07-14 20:58:39,386 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:39,387 [19] INFO - Information: 0 :
2020-07-14 20:58:39,387 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:39,387 [19] INFO - [CreateContentCopy] Finished creating content copy für Asset ID 424, max. Breite 890. Vorlage „C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive“, Output „Output“. Anything created: „True“. Anything pseudo-created: „False“. Reasons während des Vorgangs: source file „1fcda670765f4e099b1272092ec8685c.jpg“ exists. ? 1 output flavour(s). ? output flavour Output. ? settings previously used max content copy width to 0 pixels, because it was created by this article ID „1437“. ? need = no, because source „1fcda670765f4e099b1272092ec8685c.jpg“ (22.01.2019 19:23:20) is older or equal age than dst „dscn6626.jpg“ (22.01.2019 19:23:20). ? width of 2048 pixels must be reduced to match 890 pixels. Image loaded from „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\dscn6626.jpg“. ? need create. ? actually sizing to „890“. ? remembering content copy size of 890×1187 pixels because output flavor is Output. ? remembering previously used max content copy width 890 pixels because output flavor is Output. ? something created. ? nothing pseudo-created..
2020-07-14 20:58:39,387 [19] INFO - 'createContentCopy': Content copy WAS created (source file „1fcda670765f4e099b1272092ec8685c.jpg“ exists. ? 1 output flavour(s). ? output flavour Output. ? settings previously used max content copy width to 0 pixels, because it was created by this article ID „1437“. ? need = no, because source „1fcda670765f4e099b1272092ec8685c.jpg“ (22.01.2019 19:23:20) is older or equal age than dst „dscn6626.jpg“ (22.01.2019 19:23:20). ? width of 2048 pixels must be reduced to match 890 pixels. Image loaded from „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\dscn6626.jpg“. ? need create. ? actually sizing to „890“. ? remembering content copy size of 890×1187 pixels because output flavor is Output. ? remembering previously used max content copy width 890 pixels because output flavor is Output. ? something created. ? nothing pseudo-created.).
2020-07-14 20:58:39,387 [19] INFO - Called 'skipContentCopy' scripting function with image ID = 424.
2020-07-14 20:58:39,387 [19] INFO - Called 'NotifyImageAssetContentCopyCreated' with image ID = 424.
2020-07-14 20:58:39,388 [19] INFO - Removing 1 job in 'NotifyImageAssetContentCopyCreated'.
2020-07-14 20:58:39,388 [19] INFO - Adding again 1 working-copy-only jobs in 'NotifyImageAssetContentCopyCreated'.
2020-07-14 20:58:39,388 [19] INFO - Called 'NotifyImageAssetContentCopyCreated' with image ID = 424.
2020-07-14 20:58:39,389 [19] INFO - Leaving 'ensureContentCopy' for image 424, article 1437, size „890“, reason = created (source file „1fcda670765f4e099b1272092ec8685c.jpg“ exists. ? 1 output flavour(s). ? output flavour Output. ? settings previously used max content copy width to 0 pixels, because it was created by this article ID „1437“. ? need = no, because source „1fcda670765f4e099b1272092ec8685c.jpg“ (22.01.2019 19:23:20) is older or equal age than dst „dscn6626.jpg“ (22.01.2019 19:23:20). ? width of 2048 pixels must be reduced to match 890 pixels. Image loaded from „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\dscn6626.jpg“. ? need create. ? actually sizing to „890“. ? remembering content copy size of 890×1187 pixels because output flavor is Output. ? remembering previously used max content copy width 890 pixels because output flavor is Output. ? something created. ? nothing pseudo-created.)
2020-07-14 20:58:39,389 [19] INFO - [GetImageSizeInPixel - C] getting image size 890x1187 for predefined content copy size (working copy image „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\content\media\images\1fcda670765f4e099b1272092ec8685c.jpg“).
2020-07-14 20:58:39,389 [19] INFO - Returning live-calculated image size for image with ID 424, file version „ContentCopy“ of 890×1187 pixels.
2020-07-14 20:58:39,390 [19] INFO - Returning cached image size for image with ID 424, file version „ContentCopy“ of 890×1187 pixels.
2020-07-14 20:58:39,390 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:39,391 [19] INFO - About to execute the following script:
2020-07-14 20:58:39,391 [19] INFO - Information: 0 :
2020-07-14 20:58:39,391 [19] INFO - About to execute the following script:
2020-07-14 20:58:39,391 [19] INFO - ---------
2020-07-14 20:58:39,391 [19] INFO - Information: 0 :
2020-07-14 20:58:39,391 [19] INFO - ---------
2020-07-14 20:58:39,392 [19] INFO - function SE637303571193914825() {}
SE637303571193914825.prototype.executeScript = function(){
// Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
var additionalClass = context.param(0, "");
var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles.
var columnItemInlineCSS = context.param(2, "");
var showCssFields = context.param(3, true);
var columnItemCSSClass = context.param(4, "");
var dataAttributes = context.param(5, "");
if ( columnItemCSSClass !== "" ){
columnItemCSSClass = " " + columnItemCSSClass;
}
var inlineCss = article.inlineCss || "";
var cssClass = article.cssClass || "";
if ( additionalClass !== "" ){
additionalClass = " " + additionalClass;
}
if ( showCssFields && cssClass ){
additionalClass = additionalClass + " " + cssClass;
}
if ( columnItemInlineCSS !== "" ){
columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\"";
}
if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){
//inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
if ( showCssFields && inlineCss ){
inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
}
else{
inlineCss = ' style="' + articleAreaInlineCSS + '"';
}
}
else{
inlineCss = "";
}
function validClassName(theName){
var tmp = theName.toString().replace(/\s/g, "_");
// strip all non alphanumerics and make them dashes
tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-');
return tmp;
}
// so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text"
unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, ";
if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){
var myLeElement = "widget-text";
}
else{
var myLeElement = "widget-" + article.widgetNameInternal;
}
context.write("\r\n
\r\n\t
\r\n");
context.write( dataAttributes );
context.write(" class=\"articlearea zpw");
context.write( validClassName(article.widgetName) );
context.write( additionalClass );
context.write("\"");
context.write( inlineCss );
context.write(" ");
if ( !isNull(article) ) {
context.write("\r\n\t\r\n\t");
}
context.write(">\r\n\t");
// End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
};
/* Shortcuts. */
article = context.article;
page = context.page;
projectFolder = context.projectFolder;
project = context.project;
system = context.system;
new SE637303571193914825().executeScript();
2020-07-14 20:58:39,392 [19] INFO - Information: 0 :
2020-07-14 20:58:39,392 [19] INFO - function SE637303571193914825() {}
SE637303571193914825.prototype.executeScript = function(){
// Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
var additionalClass = context.param(0, "");
var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles.
var columnItemInlineCSS = context.param(2, "");
var showCssFields = context.param(3, true);
var columnItemCSSClass = context.param(4, "");
var dataAttributes = context.param(5, "");
if ( columnItemCSSClass !== "" ){
columnItemCSSClass = " " + columnItemCSSClass;
}
var inlineCss = article.inlineCss || "";
var cssClass = article.cssClass || "";
if ( additionalClass !== "" ){
additionalClass = " " + additionalClass;
}
if ( showCssFields && cssClass ){
additionalClass = additionalClass + " " + cssClass;
}
if ( columnItemInlineCSS !== "" ){
columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\"";
}
if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){
//inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
if ( showCssFields && inlineCss ){
inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
}
else{
inlineCss = ' style="' + articleAreaInlineCSS + '"';
}
}
else{
inlineCss = "";
}
function validClassName(theName){
var tmp = theName.toString().replace(/\s/g, "_");
// strip all non alphanumerics and make them dashes
tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-');
return tmp;
}
// so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text"
unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, ";
if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){
var myLeElement = "widget-text";
}
else{
var myLeElement = "widget-" + article.widgetNameInternal;
}
context.write("\r\n
\r\n\t
\r\n");
context.write( dataAttributes );
context.write(" class=\"articlearea zpw");
context.write( validClassName(article.widgetName) );
context.write( additionalClass );
context.write("\"");
context.write( inlineCss );
context.write(" ");
if ( !isNull(article) ) {
context.write("\r\n\t\r\n\t");
}
context.write(">\r\n\t");
// End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
};
/* Shortcuts. */
article = context.article;
page = context.page;
projectFolder = context.projectFolder;
project = context.project;
system = context.system;
new SE637303571193914825().executeScript();
2020-07-14 20:58:39,394 [19] INFO - ---------
2020-07-14 20:58:39,394 [19] INFO - Information: 0 :
2020-07-14 20:58:39,394 [19] INFO - ---------
2020-07-14 20:58:39,400 [19] INFO - Finished executing the following script:
2020-07-14 20:58:39,400 [19] INFO - Information: 0 :
2020-07-14 20:58:39,400 [19] INFO - Finished executing the following script:
2020-07-14 20:58:39,400 [19] INFO - ---------
2020-07-14 20:58:39,400 [19] INFO - Information: 0 :
2020-07-14 20:58:39,401 [19] INFO - ---------
2020-07-14 20:58:39,401 [19] INFO - function SE637303571193914825() {}
SE637303571193914825.prototype.executeScript = function(){
// Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
var additionalClass = context.param(0, "");
var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles.
var columnItemInlineCSS = context.param(2, "");
var showCssFields = context.param(3, true);
var columnItemCSSClass = context.param(4, "");
var dataAttributes = context.param(5, "");
if ( columnItemCSSClass !== "" ){
columnItemCSSClass = " " + columnItemCSSClass;
}
var inlineCss = article.inlineCss || "";
var cssClass = article.cssClass || "";
if ( additionalClass !== "" ){
additionalClass = " " + additionalClass;
}
if ( showCssFields && cssClass ){
additionalClass = additionalClass + " " + cssClass;
}
if ( columnItemInlineCSS !== "" ){
columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\"";
}
if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){
//inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
if ( showCssFields && inlineCss ){
inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
}
else{
inlineCss = ' style="' + articleAreaInlineCSS + '"';
}
}
else{
inlineCss = "";
}
function validClassName(theName){
var tmp = theName.toString().replace(/\s/g, "_");
// strip all non alphanumerics and make them dashes
tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-');
return tmp;
}
// so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text"
unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, ";
if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){
var myLeElement = "widget-text";
}
else{
var myLeElement = "widget-" + article.widgetNameInternal;
}
context.write("\r\n
\r\n\t
\r\n");
context.write( dataAttributes );
context.write(" class=\"articlearea zpw");
context.write( validClassName(article.widgetName) );
context.write( additionalClass );
context.write("\"");
context.write( inlineCss );
context.write(" ");
if ( !isNull(article) ) {
context.write("\r\n\t\r\n\t");
}
context.write(">\r\n\t");
// End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
};
/* Shortcuts. */
article = context.article;
page = context.page;
projectFolder = context.projectFolder;
project = context.project;
system = context.system;
new SE637303571193914825().executeScript();
2020-07-14 20:58:39,401 [19] INFO - Information: 0 :
2020-07-14 20:58:39,401 [19] INFO - function SE637303571193914825() {}
SE637303571193914825.prototype.executeScript = function(){
// Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
var additionalClass = context.param(0, "");
var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles.
var columnItemInlineCSS = context.param(2, "");
var showCssFields = context.param(3, true);
var columnItemCSSClass = context.param(4, "");
var dataAttributes = context.param(5, "");
if ( columnItemCSSClass !== "" ){
columnItemCSSClass = " " + columnItemCSSClass;
}
var inlineCss = article.inlineCss || "";
var cssClass = article.cssClass || "";
if ( additionalClass !== "" ){
additionalClass = " " + additionalClass;
}
if ( showCssFields && cssClass ){
additionalClass = additionalClass + " " + cssClass;
}
if ( columnItemInlineCSS !== "" ){
columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\"";
}
if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){
//inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
if ( showCssFields && inlineCss ){
inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
}
else{
inlineCss = ' style="' + articleAreaInlineCSS + '"';
}
}
else{
inlineCss = "";
}
function validClassName(theName){
var tmp = theName.toString().replace(/\s/g, "_");
// strip all non alphanumerics and make them dashes
tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-');
return tmp;
}
// so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text"
unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, ";
if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){
var myLeElement = "widget-text";
}
else{
var myLeElement = "widget-" + article.widgetNameInternal;
}
context.write("\r\n
\r\n\t
\r\n");
context.write( dataAttributes );
context.write(" class=\"articlearea zpw");
context.write( validClassName(article.widgetName) );
context.write( additionalClass );
context.write("\"");
context.write( inlineCss );
context.write(" ");
if ( !isNull(article) ) {
context.write("\r\n\t\r\n\t");
}
context.write(">\r\n\t");
// End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
};
/* Shortcuts. */
article = context.article;
page = context.page;
projectFolder = context.projectFolder;
project = context.project;
system = context.system;
new SE637303571193914825().executeScript();
2020-07-14 20:58:39,401 [19] INFO - ---------
2020-07-14 20:58:39,401 [19] INFO - Information: 0 :
2020-07-14 20:58:39,401 [19] INFO - ---------
2020-07-14 20:58:39,401 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2272.
2020-07-14 20:58:39,402 [19] INFO - Information: 0 :
2020-07-14 20:58:39,402 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2272.
2020-07-14 20:58:39,402 [19] INFO - ---------
2020-07-14 20:58:39,402 [19] INFO - Information: 0 :
2020-07-14 20:58:39,402 [19] INFO - ---------
2020-07-14 20:58:39,402 [19] INFO - [system.partial] „article-begin.html“ 11 ms „[0, popupimage]“
2020-07-14 20:58:39,402 [19] INFO - Information: 0 :
2020-07-14 20:58:39,402 [19] INFO - [system.partial] „article-begin.html“ 11 ms „[0, popupimage]“
2020-07-14 20:58:39,404 [19] INFO - [system.partial] „article-end.html“ 0 ms „“
2020-07-14 20:58:39,404 [19] INFO - Information: 0 :
2020-07-14 20:58:39,404 [19] INFO - [system.partial] „article-end.html“ 0 ms „“
2020-07-14 20:58:39,404 [19] INFO - Finished executing the following script:
2020-07-14 20:58:39,405 [19] INFO - Information: 0 :
2020-07-14 20:58:39,405 [19] INFO - Finished executing the following script:
2020-07-14 20:58:39,405 [19] INFO - ---------
2020-07-14 20:58:39,405 [19] INFO - Information: 0 :
2020-07-14 20:58:39,405 [19] INFO - ---------
2020-07-14 20:58:39,405 [19] INFO - function SE637303571171873564() {}
SE637303571171873564.prototype.executeScript = function(){
// Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'.
var image = project.getImage(article.value("image"));
var contentImageWidth = "890";
var defaultImageWidth = 960;
var cssClass = article.cssClass || "";
var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false;
// Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen.
contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth;
var gridCols = article.column.cssClass;
if ( gridCols ){
gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", ""));
}
else{
gridCols = 12;
}
var columnMargin = 30;
var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols;
// minimum width needed for 100% width display on 1-column breakpoint
var minwidth = parseInt(479 - columnMargin);
var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth;
if ( minwidth > contentCopyWidth ){
contentCopyWidth = minwidth;
}
//system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")");
var imageError = false;
if ( !isNull(image) ) {
if ( isBreakout ){
contentCopyWidth = image.workingCopyWidth;
}
try {
var iresult = image.ensureContentCopy(article, contentCopyWidth);
var thumbImageWidth = image.contentCopyWidth;
var thumbImageHeight = image.contentCopyHeight;
var description = image.description;
var altText = system.htmlEncode(system.removeHtmlTags(image.altText));
var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", "")));
if ( altText == "" && oldAltText !== "" ){
altText = oldAltText;
}
var encodedDescription = system.htmlEncode(image.description);
var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description));
// strip
-Tags from description as
is not valid inside SPAN
description = description.toString().replace(/
/g,"");
description = description.toString().replace(/<\/p>/g," ");
//system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult);
}
catch(err) {
imageError = true;
}
}
if ( stripDescription !== "" ) {
var showCaption = "1";
}
else {
var showCaption = "0";
}
var lightBox = article.value("lightbox", "lightbox");
var clickURL = article.value("clickurl");
var effect = article.value("effect", "none");
var effectClass = "";
switch ( effect ) {
case "hoverzoom":
effectClass = " zpeffect zphoverscale";
break;
default:
effectClass = "";
}
context.write("\r\n\r\n");
if ( isNull(image) || imageError ) {
context.write("\r\n\t");
if ( system.preview ) {
context.write("\r\n\t\t
\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t\r\n\t\t
\r\n\t\t");
context.write( system.partial("article-end.html") );
context.write("\r\n\t");
} else if ( lightBox == "off" ) {
context.write("\r\n\t\t");
context.write( system.partial("article-begin.html") );
context.write("\r\n\t\t\t");
if ( image.isSvgImage ){
context.write("\r\n\t\t\t\r\n\t\t\t");
} else if ( image.isAnimatedGif ) {
context.write("\r\n\t\t\t\r\n\t\t\t");
} else {
context.write("\r\n\t\t\t\r\n\t\t\t");
}
context.write("\r\n\r\n\t\t\t");
if ( showCaption == "1" && description ) {
context.write("\r\n\t\t\t\t");
context.write( description );
context.write("\r\n\t\t\t");
}
context.write("\r\n\t\t");
context.write( system.partial("article-end.html") );
context.write("\r\n\t");
} else {
context.write("\r\n\t\t");
context.write( system.partial("article-begin.html") );
context.write("\r\n\t\t\t");
if ( clickURL !== "" ) {
context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t");
if ( image.isSvgImage ){
context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t");
} else if ( image.isAnimatedGif ) {
context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t");
} else {
context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t");
}
context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t");
} else {
context.write("\r\n\t\t\t\t\r\n\t\t\t");
}
context.write("\r\n\r\n\t\t\t");
if ( showCaption == "1" && description ) {
context.write("\r\n\t\t\t\t");
context.write( description );
context.write("\r\n\t\t\t");
}
context.write("\r\n\t\t");
context.write( system.partial("article-end.html") );
context.write("\r\n\t");
}
context.write("\r\n");
}
// End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'.
};
/* Shortcuts. */
article = context.article;
page = context.page;
projectFolder = context.projectFolder;
project = context.project;
system = context.system;
new SE637303571194704870().executeScript();
2020-07-14 20:58:39,472 [19] INFO - ---------
2020-07-14 20:58:39,472 [19] INFO - Information: 0 :
2020-07-14 20:58:39,472 [19] INFO - ---------
2020-07-14 20:58:39,474 [19] INFO - Information: 0 :
2020-07-14 20:58:39,474 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:39,475 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:39,477 [19] INFO - Information: 0 :
2020-07-14 20:58:39,477 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:39,477 [19] INFO - Information: 0 :
2020-07-14 20:58:39,477 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:39,477 [19] INFO - [SetContentCopyImageSizeInPixel] 890 x 666 pixels for output flavor „Output“. Laden von Bild-Asset.
2020-07-14 20:58:39,478 [19] INFO - Information: 0 :
2020-07-14 20:58:39,478 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:39,479 [19] INFO - Information: 0 :
2020-07-14 20:58:39,479 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:39,479 [19] INFO - Information: 0 :
2020-07-14 20:58:39,479 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:39,480 [19] INFO - Entering 'ensureContentCopy' for image 425, article 1439, size 890.
2020-07-14 20:58:39,480 [19] INFO - Called 'createContentCopy' scripting function with article ID = 1439, image ID = 425, maxWidthInPixel = 890.
2020-07-14 20:58:39,480 [19] INFO - [CreateContentCopy] Create content copy für Asset ID 425, max. Breite 890. Vorlage „C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive“, Output „Output“.
2020-07-14 20:58:39,481 [19] INFO - [IsSourceFileNewerThanDestinationFile] Comparing source file „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\content\media\images\b18df3e30a3c4282aa6cd37bafb20490.jpg“ (22.01.2019 19:23:20) with destination „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\dscn6639.jpg“ (22.01.2019 19:23:20). Delta last write time is 0 seconds. Is source file newer: False.
2020-07-14 20:58:39,484 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:39,498 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:39,516 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:39,536 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:39,545 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:39,564 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:39,584 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:39,608 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:39,633 [19] INFO - About to save image to file path 'C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-6cb3b260f23440d9b3c4d5a4ab4f9d72\27c5d94e4f7c4fc0af27b832fe7a8962.png'...
2020-07-14 20:58:39,640 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:39,669 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:39,707 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:39,739 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:39,768 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:39,796 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:39,828 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:39,857 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:39,887 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:39,924 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:39,952 [19] INFO - Successfully saved image to file path 'C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-6cb3b260f23440d9b3c4d5a4ab4f9d72\27c5d94e4f7c4fc0af27b832fe7a8962.png'.
2020-07-14 20:58:39,953 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:39,982 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:39,999 [19] INFO - About to call app 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\Applications\zpix.exe' with parameters 'reduce-image-size --source-file-path="C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-6cb3b260f23440d9b3c4d5a4ab4f9d72\27c5d94e4f7c4fc0af27b832fe7a8962.png" --destination-file-path="C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-6cb3b260f23440d9b3c4d5a4ab4f9d72\5f675717ac1045ea9808e4d2af504b1b.png" --ecm="false" --width=890 --height=0 --mode="prop-x"'
2020-07-14 20:58:40,020 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:40,044 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:40,077 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:40,110 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:40,128 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:40,139 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:40,154 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:40,193 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:40,199 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:40,202 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:40,239 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:40,267 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:40,295 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:40,309 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:40,327 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:40,360 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:40,392 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:40,420 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:40,449 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:40,481 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:40,511 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:40,547 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:40,577 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:40,609 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:40,639 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:40,669 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:40,698 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:40,714 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:40,732 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:40,761 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:40,795 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:40,809 [19] INFO - Returning exit code 0.
2020-07-14 20:58:40,809 [19] INFO -
2020-07-14 20:58:40,812 [19] INFO - Exit code of '0' for call app 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\Applications\zpix.exe' with parameters 'reduce-image-size --source-file-path="C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-6cb3b260f23440d9b3c4d5a4ab4f9d72\27c5d94e4f7c4fc0af27b832fe7a8962.png" --destination-file-path="C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-6cb3b260f23440d9b3c4d5a4ab4f9d72\5f675717ac1045ea9808e4d2af504b1b.png" --ecm="false" --width=890 --height=0 --mode="prop-x"'
2020-07-14 20:58:40,824 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:40,854 [19] INFO - About to save image to file path 'C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\dscn6639.jpg'...
2020-07-14 20:58:40,863 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:40,892 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:40,895 [19] INFO - Successfully saved image to file path 'C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\dscn6639.jpg'.
2020-07-14 20:58:40,903 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:40,915 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:40,917 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:40,920 [19] INFO - Information: 0 :
2020-07-14 20:58:40,921 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:40,928 [19] INFO - Information: 0 :
2020-07-14 20:58:40,928 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:40,929 [19] INFO - Information: 0 :
2020-07-14 20:58:40,929 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:40,929 [19] INFO - Information: 0 :
2020-07-14 20:58:40,929 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:40,935 [19] INFO - Information: 0 :
2020-07-14 20:58:40,935 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:40,935 [19] INFO - Information: 0 :
2020-07-14 20:58:40,935 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:40,935 [19] INFO - Information: 0 :
2020-07-14 20:58:40,935 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:40,941 [19] INFO - Information: 0 :
2020-07-14 20:58:40,942 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:40,942 [19] INFO - Information: 0 :
2020-07-14 20:58:40,942 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:40,942 [19] INFO - [CreateContentCopy] Finished creating content copy für Asset ID 425, max. Breite 890. Vorlage „C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive“, Output „Output“. Anything created: „True“. Anything pseudo-created: „False“. Reasons während des Vorgangs: source file „b18df3e30a3c4282aa6cd37bafb20490.jpg“ exists. ? 1 output flavour(s). ? output flavour Output. ? settings previously used max content copy width to 0 pixels, because it was created by this article ID „1439“. ? need = no, because source „b18df3e30a3c4282aa6cd37bafb20490.jpg“ (22.01.2019 19:23:20) is older or equal age than dst „dscn6639.jpg“ (22.01.2019 19:23:20). ? width of 1782 pixels must be reduced to match 890 pixels. Image loaded from „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\dscn6639.jpg“. ? need create. ? actually sizing to „890“. ? remembering content copy size of 890×666 pixels because output flavor is Output. ? remembering previously used max content copy width 890 pixels because output flavor is Output. ? something created. ? nothing pseudo-created..
2020-07-14 20:58:40,942 [19] INFO - 'createContentCopy': Content copy WAS created (source file „b18df3e30a3c4282aa6cd37bafb20490.jpg“ exists. ? 1 output flavour(s). ? output flavour Output. ? settings previously used max content copy width to 0 pixels, because it was created by this article ID „1439“. ? need = no, because source „b18df3e30a3c4282aa6cd37bafb20490.jpg“ (22.01.2019 19:23:20) is older or equal age than dst „dscn6639.jpg“ (22.01.2019 19:23:20). ? width of 1782 pixels must be reduced to match 890 pixels. Image loaded from „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\dscn6639.jpg“. ? need create. ? actually sizing to „890“. ? remembering content copy size of 890×666 pixels because output flavor is Output. ? remembering previously used max content copy width 890 pixels because output flavor is Output. ? something created. ? nothing pseudo-created.).
2020-07-14 20:58:40,942 [19] INFO - Called 'skipContentCopy' scripting function with image ID = 425.
2020-07-14 20:58:40,942 [19] INFO - Called 'NotifyImageAssetContentCopyCreated' with image ID = 425.
2020-07-14 20:58:40,943 [19] INFO - Removing 1 job in 'NotifyImageAssetContentCopyCreated'.
2020-07-14 20:58:40,943 [19] INFO - Adding again 1 working-copy-only jobs in 'NotifyImageAssetContentCopyCreated'.
2020-07-14 20:58:40,943 [19] INFO - Called 'NotifyImageAssetContentCopyCreated' with image ID = 425.
2020-07-14 20:58:40,944 [19] INFO - Leaving 'ensureContentCopy' for image 425, article 1439, size „890“, reason = created (source file „b18df3e30a3c4282aa6cd37bafb20490.jpg“ exists. ? 1 output flavour(s). ? output flavour Output. ? settings previously used max content copy width to 0 pixels, because it was created by this article ID „1439“. ? need = no, because source „b18df3e30a3c4282aa6cd37bafb20490.jpg“ (22.01.2019 19:23:20) is older or equal age than dst „dscn6639.jpg“ (22.01.2019 19:23:20). ? width of 1782 pixels must be reduced to match 890 pixels. Image loaded from „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\dscn6639.jpg“. ? need create. ? actually sizing to „890“. ? remembering content copy size of 890×666 pixels because output flavor is Output. ? remembering previously used max content copy width 890 pixels because output flavor is Output. ? something created. ? nothing pseudo-created.)
2020-07-14 20:58:40,944 [19] INFO - [GetImageSizeInPixel - C] getting image size 890x666 for predefined content copy size (working copy image „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\content\media\images\b18df3e30a3c4282aa6cd37bafb20490.jpg“).
2020-07-14 20:58:40,944 [19] INFO - Returning live-calculated image size for image with ID 425, file version „ContentCopy“ of 890×666 pixels.
2020-07-14 20:58:40,945 [19] INFO - Returning cached image size for image with ID 425, file version „ContentCopy“ of 890×666 pixels.
2020-07-14 20:58:40,946 [19] INFO - About to execute the following script:
2020-07-14 20:58:40,946 [19] INFO - Information: 0 :
2020-07-14 20:58:40,946 [19] INFO - About to execute the following script:
2020-07-14 20:58:40,946 [19] INFO - ---------
2020-07-14 20:58:40,947 [19] INFO - Information: 0 :
2020-07-14 20:58:40,947 [19] INFO - ---------
2020-07-14 20:58:40,947 [19] INFO - function SE637303571209465714() {}
SE637303571209465714.prototype.executeScript = function(){
// Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
var additionalClass = context.param(0, "");
var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles.
var columnItemInlineCSS = context.param(2, "");
var showCssFields = context.param(3, true);
var columnItemCSSClass = context.param(4, "");
var dataAttributes = context.param(5, "");
if ( columnItemCSSClass !== "" ){
columnItemCSSClass = " " + columnItemCSSClass;
}
var inlineCss = article.inlineCss || "";
var cssClass = article.cssClass || "";
if ( additionalClass !== "" ){
additionalClass = " " + additionalClass;
}
if ( showCssFields && cssClass ){
additionalClass = additionalClass + " " + cssClass;
}
if ( columnItemInlineCSS !== "" ){
columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\"";
}
if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){
//inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
if ( showCssFields && inlineCss ){
inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
}
else{
inlineCss = ' style="' + articleAreaInlineCSS + '"';
}
}
else{
inlineCss = "";
}
function validClassName(theName){
var tmp = theName.toString().replace(/\s/g, "_");
// strip all non alphanumerics and make them dashes
tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-');
return tmp;
}
// so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text"
unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, ";
if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){
var myLeElement = "widget-text";
}
else{
var myLeElement = "widget-" + article.widgetNameInternal;
}
context.write("\r\n
\r\n\t
\r\n");
context.write( dataAttributes );
context.write(" class=\"articlearea zpw");
context.write( validClassName(article.widgetName) );
context.write( additionalClass );
context.write("\"");
context.write( inlineCss );
context.write(" ");
if ( !isNull(article) ) {
context.write("\r\n\t\r\n\t");
}
context.write(">\r\n\t");
// End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
};
/* Shortcuts. */
article = context.article;
page = context.page;
projectFolder = context.projectFolder;
project = context.project;
system = context.system;
new SE637303571209465714().executeScript();
2020-07-14 20:58:40,947 [19] INFO - Information: 0 :
2020-07-14 20:58:40,947 [19] INFO - function SE637303571209465714() {}
SE637303571209465714.prototype.executeScript = function(){
// Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
var additionalClass = context.param(0, "");
var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles.
var columnItemInlineCSS = context.param(2, "");
var showCssFields = context.param(3, true);
var columnItemCSSClass = context.param(4, "");
var dataAttributes = context.param(5, "");
if ( columnItemCSSClass !== "" ){
columnItemCSSClass = " " + columnItemCSSClass;
}
var inlineCss = article.inlineCss || "";
var cssClass = article.cssClass || "";
if ( additionalClass !== "" ){
additionalClass = " " + additionalClass;
}
if ( showCssFields && cssClass ){
additionalClass = additionalClass + " " + cssClass;
}
if ( columnItemInlineCSS !== "" ){
columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\"";
}
if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){
//inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
if ( showCssFields && inlineCss ){
inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
}
else{
inlineCss = ' style="' + articleAreaInlineCSS + '"';
}
}
else{
inlineCss = "";
}
function validClassName(theName){
var tmp = theName.toString().replace(/\s/g, "_");
// strip all non alphanumerics and make them dashes
tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-');
return tmp;
}
// so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text"
unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, ";
if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){
var myLeElement = "widget-text";
}
else{
var myLeElement = "widget-" + article.widgetNameInternal;
}
context.write("\r\n
\r\n\t
\r\n");
context.write( dataAttributes );
context.write(" class=\"articlearea zpw");
context.write( validClassName(article.widgetName) );
context.write( additionalClass );
context.write("\"");
context.write( inlineCss );
context.write(" ");
if ( !isNull(article) ) {
context.write("\r\n\t\r\n\t");
}
context.write(">\r\n\t");
// End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
};
/* Shortcuts. */
article = context.article;
page = context.page;
projectFolder = context.projectFolder;
project = context.project;
system = context.system;
new SE637303571209465714().executeScript();
2020-07-14 20:58:40,947 [19] INFO - ---------
2020-07-14 20:58:40,948 [19] INFO - Information: 0 :
2020-07-14 20:58:40,948 [19] INFO - ---------
2020-07-14 20:58:40,955 [19] INFO - Finished executing the following script:
2020-07-14 20:58:40,955 [19] INFO - Information: 0 :
2020-07-14 20:58:40,955 [19] INFO - Finished executing the following script:
2020-07-14 20:58:40,955 [19] INFO - ---------
2020-07-14 20:58:40,955 [19] INFO - Information: 0 :
2020-07-14 20:58:40,955 [19] INFO - ---------
2020-07-14 20:58:40,956 [19] INFO - function SE637303571209465714() {}
SE637303571209465714.prototype.executeScript = function(){
// Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
var additionalClass = context.param(0, "");
var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles.
var columnItemInlineCSS = context.param(2, "");
var showCssFields = context.param(3, true);
var columnItemCSSClass = context.param(4, "");
var dataAttributes = context.param(5, "");
if ( columnItemCSSClass !== "" ){
columnItemCSSClass = " " + columnItemCSSClass;
}
var inlineCss = article.inlineCss || "";
var cssClass = article.cssClass || "";
if ( additionalClass !== "" ){
additionalClass = " " + additionalClass;
}
if ( showCssFields && cssClass ){
additionalClass = additionalClass + " " + cssClass;
}
if ( columnItemInlineCSS !== "" ){
columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\"";
}
if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){
//inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
if ( showCssFields && inlineCss ){
inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
}
else{
inlineCss = ' style="' + articleAreaInlineCSS + '"';
}
}
else{
inlineCss = "";
}
function validClassName(theName){
var tmp = theName.toString().replace(/\s/g, "_");
// strip all non alphanumerics and make them dashes
tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-');
return tmp;
}
// so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text"
unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, ";
if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){
var myLeElement = "widget-text";
}
else{
var myLeElement = "widget-" + article.widgetNameInternal;
}
context.write("\r\n
\r\n\t
\r\n");
context.write( dataAttributes );
context.write(" class=\"articlearea zpw");
context.write( validClassName(article.widgetName) );
context.write( additionalClass );
context.write("\"");
context.write( inlineCss );
context.write(" ");
if ( !isNull(article) ) {
context.write("\r\n\t\r\n\t");
}
context.write(">\r\n\t");
// End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
};
/* Shortcuts. */
article = context.article;
page = context.page;
projectFolder = context.projectFolder;
project = context.project;
system = context.system;
new SE637303571209465714().executeScript();
2020-07-14 20:58:40,956 [19] INFO - Information: 0 :
2020-07-14 20:58:40,956 [19] INFO - function SE637303571209465714() {}
SE637303571209465714.prototype.executeScript = function(){
// Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
var additionalClass = context.param(0, "");
var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles.
var columnItemInlineCSS = context.param(2, "");
var showCssFields = context.param(3, true);
var columnItemCSSClass = context.param(4, "");
var dataAttributes = context.param(5, "");
if ( columnItemCSSClass !== "" ){
columnItemCSSClass = " " + columnItemCSSClass;
}
var inlineCss = article.inlineCss || "";
var cssClass = article.cssClass || "";
if ( additionalClass !== "" ){
additionalClass = " " + additionalClass;
}
if ( showCssFields && cssClass ){
additionalClass = additionalClass + " " + cssClass;
}
if ( columnItemInlineCSS !== "" ){
columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\"";
}
if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){
//inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
if ( showCssFields && inlineCss ){
inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
}
else{
inlineCss = ' style="' + articleAreaInlineCSS + '"';
}
}
else{
inlineCss = "";
}
function validClassName(theName){
var tmp = theName.toString().replace(/\s/g, "_");
// strip all non alphanumerics and make them dashes
tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-');
return tmp;
}
// so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text"
unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, ";
if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){
var myLeElement = "widget-text";
}
else{
var myLeElement = "widget-" + article.widgetNameInternal;
}
context.write("\r\n
\r\n\t
\r\n");
context.write( dataAttributes );
context.write(" class=\"articlearea zpw");
context.write( validClassName(article.widgetName) );
context.write( additionalClass );
context.write("\"");
context.write( inlineCss );
context.write(" ");
if ( !isNull(article) ) {
context.write("\r\n\t\r\n\t");
}
context.write(">\r\n\t");
// End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
};
/* Shortcuts. */
article = context.article;
page = context.page;
projectFolder = context.projectFolder;
project = context.project;
system = context.system;
new SE637303571209465714().executeScript();
2020-07-14 20:58:40,956 [19] INFO - ---------
2020-07-14 20:58:40,956 [19] INFO - Information: 0 :
2020-07-14 20:58:40,956 [19] INFO - ---------
2020-07-14 20:58:40,957 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2279.
2020-07-14 20:58:40,957 [19] INFO - Information: 0 :
2020-07-14 20:58:40,957 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2279.
2020-07-14 20:58:40,957 [19] INFO - ---------
2020-07-14 20:58:40,957 [19] INFO - Information: 0 :
2020-07-14 20:58:40,957 [19] INFO - ---------
2020-07-14 20:58:40,957 [19] INFO - [system.partial] „article-begin.html“ 11 ms „[0, popupimage]“
2020-07-14 20:58:40,957 [19] INFO - Information: 0 :
2020-07-14 20:58:40,957 [19] INFO - [system.partial] „article-begin.html“ 11 ms „[0, popupimage]“
2020-07-14 20:58:40,959 [19] INFO - [system.partial] „article-end.html“ 0 ms „“
2020-07-14 20:58:40,959 [19] INFO - Information: 0 :
2020-07-14 20:58:40,959 [19] INFO - [system.partial] „article-end.html“ 0 ms „“
2020-07-14 20:58:40,960 [19] INFO - Finished executing the following script:
2020-07-14 20:58:40,960 [19] INFO - Information: 0 :
2020-07-14 20:58:40,960 [19] INFO - Finished executing the following script:
2020-07-14 20:58:40,960 [19] INFO - ---------
2020-07-14 20:58:40,960 [19] INFO - Information: 0 :
2020-07-14 20:58:40,960 [19] INFO - ---------
2020-07-14 20:58:40,960 [19] INFO - function SE637303571194704870() {}
SE637303571194704870.prototype.executeScript = function(){
// Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'.
var image = project.getImage(article.value("image"));
var contentImageWidth = "890";
var defaultImageWidth = 960;
var cssClass = article.cssClass || "";
var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false;
// Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen.
contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth;
var gridCols = article.column.cssClass;
if ( gridCols ){
gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", ""));
}
else{
gridCols = 12;
}
var columnMargin = 30;
var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols;
// minimum width needed for 100% width display on 1-column breakpoint
var minwidth = parseInt(479 - columnMargin);
var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth;
if ( minwidth > contentCopyWidth ){
contentCopyWidth = minwidth;
}
//system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")");
var imageError = false;
if ( !isNull(image) ) {
if ( isBreakout ){
contentCopyWidth = image.workingCopyWidth;
}
try {
var iresult = image.ensureContentCopy(article, contentCopyWidth);
var thumbImageWidth = image.contentCopyWidth;
var thumbImageHeight = image.contentCopyHeight;
var description = image.description;
var altText = system.htmlEncode(system.removeHtmlTags(image.altText));
var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", "")));
if ( altText == "" && oldAltText !== "" ){
altText = oldAltText;
}
var encodedDescription = system.htmlEncode(image.description);
var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description));
// strip
-Tags from description as
is not valid inside SPAN
description = description.toString().replace(/
/g,"");
description = description.toString().replace(/<\/p>/g," ");
//system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult);
}
catch(err) {
imageError = true;
}
}
if ( stripDescription !== "" ) {
var showCaption = "1";
}
else {
var showCaption = "0";
}
var lightBox = article.value("lightbox", "lightbox");
var clickURL = article.value("clickurl");
var effect = article.value("effect", "none");
var effectClass = "";
switch ( effect ) {
case "hoverzoom":
effectClass = " zpeffect zphoverscale";
break;
default:
effectClass = "";
}
context.write("\r\n\r\n");
if ( isNull(image) || imageError ) {
context.write("\r\n\t");
if ( system.preview ) {
context.write("\r\n\t\t
\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t\r\n\t\t
\r\n\t\t");
context.write( system.partial("article-end.html") );
context.write("\r\n\t");
} else if ( lightBox == "off" ) {
context.write("\r\n\t\t");
context.write( system.partial("article-begin.html") );
context.write("\r\n\t\t\t");
if ( image.isSvgImage ){
context.write("\r\n\t\t\t\r\n\t\t\t");
} else if ( image.isAnimatedGif ) {
context.write("\r\n\t\t\t\r\n\t\t\t");
} else {
context.write("\r\n\t\t\t\r\n\t\t\t");
}
context.write("\r\n\r\n\t\t\t");
if ( showCaption == "1" && description ) {
context.write("\r\n\t\t\t\t");
context.write( description );
context.write("\r\n\t\t\t");
}
context.write("\r\n\t\t");
context.write( system.partial("article-end.html") );
context.write("\r\n\t");
} else {
context.write("\r\n\t\t");
context.write( system.partial("article-begin.html") );
context.write("\r\n\t\t\t");
if ( clickURL !== "" ) {
context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t");
if ( image.isSvgImage ){
context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t");
} else if ( image.isAnimatedGif ) {
context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t");
} else {
context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t");
}
context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t");
} else {
context.write("\r\n\t\t\t\t\r\n\t\t\t");
}
context.write("\r\n\r\n\t\t\t");
if ( showCaption == "1" && description ) {
context.write("\r\n\t\t\t\t");
context.write( description );
context.write("\r\n\t\t\t");
}
context.write("\r\n\t\t");
context.write( system.partial("article-end.html") );
context.write("\r\n\t");
}
context.write("\r\n");
}
// End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'.
};
/* Shortcuts. */
article = context.article;
page = context.page;
projectFolder = context.projectFolder;
project = context.project;
system = context.system;
new SE637303571209725729().executeScript();
2020-07-14 20:58:40,974 [19] INFO - ---------
2020-07-14 20:58:40,974 [19] INFO - Information: 0 :
2020-07-14 20:58:40,974 [19] INFO - ---------
2020-07-14 20:58:40,977 [19] INFO - Information: 0 :
2020-07-14 20:58:40,977 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:40,980 [19] INFO - Information: 0 :
2020-07-14 20:58:40,980 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:40,980 [19] INFO - Information: 0 :
2020-07-14 20:58:40,980 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:40,980 [19] INFO - [SetContentCopyImageSizeInPixel] 890 x 667 pixels for output flavor „Output“. Laden von Bild-Asset.
2020-07-14 20:58:40,981 [19] INFO - Entering 'ensureContentCopy' for image 426, article 1440, size 890.
2020-07-14 20:58:40,981 [19] INFO - Called 'createContentCopy' scripting function with article ID = 1440, image ID = 426, maxWidthInPixel = 890.
2020-07-14 20:58:40,981 [19] INFO - [CreateContentCopy] Create content copy für Asset ID 426, max. Breite 890. Vorlage „C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive“, Output „Output“.
2020-07-14 20:58:40,983 [19] INFO - [IsSourceFileNewerThanDestinationFile] Comparing source file „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\content\media\images\adb1b6eeb7fd4cc38131a082646d75c6.jpg“ (22.01.2019 19:23:28) with destination „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\dscn6641.jpg“ (22.01.2019 19:23:28). Delta last write time is 0 seconds. Is source file newer: False.
2020-07-14 20:58:40,985 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:41,017 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:41,047 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:41,066 [19] INFO - About to save image to file path 'C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-6ca14e72ad0949b489e3240fabd4675f\fe756d9d31c743ba8f782aa8e4e92690.png'...
2020-07-14 20:58:41,076 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:41,104 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:41,135 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:41,175 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:41,201 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:41,205 [19] INFO - Successfully saved image to file path 'C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-6ca14e72ad0949b489e3240fabd4675f\fe756d9d31c743ba8f782aa8e4e92690.png'.
2020-07-14 20:58:41,207 [19] INFO - About to call app 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\Applications\zpix.exe' with parameters 'reduce-image-size --source-file-path="C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-6ca14e72ad0949b489e3240fabd4675f\fe756d9d31c743ba8f782aa8e4e92690.png" --destination-file-path="C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-6ca14e72ad0949b489e3240fabd4675f\4b13e97830f14deabb25438adcb1d080.png" --ecm="false" --width=890 --height=0 --mode="prop-x"'
2020-07-14 20:58:41,230 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:41,262 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:41,291 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:41,329 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:41,354 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:41,392 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:41,420 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:41,450 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:41,478 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:41,516 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:41,544 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:41,576 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:41,606 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:41,635 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:41,673 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:41,705 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:41,733 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:41,763 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:41,790 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:41,828 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:41,856 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:41,885 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:41,923 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:41,946 [19] INFO - Returning exit code 0.
2020-07-14 20:58:41,947 [19] INFO -
2020-07-14 20:58:41,949 [19] INFO - Exit code of '0' for call app 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\Applications\zpix.exe' with parameters 'reduce-image-size --source-file-path="C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-6ca14e72ad0949b489e3240fabd4675f\fe756d9d31c743ba8f782aa8e4e92690.png" --destination-file-path="C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-6ca14e72ad0949b489e3240fabd4675f\4b13e97830f14deabb25438adcb1d080.png" --ecm="false" --width=890 --height=0 --mode="prop-x"'
2020-07-14 20:58:41,951 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:41,980 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:41,999 [19] INFO - About to save image to file path 'C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\dscn6641.jpg'...
2020-07-14 20:58:42,012 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:42,036 [19] INFO - Successfully saved image to file path 'C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\dscn6641.jpg'.
2020-07-14 20:58:42,041 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:42,061 [19] INFO - [SetContentCopyImageSizeInPixel] 890 x 667 pixels for output flavor „Output“. Innerhalb von [CreateContentCopy] (1). Reason: source file „adb1b6eeb7fd4cc38131a082646d75c6.jpg“ exists. ? 1 output flavour(s). ? output flavour Output. ? settings previously used max content copy width to 0 pixels, because it was created by this article ID „1440“. ? need = no, because source „adb1b6eeb7fd4cc38131a082646d75c6.jpg“ (22.01.2019 19:23:28) is older or equal age than dst „dscn6641.jpg“ (22.01.2019 19:23:28). ? width of 1316 pixels must be reduced to match 890 pixels. Image loaded from „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\dscn6641.jpg“. ? need create. ? actually sizing to „890“. ? remembering content copy size of 890×667 pixels because output flavor is Output.
2020-07-14 20:58:42,061 [19] INFO - Information: 0 :
2020-07-14 20:58:42,061 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:42,069 [19] INFO - Information: 0 :
2020-07-14 20:58:42,069 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:42,069 [19] INFO - Information: 0 :
2020-07-14 20:58:42,069 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:42,070 [19] INFO - Information: 0 :
2020-07-14 20:58:42,070 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:42,076 [19] INFO - Information: 0 :
2020-07-14 20:58:42,076 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:42,076 [19] INFO - Information: 0 :
2020-07-14 20:58:42,076 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:42,076 [19] INFO - Information: 0 :
2020-07-14 20:58:42,076 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:42,082 [19] INFO - Information: 0 :
2020-07-14 20:58:42,082 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:42,082 [19] INFO - Information: 0 :
2020-07-14 20:58:42,082 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:42,082 [19] INFO - [CreateContentCopy] Finished creating content copy für Asset ID 426, max. Breite 890. Vorlage „C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive“, Output „Output“. Anything created: „True“. Anything pseudo-created: „False“. Reasons während des Vorgangs: source file „adb1b6eeb7fd4cc38131a082646d75c6.jpg“ exists. ? 1 output flavour(s). ? output flavour Output. ? settings previously used max content copy width to 0 pixels, because it was created by this article ID „1440“. ? need = no, because source „adb1b6eeb7fd4cc38131a082646d75c6.jpg“ (22.01.2019 19:23:28) is older or equal age than dst „dscn6641.jpg“ (22.01.2019 19:23:28). ? width of 1316 pixels must be reduced to match 890 pixels. Image loaded from „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\dscn6641.jpg“. ? need create. ? actually sizing to „890“. ? remembering content copy size of 890×667 pixels because output flavor is Output. ? remembering previously used max content copy width 890 pixels because output flavor is Output. ? something created. ? nothing pseudo-created..
2020-07-14 20:58:42,082 [19] INFO - 'createContentCopy': Content copy WAS created (source file „adb1b6eeb7fd4cc38131a082646d75c6.jpg“ exists. ? 1 output flavour(s). ? output flavour Output. ? settings previously used max content copy width to 0 pixels, because it was created by this article ID „1440“. ? need = no, because source „adb1b6eeb7fd4cc38131a082646d75c6.jpg“ (22.01.2019 19:23:28) is older or equal age than dst „dscn6641.jpg“ (22.01.2019 19:23:28). ? width of 1316 pixels must be reduced to match 890 pixels. Image loaded from „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\dscn6641.jpg“. ? need create. ? actually sizing to „890“. ? remembering content copy size of 890×667 pixels because output flavor is Output. ? remembering previously used max content copy width 890 pixels because output flavor is Output. ? something created. ? nothing pseudo-created.).
2020-07-14 20:58:42,083 [19] INFO - Called 'skipContentCopy' scripting function with image ID = 426.
2020-07-14 20:58:42,083 [19] INFO - Called 'NotifyImageAssetContentCopyCreated' with image ID = 426.
2020-07-14 20:58:42,083 [19] INFO - Removing 1 job in 'NotifyImageAssetContentCopyCreated'.
2020-07-14 20:58:42,084 [19] INFO - Adding again 1 working-copy-only jobs in 'NotifyImageAssetContentCopyCreated'.
2020-07-14 20:58:42,084 [19] INFO - Called 'NotifyImageAssetContentCopyCreated' with image ID = 426.
2020-07-14 20:58:42,084 [19] INFO - Leaving 'ensureContentCopy' for image 426, article 1440, size „890“, reason = created (source file „adb1b6eeb7fd4cc38131a082646d75c6.jpg“ exists. ? 1 output flavour(s). ? output flavour Output. ? settings previously used max content copy width to 0 pixels, because it was created by this article ID „1440“. ? need = no, because source „adb1b6eeb7fd4cc38131a082646d75c6.jpg“ (22.01.2019 19:23:28) is older or equal age than dst „dscn6641.jpg“ (22.01.2019 19:23:28). ? width of 1316 pixels must be reduced to match 890 pixels. Image loaded from „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\dscn6641.jpg“. ? need create. ? actually sizing to „890“. ? remembering content copy size of 890×667 pixels because output flavor is Output. ? remembering previously used max content copy width 890 pixels because output flavor is Output. ? something created. ? nothing pseudo-created.)
2020-07-14 20:58:42,084 [19] INFO - [GetImageSizeInPixel - C] getting image size 890x667 for predefined content copy size (working copy image „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\content\media\images\adb1b6eeb7fd4cc38131a082646d75c6.jpg“).
2020-07-14 20:58:42,084 [19] INFO - Returning live-calculated image size for image with ID 426, file version „ContentCopy“ of 890×667 pixels.
2020-07-14 20:58:42,085 [19] INFO - Returning cached image size for image with ID 426, file version „ContentCopy“ of 890×667 pixels.
2020-07-14 20:58:42,086 [19] INFO - About to execute the following script:
2020-07-14 20:58:42,086 [19] INFO - Information: 0 :
2020-07-14 20:58:42,086 [19] INFO - About to execute the following script:
2020-07-14 20:58:42,086 [19] INFO - ---------
2020-07-14 20:58:42,086 [19] INFO - Information: 0 :
2020-07-14 20:58:42,087 [19] INFO - ---------
2020-07-14 20:58:42,087 [19] INFO - function SE637303571220866366() {}
SE637303571220866366.prototype.executeScript = function(){
// Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
var additionalClass = context.param(0, "");
var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles.
var columnItemInlineCSS = context.param(2, "");
var showCssFields = context.param(3, true);
var columnItemCSSClass = context.param(4, "");
var dataAttributes = context.param(5, "");
if ( columnItemCSSClass !== "" ){
columnItemCSSClass = " " + columnItemCSSClass;
}
var inlineCss = article.inlineCss || "";
var cssClass = article.cssClass || "";
if ( additionalClass !== "" ){
additionalClass = " " + additionalClass;
}
if ( showCssFields && cssClass ){
additionalClass = additionalClass + " " + cssClass;
}
if ( columnItemInlineCSS !== "" ){
columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\"";
}
if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){
//inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
if ( showCssFields && inlineCss ){
inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
}
else{
inlineCss = ' style="' + articleAreaInlineCSS + '"';
}
}
else{
inlineCss = "";
}
function validClassName(theName){
var tmp = theName.toString().replace(/\s/g, "_");
// strip all non alphanumerics and make them dashes
tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-');
return tmp;
}
// so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text"
unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, ";
if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){
var myLeElement = "widget-text";
}
else{
var myLeElement = "widget-" + article.widgetNameInternal;
}
context.write("\r\n
\r\n\t
\r\n");
context.write( dataAttributes );
context.write(" class=\"articlearea zpw");
context.write( validClassName(article.widgetName) );
context.write( additionalClass );
context.write("\"");
context.write( inlineCss );
context.write(" ");
if ( !isNull(article) ) {
context.write("\r\n\t\r\n\t");
}
context.write(">\r\n\t");
// End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
};
/* Shortcuts. */
article = context.article;
page = context.page;
projectFolder = context.projectFolder;
project = context.project;
system = context.system;
new SE637303571220866366().executeScript();
2020-07-14 20:58:42,087 [19] INFO - Information: 0 :
2020-07-14 20:58:42,087 [19] INFO - function SE637303571220866366() {}
SE637303571220866366.prototype.executeScript = function(){
// Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
var additionalClass = context.param(0, "");
var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles.
var columnItemInlineCSS = context.param(2, "");
var showCssFields = context.param(3, true);
var columnItemCSSClass = context.param(4, "");
var dataAttributes = context.param(5, "");
if ( columnItemCSSClass !== "" ){
columnItemCSSClass = " " + columnItemCSSClass;
}
var inlineCss = article.inlineCss || "";
var cssClass = article.cssClass || "";
if ( additionalClass !== "" ){
additionalClass = " " + additionalClass;
}
if ( showCssFields && cssClass ){
additionalClass = additionalClass + " " + cssClass;
}
if ( columnItemInlineCSS !== "" ){
columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\"";
}
if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){
//inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
if ( showCssFields && inlineCss ){
inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
}
else{
inlineCss = ' style="' + articleAreaInlineCSS + '"';
}
}
else{
inlineCss = "";
}
function validClassName(theName){
var tmp = theName.toString().replace(/\s/g, "_");
// strip all non alphanumerics and make them dashes
tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-');
return tmp;
}
// so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text"
unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, ";
if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){
var myLeElement = "widget-text";
}
else{
var myLeElement = "widget-" + article.widgetNameInternal;
}
context.write("\r\n
\r\n\t
\r\n");
context.write( dataAttributes );
context.write(" class=\"articlearea zpw");
context.write( validClassName(article.widgetName) );
context.write( additionalClass );
context.write("\"");
context.write( inlineCss );
context.write(" ");
if ( !isNull(article) ) {
context.write("\r\n\t\r\n\t");
}
context.write(">\r\n\t");
// End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
};
/* Shortcuts. */
article = context.article;
page = context.page;
projectFolder = context.projectFolder;
project = context.project;
system = context.system;
new SE637303571220866366().executeScript();
2020-07-14 20:58:42,087 [19] INFO - ---------
2020-07-14 20:58:42,087 [19] INFO - Information: 0 :
2020-07-14 20:58:42,087 [19] INFO - ---------
2020-07-14 20:58:42,092 [19] INFO - Information: 0 :
2020-07-14 20:58:42,092 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:42,095 [19] INFO - Information: 0 :
2020-07-14 20:58:42,095 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:42,095 [19] INFO - Information: 0 :
2020-07-14 20:58:42,095 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:42,096 [19] INFO - Finished executing the following script:
2020-07-14 20:58:42,096 [19] INFO - Information: 0 :
2020-07-14 20:58:42,097 [19] INFO - Finished executing the following script:
2020-07-14 20:58:42,097 [19] INFO - ---------
2020-07-14 20:58:42,097 [19] INFO - Information: 0 :
2020-07-14 20:58:42,098 [19] INFO - ---------
2020-07-14 20:58:42,098 [19] INFO - function SE637303571220866366() {}
SE637303571220866366.prototype.executeScript = function(){
// Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
var additionalClass = context.param(0, "");
var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles.
var columnItemInlineCSS = context.param(2, "");
var showCssFields = context.param(3, true);
var columnItemCSSClass = context.param(4, "");
var dataAttributes = context.param(5, "");
if ( columnItemCSSClass !== "" ){
columnItemCSSClass = " " + columnItemCSSClass;
}
var inlineCss = article.inlineCss || "";
var cssClass = article.cssClass || "";
if ( additionalClass !== "" ){
additionalClass = " " + additionalClass;
}
if ( showCssFields && cssClass ){
additionalClass = additionalClass + " " + cssClass;
}
if ( columnItemInlineCSS !== "" ){
columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\"";
}
if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){
//inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
if ( showCssFields && inlineCss ){
inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
}
else{
inlineCss = ' style="' + articleAreaInlineCSS + '"';
}
}
else{
inlineCss = "";
}
function validClassName(theName){
var tmp = theName.toString().replace(/\s/g, "_");
// strip all non alphanumerics and make them dashes
tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-');
return tmp;
}
// so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text"
unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, ";
if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){
var myLeElement = "widget-text";
}
else{
var myLeElement = "widget-" + article.widgetNameInternal;
}
context.write("\r\n
\r\n\t
\r\n");
context.write( dataAttributes );
context.write(" class=\"articlearea zpw");
context.write( validClassName(article.widgetName) );
context.write( additionalClass );
context.write("\"");
context.write( inlineCss );
context.write(" ");
if ( !isNull(article) ) {
context.write("\r\n\t\r\n\t");
}
context.write(">\r\n\t");
// End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
};
/* Shortcuts. */
article = context.article;
page = context.page;
projectFolder = context.projectFolder;
project = context.project;
system = context.system;
new SE637303571220866366().executeScript();
2020-07-14 20:58:42,098 [19] INFO - Information: 0 :
2020-07-14 20:58:42,098 [19] INFO - function SE637303571220866366() {}
SE637303571220866366.prototype.executeScript = function(){
// Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
var additionalClass = context.param(0, "");
var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles.
var columnItemInlineCSS = context.param(2, "");
var showCssFields = context.param(3, true);
var columnItemCSSClass = context.param(4, "");
var dataAttributes = context.param(5, "");
if ( columnItemCSSClass !== "" ){
columnItemCSSClass = " " + columnItemCSSClass;
}
var inlineCss = article.inlineCss || "";
var cssClass = article.cssClass || "";
if ( additionalClass !== "" ){
additionalClass = " " + additionalClass;
}
if ( showCssFields && cssClass ){
additionalClass = additionalClass + " " + cssClass;
}
if ( columnItemInlineCSS !== "" ){
columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\"";
}
if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){
//inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
if ( showCssFields && inlineCss ){
inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
}
else{
inlineCss = ' style="' + articleAreaInlineCSS + '"';
}
}
else{
inlineCss = "";
}
function validClassName(theName){
var tmp = theName.toString().replace(/\s/g, "_");
// strip all non alphanumerics and make them dashes
tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-');
return tmp;
}
// so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text"
unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, ";
if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){
var myLeElement = "widget-text";
}
else{
var myLeElement = "widget-" + article.widgetNameInternal;
}
context.write("\r\n
\r\n\t
\r\n");
context.write( dataAttributes );
context.write(" class=\"articlearea zpw");
context.write( validClassName(article.widgetName) );
context.write( additionalClass );
context.write("\"");
context.write( inlineCss );
context.write(" ");
if ( !isNull(article) ) {
context.write("\r\n\t\r\n\t");
}
context.write(">\r\n\t");
// End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
};
/* Shortcuts. */
article = context.article;
page = context.page;
projectFolder = context.projectFolder;
project = context.project;
system = context.system;
new SE637303571220866366().executeScript();
2020-07-14 20:58:42,098 [19] INFO - ---------
2020-07-14 20:58:42,098 [19] INFO - Information: 0 :
2020-07-14 20:58:42,098 [19] INFO - ---------
2020-07-14 20:58:42,099 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2281.
2020-07-14 20:58:42,099 [19] INFO - Information: 0 :
2020-07-14 20:58:42,099 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2281.
2020-07-14 20:58:42,099 [19] INFO - ---------
2020-07-14 20:58:42,099 [19] INFO - Information: 0 :
2020-07-14 20:58:42,099 [19] INFO - ---------
2020-07-14 20:58:42,099 [19] INFO - [system.partial] „article-begin.html“ 13 ms „[0, popupimage]“
2020-07-14 20:58:42,099 [19] INFO - Information: 0 :
2020-07-14 20:58:42,099 [19] INFO - [system.partial] „article-begin.html“ 13 ms „[0, popupimage]“
2020-07-14 20:58:42,101 [19] INFO - [system.partial] „article-end.html“ 0 ms „“
2020-07-14 20:58:42,101 [19] INFO - Information: 0 :
2020-07-14 20:58:42,101 [19] INFO - [system.partial] „article-end.html“ 0 ms „“
2020-07-14 20:58:42,101 [19] INFO - Finished executing the following script:
2020-07-14 20:58:42,102 [19] INFO - Information: 0 :
2020-07-14 20:58:42,102 [19] INFO - Finished executing the following script:
2020-07-14 20:58:42,102 [19] INFO - ---------
2020-07-14 20:58:42,102 [19] INFO - Information: 0 :
2020-07-14 20:58:42,102 [19] INFO - ---------
2020-07-14 20:58:42,102 [19] INFO - function SE637303571209725729() {}
SE637303571209725729.prototype.executeScript = function(){
// Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'.
var image = project.getImage(article.value("image"));
var contentImageWidth = "890";
var defaultImageWidth = 960;
var cssClass = article.cssClass || "";
var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false;
// Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen.
contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth;
var gridCols = article.column.cssClass;
if ( gridCols ){
gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", ""));
}
else{
gridCols = 12;
}
var columnMargin = 30;
var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols;
// minimum width needed for 100% width display on 1-column breakpoint
var minwidth = parseInt(479 - columnMargin);
var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth;
if ( minwidth > contentCopyWidth ){
contentCopyWidth = minwidth;
}
//system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")");
var imageError = false;
if ( !isNull(image) ) {
if ( isBreakout ){
contentCopyWidth = image.workingCopyWidth;
}
try {
var iresult = image.ensureContentCopy(article, contentCopyWidth);
var thumbImageWidth = image.contentCopyWidth;
var thumbImageHeight = image.contentCopyHeight;
var description = image.description;
var altText = system.htmlEncode(system.removeHtmlTags(image.altText));
var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", "")));
if ( altText == "" && oldAltText !== "" ){
altText = oldAltText;
}
var encodedDescription = system.htmlEncode(image.description);
var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description));
// strip
-Tags from description as
is not valid inside SPAN
description = description.toString().replace(/
/g,"");
description = description.toString().replace(/<\/p>/g," ");
//system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult);
}
catch(err) {
imageError = true;
}
}
if ( stripDescription !== "" ) {
var showCaption = "1";
}
else {
var showCaption = "0";
}
var lightBox = article.value("lightbox", "lightbox");
var clickURL = article.value("clickurl");
var effect = article.value("effect", "none");
var effectClass = "";
switch ( effect ) {
case "hoverzoom":
effectClass = " zpeffect zphoverscale";
break;
default:
effectClass = "";
}
context.write("\r\n\r\n");
if ( isNull(image) || imageError ) {
context.write("\r\n\t");
if ( system.preview ) {
context.write("\r\n\t\t
\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t\r\n\t\t
\r\n\t\t");
context.write( system.partial("article-end.html") );
context.write("\r\n\t");
} else if ( lightBox == "off" ) {
context.write("\r\n\t\t");
context.write( system.partial("article-begin.html") );
context.write("\r\n\t\t\t");
if ( image.isSvgImage ){
context.write("\r\n\t\t\t\r\n\t\t\t");
} else if ( image.isAnimatedGif ) {
context.write("\r\n\t\t\t\r\n\t\t\t");
} else {
context.write("\r\n\t\t\t\r\n\t\t\t");
}
context.write("\r\n\r\n\t\t\t");
if ( showCaption == "1" && description ) {
context.write("\r\n\t\t\t\t");
context.write( description );
context.write("\r\n\t\t\t");
}
context.write("\r\n\t\t");
context.write( system.partial("article-end.html") );
context.write("\r\n\t");
} else {
context.write("\r\n\t\t");
context.write( system.partial("article-begin.html") );
context.write("\r\n\t\t\t");
if ( clickURL !== "" ) {
context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t");
if ( image.isSvgImage ){
context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t");
} else if ( image.isAnimatedGif ) {
context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t");
} else {
context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t");
}
context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t");
} else {
context.write("\r\n\t\t\t\t\r\n\t\t\t");
}
context.write("\r\n\r\n\t\t\t");
if ( showCaption == "1" && description ) {
context.write("\r\n\t\t\t\t");
context.write( description );
context.write("\r\n\t\t\t");
}
context.write("\r\n\t\t");
context.write( system.partial("article-end.html") );
context.write("\r\n\t");
}
context.write("\r\n");
}
// End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'.
};
/* Shortcuts. */
article = context.article;
page = context.page;
projectFolder = context.projectFolder;
project = context.project;
system = context.system;
new SE637303571221116381().executeScript();
2020-07-14 20:58:42,113 [19] INFO - ---------
2020-07-14 20:58:42,113 [19] INFO - Information: 0 :
2020-07-14 20:58:42,113 [19] INFO - ---------
2020-07-14 20:58:42,115 [19] INFO - Information: 0 :
2020-07-14 20:58:42,115 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:42,141 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:42,144 [19] INFO - Information: 0 :
2020-07-14 20:58:42,145 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:42,145 [19] INFO - Information: 0 :
2020-07-14 20:58:42,145 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:42,145 [19] INFO - [SetContentCopyImageSizeInPixel] 890 x 667 pixels for output flavor „Output“. Laden von Bild-Asset.
2020-07-14 20:58:42,146 [19] INFO - Information: 0 :
2020-07-14 20:58:42,146 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:42,148 [19] INFO - Information: 0 :
2020-07-14 20:58:42,148 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:42,148 [19] INFO - Information: 0 :
2020-07-14 20:58:42,148 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:42,148 [19] INFO - Entering 'ensureContentCopy' for image 427, article 1441, size 890.
2020-07-14 20:58:42,149 [19] INFO - Called 'createContentCopy' scripting function with article ID = 1441, image ID = 427, maxWidthInPixel = 890.
2020-07-14 20:58:42,149 [19] INFO - [CreateContentCopy] Create content copy für Asset ID 427, max. Breite 890. Vorlage „C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive“, Output „Output“.
2020-07-14 20:58:42,150 [19] INFO - [IsSourceFileNewerThanDestinationFile] Comparing source file „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\content\media\images\f9c2e872b6b040f9a456dc90a194e8f0.jpg“ (22.01.2019 19:23:26) with destination „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\dscn6634.jpg“ (22.01.2019 19:23:26). Delta last write time is 0 seconds. Is source file newer: False.
2020-07-14 20:58:42,169 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:42,198 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:42,231 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:42,253 [19] INFO - About to save image to file path 'C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-6ae677107d2c4c52b890d5d92c6641dd\8017d65863d44cb5af74e8463b0254b1.png'...
2020-07-14 20:58:42,263 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:42,293 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:42,321 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:42,360 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:42,388 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:42,416 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:42,428 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:42,439 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:42,447 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:42,452 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:42,464 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:42,475 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:42,481 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:42,488 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:42,500 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:42,510 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:42,512 [19] INFO - Successfully saved image to file path 'C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-6ae677107d2c4c52b890d5d92c6641dd\8017d65863d44cb5af74e8463b0254b1.png'.
2020-07-14 20:58:42,515 [19] INFO - About to call app 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\Applications\zpix.exe' with parameters 'reduce-image-size --source-file-path="C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-6ae677107d2c4c52b890d5d92c6641dd\8017d65863d44cb5af74e8463b0254b1.png" --destination-file-path="C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-6ae677107d2c4c52b890d5d92c6641dd\a1f15dcb7dfe4b0c8ce420ca0f15c756.png" --ecm="false" --width=890 --height=0 --mode="prop-x"'
2020-07-14 20:58:42,524 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:42,544 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:42,576 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:42,604 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:42,636 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:42,666 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:42,696 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:42,726 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:42,764 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:42,796 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:42,824 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:42,854 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:42,883 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:42,921 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:42,946 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:42,983 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:43,015 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:43,045 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:43,073 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:43,105 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:43,134 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:43,164 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:43,199 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:43,224 [19] INFO - Returning exit code 0.
2020-07-14 20:58:43,224 [19] INFO -
2020-07-14 20:58:43,226 [19] INFO - Exit code of '0' for call app 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\Applications\zpix.exe' with parameters 'reduce-image-size --source-file-path="C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-6ae677107d2c4c52b890d5d92c6641dd\8017d65863d44cb5af74e8463b0254b1.png" --destination-file-path="C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-6ae677107d2c4c52b890d5d92c6641dd\a1f15dcb7dfe4b0c8ce420ca0f15c756.png" --ecm="false" --width=890 --height=0 --mode="prop-x"'
2020-07-14 20:58:43,229 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:43,258 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:43,263 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:43,272 [19] INFO - About to save image to file path 'C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\dscn6634.jpg'...
2020-07-14 20:58:43,290 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:43,310 [19] INFO - Successfully saved image to file path 'C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\dscn6634.jpg'.
2020-07-14 20:58:43,324 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:43,336 [19] INFO - [SetContentCopyImageSizeInPixel] 890 x 667 pixels for output flavor „Output“. Innerhalb von [CreateContentCopy] (1). Reason: source file „f9c2e872b6b040f9a456dc90a194e8f0.jpg“ exists. ? 1 output flavour(s). ? output flavour Output. ? settings previously used max content copy width to 0 pixels, because it was created by this article ID „1441“. ? need = no, because source „f9c2e872b6b040f9a456dc90a194e8f0.jpg“ (22.01.2019 19:23:26) is older or equal age than dst „dscn6634.jpg“ (22.01.2019 19:23:26). ? width of 1608 pixels must be reduced to match 890 pixels. Image loaded from „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\dscn6634.jpg“. ? need create. ? actually sizing to „890“. ? remembering content copy size of 890×667 pixels because output flavor is Output.
2020-07-14 20:58:43,336 [19] INFO - Information: 0 :
2020-07-14 20:58:43,337 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:43,344 [19] INFO - Information: 0 :
2020-07-14 20:58:43,344 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:43,344 [19] INFO - Information: 0 :
2020-07-14 20:58:43,344 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:43,345 [19] INFO - Information: 0 :
2020-07-14 20:58:43,345 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:43,350 [19] INFO - Information: 0 :
2020-07-14 20:58:43,350 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:43,351 [19] INFO - Information: 0 :
2020-07-14 20:58:43,351 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:43,351 [19] INFO - Information: 0 :
2020-07-14 20:58:43,351 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:43,356 [19] INFO - Information: 0 :
2020-07-14 20:58:43,356 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:43,356 [19] INFO - Information: 0 :
2020-07-14 20:58:43,356 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:43,356 [19] INFO - [CreateContentCopy] Finished creating content copy für Asset ID 427, max. Breite 890. Vorlage „C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive“, Output „Output“. Anything created: „True“. Anything pseudo-created: „False“. Reasons während des Vorgangs: source file „f9c2e872b6b040f9a456dc90a194e8f0.jpg“ exists. ? 1 output flavour(s). ? output flavour Output. ? settings previously used max content copy width to 0 pixels, because it was created by this article ID „1441“. ? need = no, because source „f9c2e872b6b040f9a456dc90a194e8f0.jpg“ (22.01.2019 19:23:26) is older or equal age than dst „dscn6634.jpg“ (22.01.2019 19:23:26). ? width of 1608 pixels must be reduced to match 890 pixels. Image loaded from „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\dscn6634.jpg“. ? need create. ? actually sizing to „890“. ? remembering content copy size of 890×667 pixels because output flavor is Output. ? remembering previously used max content copy width 890 pixels because output flavor is Output. ? something created. ? nothing pseudo-created..
2020-07-14 20:58:43,356 [19] INFO - 'createContentCopy': Content copy WAS created (source file „f9c2e872b6b040f9a456dc90a194e8f0.jpg“ exists. ? 1 output flavour(s). ? output flavour Output. ? settings previously used max content copy width to 0 pixels, because it was created by this article ID „1441“. ? need = no, because source „f9c2e872b6b040f9a456dc90a194e8f0.jpg“ (22.01.2019 19:23:26) is older or equal age than dst „dscn6634.jpg“ (22.01.2019 19:23:26). ? width of 1608 pixels must be reduced to match 890 pixels. Image loaded from „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\dscn6634.jpg“. ? need create. ? actually sizing to „890“. ? remembering content copy size of 890×667 pixels because output flavor is Output. ? remembering previously used max content copy width 890 pixels because output flavor is Output. ? something created. ? nothing pseudo-created.).
2020-07-14 20:58:43,356 [19] INFO - Called 'skipContentCopy' scripting function with image ID = 427.
2020-07-14 20:58:43,357 [19] INFO - Called 'NotifyImageAssetContentCopyCreated' with image ID = 427.
2020-07-14 20:58:43,357 [19] INFO - Removing 1 job in 'NotifyImageAssetContentCopyCreated'.
2020-07-14 20:58:43,358 [19] INFO - Adding again 1 working-copy-only jobs in 'NotifyImageAssetContentCopyCreated'.
2020-07-14 20:58:43,358 [19] INFO - Called 'NotifyImageAssetContentCopyCreated' with image ID = 427.
2020-07-14 20:58:43,358 [19] INFO - Leaving 'ensureContentCopy' for image 427, article 1441, size „890“, reason = created (source file „f9c2e872b6b040f9a456dc90a194e8f0.jpg“ exists. ? 1 output flavour(s). ? output flavour Output. ? settings previously used max content copy width to 0 pixels, because it was created by this article ID „1441“. ? need = no, because source „f9c2e872b6b040f9a456dc90a194e8f0.jpg“ (22.01.2019 19:23:26) is older or equal age than dst „dscn6634.jpg“ (22.01.2019 19:23:26). ? width of 1608 pixels must be reduced to match 890 pixels. Image loaded from „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\dscn6634.jpg“. ? need create. ? actually sizing to „890“. ? remembering content copy size of 890×667 pixels because output flavor is Output. ? remembering previously used max content copy width 890 pixels because output flavor is Output. ? something created. ? nothing pseudo-created.)
2020-07-14 20:58:43,358 [19] INFO - [GetImageSizeInPixel - C] getting image size 890x667 for predefined content copy size (working copy image „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\content\media\images\f9c2e872b6b040f9a456dc90a194e8f0.jpg“).
2020-07-14 20:58:43,358 [19] INFO - Returning live-calculated image size for image with ID 427, file version „ContentCopy“ of 890×667 pixels.
2020-07-14 20:58:43,359 [19] INFO - Returning cached image size for image with ID 427, file version „ContentCopy“ of 890×667 pixels.
2020-07-14 20:58:43,360 [19] INFO - About to execute the following script:
2020-07-14 20:58:43,360 [19] INFO - Information: 0 :
2020-07-14 20:58:43,360 [19] INFO - About to execute the following script:
2020-07-14 20:58:43,360 [19] INFO - ---------
2020-07-14 20:58:43,361 [19] INFO - Information: 0 :
2020-07-14 20:58:43,361 [19] INFO - ---------
2020-07-14 20:58:43,361 [19] INFO - function SE637303571233607095() {}
SE637303571233607095.prototype.executeScript = function(){
// Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
var additionalClass = context.param(0, "");
var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles.
var columnItemInlineCSS = context.param(2, "");
var showCssFields = context.param(3, true);
var columnItemCSSClass = context.param(4, "");
var dataAttributes = context.param(5, "");
if ( columnItemCSSClass !== "" ){
columnItemCSSClass = " " + columnItemCSSClass;
}
var inlineCss = article.inlineCss || "";
var cssClass = article.cssClass || "";
if ( additionalClass !== "" ){
additionalClass = " " + additionalClass;
}
if ( showCssFields && cssClass ){
additionalClass = additionalClass + " " + cssClass;
}
if ( columnItemInlineCSS !== "" ){
columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\"";
}
if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){
//inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
if ( showCssFields && inlineCss ){
inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
}
else{
inlineCss = ' style="' + articleAreaInlineCSS + '"';
}
}
else{
inlineCss = "";
}
function validClassName(theName){
var tmp = theName.toString().replace(/\s/g, "_");
// strip all non alphanumerics and make them dashes
tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-');
return tmp;
}
// so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text"
unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, ";
if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){
var myLeElement = "widget-text";
}
else{
var myLeElement = "widget-" + article.widgetNameInternal;
}
context.write("\r\n
\r\n\t
\r\n");
context.write( dataAttributes );
context.write(" class=\"articlearea zpw");
context.write( validClassName(article.widgetName) );
context.write( additionalClass );
context.write("\"");
context.write( inlineCss );
context.write(" ");
if ( !isNull(article) ) {
context.write("\r\n\t\r\n\t");
}
context.write(">\r\n\t");
// End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
};
/* Shortcuts. */
article = context.article;
page = context.page;
projectFolder = context.projectFolder;
project = context.project;
system = context.system;
new SE637303571233607095().executeScript();
2020-07-14 20:58:43,361 [19] INFO - Information: 0 :
2020-07-14 20:58:43,361 [19] INFO - function SE637303571233607095() {}
SE637303571233607095.prototype.executeScript = function(){
// Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
var additionalClass = context.param(0, "");
var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles.
var columnItemInlineCSS = context.param(2, "");
var showCssFields = context.param(3, true);
var columnItemCSSClass = context.param(4, "");
var dataAttributes = context.param(5, "");
if ( columnItemCSSClass !== "" ){
columnItemCSSClass = " " + columnItemCSSClass;
}
var inlineCss = article.inlineCss || "";
var cssClass = article.cssClass || "";
if ( additionalClass !== "" ){
additionalClass = " " + additionalClass;
}
if ( showCssFields && cssClass ){
additionalClass = additionalClass + " " + cssClass;
}
if ( columnItemInlineCSS !== "" ){
columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\"";
}
if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){
//inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
if ( showCssFields && inlineCss ){
inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
}
else{
inlineCss = ' style="' + articleAreaInlineCSS + '"';
}
}
else{
inlineCss = "";
}
function validClassName(theName){
var tmp = theName.toString().replace(/\s/g, "_");
// strip all non alphanumerics and make them dashes
tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-');
return tmp;
}
// so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text"
unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, ";
if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){
var myLeElement = "widget-text";
}
else{
var myLeElement = "widget-" + article.widgetNameInternal;
}
context.write("\r\n
\r\n\t
\r\n");
context.write( dataAttributes );
context.write(" class=\"articlearea zpw");
context.write( validClassName(article.widgetName) );
context.write( additionalClass );
context.write("\"");
context.write( inlineCss );
context.write(" ");
if ( !isNull(article) ) {
context.write("\r\n\t\r\n\t");
}
context.write(">\r\n\t");
// End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
};
/* Shortcuts. */
article = context.article;
page = context.page;
projectFolder = context.projectFolder;
project = context.project;
system = context.system;
new SE637303571233607095().executeScript();
2020-07-14 20:58:43,361 [19] INFO - ---------
2020-07-14 20:58:43,361 [19] INFO - Information: 0 :
2020-07-14 20:58:43,361 [19] INFO - ---------
2020-07-14 20:58:43,366 [19] INFO - Finished executing the following script:
2020-07-14 20:58:43,366 [19] INFO - Information: 0 :
2020-07-14 20:58:43,367 [19] INFO - Finished executing the following script:
2020-07-14 20:58:43,367 [19] INFO - ---------
2020-07-14 20:58:43,367 [19] INFO - Information: 0 :
2020-07-14 20:58:43,367 [19] INFO - ---------
2020-07-14 20:58:43,367 [19] INFO - function SE637303571233607095() {}
SE637303571233607095.prototype.executeScript = function(){
// Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
var additionalClass = context.param(0, "");
var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles.
var columnItemInlineCSS = context.param(2, "");
var showCssFields = context.param(3, true);
var columnItemCSSClass = context.param(4, "");
var dataAttributes = context.param(5, "");
if ( columnItemCSSClass !== "" ){
columnItemCSSClass = " " + columnItemCSSClass;
}
var inlineCss = article.inlineCss || "";
var cssClass = article.cssClass || "";
if ( additionalClass !== "" ){
additionalClass = " " + additionalClass;
}
if ( showCssFields && cssClass ){
additionalClass = additionalClass + " " + cssClass;
}
if ( columnItemInlineCSS !== "" ){
columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\"";
}
if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){
//inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
if ( showCssFields && inlineCss ){
inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
}
else{
inlineCss = ' style="' + articleAreaInlineCSS + '"';
}
}
else{
inlineCss = "";
}
function validClassName(theName){
var tmp = theName.toString().replace(/\s/g, "_");
// strip all non alphanumerics and make them dashes
tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-');
return tmp;
}
// so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text"
unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, ";
if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){
var myLeElement = "widget-text";
}
else{
var myLeElement = "widget-" + article.widgetNameInternal;
}
context.write("\r\n
\r\n\t
\r\n");
context.write( dataAttributes );
context.write(" class=\"articlearea zpw");
context.write( validClassName(article.widgetName) );
context.write( additionalClass );
context.write("\"");
context.write( inlineCss );
context.write(" ");
if ( !isNull(article) ) {
context.write("\r\n\t\r\n\t");
}
context.write(">\r\n\t");
// End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
};
/* Shortcuts. */
article = context.article;
page = context.page;
projectFolder = context.projectFolder;
project = context.project;
system = context.system;
new SE637303571233607095().executeScript();
2020-07-14 20:58:43,367 [19] INFO - Information: 0 :
2020-07-14 20:58:43,367 [19] INFO - function SE637303571233607095() {}
SE637303571233607095.prototype.executeScript = function(){
// Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
var additionalClass = context.param(0, "");
var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles.
var columnItemInlineCSS = context.param(2, "");
var showCssFields = context.param(3, true);
var columnItemCSSClass = context.param(4, "");
var dataAttributes = context.param(5, "");
if ( columnItemCSSClass !== "" ){
columnItemCSSClass = " " + columnItemCSSClass;
}
var inlineCss = article.inlineCss || "";
var cssClass = article.cssClass || "";
if ( additionalClass !== "" ){
additionalClass = " " + additionalClass;
}
if ( showCssFields && cssClass ){
additionalClass = additionalClass + " " + cssClass;
}
if ( columnItemInlineCSS !== "" ){
columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\"";
}
if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){
//inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
if ( showCssFields && inlineCss ){
inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
}
else{
inlineCss = ' style="' + articleAreaInlineCSS + '"';
}
}
else{
inlineCss = "";
}
function validClassName(theName){
var tmp = theName.toString().replace(/\s/g, "_");
// strip all non alphanumerics and make them dashes
tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-');
return tmp;
}
// so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text"
unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, ";
if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){
var myLeElement = "widget-text";
}
else{
var myLeElement = "widget-" + article.widgetNameInternal;
}
context.write("\r\n
\r\n\t
\r\n");
context.write( dataAttributes );
context.write(" class=\"articlearea zpw");
context.write( validClassName(article.widgetName) );
context.write( additionalClass );
context.write("\"");
context.write( inlineCss );
context.write(" ");
if ( !isNull(article) ) {
context.write("\r\n\t\r\n\t");
}
context.write(">\r\n\t");
// End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
};
/* Shortcuts. */
article = context.article;
page = context.page;
projectFolder = context.projectFolder;
project = context.project;
system = context.system;
new SE637303571233607095().executeScript();
2020-07-14 20:58:43,368 [19] INFO - ---------
2020-07-14 20:58:43,368 [19] INFO - Information: 0 :
2020-07-14 20:58:43,368 [19] INFO - ---------
2020-07-14 20:58:43,368 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2283.
2020-07-14 20:58:43,368 [19] INFO - Information: 0 :
2020-07-14 20:58:43,368 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2283.
2020-07-14 20:58:43,368 [19] INFO - ---------
2020-07-14 20:58:43,368 [19] INFO - Information: 0 :
2020-07-14 20:58:43,368 [19] INFO - ---------
2020-07-14 20:58:43,368 [19] INFO - [system.partial] „article-begin.html“ 8 ms „[0, popupimage]“
2020-07-14 20:58:43,369 [19] INFO - Information: 0 :
2020-07-14 20:58:43,369 [19] INFO - [system.partial] „article-begin.html“ 8 ms „[0, popupimage]“
2020-07-14 20:58:43,370 [19] INFO - [system.partial] „article-end.html“ 0 ms „“
2020-07-14 20:58:43,371 [19] INFO - Information: 0 :
2020-07-14 20:58:43,371 [19] INFO - [system.partial] „article-end.html“ 0 ms „“
2020-07-14 20:58:43,371 [19] INFO - Finished executing the following script:
2020-07-14 20:58:43,371 [19] INFO - Information: 0 :
2020-07-14 20:58:43,371 [19] INFO - Finished executing the following script:
2020-07-14 20:58:43,371 [19] INFO - ---------
2020-07-14 20:58:43,371 [19] INFO - Information: 0 :
2020-07-14 20:58:43,371 [19] INFO - ---------
2020-07-14 20:58:43,371 [19] INFO - function SE637303571221116381() {}
SE637303571221116381.prototype.executeScript = function(){
// Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'.
var image = project.getImage(article.value("image"));
var contentImageWidth = "890";
var defaultImageWidth = 960;
var cssClass = article.cssClass || "";
var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false;
// Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen.
contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth;
var gridCols = article.column.cssClass;
if ( gridCols ){
gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", ""));
}
else{
gridCols = 12;
}
var columnMargin = 30;
var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols;
// minimum width needed for 100% width display on 1-column breakpoint
var minwidth = parseInt(479 - columnMargin);
var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth;
if ( minwidth > contentCopyWidth ){
contentCopyWidth = minwidth;
}
//system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")");
var imageError = false;
if ( !isNull(image) ) {
if ( isBreakout ){
contentCopyWidth = image.workingCopyWidth;
}
try {
var iresult = image.ensureContentCopy(article, contentCopyWidth);
var thumbImageWidth = image.contentCopyWidth;
var thumbImageHeight = image.contentCopyHeight;
var description = image.description;
var altText = system.htmlEncode(system.removeHtmlTags(image.altText));
var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", "")));
if ( altText == "" && oldAltText !== "" ){
altText = oldAltText;
}
var encodedDescription = system.htmlEncode(image.description);
var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description));
// strip
-Tags from description as
is not valid inside SPAN
description = description.toString().replace(/
/g,"");
description = description.toString().replace(/<\/p>/g," ");
//system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult);
}
catch(err) {
imageError = true;
}
}
if ( stripDescription !== "" ) {
var showCaption = "1";
}
else {
var showCaption = "0";
}
var lightBox = article.value("lightbox", "lightbox");
var clickURL = article.value("clickurl");
var effect = article.value("effect", "none");
var effectClass = "";
switch ( effect ) {
case "hoverzoom":
effectClass = " zpeffect zphoverscale";
break;
default:
effectClass = "";
}
context.write("\r\n\r\n");
if ( isNull(image) || imageError ) {
context.write("\r\n\t");
if ( system.preview ) {
context.write("\r\n\t\t
\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t\r\n\t\t
\r\n\t\t");
context.write( system.partial("article-end.html") );
context.write("\r\n\t");
} else if ( lightBox == "off" ) {
context.write("\r\n\t\t");
context.write( system.partial("article-begin.html") );
context.write("\r\n\t\t\t");
if ( image.isSvgImage ){
context.write("\r\n\t\t\t\r\n\t\t\t");
} else if ( image.isAnimatedGif ) {
context.write("\r\n\t\t\t\r\n\t\t\t");
} else {
context.write("\r\n\t\t\t\r\n\t\t\t");
}
context.write("\r\n\r\n\t\t\t");
if ( showCaption == "1" && description ) {
context.write("\r\n\t\t\t\t");
context.write( description );
context.write("\r\n\t\t\t");
}
context.write("\r\n\t\t");
context.write( system.partial("article-end.html") );
context.write("\r\n\t");
} else {
context.write("\r\n\t\t");
context.write( system.partial("article-begin.html") );
context.write("\r\n\t\t\t");
if ( clickURL !== "" ) {
context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t");
if ( image.isSvgImage ){
context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t");
} else if ( image.isAnimatedGif ) {
context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t");
} else {
context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t");
}
context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t");
} else {
context.write("\r\n\t\t\t\t\r\n\t\t\t");
}
context.write("\r\n\r\n\t\t\t");
if ( showCaption == "1" && description ) {
context.write("\r\n\t\t\t\t");
context.write( description );
context.write("\r\n\t\t\t");
}
context.write("\r\n\t\t");
context.write( system.partial("article-end.html") );
context.write("\r\n\t");
}
context.write("\r\n");
}
// End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'.
};
/* Shortcuts. */
article = context.article;
page = context.page;
projectFolder = context.projectFolder;
project = context.project;
system = context.system;
new SE637303571234507146().executeScript();
2020-07-14 20:58:43,450 [19] INFO - ---------
2020-07-14 20:58:43,420 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:43,463 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:43,482 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:43,511 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:43,535 [19] INFO - About to save image to file path 'C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-9dbed99a2d044f78b7b324143daf0159\d6558a12f6854538a484e38b06d473a6.png'...
2020-07-14 20:58:43,543 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:43,571 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:43,600 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:43,640 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:43,662 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:43,675 [19] INFO - Successfully saved image to file path 'C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-9dbed99a2d044f78b7b324143daf0159\d6558a12f6854538a484e38b06d473a6.png'.
2020-07-14 20:58:43,683 [19] INFO - About to call app 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\Applications\zpix.exe' with parameters 'reduce-image-size --source-file-path="C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-9dbed99a2d044f78b7b324143daf0159\d6558a12f6854538a484e38b06d473a6.png" --destination-file-path="C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-9dbed99a2d044f78b7b324143daf0159\548e78c57ed644288d915b52205e17e3.png" --ecm="false" --width=890 --height=0 --mode="prop-x"'
2020-07-14 20:58:43,700 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:43,728 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:43,760 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:43,790 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:43,825 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:43,853 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:43,885 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:43,914 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:43,944 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:43,980 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:44,008 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:44,037 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:44,075 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:44,107 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:44,136 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:44,164 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:44,196 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:44,224 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:44,264 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:44,294 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:44,324 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:44,352 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:44,381 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:44,409 [19] INFO - Returning exit code 0.
2020-07-14 20:58:44,409 [19] INFO -
2020-07-14 20:58:44,415 [19] INFO - Exit code of '0' for call app 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\Applications\zpix.exe' with parameters 'reduce-image-size --source-file-path="C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-9dbed99a2d044f78b7b324143daf0159\d6558a12f6854538a484e38b06d473a6.png" --destination-file-path="C:\Users\DieGohliser\AppData\Local\Temp\zp-temp-9dbed99a2d044f78b7b324143daf0159\548e78c57ed644288d915b52205e17e3.png" --ecm="false" --width=890 --height=0 --mode="prop-x"'
2020-07-14 20:58:44,417 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:44,448 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:44,474 [19] INFO - About to save image to file path 'C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\20170517_093803a.jpg'...
2020-07-14 20:58:44,476 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:44,505 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:44,517 [19] INFO - Successfully saved image to file path 'C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\20170517_093803a.jpg'.
2020-07-14 20:58:44,544 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:44,550 [19] INFO - [SetContentCopyImageSizeInPixel] 890 x 708 pixels for output flavor „Output“. Innerhalb von [CreateContentCopy] (1). Reason: source file „00299be0bcc54b129896b204552e8f6c.jpg“ exists. ? 1 output flavour(s). ? output flavour Output. ? settings previously used max content copy width to 0 pixels, because it was created by this article ID „1447“. ? need = no, because source „00299be0bcc54b129896b204552e8f6c.jpg“ (22.01.2019 19:23:30) is older or equal age than dst „20170517_093803a.jpg“ (22.01.2019 19:23:30). ? width of 1013 pixels must be reduced to match 890 pixels. Image loaded from „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\20170517_093803a.jpg“. ? need create. ? actually sizing to „890“. ? remembering content copy size of 890×708 pixels because output flavor is Output.
2020-07-14 20:58:44,550 [19] INFO - Information: 0 :
2020-07-14 20:58:44,550 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:44,556 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:44,558 [19] INFO - Information: 0 :
2020-07-14 20:58:44,558 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:44,558 [19] INFO - Information: 0 :
2020-07-14 20:58:44,559 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:44,559 [19] INFO - Information: 0 :
2020-07-14 20:58:44,559 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:44,565 [19] INFO - Information: 0 :
2020-07-14 20:58:44,565 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:44,565 [19] INFO - Information: 0 :
2020-07-14 20:58:44,565 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:44,565 [19] INFO - Information: 0 :
2020-07-14 20:58:44,565 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:44,568 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:44,571 [19] INFO - Information: 0 :
2020-07-14 20:58:44,572 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:44,572 [19] INFO - Information: 0 :
2020-07-14 20:58:44,572 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:44,572 [19] INFO - [CreateContentCopy] Finished creating content copy für Asset ID 435, max. Breite 890. Vorlage „C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive“, Output „Output“. Anything created: „True“. Anything pseudo-created: „False“. Reasons während des Vorgangs: source file „00299be0bcc54b129896b204552e8f6c.jpg“ exists. ? 1 output flavour(s). ? output flavour Output. ? settings previously used max content copy width to 0 pixels, because it was created by this article ID „1447“. ? need = no, because source „00299be0bcc54b129896b204552e8f6c.jpg“ (22.01.2019 19:23:30) is older or equal age than dst „20170517_093803a.jpg“ (22.01.2019 19:23:30). ? width of 1013 pixels must be reduced to match 890 pixels. Image loaded from „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\20170517_093803a.jpg“. ? need create. ? actually sizing to „890“. ? remembering content copy size of 890×708 pixels because output flavor is Output. ? remembering previously used max content copy width 890 pixels because output flavor is Output. ? something created. ? nothing pseudo-created..
2020-07-14 20:58:44,572 [19] INFO - 'createContentCopy': Content copy WAS created (source file „00299be0bcc54b129896b204552e8f6c.jpg“ exists. ? 1 output flavour(s). ? output flavour Output. ? settings previously used max content copy width to 0 pixels, because it was created by this article ID „1447“. ? need = no, because source „00299be0bcc54b129896b204552e8f6c.jpg“ (22.01.2019 19:23:30) is older or equal age than dst „20170517_093803a.jpg“ (22.01.2019 19:23:30). ? width of 1013 pixels must be reduced to match 890 pixels. Image loaded from „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\20170517_093803a.jpg“. ? need create. ? actually sizing to „890“. ? remembering content copy size of 890×708 pixels because output flavor is Output. ? remembering previously used max content copy width 890 pixels because output flavor is Output. ? something created. ? nothing pseudo-created.).
2020-07-14 20:58:44,572 [19] INFO - Called 'skipContentCopy' scripting function with image ID = 435.
2020-07-14 20:58:44,572 [19] INFO - Called 'NotifyImageAssetContentCopyCreated' with image ID = 435.
2020-07-14 20:58:44,573 [19] INFO - Removing 1 job in 'NotifyImageAssetContentCopyCreated'.
2020-07-14 20:58:44,573 [19] INFO - Adding again 1 working-copy-only jobs in 'NotifyImageAssetContentCopyCreated'.
2020-07-14 20:58:44,573 [19] INFO - Called 'NotifyImageAssetContentCopyCreated' with image ID = 435.
2020-07-14 20:58:44,574 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:44,574 [19] INFO - Leaving 'ensureContentCopy' for image 435, article 1447, size „890“, reason = created (source file „00299be0bcc54b129896b204552e8f6c.jpg“ exists. ? 1 output flavour(s). ? output flavour Output. ? settings previously used max content copy width to 0 pixels, because it was created by this article ID „1447“. ? need = no, because source „00299be0bcc54b129896b204552e8f6c.jpg“ (22.01.2019 19:23:30) is older or equal age than dst „20170517_093803a.jpg“ (22.01.2019 19:23:30). ? width of 1013 pixels must be reduced to match 890 pixels. Image loaded from „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\20170517_093803a.jpg“. ? need create. ? actually sizing to „890“. ? remembering content copy size of 890×708 pixels because output flavor is Output. ? remembering previously used max content copy width 890 pixels because output flavor is Output. ? something created. ? nothing pseudo-created.)
2020-07-14 20:58:44,575 [19] INFO - [GetImageSizeInPixel - C] getting image size 890x708 for predefined content copy size (working copy image „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\content\media\images\00299be0bcc54b129896b204552e8f6c.jpg“).
2020-07-14 20:58:44,575 [19] INFO - Returning live-calculated image size for image with ID 435, file version „ContentCopy“ of 890×708 pixels.
2020-07-14 20:58:44,575 [19] INFO - Returning cached image size for image with ID 435, file version „ContentCopy“ of 890×708 pixels.
2020-07-14 20:58:44,576 [19] INFO - About to execute the following script:
2020-07-14 20:58:44,576 [19] INFO - Information: 0 :
2020-07-14 20:58:44,577 [19] INFO - About to execute the following script:
2020-07-14 20:58:44,577 [19] INFO - ---------
2020-07-14 20:58:44,577 [19] INFO - Information: 0 :
2020-07-14 20:58:44,577 [19] INFO - ---------
2020-07-14 20:58:44,577 [19] INFO - function SE637303571245767791() {}
SE637303571245767791.prototype.executeScript = function(){
// Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
var additionalClass = context.param(0, "");
var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles.
var columnItemInlineCSS = context.param(2, "");
var showCssFields = context.param(3, true);
var columnItemCSSClass = context.param(4, "");
var dataAttributes = context.param(5, "");
if ( columnItemCSSClass !== "" ){
columnItemCSSClass = " " + columnItemCSSClass;
}
var inlineCss = article.inlineCss || "";
var cssClass = article.cssClass || "";
if ( additionalClass !== "" ){
additionalClass = " " + additionalClass;
}
if ( showCssFields && cssClass ){
additionalClass = additionalClass + " " + cssClass;
}
if ( columnItemInlineCSS !== "" ){
columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\"";
}
if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){
//inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
if ( showCssFields && inlineCss ){
inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
}
else{
inlineCss = ' style="' + articleAreaInlineCSS + '"';
}
}
else{
inlineCss = "";
}
function validClassName(theName){
var tmp = theName.toString().replace(/\s/g, "_");
// strip all non alphanumerics and make them dashes
tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-');
return tmp;
}
// so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text"
unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, ";
if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){
var myLeElement = "widget-text";
}
else{
var myLeElement = "widget-" + article.widgetNameInternal;
}
context.write("\r\n
\r\n\t
\r\n");
context.write( dataAttributes );
context.write(" class=\"articlearea zpw");
context.write( validClassName(article.widgetName) );
context.write( additionalClass );
context.write("\"");
context.write( inlineCss );
context.write(" ");
if ( !isNull(article) ) {
context.write("\r\n\t\r\n\t");
}
context.write(">\r\n\t");
// End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
};
/* Shortcuts. */
article = context.article;
page = context.page;
projectFolder = context.projectFolder;
project = context.project;
system = context.system;
new SE637303571245767791().executeScript();
2020-07-14 20:58:44,577 [19] INFO - Information: 0 :
2020-07-14 20:58:44,577 [19] INFO - function SE637303571245767791() {}
SE637303571245767791.prototype.executeScript = function(){
// Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
var additionalClass = context.param(0, "");
var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles.
var columnItemInlineCSS = context.param(2, "");
var showCssFields = context.param(3, true);
var columnItemCSSClass = context.param(4, "");
var dataAttributes = context.param(5, "");
if ( columnItemCSSClass !== "" ){
columnItemCSSClass = " " + columnItemCSSClass;
}
var inlineCss = article.inlineCss || "";
var cssClass = article.cssClass || "";
if ( additionalClass !== "" ){
additionalClass = " " + additionalClass;
}
if ( showCssFields && cssClass ){
additionalClass = additionalClass + " " + cssClass;
}
if ( columnItemInlineCSS !== "" ){
columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\"";
}
if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){
//inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
if ( showCssFields && inlineCss ){
inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
}
else{
inlineCss = ' style="' + articleAreaInlineCSS + '"';
}
}
else{
inlineCss = "";
}
function validClassName(theName){
var tmp = theName.toString().replace(/\s/g, "_");
// strip all non alphanumerics and make them dashes
tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-');
return tmp;
}
// so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text"
unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, ";
if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){
var myLeElement = "widget-text";
}
else{
var myLeElement = "widget-" + article.widgetNameInternal;
}
context.write("\r\n
\r\n\t
\r\n");
context.write( dataAttributes );
context.write(" class=\"articlearea zpw");
context.write( validClassName(article.widgetName) );
context.write( additionalClass );
context.write("\"");
context.write( inlineCss );
context.write(" ");
if ( !isNull(article) ) {
context.write("\r\n\t\r\n\t");
}
context.write(">\r\n\t");
// End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
};
/* Shortcuts. */
article = context.article;
page = context.page;
projectFolder = context.projectFolder;
project = context.project;
system = context.system;
new SE637303571245767791().executeScript();
2020-07-14 20:58:44,577 [19] INFO - ---------
2020-07-14 20:58:44,578 [19] INFO - Information: 0 :
2020-07-14 20:58:44,578 [19] INFO - ---------
2020-07-14 20:58:44,581 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:44,583 [19] INFO - Finished executing the following script:
2020-07-14 20:58:44,583 [19] INFO - Information: 0 :
2020-07-14 20:58:44,583 [19] INFO - Finished executing the following script:
2020-07-14 20:58:44,584 [19] INFO - ---------
2020-07-14 20:58:44,584 [19] INFO - Information: 0 :
2020-07-14 20:58:44,584 [19] INFO - ---------
2020-07-14 20:58:44,584 [19] INFO - function SE637303571245767791() {}
SE637303571245767791.prototype.executeScript = function(){
// Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
var additionalClass = context.param(0, "");
var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles.
var columnItemInlineCSS = context.param(2, "");
var showCssFields = context.param(3, true);
var columnItemCSSClass = context.param(4, "");
var dataAttributes = context.param(5, "");
if ( columnItemCSSClass !== "" ){
columnItemCSSClass = " " + columnItemCSSClass;
}
var inlineCss = article.inlineCss || "";
var cssClass = article.cssClass || "";
if ( additionalClass !== "" ){
additionalClass = " " + additionalClass;
}
if ( showCssFields && cssClass ){
additionalClass = additionalClass + " " + cssClass;
}
if ( columnItemInlineCSS !== "" ){
columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\"";
}
if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){
//inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
if ( showCssFields && inlineCss ){
inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
}
else{
inlineCss = ' style="' + articleAreaInlineCSS + '"';
}
}
else{
inlineCss = "";
}
function validClassName(theName){
var tmp = theName.toString().replace(/\s/g, "_");
// strip all non alphanumerics and make them dashes
tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-');
return tmp;
}
// so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text"
unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, ";
if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){
var myLeElement = "widget-text";
}
else{
var myLeElement = "widget-" + article.widgetNameInternal;
}
context.write("\r\n
\r\n\t
\r\n");
context.write( dataAttributes );
context.write(" class=\"articlearea zpw");
context.write( validClassName(article.widgetName) );
context.write( additionalClass );
context.write("\"");
context.write( inlineCss );
context.write(" ");
if ( !isNull(article) ) {
context.write("\r\n\t\r\n\t");
}
context.write(">\r\n\t");
// End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
};
/* Shortcuts. */
article = context.article;
page = context.page;
projectFolder = context.projectFolder;
project = context.project;
system = context.system;
new SE637303571245767791().executeScript();
2020-07-14 20:58:44,584 [19] INFO - Information: 0 :
2020-07-14 20:58:44,584 [19] INFO - function SE637303571245767791() {}
SE637303571245767791.prototype.executeScript = function(){
// Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
var additionalClass = context.param(0, "");
var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles.
var columnItemInlineCSS = context.param(2, "");
var showCssFields = context.param(3, true);
var columnItemCSSClass = context.param(4, "");
var dataAttributes = context.param(5, "");
if ( columnItemCSSClass !== "" ){
columnItemCSSClass = " " + columnItemCSSClass;
}
var inlineCss = article.inlineCss || "";
var cssClass = article.cssClass || "";
if ( additionalClass !== "" ){
additionalClass = " " + additionalClass;
}
if ( showCssFields && cssClass ){
additionalClass = additionalClass + " " + cssClass;
}
if ( columnItemInlineCSS !== "" ){
columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\"";
}
if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){
//inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
if ( showCssFields && inlineCss ){
inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
}
else{
inlineCss = ' style="' + articleAreaInlineCSS + '"';
}
}
else{
inlineCss = "";
}
function validClassName(theName){
var tmp = theName.toString().replace(/\s/g, "_");
// strip all non alphanumerics and make them dashes
tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-');
return tmp;
}
// so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text"
unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, ";
if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){
var myLeElement = "widget-text";
}
else{
var myLeElement = "widget-" + article.widgetNameInternal;
}
context.write("\r\n
\r\n\t
\r\n");
context.write( dataAttributes );
context.write(" class=\"articlearea zpw");
context.write( validClassName(article.widgetName) );
context.write( additionalClass );
context.write("\"");
context.write( inlineCss );
context.write(" ");
if ( !isNull(article) ) {
context.write("\r\n\t\r\n\t");
}
context.write(">\r\n\t");
// End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
};
/* Shortcuts. */
article = context.article;
page = context.page;
projectFolder = context.projectFolder;
project = context.project;
system = context.system;
new SE637303571245767791().executeScript();
2020-07-14 20:58:44,584 [19] INFO - ---------
2020-07-14 20:58:44,584 [19] INFO - Information: 0 :
2020-07-14 20:58:44,585 [19] INFO - ---------
2020-07-14 20:58:44,585 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2295.
2020-07-14 20:58:44,585 [19] INFO - Information: 0 :
2020-07-14 20:58:44,585 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2295.
2020-07-14 20:58:44,585 [19] INFO - ---------
2020-07-14 20:58:44,585 [19] INFO - Information: 0 :
2020-07-14 20:58:44,585 [19] INFO - ---------
2020-07-14 20:58:44,585 [19] INFO - [system.partial] „article-begin.html“ 9 ms „[0, popupimage]“
2020-07-14 20:58:44,585 [19] INFO - Information: 0 :
2020-07-14 20:58:44,586 [19] INFO - [system.partial] „article-begin.html“ 9 ms „[0, popupimage]“
2020-07-14 20:58:44,587 [19] INFO - [system.partial] „article-end.html“ 0 ms „“
2020-07-14 20:58:44,587 [19] INFO - Information: 0 :
2020-07-14 20:58:44,587 [19] INFO - [system.partial] „article-end.html“ 0 ms „“
2020-07-14 20:58:44,588 [19] INFO - Finished executing the following script:
2020-07-14 20:58:44,588 [19] INFO - Information: 0 :
2020-07-14 20:58:44,588 [19] INFO - Finished executing the following script:
2020-07-14 20:58:44,588 [19] INFO - ---------
2020-07-14 20:58:44,588 [19] INFO - Information: 0 :
2020-07-14 20:58:44,588 [19] INFO - ---------
2020-07-14 20:58:44,588 [19] INFO - function SE637303571234507146() {}
SE637303571234507146.prototype.executeScript = function(){
// Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'.
var image = project.getImage(article.value("image"));
var contentImageWidth = "890";
var defaultImageWidth = 960;
var cssClass = article.cssClass || "";
var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false;
// Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen.
contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth;
var gridCols = article.column.cssClass;
if ( gridCols ){
gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", ""));
}
else{
gridCols = 12;
}
var columnMargin = 30;
var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols;
// minimum width needed for 100% width display on 1-column breakpoint
var minwidth = parseInt(479 - columnMargin);
var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth;
if ( minwidth > contentCopyWidth ){
contentCopyWidth = minwidth;
}
//system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")");
var imageError = false;
if ( !isNull(image) ) {
if ( isBreakout ){
contentCopyWidth = image.workingCopyWidth;
}
try {
var iresult = image.ensureContentCopy(article, contentCopyWidth);
var thumbImageWidth = image.contentCopyWidth;
var thumbImageHeight = image.contentCopyHeight;
var description = image.description;
var altText = system.htmlEncode(system.removeHtmlTags(image.altText));
var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", "")));
if ( altText == "" && oldAltText !== "" ){
altText = oldAltText;
}
var encodedDescription = system.htmlEncode(image.description);
var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description));
// strip
-Tags from description as
is not valid inside SPAN
description = description.toString().replace(/
/g,"");
description = description.toString().replace(/<\/p>/g," ");
//system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult);
}
catch(err) {
imageError = true;
}
}
if ( stripDescription !== "" ) {
var showCaption = "1";
}
else {
var showCaption = "0";
}
var lightBox = article.value("lightbox", "lightbox");
var clickURL = article.value("clickurl");
var effect = article.value("effect", "none");
var effectClass = "";
switch ( effect ) {
case "hoverzoom":
effectClass = " zpeffect zphoverscale";
break;
default:
effectClass = "";
}
context.write("\r\n\r\n");
if ( isNull(image) || imageError ) {
context.write("\r\n\t");
if ( system.preview ) {
context.write("\r\n\t\t
\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t\r\n\t\t
\r\n\t\t");
context.write( system.partial("article-end.html") );
context.write("\r\n\t");
} else if ( lightBox == "off" ) {
context.write("\r\n\t\t");
context.write( system.partial("article-begin.html") );
context.write("\r\n\t\t\t");
if ( image.isSvgImage ){
context.write("\r\n\t\t\t\r\n\t\t\t");
} else if ( image.isAnimatedGif ) {
context.write("\r\n\t\t\t\r\n\t\t\t");
} else {
context.write("\r\n\t\t\t\r\n\t\t\t");
}
context.write("\r\n\r\n\t\t\t");
if ( showCaption == "1" && description ) {
context.write("\r\n\t\t\t\t");
context.write( description );
context.write("\r\n\t\t\t");
}
context.write("\r\n\t\t");
context.write( system.partial("article-end.html") );
context.write("\r\n\t");
} else {
context.write("\r\n\t\t");
context.write( system.partial("article-begin.html") );
context.write("\r\n\t\t\t");
if ( clickURL !== "" ) {
context.write("\r\n\t\t\t\t\r\n\t\t\t\t\t");
if ( image.isSvgImage ){
context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t");
} else if ( image.isAnimatedGif ) {
context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t");
} else {
context.write("\r\n\t\t\t\t\t\r\n\t\t\t\t\t");
}
context.write("\r\n\t\t\t\t\tGehe zu URL (go to url).\r\n\t\t\t\t\r\n\t\t\t");
} else {
context.write("\r\n\t\t\t\t\r\n\t\t\t");
}
context.write("\r\n\r\n\t\t\t");
if ( showCaption == "1" && description ) {
context.write("\r\n\t\t\t\t");
context.write( description );
context.write("\r\n\t\t\t");
}
context.write("\r\n\t\t");
context.write( system.partial("article-end.html") );
context.write("\r\n\t");
}
context.write("\r\n");
}
// End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'.
};
/* Shortcuts. */
article = context.article;
page = context.page;
projectFolder = context.projectFolder;
project = context.project;
system = context.system;
new SE637303571245927800().executeScript();
2020-07-14 20:58:44,595 [19] INFO - ---------
2020-07-14 20:58:44,595 [19] INFO - Information: 0 :
2020-07-14 20:58:44,595 [19] INFO - ---------
2020-07-14 20:58:44,597 [19] INFO - Information: 0 :
2020-07-14 20:58:44,597 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:44,599 [19] INFO - Information: 0 :
2020-07-14 20:58:44,599 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:44,599 [19] INFO - Information: 0 :
2020-07-14 20:58:44,599 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:44,600 [19] INFO - [SetContentCopyImageSizeInPixel] 811 x 1240 pixels for output flavor „Output“. Laden von Bild-Asset.
2020-07-14 20:58:44,600 [19] INFO - Entering 'ensureContentCopy' for image 428, article 1443, size 890.
2020-07-14 20:58:44,601 [19] INFO - Called 'createContentCopy' scripting function with article ID = 1443, image ID = 428, maxWidthInPixel = 890.
2020-07-14 20:58:44,602 [19] INFO - [CreateContentCopy] Create content copy für Asset ID 428, max. Breite 890. Vorlage „C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive“, Output „Output“.
2020-07-14 20:58:44,603 [19] INFO - [IsSourceFileNewerThanDestinationFile] Comparing source file „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\content\media\images\7ae9b9e6cdc04280a974147af3006808.jpg“ (22.01.2019 19:23:28) with destination „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\dscn6653.jpg“ (22.01.2019 19:23:28). Delta last write time is 0 seconds. Is source file newer: False.
2020-07-14 20:58:44,604 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:44,605 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:44,616 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:44,628 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:44,632 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:44,641 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:44,653 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:44,661 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:44,666 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:44,677 [19] INFO - Copying from file „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\content\media\images\7ae9b9e6cdc04280a974147af3006808.jpg“ to file „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\dscn6653.jpg“.
2020-07-14 20:58:44,678 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:44,689 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:44,695 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:44,702 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:44,714 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:44,723 [19] INFO - [SetContentCopyImageSizeInPixel] 811 x 1240 pixels for output flavor „Output“. Innerhalb von [CreateContentCopy] (1). Reason: source file „7ae9b9e6cdc04280a974147af3006808.jpg“ exists. ? 1 output flavour(s). ? output flavour Output. ? settings previously used max content copy width to 0 pixels, because it was created by this article ID „1443“. ? need = no, because source „7ae9b9e6cdc04280a974147af3006808.jpg“ (22.01.2019 19:23:28) is older or equal age than dst „dscn6653.jpg“ (22.01.2019 19:23:28). ? need create because width of 811 pixels is smaller than requested 890 pixels. Image loaded from „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\dscn6653.jpg“. ? need create. ? not sizing, just copying. ? remembering content copy size of 811×1240 pixels because output flavor is Output.
2020-07-14 20:58:44,723 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:44,732 [19] INFO - Information: 0 :
2020-07-14 20:58:44,732 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:44,732 [19] INFO - Information: 0 :
2020-07-14 20:58:44,732 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:44,733 [19] INFO - Information: 0 :
2020-07-14 20:58:44,733 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:44,738 [19] INFO - Information: 0 :
2020-07-14 20:58:44,738 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:44,739 [19] INFO - Information: 0 :
2020-07-14 20:58:44,739 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:44,739 [19] INFO - Information: 0 :
2020-07-14 20:58:44,739 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:44,744 [19] INFO - Information: 0 :
2020-07-14 20:58:44,744 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:44,745 [19] INFO - Information: 0 :
2020-07-14 20:58:44,745 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:44,745 [19] INFO - [CreateContentCopy] Finished creating content copy für Asset ID 428, max. Breite 890. Vorlage „C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\Simple Responsive“, Output „Output“. Anything created: „True“. Anything pseudo-created: „False“. Reasons während des Vorgangs: source file „7ae9b9e6cdc04280a974147af3006808.jpg“ exists. ? 1 output flavour(s). ? output flavour Output. ? settings previously used max content copy width to 0 pixels, because it was created by this article ID „1443“. ? need = no, because source „7ae9b9e6cdc04280a974147af3006808.jpg“ (22.01.2019 19:23:28) is older or equal age than dst „dscn6653.jpg“ (22.01.2019 19:23:28). ? need create because width of 811 pixels is smaller than requested 890 pixels. Image loaded from „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\dscn6653.jpg“. ? need create. ? not sizing, just copying. ? remembering content copy size of 811×1240 pixels because output flavor is Output. ? remembering previously used max content copy width 811 pixels because output flavor is Output. ? something created. ? nothing pseudo-created..
2020-07-14 20:58:44,745 [19] INFO - 'createContentCopy': Content copy WAS created (source file „7ae9b9e6cdc04280a974147af3006808.jpg“ exists. ? 1 output flavour(s). ? output flavour Output. ? settings previously used max content copy width to 0 pixels, because it was created by this article ID „1443“. ? need = no, because source „7ae9b9e6cdc04280a974147af3006808.jpg“ (22.01.2019 19:23:28) is older or equal age than dst „dscn6653.jpg“ (22.01.2019 19:23:28). ? need create because width of 811 pixels is smaller than requested 890 pixels. Image loaded from „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\dscn6653.jpg“. ? need create. ? not sizing, just copying. ? remembering content copy size of 811×1240 pixels because output flavor is Output. ? remembering previously used max content copy width 811 pixels because output flavor is Output. ? something created. ? nothing pseudo-created.).
2020-07-14 20:58:44,745 [19] INFO - Called 'skipContentCopy' scripting function with image ID = 428.
2020-07-14 20:58:44,745 [19] INFO - Called 'NotifyImageAssetContentCopyCreated' with image ID = 428.
2020-07-14 20:58:44,746 [19] INFO - Removing 1 job in 'NotifyImageAssetContentCopyCreated'.
2020-07-14 20:58:44,746 [19] INFO - Adding again 1 working-copy-only jobs in 'NotifyImageAssetContentCopyCreated'.
2020-07-14 20:58:44,746 [19] INFO - Called 'NotifyImageAssetContentCopyCreated' with image ID = 428.
2020-07-14 20:58:44,747 [19] INFO - Leaving 'ensureContentCopy' for image 428, article 1443, size „890“, reason = created (source file „7ae9b9e6cdc04280a974147af3006808.jpg“ exists. ? 1 output flavour(s). ? output flavour Output. ? settings previously used max content copy width to 0 pixels, because it was created by this article ID „1443“. ? need = no, because source „7ae9b9e6cdc04280a974147af3006808.jpg“ (22.01.2019 19:23:28) is older or equal age than dst „dscn6653.jpg“ (22.01.2019 19:23:28). ? need create because width of 811 pixels is smaller than requested 890 pixels. Image loaded from „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\dscn6653.jpg“. ? need create. ? not sizing, just copying. ? remembering content copy size of 811×1240 pixels because output flavor is Output. ? remembering previously used max content copy width 811 pixels because output flavor is Output. ? something created. ? nothing pseudo-created.)
2020-07-14 20:58:44,747 [19] INFO - [GetImageSizeInPixel - C] getting image size 811x1240 for predefined content copy size (working copy image „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\content\media\images\7ae9b9e6cdc04280a974147af3006808.jpg“).
2020-07-14 20:58:44,747 [19] INFO - Returning live-calculated image size for image with ID 428, file version „ContentCopy“ of 811×1240 pixels.
2020-07-14 20:58:44,748 [19] INFO - Returning cached image size for image with ID 428, file version „ContentCopy“ of 811×1240 pixels.
2020-07-14 20:58:44,749 [19] INFO - About to execute the following script:
2020-07-14 20:58:44,749 [19] INFO - Information: 0 :
2020-07-14 20:58:44,749 [19] INFO - About to execute the following script:
2020-07-14 20:58:44,749 [19] INFO - ---------
2020-07-14 20:58:44,749 [19] INFO - Information: 0 :
2020-07-14 20:58:44,749 [19] INFO - ---------
2020-07-14 20:58:44,750 [19] INFO - function SE637303571247497890() {}
SE637303571247497890.prototype.executeScript = function(){
// Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
var additionalClass = context.param(0, "");
var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles.
var columnItemInlineCSS = context.param(2, "");
var showCssFields = context.param(3, true);
var columnItemCSSClass = context.param(4, "");
var dataAttributes = context.param(5, "");
if ( columnItemCSSClass !== "" ){
columnItemCSSClass = " " + columnItemCSSClass;
}
var inlineCss = article.inlineCss || "";
var cssClass = article.cssClass || "";
if ( additionalClass !== "" ){
additionalClass = " " + additionalClass;
}
if ( showCssFields && cssClass ){
additionalClass = additionalClass + " " + cssClass;
}
if ( columnItemInlineCSS !== "" ){
columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\"";
}
if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){
//inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
if ( showCssFields && inlineCss ){
inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
}
else{
inlineCss = ' style="' + articleAreaInlineCSS + '"';
}
}
else{
inlineCss = "";
}
function validClassName(theName){
var tmp = theName.toString().replace(/\s/g, "_");
// strip all non alphanumerics and make them dashes
tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-');
return tmp;
}
// so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text"
unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, ";
if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){
var myLeElement = "widget-text";
}
else{
var myLeElement = "widget-" + article.widgetNameInternal;
}
context.write("\r\n
\r\n\t
\r\n");
context.write( dataAttributes );
context.write(" class=\"articlearea zpw");
context.write( validClassName(article.widgetName) );
context.write( additionalClass );
context.write("\"");
context.write( inlineCss );
context.write(" ");
if ( !isNull(article) ) {
context.write("\r\n\t\r\n\t");
}
context.write(">\r\n\t");
// End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
};
/* Shortcuts. */
article = context.article;
page = context.page;
projectFolder = context.projectFolder;
project = context.project;
system = context.system;
new SE637303571247497890().executeScript();
2020-07-14 20:58:44,750 [19] INFO - Information: 0 :
2020-07-14 20:58:44,750 [19] INFO - function SE637303571247497890() {}
SE637303571247497890.prototype.executeScript = function(){
// Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
var additionalClass = context.param(0, "");
var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles.
var columnItemInlineCSS = context.param(2, "");
var showCssFields = context.param(3, true);
var columnItemCSSClass = context.param(4, "");
var dataAttributes = context.param(5, "");
if ( columnItemCSSClass !== "" ){
columnItemCSSClass = " " + columnItemCSSClass;
}
var inlineCss = article.inlineCss || "";
var cssClass = article.cssClass || "";
if ( additionalClass !== "" ){
additionalClass = " " + additionalClass;
}
if ( showCssFields && cssClass ){
additionalClass = additionalClass + " " + cssClass;
}
if ( columnItemInlineCSS !== "" ){
columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\"";
}
if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){
//inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
if ( showCssFields && inlineCss ){
inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
}
else{
inlineCss = ' style="' + articleAreaInlineCSS + '"';
}
}
else{
inlineCss = "";
}
function validClassName(theName){
var tmp = theName.toString().replace(/\s/g, "_");
// strip all non alphanumerics and make them dashes
tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-');
return tmp;
}
// so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text"
unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, ";
if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){
var myLeElement = "widget-text";
}
else{
var myLeElement = "widget-" + article.widgetNameInternal;
}
context.write("\r\n
\r\n\t
\r\n");
context.write( dataAttributes );
context.write(" class=\"articlearea zpw");
context.write( validClassName(article.widgetName) );
context.write( additionalClass );
context.write("\"");
context.write( inlineCss );
context.write(" ");
if ( !isNull(article) ) {
context.write("\r\n\t\r\n\t");
}
context.write(">\r\n\t");
// End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
};
/* Shortcuts. */
article = context.article;
page = context.page;
projectFolder = context.projectFolder;
project = context.project;
system = context.system;
new SE637303571247497890().executeScript();
2020-07-14 20:58:44,750 [19] INFO - ---------
2020-07-14 20:58:44,750 [19] INFO - Information: 0 :
2020-07-14 20:58:44,750 [19] INFO - ---------
2020-07-14 20:58:44,755 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:44,757 [19] INFO - Information: 0 :
2020-07-14 20:58:44,757 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:44,760 [19] INFO - Information: 0 :
2020-07-14 20:58:44,760 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:44,760 [19] INFO - Information: 0 :
2020-07-14 20:58:44,760 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:44,761 [19] INFO - Finished executing the following script:
2020-07-14 20:58:44,761 [19] INFO - Information: 0 :
2020-07-14 20:58:44,761 [19] INFO - Finished executing the following script:
2020-07-14 20:58:44,762 [19] INFO - ---------
2020-07-14 20:58:44,762 [19] INFO - Information: 0 :
2020-07-14 20:58:44,762 [19] INFO - ---------
2020-07-14 20:58:44,762 [19] INFO - function SE637303571247497890() {}
SE637303571247497890.prototype.executeScript = function(){
// Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
var additionalClass = context.param(0, "");
var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles.
var columnItemInlineCSS = context.param(2, "");
var showCssFields = context.param(3, true);
var columnItemCSSClass = context.param(4, "");
var dataAttributes = context.param(5, "");
if ( columnItemCSSClass !== "" ){
columnItemCSSClass = " " + columnItemCSSClass;
}
var inlineCss = article.inlineCss || "";
var cssClass = article.cssClass || "";
if ( additionalClass !== "" ){
additionalClass = " " + additionalClass;
}
if ( showCssFields && cssClass ){
additionalClass = additionalClass + " " + cssClass;
}
if ( columnItemInlineCSS !== "" ){
columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\"";
}
if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){
//inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
if ( showCssFields && inlineCss ){
inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
}
else{
inlineCss = ' style="' + articleAreaInlineCSS + '"';
}
}
else{
inlineCss = "";
}
function validClassName(theName){
var tmp = theName.toString().replace(/\s/g, "_");
// strip all non alphanumerics and make them dashes
tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-');
return tmp;
}
// so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text"
unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, ";
if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){
var myLeElement = "widget-text";
}
else{
var myLeElement = "widget-" + article.widgetNameInternal;
}
context.write("\r\n
\r\n\t
\r\n");
context.write( dataAttributes );
context.write(" class=\"articlearea zpw");
context.write( validClassName(article.widgetName) );
context.write( additionalClass );
context.write("\"");
context.write( inlineCss );
context.write(" ");
if ( !isNull(article) ) {
context.write("\r\n\t\r\n\t");
}
context.write(">\r\n\t");
// End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
};
/* Shortcuts. */
article = context.article;
page = context.page;
projectFolder = context.projectFolder;
project = context.project;
system = context.system;
new SE637303571247497890().executeScript();
2020-07-14 20:58:44,763 [19] INFO - Information: 0 :
2020-07-14 20:58:44,763 [19] INFO - function SE637303571247497890() {}
SE637303571247497890.prototype.executeScript = function(){
// Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
var additionalClass = context.param(0, "");
var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles.
var columnItemInlineCSS = context.param(2, "");
var showCssFields = context.param(3, true);
var columnItemCSSClass = context.param(4, "");
var dataAttributes = context.param(5, "");
if ( columnItemCSSClass !== "" ){
columnItemCSSClass = " " + columnItemCSSClass;
}
var inlineCss = article.inlineCss || "";
var cssClass = article.cssClass || "";
if ( additionalClass !== "" ){
additionalClass = " " + additionalClass;
}
if ( showCssFields && cssClass ){
additionalClass = additionalClass + " " + cssClass;
}
if ( columnItemInlineCSS !== "" ){
columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\"";
}
if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){
//inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
if ( showCssFields && inlineCss ){
inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
}
else{
inlineCss = ' style="' + articleAreaInlineCSS + '"';
}
}
else{
inlineCss = "";
}
function validClassName(theName){
var tmp = theName.toString().replace(/\s/g, "_");
// strip all non alphanumerics and make them dashes
tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-');
return tmp;
}
// so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text"
unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, ";
if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){
var myLeElement = "widget-text";
}
else{
var myLeElement = "widget-" + article.widgetNameInternal;
}
context.write("\r\n
\r\n\t
\r\n");
context.write( dataAttributes );
context.write(" class=\"articlearea zpw");
context.write( validClassName(article.widgetName) );
context.write( additionalClass );
context.write("\"");
context.write( inlineCss );
context.write(" ");
if ( !isNull(article) ) {
context.write("\r\n\t\r\n\t");
}
context.write(">\r\n\t");
// End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
};
/* Shortcuts. */
article = context.article;
page = context.page;
projectFolder = context.projectFolder;
project = context.project;
system = context.system;
new SE637303571247497890().executeScript();
2020-07-14 20:58:44,763 [19] INFO - ---------
2020-07-14 20:58:44,764 [19] INFO - Information: 0 :
2020-07-14 20:58:44,764 [19] INFO - ---------
2020-07-14 20:58:44,764 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2297.
2020-07-14 20:58:44,764 [19] INFO - Information: 0 :
2020-07-14 20:58:44,764 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2297.
2020-07-14 20:58:44,764 [19] INFO - ---------
2020-07-14 20:58:44,764 [19] INFO - Information: 0 :
2020-07-14 20:58:44,764 [19] INFO - ---------
2020-07-14 20:58:44,764 [19] INFO - [system.partial] „article-begin.html“ 15 ms „[0, popupimage]“
2020-07-14 20:58:44,765 [19] INFO - Information: 0 :
2020-07-14 20:58:44,765 [19] INFO - [system.partial] „article-begin.html“ 15 ms „[0, popupimage]“
2020-07-14 20:58:44,766 [19] INFO - [system.partial] „article-end.html“ 0 ms „“
2020-07-14 20:58:44,766 [19] INFO - Information: 0 :
2020-07-14 20:58:44,766 [19] INFO - [system.partial] „article-end.html“ 0 ms „“
2020-07-14 20:58:44,767 [19] INFO - Finished executing the following script:
2020-07-14 20:58:44,767 [19] INFO - Information: 0 :
2020-07-14 20:58:44,767 [19] INFO - Finished executing the following script:
2020-07-14 20:58:44,767 [19] INFO - ---------
2020-07-14 20:58:44,767 [19] INFO - Information: 0 :
2020-07-14 20:58:44,767 [19] INFO - ---------
2020-07-14 20:58:44,767 [19] INFO - function SE637303571245927800() {}
SE637303571245927800.prototype.executeScript = function(){
// Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\singleimage\standard.html'.
var image = project.getImage(article.value("image"));
var contentImageWidth = "890";
var defaultImageWidth = 960;
var cssClass = article.cssClass || "";
var isBreakout = cssClass.indexOf("zpBreakout") !== -1 ? true : false;
// Kann auch "700px" sein, deshalb mit parseInt nur die Zahl holen und trimmen - falls leer, auf default 960 setzen.
contentImageWidth = parseInt(contentImageWidth) || defaultImageWidth;
var gridCols = article.column.cssClass;
if ( gridCols ){
gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", ""));
}
else{
gridCols = 12;
}
var columnMargin = 30;
var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols;
// minimum width needed for 100% width display on 1-column breakpoint
var minwidth = parseInt(479 - columnMargin);
var contentCopyWidth = parseInt(columnWidth - columnMargin) || defaultImageWidth;
if ( minwidth > contentCopyWidth ){
contentCopyWidth = minwidth;
}
//system.log("contentCopyWidth: " + contentCopyWidth + " - image: " + image.name + "( Page " + article.page.name +")");
var imageError = false;
if ( !isNull(image) ) {
if ( isBreakout ){
contentCopyWidth = image.workingCopyWidth;
}
try {
var iresult = image.ensureContentCopy(article, contentCopyWidth);
var thumbImageWidth = image.contentCopyWidth;
var thumbImageHeight = image.contentCopyHeight;
var description = image.description;
var altText = system.htmlEncode(system.removeHtmlTags(image.altText));
var oldAltText = system.htmlEncode(system.removeHtmlTags(article.valueExpanded("alt", "")));
if ( altText == "" && oldAltText !== "" ){
altText = oldAltText;
}
var encodedDescription = system.htmlEncode(image.description);
var stripDescription = system.htmlEncode(system.removeHtmlTags(image.description));
// strip
-Tags from description as
is not valid inside SPAN
description = description.toString().replace(/
/g,"");
description = description.toString().replace(/<\/p>/g," ");
//system.log(" Image Width: " + contentCopyWidth +" / Returned contentCopyWidth:" + thumbImageWidth + " / Image Result: " + iresult);
}
catch(err) {
imageError = true;
}
}
if ( stripDescription !== "" ) {
var showCaption = "1";
}
else {
var showCaption = "0";
}
var lightBox = article.value("lightbox", "lightbox");
var clickURL = article.value("clickurl");
var effect = article.value("effect", "none");
var effectClass = "";
switch ( effect ) {
case "hoverzoom":
effectClass = " zpeffect zphoverscale";
break;
default:
effectClass = "";
}
context.write("\r\n\r\n");
if ( isNull(image) || imageError ) {
context.write("\r\n\t");
if ( system.preview ) {
context.write("\r\n\t\t
\r\n\t\t\t\tDas gewählte Bild ist anscheinend gelöscht worden. Bearbeiten Sie diesen Artikel und wählen Sie erneut ein Bild aus.\r\n\t\t\t\r\n\t\t
\r\n\r\n\t");
context.write( system.partial("article-end.html") );
context.write("\r\n\r\n");
}
context.write("\r\n");
// End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\bilderalbumv12\standard.html'.
};
/* Shortcuts. */
article = context.article;
page = context.page;
projectFolder = context.projectFolder;
project = context.project;
system = context.system;
new SE637303571247927914().executeScript();
2020-07-14 20:58:44,798 [19] INFO - ---------
2020-07-14 20:58:44,798 [19] INFO - Information: 0 :
2020-07-14 20:58:44,798 [19] INFO - ---------
2020-07-14 20:58:44,801 [19] INFO - Information: 0 :
2020-07-14 20:58:44,801 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:44,803 [19] INFO - Information: 0 :
2020-07-14 20:58:44,803 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:44,803 [19] INFO - Information: 0 :
2020-07-14 20:58:44,803 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:44,817 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:44,820 [19] INFO - Information: 0 :
2020-07-14 20:58:44,820 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:44,821 [19] INFO - Information: 0 :
2020-07-14 20:58:44,822 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:44,822 [19] INFO - Information: 0 :
2020-07-14 20:58:44,822 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:44,822 [19] INFO - Information: 0 :
2020-07-14 20:58:44,822 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:44,826 [19] INFO - Information: 0 :
2020-07-14 20:58:44,826 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:44,827 [19] INFO - Information: 0 :
2020-07-14 20:58:44,827 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:44,827 [19] INFO - [SetContentCopyImageSizeInPixel] 0 x 0 pixels for output flavor „Output“. Laden von Bild-Asset.
2020-07-14 20:58:44,827 [19] INFO - [SetContentCopyImageSizeInPixel] 0 x 0 pixels for output flavor „Output“. Laden von Bild-Asset.
2020-07-14 20:58:44,827 [19] INFO - [SetContentCopyImageSizeInPixel] 0 x 0 pixels for output flavor „Output“. Laden von Bild-Asset.
2020-07-14 20:58:44,827 [19] INFO - [SetContentCopyImageSizeInPixel] 0 x 0 pixels for output flavor „Output“. Laden von Bild-Asset.
2020-07-14 20:58:44,827 [19] INFO - [SetContentCopyImageSizeInPixel] 0 x 0 pixels for output flavor „Output“. Laden von Bild-Asset.
2020-07-14 20:58:44,828 [19] INFO - [SetContentCopyImageSizeInPixel] 0 x 0 pixels for output flavor „Output“. Laden von Bild-Asset.
2020-07-14 20:58:44,830 [19] INFO - About to execute the following script:
2020-07-14 20:58:44,830 [19] INFO - Information: 0 :
2020-07-14 20:58:44,830 [19] INFO - About to execute the following script:
2020-07-14 20:58:44,830 [19] INFO - ---------
2020-07-14 20:58:44,830 [19] INFO - Information: 0 :
2020-07-14 20:58:44,831 [19] INFO - ---------
2020-07-14 20:58:44,831 [19] INFO - function SE637303571248307936() {}
SE637303571248307936.prototype.executeScript = function(){
// Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
var additionalClass = context.param(0, "");
var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles.
var columnItemInlineCSS = context.param(2, "");
var showCssFields = context.param(3, true);
var columnItemCSSClass = context.param(4, "");
var dataAttributes = context.param(5, "");
if ( columnItemCSSClass !== "" ){
columnItemCSSClass = " " + columnItemCSSClass;
}
var inlineCss = article.inlineCss || "";
var cssClass = article.cssClass || "";
if ( additionalClass !== "" ){
additionalClass = " " + additionalClass;
}
if ( showCssFields && cssClass ){
additionalClass = additionalClass + " " + cssClass;
}
if ( columnItemInlineCSS !== "" ){
columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\"";
}
if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){
//inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
if ( showCssFields && inlineCss ){
inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
}
else{
inlineCss = ' style="' + articleAreaInlineCSS + '"';
}
}
else{
inlineCss = "";
}
function validClassName(theName){
var tmp = theName.toString().replace(/\s/g, "_");
// strip all non alphanumerics and make them dashes
tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-');
return tmp;
}
// so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text"
unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, ";
if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){
var myLeElement = "widget-text";
}
else{
var myLeElement = "widget-" + article.widgetNameInternal;
}
context.write("\r\n
\r\n\t
\r\n");
context.write( dataAttributes );
context.write(" class=\"articlearea zpw");
context.write( validClassName(article.widgetName) );
context.write( additionalClass );
context.write("\"");
context.write( inlineCss );
context.write(" ");
if ( !isNull(article) ) {
context.write("\r\n\t\r\n\t");
}
context.write(">\r\n\t");
// End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
};
/* Shortcuts. */
article = context.article;
page = context.page;
projectFolder = context.projectFolder;
project = context.project;
system = context.system;
new SE637303571248307936().executeScript();
2020-07-14 20:58:44,831 [19] INFO - Information: 0 :
2020-07-14 20:58:44,831 [19] INFO - function SE637303571248307936() {}
SE637303571248307936.prototype.executeScript = function(){
// Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
var additionalClass = context.param(0, "");
var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles.
var columnItemInlineCSS = context.param(2, "");
var showCssFields = context.param(3, true);
var columnItemCSSClass = context.param(4, "");
var dataAttributes = context.param(5, "");
if ( columnItemCSSClass !== "" ){
columnItemCSSClass = " " + columnItemCSSClass;
}
var inlineCss = article.inlineCss || "";
var cssClass = article.cssClass || "";
if ( additionalClass !== "" ){
additionalClass = " " + additionalClass;
}
if ( showCssFields && cssClass ){
additionalClass = additionalClass + " " + cssClass;
}
if ( columnItemInlineCSS !== "" ){
columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\"";
}
if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){
//inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
if ( showCssFields && inlineCss ){
inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
}
else{
inlineCss = ' style="' + articleAreaInlineCSS + '"';
}
}
else{
inlineCss = "";
}
function validClassName(theName){
var tmp = theName.toString().replace(/\s/g, "_");
// strip all non alphanumerics and make them dashes
tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-');
return tmp;
}
// so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text"
unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, ";
if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){
var myLeElement = "widget-text";
}
else{
var myLeElement = "widget-" + article.widgetNameInternal;
}
context.write("\r\n
\r\n\t
\r\n");
context.write( dataAttributes );
context.write(" class=\"articlearea zpw");
context.write( validClassName(article.widgetName) );
context.write( additionalClass );
context.write("\"");
context.write( inlineCss );
context.write(" ");
if ( !isNull(article) ) {
context.write("\r\n\t\r\n\t");
}
context.write(">\r\n\t");
// End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
};
/* Shortcuts. */
article = context.article;
page = context.page;
projectFolder = context.projectFolder;
project = context.project;
system = context.system;
new SE637303571248307936().executeScript();
2020-07-14 20:58:44,831 [19] INFO - ---------
2020-07-14 20:58:44,831 [19] INFO - Information: 0 :
2020-07-14 20:58:44,831 [19] INFO - ---------
2020-07-14 20:58:44,837 [19] INFO - Finished executing the following script:
2020-07-14 20:58:44,837 [19] INFO - Information: 0 :
2020-07-14 20:58:44,837 [19] INFO - Finished executing the following script:
2020-07-14 20:58:44,837 [19] INFO - ---------
2020-07-14 20:58:44,837 [19] INFO - Information: 0 :
2020-07-14 20:58:44,838 [19] INFO - ---------
2020-07-14 20:58:44,838 [19] INFO - function SE637303571248307936() {}
SE637303571248307936.prototype.executeScript = function(){
// Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
var additionalClass = context.param(0, "");
var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles.
var columnItemInlineCSS = context.param(2, "");
var showCssFields = context.param(3, true);
var columnItemCSSClass = context.param(4, "");
var dataAttributes = context.param(5, "");
if ( columnItemCSSClass !== "" ){
columnItemCSSClass = " " + columnItemCSSClass;
}
var inlineCss = article.inlineCss || "";
var cssClass = article.cssClass || "";
if ( additionalClass !== "" ){
additionalClass = " " + additionalClass;
}
if ( showCssFields && cssClass ){
additionalClass = additionalClass + " " + cssClass;
}
if ( columnItemInlineCSS !== "" ){
columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\"";
}
if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){
//inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
if ( showCssFields && inlineCss ){
inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
}
else{
inlineCss = ' style="' + articleAreaInlineCSS + '"';
}
}
else{
inlineCss = "";
}
function validClassName(theName){
var tmp = theName.toString().replace(/\s/g, "_");
// strip all non alphanumerics and make them dashes
tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-');
return tmp;
}
// so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text"
unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, ";
if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){
var myLeElement = "widget-text";
}
else{
var myLeElement = "widget-" + article.widgetNameInternal;
}
context.write("\r\n
\r\n\t
\r\n");
context.write( dataAttributes );
context.write(" class=\"articlearea zpw");
context.write( validClassName(article.widgetName) );
context.write( additionalClass );
context.write("\"");
context.write( inlineCss );
context.write(" ");
if ( !isNull(article) ) {
context.write("\r\n\t\r\n\t");
}
context.write(">\r\n\t");
// End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
};
/* Shortcuts. */
article = context.article;
page = context.page;
projectFolder = context.projectFolder;
project = context.project;
system = context.system;
new SE637303571248307936().executeScript();
2020-07-14 20:58:44,838 [19] INFO - Information: 0 :
2020-07-14 20:58:44,838 [19] INFO - function SE637303571248307936() {}
SE637303571248307936.prototype.executeScript = function(){
// Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
var additionalClass = context.param(0, "");
var articleAreaInlineCSS = context.param(1, ""); // additional Inline CSS may be needed because columnItems have overflow hidden set and don't float etc. and we may want to override that for certain articles.
var columnItemInlineCSS = context.param(2, "");
var showCssFields = context.param(3, true);
var columnItemCSSClass = context.param(4, "");
var dataAttributes = context.param(5, "");
if ( columnItemCSSClass !== "" ){
columnItemCSSClass = " " + columnItemCSSClass;
}
var inlineCss = article.inlineCss || "";
var cssClass = article.cssClass || "";
if ( additionalClass !== "" ){
additionalClass = " " + additionalClass;
}
if ( showCssFields && cssClass ){
additionalClass = additionalClass + " " + cssClass;
}
if ( columnItemInlineCSS !== "" ){
columnItemInlineCSS = " style=\"" + columnItemInlineCSS + "\"";
}
if ( (showCssFields && inlineCss) || articleAreaInlineCSS ){
//inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
if ( showCssFields && inlineCss ){
inlineCss = ' style="' + inlineCss + ' ' + articleAreaInlineCSS + '"';
}
else{
inlineCss = ' style="' + articleAreaInlineCSS + '"';
}
}
else{
inlineCss = "";
}
function validClassName(theName){
var tmp = theName.toString().replace(/\s/g, "_");
// strip all non alphanumerics and make them dashes
tmp = tmp.toString().replace(/[^a-z0-9\-_]+/gi, '-');
return tmp;
}
// so we do not have to define rules for all possible widgets, we unify text-based-widgets as "widget-text"
unifiedTextWidgets = "alertbanner, artikeluebersicht, blogartikel, tabs, ";
if ( unifiedTextWidgets.indexOf(article.widgetNameInternal + ", ") !== -1 ){
var myLeElement = "widget-text";
}
else{
var myLeElement = "widget-" + article.widgetNameInternal;
}
context.write("\r\n
\r\n\t
\r\n");
context.write( dataAttributes );
context.write(" class=\"articlearea zpw");
context.write( validClassName(article.widgetName) );
context.write( additionalClass );
context.write("\"");
context.write( inlineCss );
context.write(" ");
if ( !isNull(article) ) {
context.write("\r\n\t\r\n\t");
}
context.write(">\r\n\t");
// End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-begin.html'.
};
/* Shortcuts. */
article = context.article;
page = context.page;
projectFolder = context.projectFolder;
project = context.project;
system = context.system;
new SE637303571248307936().executeScript();
2020-07-14 20:58:44,838 [19] INFO - ---------
2020-07-14 20:58:44,839 [19] INFO - Information: 0 :
2020-07-14 20:58:44,839 [19] INFO - ---------
2020-07-14 20:58:44,839 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2299.
2020-07-14 20:58:44,839 [19] INFO - Information: 0 :
2020-07-14 20:58:44,839 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2299.
2020-07-14 20:58:44,839 [19] INFO - ---------
2020-07-14 20:58:44,839 [19] INFO - Information: 0 :
2020-07-14 20:58:44,839 [19] INFO - ---------
2020-07-14 20:58:44,839 [19] INFO - [system.partial] „article-begin.html“ 9 ms „“
2020-07-14 20:58:44,840 [19] INFO - Information: 0 :
2020-07-14 20:58:44,840 [19] INFO - [system.partial] „article-begin.html“ 9 ms „“
2020-07-14 20:58:44,840 [19] INFO - About to execute the following script:
2020-07-14 20:58:44,840 [19] INFO - Information: 0 :
2020-07-14 20:58:44,840 [19] INFO - About to execute the following script:
2020-07-14 20:58:44,840 [19] INFO - ---------
2020-07-14 20:58:44,840 [19] INFO - Information: 0 :
2020-07-14 20:58:44,841 [19] INFO - ---------
2020-07-14 20:58:44,841 [19] INFO - function SE637303571248407942() {}
SE637303571248407942.prototype.executeScript = function(){
// Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-headline.html'.
var fallbackColor = context.param(0, "");
var forceAlign = context.param(1, "");
var additionalAttributes = context.param(2, "");
var inlineStyle = "";
var inlineColor = "";
var articleAlign = "";
if ( article.headlineColor ){
inlineColor = "color: " + article.headlineColor + "; ";
}
else if ( fallbackColor ){
inlineColor = "color: " + fallbackColor + "; ";
}
if ( forceAlign !== "" ){
articleAlign = "text-align:" + forceAlign + ";";
}
else if ( article.headlineAlign !== "" ){
articleAlign = "text-align:" + article.headlineAlign + ";";
}
if ( inlineColor !== "" || articleAlign !== ""){
inlineStyle = 'style="' + inlineColor + articleAlign + '"';
}
context.write("\r\n");
if ( article.headline != "" ) {
context.write("\r\n\t<");
context.write( article.headlineLevel );
context.write(" \r\n\t\r\n\t");
context.write( additionalAttributes );
context.write(" ");
context.write( inlineStyle );
context.write(" data-zpfieldname=\"headline\">");
context.write( article.headline );
context.write("");
context.write( article.headlineLevel );
context.write(">\r\n");
}
// End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-headline.html'.
};
/* Shortcuts. */
article = context.article;
page = context.page;
projectFolder = context.projectFolder;
project = context.project;
system = context.system;
new SE637303571248407942().executeScript();
2020-07-14 20:58:44,841 [19] INFO - Information: 0 :
2020-07-14 20:58:44,841 [19] INFO - function SE637303571248407942() {}
SE637303571248407942.prototype.executeScript = function(){
// Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-headline.html'.
var fallbackColor = context.param(0, "");
var forceAlign = context.param(1, "");
var additionalAttributes = context.param(2, "");
var inlineStyle = "";
var inlineColor = "";
var articleAlign = "";
if ( article.headlineColor ){
inlineColor = "color: " + article.headlineColor + "; ";
}
else if ( fallbackColor ){
inlineColor = "color: " + fallbackColor + "; ";
}
if ( forceAlign !== "" ){
articleAlign = "text-align:" + forceAlign + ";";
}
else if ( article.headlineAlign !== "" ){
articleAlign = "text-align:" + article.headlineAlign + ";";
}
if ( inlineColor !== "" || articleAlign !== ""){
inlineStyle = 'style="' + inlineColor + articleAlign + '"';
}
context.write("\r\n");
if ( article.headline != "" ) {
context.write("\r\n\t<");
context.write( article.headlineLevel );
context.write(" \r\n\t\r\n\t");
context.write( additionalAttributes );
context.write(" ");
context.write( inlineStyle );
context.write(" data-zpfieldname=\"headline\">");
context.write( article.headline );
context.write("");
context.write( article.headlineLevel );
context.write(">\r\n");
}
// End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-headline.html'.
};
/* Shortcuts. */
article = context.article;
page = context.page;
projectFolder = context.projectFolder;
project = context.project;
system = context.system;
new SE637303571248407942().executeScript();
2020-07-14 20:58:44,841 [19] INFO - ---------
2020-07-14 20:58:44,841 [19] INFO - Information: 0 :
2020-07-14 20:58:44,841 [19] INFO - ---------
2020-07-14 20:58:44,843 [19] INFO - Finished executing the following script:
2020-07-14 20:58:44,844 [19] INFO - Information: 0 :
2020-07-14 20:58:44,844 [19] INFO - Finished executing the following script:
2020-07-14 20:58:44,844 [19] INFO - ---------
2020-07-14 20:58:44,844 [19] INFO - Information: 0 :
2020-07-14 20:58:44,844 [19] INFO - ---------
2020-07-14 20:58:44,844 [19] INFO - function SE637303571248407942() {}
SE637303571248407942.prototype.executeScript = function(){
// Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-headline.html'.
var fallbackColor = context.param(0, "");
var forceAlign = context.param(1, "");
var additionalAttributes = context.param(2, "");
var inlineStyle = "";
var inlineColor = "";
var articleAlign = "";
if ( article.headlineColor ){
inlineColor = "color: " + article.headlineColor + "; ";
}
else if ( fallbackColor ){
inlineColor = "color: " + fallbackColor + "; ";
}
if ( forceAlign !== "" ){
articleAlign = "text-align:" + forceAlign + ";";
}
else if ( article.headlineAlign !== "" ){
articleAlign = "text-align:" + article.headlineAlign + ";";
}
if ( inlineColor !== "" || articleAlign !== ""){
inlineStyle = 'style="' + inlineColor + articleAlign + '"';
}
context.write("\r\n");
if ( article.headline != "" ) {
context.write("\r\n\t<");
context.write( article.headlineLevel );
context.write(" \r\n\t\r\n\t");
context.write( additionalAttributes );
context.write(" ");
context.write( inlineStyle );
context.write(" data-zpfieldname=\"headline\">");
context.write( article.headline );
context.write("");
context.write( article.headlineLevel );
context.write(">\r\n");
}
// End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-headline.html'.
};
/* Shortcuts. */
article = context.article;
page = context.page;
projectFolder = context.projectFolder;
project = context.project;
system = context.system;
new SE637303571248407942().executeScript();
2020-07-14 20:58:44,844 [19] INFO - Information: 0 :
2020-07-14 20:58:44,844 [19] INFO - function SE637303571248407942() {}
SE637303571248407942.prototype.executeScript = function(){
// Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-headline.html'.
var fallbackColor = context.param(0, "");
var forceAlign = context.param(1, "");
var additionalAttributes = context.param(2, "");
var inlineStyle = "";
var inlineColor = "";
var articleAlign = "";
if ( article.headlineColor ){
inlineColor = "color: " + article.headlineColor + "; ";
}
else if ( fallbackColor ){
inlineColor = "color: " + fallbackColor + "; ";
}
if ( forceAlign !== "" ){
articleAlign = "text-align:" + forceAlign + ";";
}
else if ( article.headlineAlign !== "" ){
articleAlign = "text-align:" + article.headlineAlign + ";";
}
if ( inlineColor !== "" || articleAlign !== ""){
inlineStyle = 'style="' + inlineColor + articleAlign + '"';
}
context.write("\r\n");
if ( article.headline != "" ) {
context.write("\r\n\t<");
context.write( article.headlineLevel );
context.write(" \r\n\t\r\n\t");
context.write( additionalAttributes );
context.write(" ");
context.write( inlineStyle );
context.write(" data-zpfieldname=\"headline\">");
context.write( article.headline );
context.write("");
context.write( article.headlineLevel );
context.write(">\r\n");
}
// End source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\layouts\_shared\templates\partials\article-headline.html'.
};
/* Shortcuts. */
article = context.article;
page = context.page;
projectFolder = context.projectFolder;
project = context.project;
system = context.system;
new SE637303571248407942().executeScript();
2020-07-14 20:58:44,844 [19] INFO - ---------
2020-07-14 20:58:44,845 [19] INFO - Information: 0 :
2020-07-14 20:58:44,845 [19] INFO - ---------
2020-07-14 20:58:44,845 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2300.
2020-07-14 20:58:44,845 [19] INFO - Information: 0 :
2020-07-14 20:58:44,845 [19] INFO - Statistiken — Gesamte Skript-Aufrufe: 2300.
2020-07-14 20:58:44,845 [19] INFO - ---------
2020-07-14 20:58:44,845 [19] INFO - Information: 0 :
2020-07-14 20:58:44,845 [19] INFO - ---------
2020-07-14 20:58:44,845 [19] INFO - [system.partial] „article-headline.html“ 5 ms „“
2020-07-14 20:58:44,846 [19] INFO - Information: 0 :
2020-07-14 20:58:44,846 [19] INFO - [system.partial] „article-headline.html“ 5 ms „“
2020-07-14 20:58:44,846 [19] INFO - Called 'skipContentCopy' scripting function with image ID = 429.
2020-07-14 20:58:44,846 [19] INFO - Called 'NotifyImageAssetContentCopyCreated' with image ID = 429.
2020-07-14 20:58:44,849 [19] INFO - Adding again 1 working-copy-only jobs in 'NotifyImageAssetContentCopyCreated'.
2020-07-14 20:58:44,849 [19] INFO - Called 'NotifyImageAssetContentCopyCreated' with image ID = 429.
2020-07-14 20:58:44,850 [19] INFO - Entering WebImageAssetThumbnailController.CheckCreateImageAssetThumbnail(output flavor: „Output“, is rebuild: „True“, thumbnail width: „920“, thumbnail height: „0“, return full info: „True“).
2020-07-14 20:58:44,851 [19] INFO - [IsSourceFileNewerThanDestinationFile] Comparing source file „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\content\media\images\11763d184bb646d1a3f7e1988396997f.jpg“ (22.01.2019 19:23:18) with destination „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\thumbnails\dscn6655-920.jpg“ (15.05.2019 20:36:15). Delta last write time is -9767577 seconds. Is source file newer: False.
2020-07-14 20:58:44,851 [19] INFO - Information: 0 :
2020-07-14 20:58:44,851 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:44,857 [19] INFO - Information: 0 :
2020-07-14 20:58:44,858 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:44,858 [19] INFO - Information: 0 :
2020-07-14 20:58:44,858 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:44,858 [19] INFO - Information: 0 :
2020-07-14 20:58:44,858 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:44,865 [19] INFO - Information: 0 :
2020-07-14 20:58:44,865 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:44,865 [19] INFO - Information: 0 :
2020-07-14 20:58:44,866 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:44,877 [19] INFO - Leaving WebImageAssetThumbnailController.CheckCreateImageAssetThumbnail() => was thumbnail created: „False“, thumbnail width: „920“, thumbnail height: „690“).
2020-07-14 20:58:44,878 [19] INFO - Called 'skipContentCopy' scripting function with image ID = 432.
2020-07-14 20:58:44,878 [19] INFO - Called 'NotifyImageAssetContentCopyCreated' with image ID = 432.
2020-07-14 20:58:44,879 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:44,880 [19] INFO - Entering WebImageAssetThumbnailController.CheckCreateImageAssetThumbnail(output flavor: „Output“, is rebuild: „True“, thumbnail width: „920“, thumbnail height: „0“, return full info: „True“).
2020-07-14 20:58:44,881 [19] INFO - [IsSourceFileNewerThanDestinationFile] Comparing source file „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\content\media\images\68acf793af4e48af8e5e7e2221bf3152.jpg“ (22.01.2019 19:23:22) with destination „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\thumbnails\dscn6660-920.jpg“ (15.05.2019 20:36:17). Delta last write time is -9767575 seconds. Is source file newer: False.
2020-07-14 20:58:44,881 [19] INFO - Information: 0 :
2020-07-14 20:58:44,881 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:44,888 [19] INFO - Information: 0 :
2020-07-14 20:58:44,888 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:44,888 [19] INFO - Information: 0 :
2020-07-14 20:58:44,888 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:44,888 [19] INFO - Information: 0 :
2020-07-14 20:58:44,888 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:44,895 [19] INFO - Information: 0 :
2020-07-14 20:58:44,895 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:44,895 [19] INFO - Information: 0 :
2020-07-14 20:58:44,895 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:44,904 [19] INFO - Leaving WebImageAssetThumbnailController.CheckCreateImageAssetThumbnail() => was thumbnail created: „False“, thumbnail width: „920“, thumbnail height: „690“).
2020-07-14 20:58:44,905 [19] INFO - Called 'skipContentCopy' scripting function with image ID = 433.
2020-07-14 20:58:44,905 [19] INFO - Called 'NotifyImageAssetContentCopyCreated' with image ID = 433.
2020-07-14 20:58:44,906 [19] INFO - Adding again 1 working-copy-only jobs in 'NotifyImageAssetContentCopyCreated'.
2020-07-14 20:58:44,906 [19] INFO - Called 'NotifyImageAssetContentCopyCreated' with image ID = 433.
2020-07-14 20:58:44,906 [19] INFO - Entering WebImageAssetThumbnailController.CheckCreateImageAssetThumbnail(output flavor: „Output“, is rebuild: „True“, thumbnail width: „920“, thumbnail height: „0“, return full info: „True“).
2020-07-14 20:58:44,907 [19] INFO - [IsSourceFileNewerThanDestinationFile] Comparing source file „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\content\media\images\af65aaefa5b14948b9219c902109d551.jpg“ (22.01.2019 19:23:26) with destination „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\thumbnails\dscn6662-920.jpg“ (15.05.2019 20:36:20). Delta last write time is -9767574 seconds. Is source file newer: False.
2020-07-14 20:58:44,907 [19] INFO - Information: 0 :
2020-07-14 20:58:44,907 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:44,913 [19] INFO - Information: 0 :
2020-07-14 20:58:44,913 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:44,913 [19] INFO - Information: 0 :
2020-07-14 20:58:44,914 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:44,914 [19] INFO - Information: 0 :
2020-07-14 20:58:44,914 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:44,919 [19] INFO - Information: 0 :
2020-07-14 20:58:44,919 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:44,919 [19] INFO - Information: 0 :
2020-07-14 20:58:44,920 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:44,928 [19] INFO - Leaving WebImageAssetThumbnailController.CheckCreateImageAssetThumbnail() => was thumbnail created: „False“, thumbnail width: „920“, thumbnail height: „690“).
2020-07-14 20:58:44,929 [19] INFO - Called 'skipContentCopy' scripting function with image ID = 430.
2020-07-14 20:58:44,929 [19] INFO - Called 'NotifyImageAssetContentCopyCreated' with image ID = 430.
2020-07-14 20:58:44,930 [19] INFO - Adding again 1 working-copy-only jobs in 'NotifyImageAssetContentCopyCreated'.
2020-07-14 20:58:44,930 [19] INFO - Called 'NotifyImageAssetContentCopyCreated' with image ID = 430.
2020-07-14 20:58:44,931 [19] INFO - Entering WebImageAssetThumbnailController.CheckCreateImageAssetThumbnail(output flavor: „Output“, is rebuild: „True“, thumbnail width: „920“, thumbnail height: „0“, return full info: „True“).
2020-07-14 20:58:44,931 [19] INFO - [IsSourceFileNewerThanDestinationFile] Comparing source file „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\content\media\images\8910bddbfe1943caa0719d52a0c2d505.jpg“ (22.01.2019 19:23:28) with destination „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\thumbnails\dscn6664-920.jpg“ (15.05.2019 20:36:22). Delta last write time is -9767574 seconds. Is source file newer: False.
2020-07-14 20:58:44,932 [19] INFO - Information: 0 :
2020-07-14 20:58:44,932 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:44,938 [19] INFO - Information: 0 :
2020-07-14 20:58:44,938 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:44,938 [19] INFO - Information: 0 :
2020-07-14 20:58:44,938 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:44,938 [19] INFO - Information: 0 :
2020-07-14 20:58:44,938 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:44,943 [19] INFO - Information: 0 :
2020-07-14 20:58:44,944 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:44,944 [19] INFO - Information: 0 :
2020-07-14 20:58:44,944 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:44,947 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:44,953 [19] INFO - Leaving WebImageAssetThumbnailController.CheckCreateImageAssetThumbnail() => was thumbnail created: „False“, thumbnail width: „920“, thumbnail height: „690“).
2020-07-14 20:58:44,953 [19] INFO - Called 'skipContentCopy' scripting function with image ID = 431.
2020-07-14 20:58:44,954 [19] INFO - Called 'NotifyImageAssetContentCopyCreated' with image ID = 431.
2020-07-14 20:58:44,955 [19] INFO - Adding again 1 working-copy-only jobs in 'NotifyImageAssetContentCopyCreated'.
2020-07-14 20:58:44,955 [19] INFO - Called 'NotifyImageAssetContentCopyCreated' with image ID = 431.
2020-07-14 20:58:44,955 [19] INFO - Entering WebImageAssetThumbnailController.CheckCreateImageAssetThumbnail(output flavor: „Output“, is rebuild: „True“, thumbnail width: „920“, thumbnail height: „0“, return full info: „True“).
2020-07-14 20:58:44,956 [19] INFO - [IsSourceFileNewerThanDestinationFile] Comparing source file „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\content\media\images\ee5fc38f7a874a76b287b2427036d623.jpg“ (22.01.2019 19:23:26) with destination „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\thumbnails\dscn6666-920.jpg“ (15.05.2019 20:36:21). Delta last write time is -9767575 seconds. Is source file newer: False.
2020-07-14 20:58:44,956 [19] INFO - Information: 0 :
2020-07-14 20:58:44,956 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:44,962 [19] INFO - Information: 0 :
2020-07-14 20:58:44,962 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:44,962 [19] INFO - Information: 0 :
2020-07-14 20:58:44,962 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:44,962 [19] INFO - Information: 0 :
2020-07-14 20:58:44,963 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:44,968 [19] INFO - Information: 0 :
2020-07-14 20:58:44,968 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:44,968 [19] INFO - Information: 0 :
2020-07-14 20:58:44,968 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:44,973 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:44,978 [19] INFO - Leaving WebImageAssetThumbnailController.CheckCreateImageAssetThumbnail() => was thumbnail created: „False“, thumbnail width: „920“, thumbnail height: „690“).
2020-07-14 20:58:44,979 [19] INFO - Called 'skipContentCopy' scripting function with image ID = 434.
2020-07-14 20:58:44,979 [19] INFO - Called 'NotifyImageAssetContentCopyCreated' with image ID = 434.
2020-07-14 20:58:44,987 [19] INFO - Adding again 1 working-copy-only jobs in 'NotifyImageAssetContentCopyCreated'.
2020-07-14 20:58:44,987 [19] INFO - Called 'NotifyImageAssetContentCopyCreated' with image ID = 434.
2020-07-14 20:58:44,988 [19] INFO - Entering WebImageAssetThumbnailController.CheckCreateImageAssetThumbnail(output flavor: „Output“, is rebuild: „True“, thumbnail width: „920“, thumbnail height: „0“, return full info: „True“).
2020-07-14 20:58:44,989 [19] INFO - [IsSourceFileNewerThanDestinationFile] Comparing source file „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\content\media\images\4f082afe0fdf43d281573a62c65b818d.jpg“ (22.01.2019 19:23:24) with destination „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\thumbnails\dscn6686-920.jpg“ (15.05.2019 20:36:23). Delta last write time is -9767579 seconds. Is source file newer: False.
2020-07-14 20:58:44,989 [19] INFO - Information: 0 :
2020-07-14 20:58:44,989 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:44,995 [19] INFO - Information: 0 :
2020-07-14 20:58:44,995 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:44,995 [19] INFO - Information: 0 :
2020-07-14 20:58:44,995 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:44,996 [19] INFO - Information: 0 :
2020-07-14 20:58:44,996 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:45,001 [19] INFO - Information: 0 :
2020-07-14 20:58:45,001 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:45,001 [19] INFO - Information: 0 :
2020-07-14 20:58:45,001 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:45,009 [19] INFO - Leaving WebImageAssetThumbnailController.CheckCreateImageAssetThumbnail() => was thumbnail created: „False“, thumbnail width: „920“, thumbnail height: „690“).
2020-07-14 20:58:45,010 [19] INFO - Called 'skipContentCopy' scripting function with image ID = 429.
2020-07-14 20:58:45,010 [19] INFO - Called 'NotifyImageAssetContentCopyCreated' with image ID = 429.
2020-07-14 20:58:45,011 [19] INFO - Adding again 1 working-copy-only jobs in 'NotifyImageAssetContentCopyCreated'.
2020-07-14 20:58:45,011 [19] INFO - Called 'NotifyImageAssetContentCopyCreated' with image ID = 429.
2020-07-14 20:58:45,012 [19] INFO - Entering WebImageAssetThumbnailController.CheckCreateImageAssetThumbnail(output flavor: „Output“, is rebuild: „True“, thumbnail width: „920“, thumbnail height: „0“, return full info: „True“).
2020-07-14 20:58:45,013 [19] INFO - [IsSourceFileNewerThanDestinationFile] Comparing source file „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\content\media\images\11763d184bb646d1a3f7e1988396997f.jpg“ (22.01.2019 19:23:18) with destination „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\thumbnails\dscn6655-920.jpg“ (15.05.2019 20:36:15). Delta last write time is -9767577 seconds. Is source file newer: False.
2020-07-14 20:58:45,013 [19] INFO - Information: 0 :
2020-07-14 20:58:45,013 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:45,019 [19] INFO - Information: 0 :
2020-07-14 20:58:45,019 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:45,019 [19] INFO - Information: 0 :
2020-07-14 20:58:45,019 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:45,019 [19] INFO - Information: 0 :
2020-07-14 20:58:45,019 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:45,024 [19] INFO - Information: 0 :
2020-07-14 20:58:45,024 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:45,024 [19] INFO - Information: 0 :
2020-07-14 20:58:45,024 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:45,026 [19] INFO - Leaving WebImageAssetThumbnailController.CheckCreateImageAssetThumbnail() => was thumbnail created: „False“, thumbnail width: „920“, thumbnail height: „690“).
2020-07-14 20:58:45,027 [19] INFO - Called 'skipContentCopy' scripting function with image ID = 432.
2020-07-14 20:58:45,027 [19] INFO - Called 'NotifyImageAssetContentCopyCreated' with image ID = 432.
2020-07-14 20:58:45,028 [19] INFO - Adding again 1 working-copy-only jobs in 'NotifyImageAssetContentCopyCreated'.
2020-07-14 20:58:45,028 [19] INFO - Called 'NotifyImageAssetContentCopyCreated' with image ID = 432.
2020-07-14 20:58:45,029 [19] INFO - Entering WebImageAssetThumbnailController.CheckCreateImageAssetThumbnail(output flavor: „Output“, is rebuild: „True“, thumbnail width: „920“, thumbnail height: „0“, return full info: „True“).
2020-07-14 20:58:45,029 [19] INFO - [IsSourceFileNewerThanDestinationFile] Comparing source file „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\content\media\images\68acf793af4e48af8e5e7e2221bf3152.jpg“ (22.01.2019 19:23:22) with destination „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\thumbnails\dscn6660-920.jpg“ (15.05.2019 20:36:17). Delta last write time is -9767575 seconds. Is source file newer: False.
2020-07-14 20:58:45,029 [19] INFO - Information: 0 :
2020-07-14 20:58:45,029 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:45,035 [19] INFO - Information: 0 :
2020-07-14 20:58:45,035 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:45,035 [19] INFO - Information: 0 :
2020-07-14 20:58:45,035 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:45,035 [19] INFO - Information: 0 :
2020-07-14 20:58:45,035 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:45,040 [19] INFO - Information: 0 :
2020-07-14 20:58:45,041 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:45,041 [19] INFO - Information: 0 :
2020-07-14 20:58:45,041 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:45,041 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:45,042 [19] INFO - Leaving WebImageAssetThumbnailController.CheckCreateImageAssetThumbnail() => was thumbnail created: „False“, thumbnail width: „920“, thumbnail height: „690“).
2020-07-14 20:58:45,043 [19] INFO - Called 'skipContentCopy' scripting function with image ID = 433.
2020-07-14 20:58:45,043 [19] INFO - Called 'NotifyImageAssetContentCopyCreated' with image ID = 433.
2020-07-14 20:58:45,044 [19] INFO - Adding again 1 working-copy-only jobs in 'NotifyImageAssetContentCopyCreated'.
2020-07-14 20:58:45,044 [19] INFO - Called 'NotifyImageAssetContentCopyCreated' with image ID = 433.
2020-07-14 20:58:45,045 [19] INFO - Entering WebImageAssetThumbnailController.CheckCreateImageAssetThumbnail(output flavor: „Output“, is rebuild: „True“, thumbnail width: „920“, thumbnail height: „0“, return full info: „True“).
2020-07-14 20:58:45,046 [19] INFO - [IsSourceFileNewerThanDestinationFile] Comparing source file „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\content\media\images\af65aaefa5b14948b9219c902109d551.jpg“ (22.01.2019 19:23:26) with destination „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\thumbnails\dscn6662-920.jpg“ (15.05.2019 20:36:20). Delta last write time is -9767574 seconds. Is source file newer: False.
2020-07-14 20:58:45,046 [19] INFO - Information: 0 :
2020-07-14 20:58:45,046 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:45,051 [19] INFO - Information: 0 :
2020-07-14 20:58:45,051 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:45,052 [19] INFO - Information: 0 :
2020-07-14 20:58:45,052 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:45,052 [19] INFO - Information: 0 :
2020-07-14 20:58:45,052 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:45,057 [19] INFO - Information: 0 :
2020-07-14 20:58:45,057 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:45,057 [19] INFO - Information: 0 :
2020-07-14 20:58:45,057 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:45,058 [19] INFO - Leaving WebImageAssetThumbnailController.CheckCreateImageAssetThumbnail() => was thumbnail created: „False“, thumbnail width: „920“, thumbnail height: „690“).
2020-07-14 20:58:45,059 [19] INFO - Called 'skipContentCopy' scripting function with image ID = 430.
2020-07-14 20:58:45,059 [19] INFO - Called 'NotifyImageAssetContentCopyCreated' with image ID = 430.
2020-07-14 20:58:45,060 [19] INFO - Adding again 1 working-copy-only jobs in 'NotifyImageAssetContentCopyCreated'.
2020-07-14 20:58:45,060 [19] INFO - Called 'NotifyImageAssetContentCopyCreated' with image ID = 430.
2020-07-14 20:58:45,061 [19] INFO - Entering WebImageAssetThumbnailController.CheckCreateImageAssetThumbnail(output flavor: „Output“, is rebuild: „True“, thumbnail width: „920“, thumbnail height: „0“, return full info: „True“).
2020-07-14 20:58:45,062 [19] INFO - [IsSourceFileNewerThanDestinationFile] Comparing source file „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\content\media\images\8910bddbfe1943caa0719d52a0c2d505.jpg“ (22.01.2019 19:23:28) with destination „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\thumbnails\dscn6664-920.jpg“ (15.05.2019 20:36:22). Delta last write time is -9767574 seconds. Is source file newer: False.
2020-07-14 20:58:45,062 [19] INFO - Information: 0 :
2020-07-14 20:58:45,062 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:45,067 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:45,068 [19] INFO - Information: 0 :
2020-07-14 20:58:45,068 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:45,068 [19] INFO - Information: 0 :
2020-07-14 20:58:45,068 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:45,068 [19] INFO - Information: 0 :
2020-07-14 20:58:45,068 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:45,073 [19] INFO - Information: 0 :
2020-07-14 20:58:45,073 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:45,073 [19] INFO - Information: 0 :
2020-07-14 20:58:45,073 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:45,075 [19] INFO - Leaving WebImageAssetThumbnailController.CheckCreateImageAssetThumbnail() => was thumbnail created: „False“, thumbnail width: „920“, thumbnail height: „690“).
2020-07-14 20:58:45,076 [19] INFO - Called 'skipContentCopy' scripting function with image ID = 431.
2020-07-14 20:58:45,076 [19] INFO - Called 'NotifyImageAssetContentCopyCreated' with image ID = 431.
2020-07-14 20:58:45,077 [19] INFO - Adding again 1 working-copy-only jobs in 'NotifyImageAssetContentCopyCreated'.
2020-07-14 20:58:45,077 [19] INFO - Called 'NotifyImageAssetContentCopyCreated' with image ID = 431.
2020-07-14 20:58:45,078 [19] INFO - Entering WebImageAssetThumbnailController.CheckCreateImageAssetThumbnail(output flavor: „Output“, is rebuild: „True“, thumbnail width: „920“, thumbnail height: „0“, return full info: „True“).
2020-07-14 20:58:45,078 [19] INFO - [IsSourceFileNewerThanDestinationFile] Comparing source file „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\content\media\images\ee5fc38f7a874a76b287b2427036d623.jpg“ (22.01.2019 19:23:26) with destination „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\thumbnails\dscn6666-920.jpg“ (15.05.2019 20:36:21). Delta last write time is -9767575 seconds. Is source file newer: False.
2020-07-14 20:58:45,078 [19] INFO - Information: 0 :
2020-07-14 20:58:45,078 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:45,084 [19] INFO - Information: 0 :
2020-07-14 20:58:45,084 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:45,084 [19] INFO - Information: 0 :
2020-07-14 20:58:45,084 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:45,084 [19] INFO - Information: 0 :
2020-07-14 20:58:45,084 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:45,089 [19] INFO - Information: 0 :
2020-07-14 20:58:45,090 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:45,090 [19] INFO - Information: 0 :
2020-07-14 20:58:45,090 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:45,091 [19] INFO - Leaving WebImageAssetThumbnailController.CheckCreateImageAssetThumbnail() => was thumbnail created: „False“, thumbnail width: „920“, thumbnail height: „690“).
2020-07-14 20:58:45,092 [19] INFO - Called 'skipContentCopy' scripting function with image ID = 434.
2020-07-14 20:58:45,092 [19] INFO - Called 'NotifyImageAssetContentCopyCreated' with image ID = 434.
2020-07-14 20:58:45,093 [19] INFO - Adding again 1 working-copy-only jobs in 'NotifyImageAssetContentCopyCreated'.
2020-07-14 20:58:45,093 [19] INFO - Called 'NotifyImageAssetContentCopyCreated' with image ID = 434.
2020-07-14 20:58:45,094 [19] INFO - Entering WebImageAssetThumbnailController.CheckCreateImageAssetThumbnail(output flavor: „Output“, is rebuild: „True“, thumbnail width: „920“, thumbnail height: „0“, return full info: „True“).
2020-07-14 20:58:45,095 [19] INFO - [IsSourceFileNewerThanDestinationFile] Comparing source file „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\content\media\images\4f082afe0fdf43d281573a62c65b818d.jpg“ (22.01.2019 19:23:24) with destination „C:\Users\DieGohliser\OneDrive\OneDriveDaten\Projects\Willi\output\media\images\thumbnails\dscn6686-920.jpg“ (15.05.2019 20:36:23). Delta last write time is -9767579 seconds. Is source file newer: False.
2020-07-14 20:58:45,095 [19] INFO - Information: 0 :
2020-07-14 20:58:45,095 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:45,101 [19] INFO - Information: 0 :
2020-07-14 20:58:45,101 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:45,101 [19] INFO - Information: 0 :
2020-07-14 20:58:45,101 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:45,101 [19] INFO - Information: 0 :
2020-07-14 20:58:45,101 [19] INFO - [LockGuard] Entering locking for lock with hash '35528341', from thread #19 ('').
2020-07-14 20:58:45,105 [Zeta Producer 15 main thread] INFO - [CheckEnqueuePing] Ping is not allowed because of reason „Server backend mode is not active.“.
2020-07-14 20:58:45,106 [19] INFO - Information: 0 :
2020-07-14 20:58:45,106 [19] INFO - [LockGuard] Disposing for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:45,106 [19] INFO - Information: 0 :
2020-07-14 20:58:45,106 [19] INFO - [LockGuard] Exiting locking for lock with hash '35528341', from thread #19 (''). Initial thread was #19 ('').
2020-07-14 20:58:45,108 [19] INFO - Leaving WebImageAssetThumbnailController.CheckCreateImageAssetThumbnail() => was thumbnail created: „False“, thumbnail width: „920“, thumbnail height: „690“).
2020-07-14 20:58:45,109 [19] INFO - [system.partial] „article-end.html“ 0 ms „“
2020-07-14 20:58:45,109 [19] INFO - Information: 0 :
2020-07-14 20:58:45,109 [19] INFO - [system.partial] „article-end.html“ 0 ms „“
2020-07-14 20:58:45,109 [19] INFO - Finished executing the following script:
2020-07-14 20:58:45,109 [19] INFO - Information: 0 :
2020-07-14 20:58:45,109 [19] INFO - Finished executing the following script:
2020-07-14 20:58:45,109 [19] INFO - ---------
2020-07-14 20:58:45,109 [19] INFO - Information: 0 :
2020-07-14 20:58:45,110 [19] INFO - ---------
2020-07-14 20:58:45,110 [19] INFO - function SE637303571247927914() {}
SE637303571247927914.prototype.executeScript = function(){
// Start source file: 'C:\Users\DieGohliser\AppData\Local\Zeta Producer 15\packaging\widgets\bilderalbumv12\standard.html'.
var imagesPerPage = parseInt(article.value("imagesperpage", 0));
var isPaging = false;
var contentImageWidth = "890";
// Kann auch "700px" sein, deshalb mit parseInt nur die Zahl hohlen und trimmen - falls leer, auf default 960 setzen.
contentImageWidth = parseInt(contentImageWidth) || 960;
var gridCols = article.column.cssClass;
if ( gridCols ){
gridCols = parseInt((gridCols.match(/\bc[1-9][0-2]?\b\s?/) || 12).toString().replace("c", ""));
}
else{
gridCols = 12;
}
// if page contains a news area, we only approximate a 2/3 1/3 size layout in order to calculate thumbnails
if ( article.area.toLowerCase() == "news" ){
gridCols = 4;
}
else if ( page.anyAreaArticles("News") ){
gridCols = 8;
}
var columnMargin = 30;
var columnWidth = ((contentImageWidth + columnMargin) / 12) * gridCols;
var effect = article.value("effect", "none");
var effectClass = "";
switch ( effect ) {
case "hoverzoom":
effectClass = " zpeffect zphoverscale";
break;
default:
effectClass = "";
}
var showSlideshow = article.value("slideshow");
var albumId = article.value("album");
var images = project.getAlbumImages(albumId);
var thumbnailWidth = article.value("width");
var thumbnailHeight = article.value("height");
var titlePosition = article.value("titleposition");
var thumbTitlePosition = article.value("thumbtitleposition", "off");
var imageMargin = parseInt(article.value("margin", "0"));
// figure out if images have a border set in layout-settings and compensate for it, if the article doesn't have a custom class "noborder" set
var imageBorder = 0;
var tmpArticleCssClass = " " + article.cssClass;
if ( tmpArticleCssClass.indexOf("noborder") == -1 && "" != "0" && "" != "" ) {
imageBorder = parseInt("");
}
var generateThumbs = true;
if ( titlePosition !== "off" ) {
var titleShow = "1";
}
else {
var titleShow = "0";
}
if ( "de" == "en" ) {
var lang = "en";
}
else {
var lang = "de";
}
var backgroundImage = backgroundWidth = backgroundHeight = backgroundLeft = backgroundTop = "";
if ( showSlideshow && article.valueRaw("slideshowtemplate") !== "none" ) {
backgroundImage = article.value("slideshowtemplate", "");
if ( backgroundImage.indexOf("/laptop.png") > -1 ) {
backgroundImage = "assets/js/img/laptop.png";
var backgroundWidth = "801";
var backgroundHeight = "469";
var backgroundLeft= "104";
var backgroundTop = "31";
thumbnailWidth = "590";
thumbnailHeight = "369";
}
else if ( backgroundImage.indexOf("/laptop_klein.png") > -1 ) {
backgroundImage = "assets/js/img/laptop_klein.png";
var backgroundWidth = "458";
var backgroundHeight = "268";
var backgroundLeft= "59";
var backgroundTop = "18";
thumbnailWidth = "338";
thumbnailHeight = "211";
}
else if ( backgroundImage.indexOf("/rahmen.png") > -1 ) {
backgroundImage = "assets/js/img/rahmen.png";
var backgroundWidth = "758";
var backgroundHeight = "469";
var backgroundLeft= "55";
var backgroundTop = "57";
thumbnailWidth = "648";
thumbnailHeight = "356";
}
else if ( backgroundImage.indexOf("/rahmen_klein.png") > -1 ) {
backgroundImage = "assets/js/img/rahmen_klein.png";
var backgroundWidth = "458";
var backgroundHeight = "283";
var backgroundLeft= "33";
var backgroundTop = "34";
thumbnailWidth = "392";
thumbnailHeight = "214";
}
}
else if ( showSlideshow && article.valueRaw("slideshowtemplate") == "none" ) {
thumbnailWidth = columnWidth;
//generateThumbs = false;
}
if ( system.preview ){
//system.log(images.count == 1 ? (" 1 Bild...") : (" " + images.count + " Bilder..."));
}
var gridFactor = 12 / gridCols;
var maxcols = Math.ceil((contentImageWidth / (thumbnailWidth+imageMargin)) / gridFactor);
var onecolumnbreakpoint = 479;
var maxmobilecols = Math.ceil(onecolumnbreakpoint / thumbnailWidth);
var mobilecontainerwidth = 100 / maxmobilecols;
var headstyle = "/* test */";
headstyle += "\
#igal" + article.id + ":not(.zpSlideshow){\n\
margin-left: -" + imageMargin/2 + "px !important;\n\
margin-right: -" + imageMargin/2 + "px !important;\n\
}\n\
/* below is to accomodates for IE rounding errors which caused the cols not to fit into the row */\n\
.ie #igal" + article.id + ":not(.zpSlideshow) div.gallery-item{\n\
width: calc((100% / "+ maxcols +") - " + parseInt(imageMargin/2)*2 + ".1px) !important;\n\
margin: " + parseInt(imageMargin/2) + "px !important;\n\
}\n\
\n\
#igal" + article.id + ":not(.zpSlideshow) div.gallery-item,\n\
#igal" + article.id + ":not(.zpSlideshow) > a,\n\
#igal" + article.id + ":not(.zpSlideshow) .slide > a{\n\
display: block;\n\
float: left;\n\
width: calc((100% / "+ maxcols +") - " + imageMargin + "px);\n\
max-width: "+ thumbnailWidth +"px;\n\
height: auto;\n\
margin: " + imageMargin / 2 + "px;\n\
}\n\
#igal" + article.id +" > a > img{\n\
max-width: 100%;\n\
display: block;\n\
}\n\
";
for ( var i = 1; i < maxcols - 1; i++){
var breakpoint = contentImageWidth - (i * thumbnailWidth);
if ( breakpoint <= onecolumnbreakpoint ){
// if we reach the point, where the ZP Grid will display rows in 1-column, we break and need to use a different logic (see next for-loop)
break;
}
var containerwidth = 100 / ( maxcols - i);
headstyle += "\n\
@media screen and (max-width: " + breakpoint +"px) {\n\
#igal" + article.id + ":not(.zpSlideshow) div.gallery-item{\n\
width: calc(" + containerwidth + "% - " + imageMargin + "px);\n\
}\n\
}\n\
";
}
// mobile display 2+-column-rows.
for ( var i = 1; i < maxmobilecols; i++){
headstyle += "\n\
@media screen and (max-width: " + onecolumnbreakpoint +"px) {\n\
#igal" + article.id + ":not(.zpSlideshow) div.gallery-item{\n\
width: calc(" + mobilecontainerwidth + "% - " + imageMargin + "px);\n\
}\n\
}\n\
";
onecolumnbreakpoint = ( maxmobilecols -i ) * thumbnailWidth;
mobilecontainerwidth = 100 / ( maxmobilecols -i );
}
// mobile display 1-column-row.
headstyle += "\n\
@media screen and (max-width: " + (thumbnailWidth+imageMargin) +"px) {\n\
#igal" + article.id + ":not(.zpSlideshow) div.gallery-item{\n\
width: calc(100% - " + imageMargin + "px);\n\
}\n\
}\n\
";
headstyle += "";
system.addHtmlHeadElement(headstyle);
// polyfill for JSON.stringify()
// https://gist.github.com/uupaa/5562297
function _toJSONEscapedString(str) { // @arg String:
// @ret String:
// @inner: to JSON escaped string
if (typeof(str)==='undefined') str = "";
if ( str == ""){
return "";
}
else{
var JSON_ESCAPE = {
'\b': '\\b', // backspace U+0008
'\t': '\\t', // tab U+0009
'\n': '\\n', // line feed U+000A
'\f': '\\f', // form feed U+000C
'\r': '\\r', // carriage return U+000D
'"': '\\"', // quotation mark U+0022
'\\': '\\\\' // reverse solidus U+005C
};
return str.replace(/(?:[\b\t\n\f\r\"]|\\)/g, function(_) { return JSON_ESCAPE[_]; }).replace(/(?:[\x00-\x1f])/g, function(_) { return "\\u00" + ("0" + _.charCodeAt(0).toString(16)).slice(-2); });
}
}
context.write("\r\n\r\n");
// normales Bilderalbum mit thumbnails, ohne ContentCopy
if ( !showSlideshow ) {
// only activate paging via json-data when more than one page of images to show exists
if ( imagesPerPage > 0 && images.count > imagesPerPage ){
isPaging = true;
}
context.write("\r\n\r\n\t");
context.write( system.partial("article-begin.html") );
context.write("\r\n\t\t");
context.write( system.partial("article-headline.html") );
context.write("\r\n\t\t\r\n\t\t