savannah-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Savannah-dev] [Bug #3418] broken links: 'sys_home' missing


From: nobody
Subject: [Savannah-dev] [Bug #3418] broken links: 'sys_home' missing
Date: Wed, 14 May 2003 17:59:27 -0400

=================== BUG #3418: LATEST MODIFICATIONS ==================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3418&group_id=11

Changes by: Mathieu Roy <address@hidden>
Date: Wed 05/14/03 at 23:59 (Europe/Paris)

            What     | Removed                   | Added
---------------------------------------------------------------------------
          Resolution | None                      | Fixed
         Assigned to | None                      | yeupou
              Status | Open                      | Closed


------------------ Additional Follow-up Comments ----------------------------
themes/classic/theme.php is almost unused.  The content still used must be 
moved where appropriate and the files moved to Attic.

The rest is fixed.

Thanks for the very complete report. :)

 




=================== BUG #3418: FULL BUG SNAPSHOT ===================


Submitted by: mmb                     Project: Savannah                     
Submitted on: Thu 05/01/03 at 23:44
Category:  PHP Engine                 Severity:  5 - Average                
Priority:  None                       Bug Group:  None                      
Resolution:  Fixed                    Assigned to:  yeupou                  
Status:  Closed                       Effort:  0.00                         

Summary:  broken links: 'sys_home' missing

Original Submission:  Similar to bug 3413 but regarding other files and other 
links:
each time there is a login suggestion (file path are relative to 
savannah/frontend/php):

-from:
<A HREF="/account/login.php">
-to:
<A HREF="'.$GLOBALS['sys_home'].'account/login.php">
-in: 
bugs/detail_bug.php, bugs/add_bug.php, 
patch/detail_patch.php, patch/add_patch.php, 
support/detail_support.php

-from:
<A href="/account/login.php">[Login]</A> |
<A href="/account/register.php">[New User]</A><BR>';
-to:
<A href="'.$GLOBALS['sys_home'].'account/login.php">[Login]</A> | 
<A href="'.$GLOBALS['sys_home'].'account/register.php">[New User]</A><BR>';
-in:
themes/classic/theme.php

-from:
"Location: /account/login.php?return_to="
-to:
"Location: ".$GLOBALS['sys_home']."account/login.php?return_to="
-in: 
exit.php



Follow-up Comments
*******************

-------------------------------------------------------
Date: Wed 05/14/03 at 23:59         By: yeupou
themes/classic/theme.php is almost unused.  The content still used must be 
moved where appropriate and the files moved to Attic.

The rest is fixed.

Thanks for the very complete report. :)

 



CC list is empty


No files currently attached


For detailed info, follow this link:
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3418&group_id=11




reply via email to

[Prev in Thread] Current Thread [Next in Thread]