[ros-diffs] [cfinck] 32871: - Replace the absolute path to the config file by a relative one (the absolute one doesn't work anymore) - Remove a broken link to the Bugzilla docs from the index page.

cfinck at svn.reactos.org cfinck at svn.reactos.org
Sat Apr 5 13:29:24 CEST 2008


Author: cfinck
Date: Sat Apr  5 06:29:24 2008
New Revision: 32871

URL: http://svn.reactos.org/svn/reactos?rev=32871&view=rev
Log:
- Replace the absolute path to the config file by a relative one (the absolute one doesn't work anymore)
- Remove a broken link to the Bugzilla docs from the index page.

Modified:
    trunk/web/reactos.org/htdocs/bugzilla/Bugzilla/Constants.pm
    trunk/web/reactos.org/htdocs/bugzilla/template/en/default/index.html.tmpl

Modified: trunk/web/reactos.org/htdocs/bugzilla/Bugzilla/Constants.pm
URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/bugzilla/Bugzilla/Constants.pm?rev=32871&r1=32870&r2=32871&view=diff
==============================================================================
--- trunk/web/reactos.org/htdocs/bugzilla/Bugzilla/Constants.pm [iso-8859-1] (original)
+++ trunk/web/reactos.org/htdocs/bugzilla/Bugzilla/Constants.pm [iso-8859-1] Sat Apr  5 06:29:24 2008
@@ -413,7 +413,7 @@
     }
 
     # Set this to "localconfig" if you want to run the Bugzilla locally
-    $localconfig = "/web/reactos.org/config/bugzilla-config";
+    $localconfig = "../../config/bugzilla-config";
     
     # We have to return absolute paths for mod_perl. 
     # That means that if you modify these paths, they must be absolute paths.

Modified: trunk/web/reactos.org/htdocs/bugzilla/template/en/default/index.html.tmpl
URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/bugzilla/template/en/default/index.html.tmpl?rev=32871&r1=32870&r2=32871&view=diff
==============================================================================
--- trunk/web/reactos.org/htdocs/bugzilla/template/en/default/index.html.tmpl [iso-8859-1] (original)
+++ trunk/web/reactos.org/htdocs/bugzilla/template/en/default/index.html.tmpl [iso-8859-1] Sat Apr  5 06:29:24 2008
@@ -105,11 +105,7 @@
 
   <p>Welcome to [% terms.Bugzilla %]. To see what's new in this version
     of [% terms.Bugzilla %], see the 
-    <a href="page.cgi?id=release-notes.html">release notes</a>!
-    You may also want to read the 
-    <a href="[% Param('docs_urlbase') FILTER html %]using.html">
-    [%- terms.Bugzilla %] User's Guide</a> to find out more about 
-    [%+ terms.Bugzilla %] and how to use it.</p>
+    <a href="page.cgi?id=release-notes.html">release notes</a>!</p>
 
   <p>Most common actions:</p>
   <ul>



More information about the Ros-diffs mailing list