diff --git a/AssemblyVersion.cs b/AssemblyVersion.cs index f0f7631..1da3ffb 100644 --- a/AssemblyVersion.cs +++ b/AssemblyVersion.cs @@ -16,5 +16,5 @@ using System.Reflection; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("3.0.2.544")] -[assembly: AssemblyFileVersion("3.0.2.544")] +[assembly: AssemblyVersion("3.0.2.545")] +[assembly: AssemblyFileVersion("3.0.2.545")] diff --git a/WebApplication/Admin.master b/WebApplication/Admin.master index ee41e88..72fa1c7 100644 --- a/WebApplication/Admin.master +++ b/WebApplication/Admin.master @@ -2,7 +2,7 @@ - + Administration diff --git a/WebApplication/Admin.master.cs b/WebApplication/Admin.master.cs index 8d36caf..f204f41 100644 --- a/WebApplication/Admin.master.cs +++ b/WebApplication/Admin.master.cs @@ -30,9 +30,6 @@ namespace ScrewTurn.Wiki { SetupButtons(); SetupButtonsVisibility(); - - // This applies text direction - DataBind(); } /// diff --git a/WebApplication/MasterPage.master b/WebApplication/MasterPage.master index 90d4c0c..502eba4 100644 --- a/WebApplication/MasterPage.master +++ b/WebApplication/MasterPage.master @@ -2,7 +2,7 @@ - + diff --git a/WebApplication/MasterPage.master.cs b/WebApplication/MasterPage.master.cs index 15bb8b7..7cb7154 100644 --- a/WebApplication/MasterPage.master.cs +++ b/WebApplication/MasterPage.master.cs @@ -35,9 +35,6 @@ namespace ScrewTurn.Wiki { PrintSidebar(); PrintFooter(); PrintPageHeaderAndFooter(); - - // This applies text direction - DataBind(); } /// diff --git a/WebApplication/MasterPageSA.Master b/WebApplication/MasterPageSA.Master index 7e97b2e..0f8e5d8 100644 --- a/WebApplication/MasterPageSA.Master +++ b/WebApplication/MasterPageSA.Master @@ -2,7 +2,7 @@ - + diff --git a/WebApplication/MasterPageSA.Master.cs b/WebApplication/MasterPageSA.Master.cs index b3c97b1..2abf0f9 100644 --- a/WebApplication/MasterPageSA.Master.cs +++ b/WebApplication/MasterPageSA.Master.cs @@ -37,9 +37,6 @@ namespace ScrewTurn.Wiki { PrintHtmlHead(); PrintHeader(); PrintFooter(); - - // This applies text direction - DataBind(); } /// diff --git a/WebApplication/Popup.aspx b/WebApplication/Popup.aspx index 8d46d99..c187ad9 100644 --- a/WebApplication/Popup.aspx +++ b/WebApplication/Popup.aspx @@ -5,7 +5,7 @@ - + ScrewTurn Wiki diff --git a/WebApplication/Popup.aspx.cs b/WebApplication/Popup.aspx.cs index cac53e2..85ffa33 100644 --- a/WebApplication/Popup.aspx.cs +++ b/WebApplication/Popup.aspx.cs @@ -70,9 +70,6 @@ namespace ScrewTurn.Wiki { chkImageAttachments.Visible = currentPage != null; SetupFeature(); - - // This applies text direction - DataBind(); } } diff --git a/WebApplication/PopupWYSIWYG.aspx b/WebApplication/PopupWYSIWYG.aspx index 1028e28..9747857 100644 --- a/WebApplication/PopupWYSIWYG.aspx +++ b/WebApplication/PopupWYSIWYG.aspx @@ -5,7 +5,7 @@ - + ScrewTurn Wiki diff --git a/WebApplication/PopupWYSIWYG.aspx.cs b/WebApplication/PopupWYSIWYG.aspx.cs index 24e7497..09210b9 100644 --- a/WebApplication/PopupWYSIWYG.aspx.cs +++ b/WebApplication/PopupWYSIWYG.aspx.cs @@ -71,9 +71,6 @@ namespace ScrewTurn.Wiki { chkImageAttachments.Visible = currentPage != null; SetupFeature(); - - // This applies text direction - DataBind(); } } diff --git a/WebApplication/Print.aspx b/WebApplication/Print.aspx index ea7ebed..740f2ee 100644 --- a/WebApplication/Print.aspx +++ b/WebApplication/Print.aspx @@ -2,7 +2,7 @@ - + Print diff --git a/WebApplication/Print.aspx.cs b/WebApplication/Print.aspx.cs index 8e6889b..c683898 100644 --- a/WebApplication/Print.aspx.cs +++ b/WebApplication/Print.aspx.cs @@ -42,9 +42,6 @@ namespace ScrewTurn.Wiki { Page.Title = FormattingPipeline.PrepareTitle(content.Title, false, FormattingContext.PageContent, page) + " - " + Settings.WikiTitle; PrintContent(); - - // This applies text direction - DataBind(); } /// diff --git a/WebApplication/Print.aspx.designer.cs b/WebApplication/Print.aspx.designer.cs index 8f616fc..f579288 100644 --- a/WebApplication/Print.aspx.designer.cs +++ b/WebApplication/Print.aspx.designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:2.0.50727.1434 +// Runtime Version:2.0.50727.4927 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated.