@@ -44,9 +45,9 @@
| MetaBlogApi / Content Channels |
- <link rel="EditURI" type="application/rsd+xml" href="http://<%=Request.ServerVariables["SERVER_NAME"] %><%= umbraco.IO.IOHelper.ResolveUrl(umbraco.IO.SystemDirectories.Umbraco)%>/channels/rsd.aspx" />
+ <link rel="EditURI" type="application/rsd+xml" href="http://<%=Request.ServerVariables["SERVER_NAME"] %><%= IOHelper.ResolveUrl(SystemDirectories.Umbraco)%>/channels/rsd.aspx" />
- <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://<%=Request.ServerVariables["SERVER_NAME"] %><%= umbraco.IO.IOHelper.ResolveUrl(umbraco.IO.SystemDirectories.Umbraco)%>/channels/wlwmanifest.aspx" />
+ <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://<%=Request.ServerVariables["SERVER_NAME"] %><%= IOHelper.ResolveUrl(SystemDirectories.Umbraco)%>/channels/wlwmanifest.aspx" />
Insert the above two elements to the head element to gain optimal support for
diff --git a/src/Umbraco.Web/Umbraco.Web.csproj b/src/Umbraco.Web/Umbraco.Web.csproj
index 46acd7198f..c16128ce48 100644
--- a/src/Umbraco.Web/Umbraco.Web.csproj
+++ b/src/Umbraco.Web/Umbraco.Web.csproj
@@ -342,6 +342,12 @@
+
+ ASPXCodeBehind
+
+
+ ASPXCodeBehind
+
ASPXCodeBehind
@@ -642,21 +648,7 @@
-
- ASPXCodeBehind
- rsd.aspx
-
-
- rsd.aspx
-
-
- ASPXCodeBehind
- wlwmanifest.aspx
-
-
- wlwmanifest.aspx
-
@@ -1892,8 +1884,6 @@
-
-
@@ -2049,7 +2039,9 @@
ASPXCodeBehind
-
+
+ ASPXCodeBehind
+
ASPXCodeBehind
diff --git a/src/Umbraco.Web/umbraco.presentation/umbraco/channels/rsd.aspx b/src/Umbraco.Web/umbraco.presentation/umbraco/channels/rsd.aspx
deleted file mode 100644
index 20ec1882e8..0000000000
--- a/src/Umbraco.Web/umbraco.presentation/umbraco/channels/rsd.aspx
+++ /dev/null
@@ -1,11 +0,0 @@
-<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="rsd.aspx.cs" Inherits="umbraco.presentation.umbraco.channels.rsd" %>
-
- umbraco
- http://umbraco.org/
- http://<%=Request.ServerVariables["SERVER_NAME"]%>
-
- <%=umbraco.IO.IOHelper.ResolveUrl(umbraco.IO.SystemDirectories.Umbraco) %>/channels.aspx" />
- <%=umbraco.IO.IOHelper.ResolveUrl(umbraco.IO.SystemDirectories.Umbraco) %>/channels.aspx" />
-
-
-
diff --git a/src/Umbraco.Web/umbraco.presentation/umbraco/channels/rsd.aspx.cs b/src/Umbraco.Web/umbraco.presentation/umbraco/channels/rsd.aspx.cs
index 59ab1ad046..7686a48738 100644
--- a/src/Umbraco.Web/umbraco.presentation/umbraco/channels/rsd.aspx.cs
+++ b/src/Umbraco.Web/umbraco.presentation/umbraco/channels/rsd.aspx.cs
@@ -1,4 +1,4 @@
-using System;
+using System;
using System.Data;
using System.Configuration;
using System.Collections;
@@ -11,6 +11,7 @@ using System.Web.UI.HtmlControls;
namespace umbraco.presentation.umbraco.channels
{
+ [Obsolete("This class is no longer used and will be removed from the codebase in future versions")]
public partial class rsd : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
diff --git a/src/Umbraco.Web/umbraco.presentation/umbraco/channels/rsd.aspx.designer.cs b/src/Umbraco.Web/umbraco.presentation/umbraco/channels/rsd.aspx.designer.cs
deleted file mode 100644
index 857c10d11a..0000000000
--- a/src/Umbraco.Web/umbraco.presentation/umbraco/channels/rsd.aspx.designer.cs
+++ /dev/null
@@ -1,15 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-namespace umbraco.presentation.umbraco.channels {
-
-
- public partial class rsd {
- }
-}
diff --git a/src/Umbraco.Web/umbraco.presentation/umbraco/channels/wlwmanifest.aspx b/src/Umbraco.Web/umbraco.presentation/umbraco/channels/wlwmanifest.aspx
deleted file mode 100644
index c14d5fa55d..0000000000
--- a/src/Umbraco.Web/umbraco.presentation/umbraco/channels/wlwmanifest.aspx
+++ /dev/null
@@ -1,28 +0,0 @@
-<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="wlwmanifest.aspx.cs" Inherits="umbraco.presentation.channels.wlwmanifest" %>
-
- http://umbraco.org/images/liveWriterIcon.png
- http://umbraco.org/images/liveWriterWatermark.png
- View your site/weblog
- Edit your site/weblog
- {blog-homepage-url}<%= umbraco.IO.IOHelper.ResolveUrl(umbraco.IO.SystemDirectories.Umbraco) %>/
- {blog-homepage-url}<%= umbraco.IO.IOHelper.ResolveUrl(umbraco.IO.SystemDirectories.Umbraco)%>/actions/editContent.aspx?id={post-id}
-
-
-
- WebLayout
-
-
- Yes
- Yes
- Yes
- No
- 100
- Yes
- Yes
- No
- No
- No
- Yes
- Yes
-
-
\ No newline at end of file
diff --git a/src/Umbraco.Web/umbraco.presentation/umbraco/channels/wlwmanifest.aspx.cs b/src/Umbraco.Web/umbraco.presentation/umbraco/channels/wlwmanifest.aspx.cs
index f71178bceb..51b7b38335 100644
--- a/src/Umbraco.Web/umbraco.presentation/umbraco/channels/wlwmanifest.aspx.cs
+++ b/src/Umbraco.Web/umbraco.presentation/umbraco/channels/wlwmanifest.aspx.cs
@@ -1,4 +1,4 @@
-using System;
+using System;
using System.Data;
using System.Configuration;
using System.Collections;
@@ -11,16 +11,29 @@ using System.Web.UI.HtmlControls;
namespace umbraco.presentation.channels
{
+ [Obsolete("This class is no longer used and will be removed from the codebase in future versions")]
public partial class wlwmanifest : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
bool useXhtml = false;
- if (bool.TryParse(GlobalSettings.EditXhtmlMode, out useXhtml) && !useXhtml) {
+ if (bool.TryParse(GlobalSettings.EditXhtmlMode, out useXhtml) && !useXhtml)
+ {
xhtml.Text = "no";
- } else {
+ }
+ else
+ {
xhtml.Text = "yes";
}
}
+
+ ///
+ /// xhtml control.
+ ///
+ ///
+ /// Auto-generated field.
+ /// To modify move field declaration from designer file to code-behind file.
+ ///
+ protected global::System.Web.UI.WebControls.Literal xhtml;
}
}
diff --git a/src/Umbraco.Web/umbraco.presentation/umbraco/channels/wlwmanifest.aspx.designer.cs b/src/Umbraco.Web/umbraco.presentation/umbraco/channels/wlwmanifest.aspx.designer.cs
deleted file mode 100644
index d14ea3a40c..0000000000
--- a/src/Umbraco.Web/umbraco.presentation/umbraco/channels/wlwmanifest.aspx.designer.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-namespace umbraco.presentation.channels {
-
-
- public partial class wlwmanifest {
-
- ///
- /// xhtml control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::System.Web.UI.WebControls.Literal xhtml;
- }
-}
|
|---|