svn commit: r1055770 - in /forrest/trunk: site-author/content/xdocs/tools/forrestbar.xpi site-author/status.xml tools/forrestbar/xpi/chrome/content/forrestbarOverlay.js tools/forrestbar/xpi/chrome/content/forrestbarOverlay.xul

[email protected]
Newsgroups gmane.text.xml.forrest.cvs
Message-ID <[email protected]>
Author: crossley
Date: Thu Jan  6 07:21:43 2011
New Revision: 1055770

URL: http://svn.apache.org/viewvc?rev=1055770&view=rev
Log:
ForrestBar added search options for Gossamer Threads archives and MarkMail archives.

Modified:
    forrest/trunk/site-author/content/xdocs/tools/forrestbar.xpi
    forrest/trunk/site-author/status.xml
    forrest/trunk/tools/forrestbar/xpi/chrome/content/forrestbarOverlay.js
    forrest/trunk/tools/forrestbar/xpi/chrome/content/forrestbarOverlay.xul

Modified: forrest/trunk/site-author/content/xdocs/tools/forrestbar.xpi
URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/tools/forrestbar.xpi?rev=1055770&r1=1055769&r2=1055770&view=diff
==============================================================================
Binary files - no diff available.

Modified: forrest/trunk/site-author/status.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/status.xml?rev=1055770&r1=1055769&r2=1055770&view=diff
==============================================================================
--- forrest/trunk/site-author/status.xml (original)
+++ forrest/trunk/site-author/status.xml Thu Jan  6 07:21:43 2011
@@ -155,6 +155,9 @@
       </action>
 <!-- 2011-01 -->
       <action context="code" type="update" dev="DC">
+        ForrestBar added search options for Gossamer Threads archives and MarkMail archives.
+      </action>
+      <action context="code" type="update" dev="DC">
         ForrestBar updated to clarify some menus and items, add some tooltips,
         and fix some broken links.
       </action>

Modified: forrest/trunk/tools/forrestbar/xpi/chrome/content/forrestbarOverlay.js
URL: http://svn.apache.org/viewvc/forrest/trunk/tools/forrestbar/xpi/chrome/content/forrestbarOverlay.js?rev=1055770&r1=1055769&r2=1055770&view=diff
==============================================================================
--- forrest/trunk/tools/forrestbar/xpi/chrome/content/forrestbarOverlay.js (original)
+++ forrest/trunk/tools/forrestbar/xpi/chrome/content/forrestbarOverlay.js Thu Jan  6 07:21:43 2011
@@ -57,6 +57,10 @@ function searchDev(engine, searchID)
     navigate('http://marc.info/?l=forrest-dev&w=2&r=1&q=b&s=' + searchItem.value);
   } else if (engine == 'gmane') {
     navigate('http://search.gmane.org/?group=gmane.text.xml.forrest.devel&sort=date&query=' + searchItem.value);
+  } else if (engine == 'gt') {
+    navigate('http://www.gossamer-threads.com/lists/engine?list=forrest&do=search_results&search_forum=forum_2&search_string=' + searchItem.value);
+  } else if (engine == 'mm') {
+    navigate('http://forrest.markmail.org/search/?q=list:org.apache.forrest.dev+' + searchItem.value);
   } else {
     navigate('http://www.mail-archive.com/[email protected]&q=' + searchItem.value);
   }
@@ -69,6 +73,10 @@ function searchUser(engine, searchID)
     navigate('http://marc.info/?l=forrest-user&r=1&w=2&q=b&s=' + searchItem.value);
   } else if (engine == 'gmane') {
     navigate('http://search.gmane.org/?group=gmane.text.xml.forrest.user&sort=date&query=' + searchItem.value);
+  } else if (engine == 'gt') {
+    navigate('http://www.gossamer-threads.com/lists/engine?list=forrest&do=search_results&search_forum=forum_1&search_string=' + searchItem.value);
+  } else if (engine == 'mm') {
+    navigate('http://forrest.markmail.org/search/?q=list:org.apache.forrest.user+' + searchItem.value);
   } else {
     navigate('http://www.mail-archive.com/[email protected]&q=' + searchItem.value);
   }
@@ -81,6 +89,10 @@ function searchCommits(engine, searchID)
     navigate('http://marc.info/?l=forrest-svn&r=1&w=2&q=b&s=' + searchItem.value);
   } else if (engine == 'gmane') {
     navigate('http://search.gmane.org/?group=gmane.text.xml.forrest.cvs&sort=date&query=' + searchItem.value);
+  } else if (engine == 'gt') {
+    navigate('http://www.gossamer-threads.com/lists/engine?list=forrest&do=search_results&search_forum=forum_3&search_string=' + searchItem.value);
+  } else if (engine == 'mm') {
+    navigate('http://forrest.markmail.org/search/?q=list:org.apache.forrest.svn+' + searchItem.value);
   } else {
     navigate('http://www.mail-archive.com/[email protected]&q=' + searchItem.value);
   }
@@ -91,6 +103,10 @@ function searchSiteCommits(engine, searc
   var searchItem = document.getElementById(searchID);
   if(engine == 'marc') {
   navigate('http://marc.info/?l=forrest-site-svn&r=1&w=2&q=b&s=' + searchItem.value);
+  } else if (engine == 'gt') {
+    navigate('http://www.gossamer-threads.com/lists/engine?list=forrest&do=search_results&search_forum=forum_4&search_string=' + searchItem.value);
+  } else if (engine == 'mm') {
+    navigate('http://forrest.markmail.org/search/?q=list:org.apache.forrest.site-svn+' + searchItem.value);
   } else {
   navigate('http://www.mail-archive.com/[email protected]&q=' + searchItem.value);
   }

Modified: forrest/trunk/tools/forrestbar/xpi/chrome/content/forrestbarOverlay.xul
URL: http://svn.apache.org/viewvc/forrest/trunk/tools/forrestbar/xpi/chrome/content/forrestbarOverlay.xul?rev=1055770&r1=1055769&r2=1055770&view=diff
==============================================================================
--- forrest/trunk/tools/forrestbar/xpi/chrome/content/forrestbarOverlay.xul (original)
+++ forrest/trunk/tools/forrestbar/xpi/chrome/content/forrestbarOverlay.xul Thu Jan  6 07:21:43 2011
@@ -112,14 +112,22 @@
           <menupopup>
             <menuitem label="Dev (MARC)" onclick="searchDev('marc', 'forrestbar-input');" hidden="false"/>
             <menuitem label="Dev (Gmane)" onclick="searchDev('gmane', 'forrestbar-input');" hidden="false"/>
+            <menuitem label="Dev (Gossamer Threads)" onclick="searchDev('gt', 'forrestbar-input');" hidden="false"/>
+            <menuitem label="Dev (MarkMail)" onclick="searchDev('mm', 'forrestbar-input');" hidden="false"/>
             <menuitem label="Dev (The Mail Archive)" onclick="searchDev('mailArchive', 'forrestbar-input');" hidden="false"/>
             <menuitem label="User (MARC)" onclick="searchUser('marc', 'forrestbar-input');" hidden="false"/>
             <menuitem label="User (Gmane)" onclick="searchUser('gmane', 'forrestbar-input');" hidden="false"/>
+            <menuitem label="User (Gossamer Threads)" onclick="searchUser('gt', 'forrestbar-input');" hidden="false"/>
+            <menuitem label="User (MarkMail)" onclick="searchUser('mm', 'forrestbar-input');" hidden="false"/>
             <menuitem label="User (The Mail Archive)" onclick="searchUser('mailArchive', 'forrestbar-input');" hidden="false"/>
             <menuitem label="Commits (MARC)" onclick="searchCommits('marc', 'forrestbar-input');" hidden="false"/>
             <menuitem label="Commits (Gmane)" onclick="searchCommits('gmane', 'forrestbar-input');" hidden="false"/>
+            <menuitem label="Commits (Gossamer Threads)" onclick="searchCommits('gt', 'forrestbar-input');" hidden="false"/>
+            <menuitem label="Commits (MarkMail)" onclick="searchCommits('mm', 'forrestbar-input');" hidden="false"/>
             <menuitem label="Commits (The Mail Archive)" onclick="searchCommits('mailArchive', 'forrestbar-input');" hidden="false"/>
             <menuitem label="Site Commits (MARC)" onclick="searchSiteCommits('marc', 'forrestbar-input');" hidden="false"/>
+            <menuitem label="Site Commits (Gossamer Threads)" onclick="searchSiteCommits('gt', 'forrestbar-input');" hidden="false"/>
+            <menuitem label="Site Commits (MarkMail)" onclick="searchSiteCommits('mm', 'forrestbar-input');" hidden="false"/>
             <menuitem label="Site Commits (The Mail Archive)" onclick="searchSiteCommits('mailArchive', 'forrestbar-input');" hidden="false"/>
             <menuitem label="Mail Message-Id (Gmane)" onclick="searchMidGmane('forrestbar-input');" hidden="false"/>
             <menuitem label="Forrest Site" onclick="searchSite('forrestbar-input');" hidden="false"/>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.