Issue Details (XML | Word | Printable)

Key: FOR-293
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Blocker Blocker
Assignee: Unassigned
Reporter: Rick Tessner
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Forrest

HTML links and menus are not being generated properly

Created: 17/Sep/04 01:56 AM   Updated: 22/Sep/04 12:15 AM
Return to search
Component/s: Skins (general issues)
Affects Version/s: 0.6
Fix Version/s: 0.6

Time Tracking:
Not Specified


 Description  « Hide
The left side menus and generated links are very messed up in both the pelt and tigris skins.

Best way to describe this is simply to SVN checkout the head (or revision 46191) and do a "forrest seed site". Try it under both the default pelt and tigris skins.

The tigris skin makes the menu / generated link problem quite clear.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Rick Tessner added a comment - 17/Sep/04 02:15 AM
It looks like it's the change from 46171 - 46175 is the culprit, which was a temporary fix for FOR-284.

A quick fix is to undo that particular change. If you're on a *nix type system and you've checked out forrest via svn, cd to the top level directory where you have forrest and then do a:

svn diff -r 46175:46171 | patch -p0

This creates a (reverse) diff and patches your current implementation.

A that point, do a:

./build.sh clean ; ./build.sh

Rebuild your site.

Rick Tessner added a comment - 17/Sep/04 02:39 AM
A better temporary fix would be just to go back to revision 46171 using whatever SVN client you have.

Command line: svn update -r 46171

Nicola Ken Barozzi added a comment - 22/Sep/04 12:15 AM
<banging-head-on-the-wall>
  I had somehow managed to commit a wrong fix, not inserting a
  complete identity transform template. Sorry :-/
</banging-head-on-the-wall>