You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ju...@apache.org on 2015/10/02 14:02:01 UTC

svn commit: r1706376 - in /subversion/site/publish: docs/community-guide/issues.part.html reporting-issues.html

Author: julianfoad
Date: Fri Oct  2 12:02:00 2015
New Revision: 1706376

URL: http://svn.apache.org/viewvc?rev=1706376&view=rev
Log:
Update references to the issue tracker on our web site to point to JIRA on
ASF, following the recent migration from Issuezilla on Tigris.

* publish/docs/community-guide/issues.part.html
  (issue-triage): Update the link to a list of open issues.

* publish/reporting-issues.html
  (queries): Remove the notice that said we have *not* migrated from Tigris.
    Update the two simple query submission forms. Update the several handy
    query links.

Modified:
    subversion/site/publish/docs/community-guide/issues.part.html
    subversion/site/publish/reporting-issues.html

Modified: subversion/site/publish/docs/community-guide/issues.part.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/community-guide/issues.part.html?rev=1706376&r1=1706375&r2=1706376&view=diff
==============================================================================
--- subversion/site/publish/docs/community-guide/issues.part.html (original)
+++ subversion/site/publish/docs/community-guide/issues.part.html Fri Oct  2 12:02:00 2015
@@ -343,7 +343,7 @@ do.</p>
 <p>The unmilestoned issues are listed first when you sort by
 milestone, and <em>issue triage</em> is the process of trawling
 through all the <a
-href="http://subversion.tigris.org/issues/buglist.cgi?component=subversion&amp;issue_status=UNCONFIRMED&amp;issue_status=NEW&amp;issue_status=STARTED&amp;issue_status=REOPENED&amp;order=issues.target_milestone%2C%20issues.priority%2C%20issues.issue_type"
+href="https://issues.apache.org/jira/issues?jql=project%20%3D%20SVN%20AND%20status%20in%20(Open%2C%20%22In%20Progress%22%2C%20Reopened)"
 >open issues</a> (starting with the unmilestoned ones), determining
 which are important enough to be fixed now, which can wait until
 another release, which are duplicates of existing issues, which have

Modified: subversion/site/publish/reporting-issues.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/reporting-issues.html?rev=1706376&r1=1706375&r2=1706376&view=diff
==============================================================================
--- subversion/site/publish/reporting-issues.html (original)
+++ subversion/site/publish/reporting-issues.html Fri Oct  2 12:02:00 2015
@@ -51,23 +51,12 @@
     title="Link to this section">&para;</a>
 </h2>
 
-<div class="notice">
-
-<p>We have <strong>not</strong> migrated our issue tracker data to
-   Apache.org from Tigris.org.  As such, the links and queries below
-   will throw you into portions of our
-   <a href="http://subversion.tigris.org" >previous project
-   website</a>.  So don't be alarmed if you find yourself in another
-   world &mdash; it's non-ideal, but hopefully temporary.</p>
-
-</div> <!-- .notice -->
-
 <p>Do you know the Subversion issue number you're interested in?  Use
    this form to view that issue directly.</p>
 
-<form method="get" action="http://subversion.tigris.org/issues/show_bug.cgi">
+<form onsubmit="window.open('https://issues.apache.org/jira/browse/SVN-'+this.issueNumber.value);">
 <div style="display: inline;">
-<input name="id" size="10" value="Issue number..."
+<input name="issueNumber" size="10" value="Issue number..."
        style="width: 10em; color: gray;" 
        onclick="if(this.value == 'Issue number...') { this.value = ''; this.style.color = 'black'; }" />
 <input type="submit" value="Jump to issue" />
@@ -77,10 +66,9 @@
 <p>Perhaps you'd rather do a natural language search through issue
    descriptions?</p>
 
-<form method="get" action="http://subversion.tigris.org/issues/buglist.cgi">
+<form onsubmit="window.open('https://issues.apache.org/jira/issues/?jql=project = SVN AND text ~ '+this.searchText.value);">
 <div style="display: inline;">
-<input type="hidden" name="long_desc_type" value="fulltext" />
-<input name="long_desc" size="20" value="Keywords..."
+<input name="searchText" size="20" value="Keywords..."
        style="width: 10em; color: gray;" 
        onclick="if(this.value == 'Keywords...') { this.value = ''; this.style.color = 'black'; }" />
 <input type="submit" value="Keyword search" />
@@ -90,16 +78,16 @@
 <p>Here are some issue tracker query links that we believe are of
    general utility to folks.  If you don't see one here that you like,
    that's okay, you formulate your own structured query at 
-   <a href="http://subversion.tigris.org/issues/query.cgi"
-           >http://subversion.tigris.org/issues/query.cgi</a>.</p>
+   <a href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20SVN"
+           >https://issues.apache.org/jira/issues/?jql=project = SVN</a>.</p>
 
 <ul>
-<li><a href="http://subversion.tigris.org/issues/buglist.cgi">All issues</a></li>
-<li><a href="http://subversion.tigris.org/issues/buglist.cgi?component=subversion&amp;issue_status=UNCONFIRMED&amp;issue_status=NEW&amp;issue_status=STARTED&amp;issue_status=REOPENED">Open issues</a></li>
-<li><a href="http://subversion.tigris.org/issues/buglist.cgi?component=subversion&amp;issue_status=UNCONFIRMED&amp;issue_status=NEW&amp;issue_status=STARTED&amp;issue_status=REOPENED&amp;target_milestone=---">Issues in need of triaging</a></li>
-<li><a href="http://subversion.tigris.org/issues/buglist.cgi?component=subversion&amp;issue_status=UNCONFIRMED&amp;issue_status=NEW&amp;issue_status=STARTED&amp;issue_status=REOPENED&amp;keywords=bite-sized">Issues that might be relatively easy to fix</a></li>
-<li><a href="http://subversion.tigris.org/issues/buglist.cgi?component=subversion&amp;issue_status=UNCONFIRMED&amp;issue_status=NEW&amp;issue_status=STARTED&amp;issue_status=REOPENED&amp;keywords=patch">Issues that have associated patches</a></li>
-<li><a href="http://subversion.tigris.org/issues/buglist.cgi?component=subversion&amp;issue_status=RESOLVED&amp;issue_status=CLOSED">Closed issues</a></li>
+<li><a href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20SVN">All issues</a></li>
+<li><a href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20SVN%20AND%20status%20in%20%28Open%2C%20%22In%20Progress%22%2C%20Reopened%29">Open issues</a></li>
+<li><a href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20SVN%20AND%20status%20in%20%28Open%2C%20%22In%20Progress%22%2C%20Reopened%29%20AND%20fixVersion%20%3D%20---">Issues in need of triaging</a></li>
+<li><a href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20SVN%20AND%20status%20in%20%28Open%2C%20%22In%20Progress%22%2C%20Reopened%29%20AND%20labels%20%3D%20bite-sized">Issues that might be relatively easy to fix</a></li>
+<li><a href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20SVN%20AND%20status%20in%20%28Open%2C%20%22In%20Progress%22%2C%20Reopened%29%20AND%20labels%20%3D%20patch">Issues that have associated patches</a></li>
+<li><a href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20SVN%20AND%20status%20in%20%28Resolved%2C%20Closed%29">Closed issues</a></li>
 </ul>