[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] fix up web reference to the list search pages

From: Jack Repenning <jrepenning_at_collab.net>
Date: Fri, 5 Dec 2008 09:42:37 -0800

The URL to reach the search page of a mail list has changed with the
recent update, and it turns out the Subversion pages have this encoded
in one place. This change fixes that.

Could I persuade some committer to commit this? I'm only a partial
committer, and my fiefdom doesn't really extend to www/ (and, indeed,
I must confess it's been so long since I made a change, I seem to have
forgotten my password!).

-===============-
Fix up the links to the mail list search pages (which changed in the
CEE 5.x "new Discussion Services")
  * www/mailing-lists.html
    (Searching the Archives): Link to servlets/CTSearch, vice servlets/
SearchList, to track new (5.0) platform

-===============-

-==-
Jack Repenning
jackrepenning_at_tigris.org
Domain Administrator
http://www.tigris.org

Index: www/mailing-lists.html
===================================================================
--- www/mailing-lists.html (revision 34579)
+++ www/mailing-lists.html (working copy)
@@ -57,10 +57,10 @@

  <ul>
  <li>The
- <a href="http://subversion.tigris.org/servlets/SearchList?listName=users
"
+ <a href="http://subversion.tigris.org/servlets/CTSearch?dsForumId=1065&dsNav=APz
"
>users@ mailing list archive</a> (at tigris.org)</li>
  <li>The
- <a href="http://subversion.tigris.org/servlets/SearchList?listName=dev
"
+ <a href="http://subversion.tigris.org/servlets/CTSearch?dsForumId=462&dsNav=APz
"
>dev@ mailing list archive</a> (at tigris.org)</li>
  </ul>
  <ul>

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=980218
Received on 2008-12-08 10:40:58 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.