diff --git a/Jenkinsfile b/Jenkinsfile index 8b2e78e3..0d6c8196 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,7 +17,7 @@ pipeline { /* calcolo numero versione... diverso x branch MASTER/DEVELOP */ script { - withEnv(['NEXT_BUILD_NUMBER=675']) { + withEnv(['NEXT_BUILD_NUMBER=676']) { // env.versionNumber = VersionNumber(versionNumberString : '4.9.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true) env.versionNumber = VersionNumber(versionNumberString : '4.9.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}') env.APP_NAME = 'MAPO' diff --git a/MP-Tablet/About.aspx b/MP-Tablet/About.aspx index ee2e382f..a2b04b10 100644 --- a/MP-Tablet/About.aspx +++ b/MP-Tablet/About.aspx @@ -3,20 +3,19 @@

SteamWare's stats page

-
-
-
+

-
+
Module
<%--3 days ago--%> @@ -24,7 +23,7 @@

<%: SteamWare.memLayer.ML.confReadString("CodModulo") %>

<%--Altro.--%>
-
+
.net framework
<%--3 days ago--%> @@ -32,7 +31,7 @@

<%: runtimeImg %>

<%--Donec id elit non mi porta.--%>
-
+
Main Assembly
<%--3 days ago--%> @@ -46,32 +45,32 @@
-
-
+

-
+
Server Stats
<%--3 days ago--%>

-

<%: ServerStats %>
+
<%: ServerStats %>

<%--Donec id elit non mi porta.--%>
-
+
IIS Stats
<%--3 days ago--%>

-

<%: IISStats %>
+
<%: IISStats %>

<%--Donec id elit non mi porta.--%>
@@ -81,22 +80,22 @@
-
-
+

-
+
Redis Servers Data
<%--3 days ago--%>

-

<%: redisServersData %>
+
<%: redisServersData %>

<%--Donec id elit non mi porta.--%>
@@ -106,22 +105,22 @@
-
-
+

-
+
Browser size data
<%--3 days ago--%>

-

<%: paretoBrowserSize %>
+
<%: paretoBrowserSize %>

<%--Donec id elit non mi porta.--%>
@@ -131,22 +130,22 @@
-
-
+

-
+
Elenco librerie
<%: numLibraries %>

-

<%: librariesVers %>
+
<%: librariesVers %>

<%--Altro.--%>
@@ -156,16 +155,16 @@
-
-
+

-

+

diff --git a/MP-Tablet/windowSize.ashx.cs b/MP-Tablet/windowSize.ashx.cs index 520acd49..2521211c 100644 --- a/MP-Tablet/windowSize.ashx.cs +++ b/MP-Tablet/windowSize.ashx.cs @@ -27,7 +27,7 @@ namespace MoonProTablet context.Session["BrowserWidth"] = context.Request.QueryString["Width"]; context.Session["BrowserHeight"] = context.Request.QueryString["Height"]; // salva in REDIS come conteggio INCREMENTALE... - if (memLayer.ML.CRB("SC_RedEnab")) + if (memLayer.ML.CRB("RedEnab")) { string memName = string.Format("COUNT:wh:{0}x{1}", context.Request.QueryString["Width"], context.Request.QueryString["Height"]); // conto +1 x la size nel contatore REDIS