This commit was manufactured by cvs2svn to create tag
'epfwiki_r1_5_20081021_0316'.
diff --git a/resources/coverage.zip b/resources/coverage.zip
deleted file mode 100644
index 644d243..0000000
--- a/resources/coverage.zip
+++ /dev/null
Binary files differ
diff --git a/source/app/controllers/rss_controller.rb b/source/app/controllers/rss_controller.rb
index fe17e59..f7e416e 100644
--- a/source/app/controllers/rss_controller.rb
+++ b/source/app/controllers/rss_controller.rb
@@ -68,7 +68,6 @@
render :action => 'error', :status => 404
end
end
- end
-
+ end
end
diff --git a/source/app/views/rss/error.rhtml b/source/app/views/rss/error.rhtml
index 01f64a0..7b84c51 100644
--- a/source/app/views/rss/error.rhtml
+++ b/source/app/views/rss/error.rhtml
@@ -14,12 +14,12 @@
# {Copyright (c) 2008 IBM}[link:files/COPYRIGHT.html]
-->
-<% @heading = "Feed Error" %>
-<% @overview = "Element is not available in this Wiki. Please request another feed." %>
+<% @heading = "Application Error" %>
+<% @overview = "An application error occurred while processing your request. " %>
<head>
- <h1>Feed Error</h1>
+ <h1>Application Error</h1>
</head>
<body>
<div class="sectionHeading">
@@ -29,7 +29,7 @@
<table cellpadding="0" cellspacing="0" border="0" class="sectionTable">
<tr valign="top">
<td scope="row" class="sectionTableCell">
- <p>Element is not available in this Wiki. Please request another feed.</p>
+ <p>An application error occurred while processing your request.</p>
</td>
</tr>
</table>
diff --git a/source/app/views/rss/practice_feed.rxml b/source/app/views/rss/practice_feed.rxml
index 7fa5d0e..9f0ba51 100644
--- a/source/app/views/rss/practice_feed.rxml
+++ b/source/app/views/rss/practice_feed.rxml
@@ -13,7 +13,6 @@
# {Copyright (c) 2008 IBM}[link:files/COPYRIGHT.html]
record = (@practice)
-imageSrc = ""
xml.instruct!
#xml.rss "version" => "2.0", "xmlns:dc" => "http://purl.org/dc/elements/1.1/" do
diff --git a/source/public/pages/view/.htaccess b/source/public/pages/view/.htaccess
deleted file mode 100644
index 91091a7..0000000
--- a/source/public/pages/view/.htaccess
+++ /dev/null
@@ -1 +0,0 @@
-ForceType text/javascript;charset=utf-8
\ No newline at end of file