You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ks...@apache.org on 2012/03/26 23:28:21 UTC

svn commit: r1305612 - /incubator/ooo/ooo-site/trunk/content/qa/issue_handling/pre_submission.html

Author: kschenk
Date: Mon Mar 26 21:28:20 2012
New Revision: 1305612

URL: http://svn.apache.org/viewvc?rev=1305612&view=rev
Log:
kls -- trying to make the qa query page work

Modified:
    incubator/ooo/ooo-site/trunk/content/qa/issue_handling/pre_submission.html

Modified: incubator/ooo/ooo-site/trunk/content/qa/issue_handling/pre_submission.html
URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/qa/issue_handling/pre_submission.html?rev=1305612&r1=1305611&r2=1305612&view=diff
==============================================================================
--- incubator/ooo/ooo-site/trunk/content/qa/issue_handling/pre_submission.html (original)
+++ incubator/ooo/ooo-site/trunk/content/qa/issue_handling/pre_submission.html Mon Mar 26 21:28:20 2012
@@ -12,8 +12,8 @@
     please consider the following</p>
 
     <h4><a name="login"></a>Are you registered and logged in?</h4>
-    <p>For submitting an issue, you need to <a href="/servlets/TLogin">log in</a>. If you do
-    not yet have an OpenOffice.org account, please <a href="/servlets/Join">join us</a>. This is
+    <p>For submitting an issue, you need to <a href="https://issues.apache.org/ooo/index.cgi?GoAheadAndLogIn=1">log in</a>. If you do
+    not yet have an OpenOffice.org Bugzilla account, please <a href="https://issues.apache.org/ooo/createaccount.cgi">apply</a>. This is
     necessary, as issues are bound to their submitter, which, for example, enables other people who work on the reported
     problem to ask you back in case of uncertainties.</p>
 
@@ -28,14 +28,14 @@
 
     <p>Enter one or more of the main words having to do with your issue. For example:
     'LDAP', 'crash toolbar' or 'copy paste Writer':</p>
-    <form action="http://openoffice.org/bugzilla/buglist.cgi" method="get">
+<form action="http://issues.apache.org/ooo/buglist.cgi" method="get">
       <table>
         <tbody>
           <tr>
             <td>Summary or Description contains:</td>
             <td><input size="30" name="quicksearch" type="text" class="inputtext"/></td>
             <td><input value="Search" type="submit"></td>
-            <td>(<a href="http://openoffice.org/bugzilla/query.cgi?format=advanced">advanced search</a>)</td>
+            <td>(<a href="http://issues.apache.org/ooo/query.cgi?format=advanced">advanced search</a>)</td>
           </tr>
         </tbody>
       </table>