diff --git a/CMS-SC-Data/DS_Utility.Designer.cs b/CMS-SC-Data/DS_Utility.Designer.cs index f2c2354..0c30913 100644 --- a/CMS-SC-Data/DS_Utility.Designer.cs +++ b/CMS-SC-Data/DS_Utility.Designer.cs @@ -6995,7 +6995,7 @@ SELECT idxFile, FiltKey, DataMod, FileName, ContentType, Data, Size FROM tblFile [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] private void InitCommandCollection() { - this._commandCollection = new global::System.Data.SqlClient.SqlCommand[5]; + this._commandCollection = new global::System.Data.SqlClient.SqlCommand[6]; this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand(); this._commandCollection[0].Connection = this.Connection; this._commandCollection[0].CommandText = "SELECT *\r\nFROM dbo.tblFiles"; @@ -7008,29 +7008,35 @@ SELECT idxFile, FiltKey, DataMod, FileName, ContentType, Data, Size FROM tblFile this._commandCollection[1].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_idxFile", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._commandCollection[2] = new global::System.Data.SqlClient.SqlCommand(); this._commandCollection[2].Connection = this.Connection; - this._commandCollection[2].CommandText = "dbo.stp_file_getByKey"; + this._commandCollection[2].CommandText = "dbo.stp_file_getByFiltKey"; this._commandCollection[2].CommandType = global::System.Data.CommandType.StoredProcedure; this._commandCollection[2].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RETURN_VALUE", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.ReturnValue, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._commandCollection[2].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@idxFile", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._commandCollection[2].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@FiltKey", global::System.Data.SqlDbType.NVarChar, 500, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._commandCollection[3] = new global::System.Data.SqlClient.SqlCommand(); this._commandCollection[3].Connection = this.Connection; - this._commandCollection[3].CommandText = "dbo.stp_file_InsertQuery"; + this._commandCollection[3].CommandText = "dbo.stp_file_getByKey"; this._commandCollection[3].CommandType = global::System.Data.CommandType.StoredProcedure; this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RETURN_VALUE", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.ReturnValue, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@FileName", global::System.Data.SqlDbType.NVarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@FiltKey", global::System.Data.SqlDbType.NVarChar, 500, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ContentType", global::System.Data.SqlDbType.NVarChar, 250, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Data", global::System.Data.SqlDbType.VarBinary, 2147483647, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._commandCollection[3].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@idxFile", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._commandCollection[4] = new global::System.Data.SqlClient.SqlCommand(); this._commandCollection[4].Connection = this.Connection; - this._commandCollection[4].CommandText = "dbo.stp_file_UpdateQuery"; + this._commandCollection[4].CommandText = "dbo.stp_file_InsertQuery"; this._commandCollection[4].CommandType = global::System.Data.CommandType.StoredProcedure; this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RETURN_VALUE", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.ReturnValue, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@FileName", global::System.Data.SqlDbType.NVarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@FiltKey", global::System.Data.SqlDbType.NVarChar, 500, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ContentType", global::System.Data.SqlDbType.NVarChar, 250, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", "")); this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Data", global::System.Data.SqlDbType.VarBinary, 2147483647, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", "")); - this._commandCollection[4].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_idxFile", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._commandCollection[5] = new global::System.Data.SqlClient.SqlCommand(); + this._commandCollection[5].Connection = this.Connection; + this._commandCollection[5].CommandText = "dbo.stp_file_UpdateQuery"; + this._commandCollection[5].CommandType = global::System.Data.CommandType.StoredProcedure; + this._commandCollection[5].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@RETURN_VALUE", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.ReturnValue, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._commandCollection[5].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@FileName", global::System.Data.SqlDbType.NVarChar, 50, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._commandCollection[5].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@FiltKey", global::System.Data.SqlDbType.NVarChar, 500, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._commandCollection[5].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@ContentType", global::System.Data.SqlDbType.NVarChar, 250, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._commandCollection[5].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Data", global::System.Data.SqlDbType.VarBinary, 2147483647, global::System.Data.ParameterDirection.Input, 0, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", "")); + this._commandCollection[5].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@Original_idxFile", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 10, 0, null, global::System.Data.DataRowVersion.Current, false, null, "", "", "")); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -7061,8 +7067,25 @@ SELECT idxFile, FiltKey, DataMod, FileName, ContentType, Data, Size FROM tblFile [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, false)] - public virtual DS_Utility.tblFilesDataTable getByKey(global::System.Nullable idxFile) { + public virtual DS_Utility.tblFilesDataTable getByFiltKey(string FiltKey) { this.Adapter.SelectCommand = this.CommandCollection[2]; + if ((FiltKey == null)) { + this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value; + } + else { + this.Adapter.SelectCommand.Parameters[1].Value = ((string)(FiltKey)); + } + DS_Utility.tblFilesDataTable dataTable = new DS_Utility.tblFilesDataTable(); + this.Adapter.Fill(dataTable); + return dataTable; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] + [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] + [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, false)] + public virtual DS_Utility.tblFilesDataTable getByKey(global::System.Nullable idxFile) { + this.Adapter.SelectCommand = this.CommandCollection[3]; if ((idxFile.HasValue == true)) { this.Adapter.SelectCommand.Parameters[1].Value = ((int)(idxFile.Value)); } @@ -7079,7 +7102,7 @@ SELECT idxFile, FiltKey, DataMod, FileName, ContentType, Data, Size FROM tblFile [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Select, false)] public virtual DS_Utility.tblFilesDataTable insertQuery(string FileName, string FiltKey, string ContentType, byte[] Data) { - this.Adapter.SelectCommand = this.CommandCollection[3]; + this.Adapter.SelectCommand = this.CommandCollection[4]; if ((FileName == null)) { this.Adapter.SelectCommand.Parameters[1].Value = global::System.DBNull.Value; } @@ -7348,7 +7371,7 @@ SELECT idxFile, FiltKey, DataMod, FileName, ContentType, Data, Size FROM tblFile [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter")] public virtual int updateQuery(string FileName, string FiltKey, string ContentType, byte[] Data, global::System.Nullable Original_idxFile) { - global::System.Data.SqlClient.SqlCommand command = this.CommandCollection[4]; + global::System.Data.SqlClient.SqlCommand command = this.CommandCollection[5]; if ((FileName == null)) { command.Parameters[1].Value = global::System.DBNull.Value; } diff --git a/CMS-SC-Data/DS_Utility.xsd b/CMS-SC-Data/DS_Utility.xsd index fba241e..4e0d71c 100644 --- a/CMS-SC-Data/DS_Utility.xsd +++ b/CMS-SC-Data/DS_Utility.xsd @@ -467,6 +467,17 @@ SELECT idxFile, FiltKey, DataMod, FileName, ContentType, Data, Size FROM tblFile + + + + dbo.stp_file_getByFiltKey + + + + + + + @@ -492,7 +503,7 @@ SELECT idxFile, FiltKey, DataMod, FileName, ContentType, Data, Size FROM tblFile - + dbo.stp_file_UpdateQuery @@ -517,7 +528,7 @@ SELECT idxFile, FiltKey, DataMod, FileName, ContentType, Data, Size FROM tblFile - + @@ -537,7 +548,7 @@ SELECT idxFile, FiltKey, DataMod, FileName, ContentType, Data, Size FROM tblFile - + @@ -557,7 +568,7 @@ SELECT idxFile, FiltKey, DataMod, FileName, ContentType, Data, Size FROM tblFile - + @@ -577,7 +588,7 @@ SELECT idxFile, FiltKey, DataMod, FileName, ContentType, Data, Size FROM tblFile - + @@ -597,7 +608,7 @@ SELECT idxFile, FiltKey, DataMod, FileName, ContentType, Data, Size FROM tblFile - + @@ -618,7 +629,7 @@ SELECT idxFile, FiltKey, DataMod, FileName, ContentType, Data, Size FROM tblFile - + @@ -638,7 +649,7 @@ SELECT idxFile, FiltKey, DataMod, FileName, ContentType, Data, Size FROM tblFile - + @@ -673,7 +684,7 @@ SELECT idxFile, FiltKey, DataMod, FileName, ContentType, Data, Size FROM tblFile - + @@ -693,7 +704,7 @@ SELECT idxFile, FiltKey, DataMod, FileName, ContentType, Data, Size FROM tblFile - + @@ -720,7 +731,7 @@ SELECT idxFile, FiltKey, DataMod, FileName, ContentType, Data, Size FROM tblFile - + diff --git a/CMS-SC-Data/DS_Utility.xss b/CMS-SC-Data/DS_Utility.xss index d52306b..6ec524c 100644 --- a/CMS-SC-Data/DS_Utility.xss +++ b/CMS-SC-Data/DS_Utility.xss @@ -15,7 +15,7 @@ - + \ No newline at end of file diff --git a/CMS-SC-Data/bin/Debug/CMS-SC-Data.dll b/CMS-SC-Data/bin/Debug/CMS-SC-Data.dll index befd5fd..8d76ef7 100644 Binary files a/CMS-SC-Data/bin/Debug/CMS-SC-Data.dll and b/CMS-SC-Data/bin/Debug/CMS-SC-Data.dll differ diff --git a/CMS-SC-Data/bin/Debug/SteamWare.dll b/CMS-SC-Data/bin/Debug/SteamWare.dll index 42fb307..f47778f 100644 Binary files a/CMS-SC-Data/bin/Debug/SteamWare.dll and b/CMS-SC-Data/bin/Debug/SteamWare.dll differ diff --git a/CMS-SC-Data/bin/Debug/SteamWare.xml b/CMS-SC-Data/bin/Debug/SteamWare.xml index 4157f50..192d270 100644 --- a/CMS-SC-Data/bin/Debug/SteamWare.xml +++ b/CMS-SC-Data/bin/Debug/SteamWare.xml @@ -1534,6 +1534,16 @@ + + + imposta la lingua utente dal valore della riga DB + + + + + oggetto lingua utente con metodi get/set + + pagina correntemente visualizzata (URL in sessione) diff --git a/CMS-SC-Data/bin/Release/CMS-SC-Data.dll b/CMS-SC-Data/bin/Release/CMS-SC-Data.dll index b628d6b..86228cc 100644 Binary files a/CMS-SC-Data/bin/Release/CMS-SC-Data.dll and b/CMS-SC-Data/bin/Release/CMS-SC-Data.dll differ diff --git a/CMS-SC-Data/bin/Release/SteamWare.dll b/CMS-SC-Data/bin/Release/SteamWare.dll index ebfe80c..8ccabfc 100644 Binary files a/CMS-SC-Data/bin/Release/SteamWare.dll and b/CMS-SC-Data/bin/Release/SteamWare.dll differ diff --git a/CMS-SC-Data/obj/Debug/CMS-SC-Data.dll b/CMS-SC-Data/obj/Debug/CMS-SC-Data.dll index befd5fd..8d76ef7 100644 Binary files a/CMS-SC-Data/obj/Debug/CMS-SC-Data.dll and b/CMS-SC-Data/obj/Debug/CMS-SC-Data.dll differ diff --git a/CMS-SC-Data/obj/Debug/TempPE/DS_Applicazione.Designer.cs.dll b/CMS-SC-Data/obj/Debug/TempPE/DS_Applicazione.Designer.cs.dll index 308af97..ca57c77 100644 Binary files a/CMS-SC-Data/obj/Debug/TempPE/DS_Applicazione.Designer.cs.dll and b/CMS-SC-Data/obj/Debug/TempPE/DS_Applicazione.Designer.cs.dll differ diff --git a/CMS-SC-Data/obj/Debug/TempPE/DS_Utility.Designer.cs.dll b/CMS-SC-Data/obj/Debug/TempPE/DS_Utility.Designer.cs.dll index 8053d9f..ed9cab6 100644 Binary files a/CMS-SC-Data/obj/Debug/TempPE/DS_Utility.Designer.cs.dll and b/CMS-SC-Data/obj/Debug/TempPE/DS_Utility.Designer.cs.dll differ diff --git a/CMS-SC-Data/obj/Release/CMS-SC-Data.dll b/CMS-SC-Data/obj/Release/CMS-SC-Data.dll index b628d6b..86228cc 100644 Binary files a/CMS-SC-Data/obj/Release/CMS-SC-Data.dll and b/CMS-SC-Data/obj/Release/CMS-SC-Data.dll differ diff --git a/CMS-SC-Data/obj/Release/TempPE/DS_Applicazione.Designer.cs.dll b/CMS-SC-Data/obj/Release/TempPE/DS_Applicazione.Designer.cs.dll index 61776ca..240a923 100644 Binary files a/CMS-SC-Data/obj/Release/TempPE/DS_Applicazione.Designer.cs.dll and b/CMS-SC-Data/obj/Release/TempPE/DS_Applicazione.Designer.cs.dll differ diff --git a/CMS-SC-Data/obj/Release/TempPE/DS_Utility.Designer.cs.dll b/CMS-SC-Data/obj/Release/TempPE/DS_Utility.Designer.cs.dll index 8e9c3d0..632f893 100644 Binary files a/CMS-SC-Data/obj/Release/TempPE/DS_Utility.Designer.cs.dll and b/CMS-SC-Data/obj/Release/TempPE/DS_Utility.Designer.cs.dll differ diff --git a/CMS_SC/Properties/PublishProfiles/IIS02.pubxml b/CMS_SC/Properties/PublishProfiles/IIS02.pubxml index 5007119..e783fc4 100644 --- a/CMS_SC/Properties/PublishProfiles/IIS02.pubxml +++ b/CMS_SC/Properties/PublishProfiles/IIS02.pubxml @@ -21,16 +21,6 @@ by editing this MSBuild file. In order to learn more about this please visit htt <_SavePWD>True - - - - - - - - - - @@ -53,10 +43,10 @@ by editing this MSBuild file. In order to learn more about this please visit htt + False - - False - + + \ No newline at end of file diff --git a/CMS_SC/WebUserControls/mod_collaudi.ascx b/CMS_SC/WebUserControls/mod_collaudi.ascx index b268892..a1bfafd 100644 --- a/CMS_SC/WebUserControls/mod_collaudi.ascx +++ b/CMS_SC/WebUserControls/mod_collaudi.ascx @@ -1,6 +1,8 @@ <%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_collaudi.ascx.cs" Inherits="CMS_SC.WebUserControls.mod_collaudi" %> +<%@ Register Src="~/WebUserControls/mod_fileUpload.ascx" TagPrefix="uc1" TagName="mod_fileUpload" %> + - + @@ -21,9 +23,14 @@ - -
- +
+ +
+ +
+
+ +
@@ -49,10 +56,10 @@ - + - + diff --git a/CMS_SC/WebUserControls/mod_fileUpload.ascx b/CMS_SC/WebUserControls/mod_fileUpload.ascx index 3a6a205..200f75c 100644 --- a/CMS_SC/WebUserControls/mod_fileUpload.ascx +++ b/CMS_SC/WebUserControls/mod_fileUpload.ascx @@ -1,79 +1,72 @@ <%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_fileUpload.ascx.cs" Inherits="CMS_SC.WebUserControls.mod_fileUpload" %> -
- - -
- -
-
- +
+
+ +
-
- -
-
- - - - - - - - - - - - - - - - - - -
- - -
- - -
-
- -
- - -
- - -
-
- -
-
-
- - - - - - - - - - - - - - - - - - - - - - - +
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + <%: traduci("NoFileFound") %> + + + + + + + +
+ + + +
+
+ + +
+
+ +
+ + +
+ + +
+
+ +
+
+
+ + + + + + + + + + +
diff --git a/CMS_SC/WebUserControls/mod_fileUpload.ascx.cs b/CMS_SC/WebUserControls/mod_fileUpload.ascx.cs index 548cd00..ae7185d 100644 --- a/CMS_SC/WebUserControls/mod_fileUpload.ascx.cs +++ b/CMS_SC/WebUserControls/mod_fileUpload.ascx.cs @@ -27,15 +27,46 @@ namespace CMS_SC.WebUserControls /// protected void Page_Load(object sender, EventArgs e) { + fisVisFU(enableMod); if (!IsPostBack) { fisVisFU(false); grView.DataBind(); } - divNewEdit.Visible = isWriteEnabled; + divNewEdit.Visible = isWriteEnabled && enableMod; btnAdd.DataBind(); } - public string filtKey { get; set; } + /// + /// Chiave di filtraggio dati... + /// + public string filtKey + { + get + { + return hfFiltKey.Value; + } + set + { + hfFiltKey.Value = value; + } + } +#if false + /// + /// determina se sia in modalità read only = non permette upload/cancellazioni/... + /// + public bool readOnly + { + get + { + return Convert.ToBoolean(hfReadOnly.Value); + } + set + { + hfReadOnly.Value = value.ToString(); + } + } +#endif + protected void Upload(object sender, EventArgs e) { string filename = Path.GetFileName(FileUpload1.PostedFile.FileName); diff --git a/CMS_SC/WebUserControls/mod_fileUpload.ascx.designer.cs b/CMS_SC/WebUserControls/mod_fileUpload.ascx.designer.cs index b0e1665..9b42d40 100644 --- a/CMS_SC/WebUserControls/mod_fileUpload.ascx.designer.cs +++ b/CMS_SC/WebUserControls/mod_fileUpload.ascx.designer.cs @@ -75,6 +75,24 @@ namespace CMS_SC.WebUserControls { /// protected global::System.Web.UI.WebControls.GridView grView; + /// + /// hfFiltKey control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.HiddenField hfFiltKey; + + /// + /// hfReadOnly control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.HiddenField hfReadOnly; + /// /// odsFile control. /// diff --git a/CMS_SC/bin/CMS-SC-Data.dll b/CMS_SC/bin/CMS-SC-Data.dll index befd5fd..8d76ef7 100644 Binary files a/CMS_SC/bin/CMS-SC-Data.dll and b/CMS_SC/bin/CMS-SC-Data.dll differ diff --git a/CMS_SC/bin/CMS_SC.dll b/CMS_SC/bin/CMS_SC.dll index 3bd0e4d..bcff7eb 100644 Binary files a/CMS_SC/bin/CMS_SC.dll and b/CMS_SC/bin/CMS_SC.dll differ diff --git a/CMS_SC/bin/SteamWare.dll b/CMS_SC/bin/SteamWare.dll index 42fb307..f47778f 100644 Binary files a/CMS_SC/bin/SteamWare.dll and b/CMS_SC/bin/SteamWare.dll differ diff --git a/CMS_SC/bin/SteamWare.xml b/CMS_SC/bin/SteamWare.xml index 4157f50..192d270 100644 --- a/CMS_SC/bin/SteamWare.xml +++ b/CMS_SC/bin/SteamWare.xml @@ -1534,6 +1534,16 @@ + + + imposta la lingua utente dal valore della riga DB + + + + + oggetto lingua utente con metodi get/set + + pagina correntemente visualizzata (URL in sessione) diff --git a/CMS_SC/imagecache/Web.config b/CMS_SC/imagecache/Web.config index 4e64e5f..9d362da 100644 --- a/CMS_SC/imagecache/Web.config +++ b/CMS_SC/imagecache/Web.config @@ -1 +1,8 @@ - \ No newline at end of file + + + + + + + + \ No newline at end of file diff --git a/VersGen/CMS_SC.cs b/VersGen/CMS_SC.cs index e48104a..2c200da 100644 --- a/VersGen/CMS_SC.cs +++ b/VersGen/CMS_SC.cs @@ -5,7 +5,7 @@ using System.Reflection; -[assembly: AssemblyVersion("1.8.071.349")] -[assembly: AssemblyFileVersion("1.8.071.349")] +[assembly: AssemblyVersion("1.8.073.349")] +[assembly: AssemblyFileVersion("1.8.073.349")] [assembly: AssemblyCopyright("Steamware © 2009-2015")] [assembly: AssemblyCompany("Steamware")] diff --git a/VersGen/CMS_SC.tt b/VersGen/CMS_SC.tt index ba243c6..9648d0d 100644 --- a/VersGen/CMS_SC.tt +++ b/VersGen/CMS_SC.tt @@ -6,8 +6,8 @@ using System.Reflection; -[assembly: AssemblyVersion("1.8.071.<#= this.RevisionNumber #>")] -[assembly: AssemblyFileVersion("1.8.071.<#= this.RevisionNumber #>")] +[assembly: AssemblyVersion("1.8.073.<#= this.RevisionNumber #>")] +[assembly: AssemblyFileVersion("1.8.073.<#= this.RevisionNumber #>")] [assembly: AssemblyCopyright("Steamware © 2009-<#= DateTime.Now.Year #>")] [assembly: AssemblyCompany("Steamware")] <#+ diff --git a/VersGen/bin/Debug/VersGen.dll b/VersGen/bin/Debug/VersGen.dll index 53bb530..1942300 100644 Binary files a/VersGen/bin/Debug/VersGen.dll and b/VersGen/bin/Debug/VersGen.dll differ