Fixed regression introduced with r2917.

This commit is contained in:
Dario Solera 2010-06-22 15:14:17 +00:00
parent 2ee07076ec
commit 6fbc815530
14 changed files with 9 additions and 27 deletions

View file

@ -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")]

View file

@ -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>

View file

@ -30,9 +30,6 @@ namespace ScrewTurn.Wiki {
SetupButtons();
SetupButtonsVisibility();
// This applies text direction
DataBind();
}
/// <summary>

View file

@ -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" />

View file

@ -35,9 +35,6 @@ namespace ScrewTurn.Wiki {
PrintSidebar();
PrintFooter();
PrintPageHeaderAndFooter();
// This applies text direction
DataBind();
}
/// <summary>

View file

@ -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" />

View file

@ -37,9 +37,6 @@ namespace ScrewTurn.Wiki {
PrintHtmlHead();
PrintHeader();
PrintFooter();
// This applies text direction
DataBind();
}
/// <summary>

View file

@ -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" />

View file

@ -70,9 +70,6 @@ namespace ScrewTurn.Wiki {
chkImageAttachments.Visible = currentPage != null;
SetupFeature();
// This applies text direction
DataBind();
}
}

View file

@ -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" />

View file

@ -71,9 +71,6 @@ namespace ScrewTurn.Wiki {
chkImageAttachments.Visible = currentPage != null;
SetupFeature();
// This applies text direction
DataBind();
}
}

View file

@ -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" />

View file

@ -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>

View file

@ -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.