summaryrefslogtreecommitdiff
path: root/patches/show-entire-bug-text.diff
diff options
context:
space:
mode:
Diffstat (limited to 'patches/show-entire-bug-text.diff')
-rw-r--r--patches/show-entire-bug-text.diff12
1 files changed, 0 insertions, 12 deletions
diff --git a/patches/show-entire-bug-text.diff b/patches/show-entire-bug-text.diff
deleted file mode 100644
index 6c4d559..0000000
--- a/patches/show-entire-bug-text.diff
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ur a/web/history.jsp b/web/history.jsp
---- a/web/history.jsp 2010-05-11 10:10:08.000000000 +0200
-+++ b/web/history.jsp 2011-02-17 16:37:54.000000000 +0100
-@@ -173,7 +173,7 @@
- %>&nbsp;</td><td><%
- String cout=Util.htmlize(entry.getMessage());
- if (bugPage != null && ! bugPage.equals("")){
-- cout=bugPattern.matcher(cout).replaceAll("<a href=\"" + bugPage + "$1\">$1</a>"); }
-+ cout=bugPattern.matcher(cout).replaceAll("<a href=\"" + bugPage + "$1\">$0</a>"); }
- if (reviewPage != null && ! reviewPage.equals("")) {
- cout=reviewPattern.matcher(cout).replaceAll("<a href=\"" + reviewPage + "$1\">$1</a>"); }
- %><%= cout %>