
| Key: |
FOR-293
|
| Type: |
Bug
|
| Status: |
Resolved
|
| Resolution: |
Fixed
|
| Priority: |
Blocker
|
| Assignee: |
Unassigned
|
| Reporter: |
Rick Tessner
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
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.
|
|
Description
|
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. |
Show » |
|
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.