Fixed regression introduced with r2917.
This commit is contained in:
parent
2ee07076ec
commit
6fbc815530
14 changed files with 9 additions and 27 deletions
|
@ -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")]
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
|
||||
<html dir="<%# ScrewTurn.Wiki.Settings.Direction %>" xmlns="http://www.w3.org/1999/xhtml" >
|
||||
<html dir="<%= ScrewTurn.Wiki.Settings.Direction %>" xmlns="http://www.w3.org/1999/xhtml" >
|
||||
<head runat="server">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<title>Administration</title>
|
||||
|
|
|
@ -30,9 +30,6 @@ namespace ScrewTurn.Wiki {
|
|||
SetupButtons();
|
||||
|
||||
SetupButtonsVisibility();
|
||||
|
||||
// This applies text direction
|
||||
DataBind();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
|
||||
<html dir="<%# ScrewTurn.Wiki.Settings.Direction %>" xmlns="http://www.w3.org/1999/xhtml">
|
||||
<html dir="<%= ScrewTurn.Wiki.Settings.Direction %>" xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head runat="server">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=8" />
|
||||
|
|
|
@ -35,9 +35,6 @@ namespace ScrewTurn.Wiki {
|
|||
PrintSidebar();
|
||||
PrintFooter();
|
||||
PrintPageHeaderAndFooter();
|
||||
|
||||
// This applies text direction
|
||||
DataBind();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
|
||||
<html dir="<%# ScrewTurn.Wiki.Settings.Direction %>" xmlns="http://www.w3.org/1999/xhtml">
|
||||
<html dir="<%= ScrewTurn.Wiki.Settings.Direction %>" xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head runat="server">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=8" />
|
||||
|
|
|
@ -37,9 +37,6 @@ namespace ScrewTurn.Wiki {
|
|||
PrintHtmlHead();
|
||||
PrintHeader();
|
||||
PrintFooter();
|
||||
|
||||
// This applies text direction
|
||||
DataBind();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
|
||||
<html dir="<%# ScrewTurn.Wiki.Settings.Direction %>" xmlns="http://www.w3.org/1999/xhtml" >
|
||||
<html dir="<%= ScrewTurn.Wiki.Settings.Direction %>" xmlns="http://www.w3.org/1999/xhtml" >
|
||||
<head runat="server">
|
||||
<title runat="server">ScrewTurn Wiki</title>
|
||||
<link rel="stylesheet" type="text/css" href="Themes/Editor.css" />
|
||||
|
|
|
@ -70,9 +70,6 @@ namespace ScrewTurn.Wiki {
|
|||
chkImageAttachments.Visible = currentPage != null;
|
||||
|
||||
SetupFeature();
|
||||
|
||||
// This applies text direction
|
||||
DataBind();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
|
||||
<html dir="<%# ScrewTurn.Wiki.Settings.Direction %>" xmlns="http://www.w3.org/1999/xhtml" >
|
||||
<html dir="<%= ScrewTurn.Wiki.Settings.Direction %>" xmlns="http://www.w3.org/1999/xhtml" >
|
||||
<head runat="server">
|
||||
<title runat="server">ScrewTurn Wiki</title>
|
||||
<link rel="stylesheet" type="text/css" href="Themes/Editor.css" />
|
||||
|
|
|
@ -71,9 +71,6 @@ namespace ScrewTurn.Wiki {
|
|||
chkImageAttachments.Visible = currentPage != null;
|
||||
|
||||
SetupFeature();
|
||||
|
||||
// This applies text direction
|
||||
DataBind();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
|
||||
<html dir="<%# ScrewTurn.Wiki.Settings.Direction %>" xmlns="http://www.w3.org/1999/xhtml" >
|
||||
<html dir="<%= ScrewTurn.Wiki.Settings.Direction %>" xmlns="http://www.w3.org/1999/xhtml" >
|
||||
<head runat="server">
|
||||
<title runat="server">Print</title>
|
||||
<link rel="stylesheet" type="text/css" href="Themes/Print.css" />
|
||||
|
|
|
@ -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();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
2
WebApplication/Print.aspx.designer.cs
generated
2
WebApplication/Print.aspx.designer.cs
generated
|
@ -1,7 +1,7 @@
|
|||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue