← Back to team overview

hooghuis team mailing list archive

[Bug 372606] Re: Broken urls in help window when application URL is not /

 

** Changed in: schooltool
    Milestone: 1.2.0 => 1.2.1

-- 
Broken urls in help window when application URL is not /
https://bugs.launchpad.net/bugs/372606
You received this bug notification because you are a member of Het
Hooghuis Ubuntu Team, which is subscribed to SchoolTool 1.2.0.

Status in SchoolTool: In Progress

Bug description:
If the application is served from apache in WSGI and application URL path is not / e.g. http://school.edu/schooltool/ then the links/urls in the help window are broken. It does not have application URL in it. e.g. 
Broken link: http://school.edu/++help++/schooltool/calendaring
when the correct url should be
http://school.edu/schooltool/++help++/schooltool/calendaring

Version tested 1.0

Steps to reproduce
1. Serve schooltool thru WSGI at http://server/schooltool/
2. Login to school tool
3. Click on the help link on the right corner
4. When the help window pops up click on any topic links to the left.

Result: Page not found
Expected Result: Display help information in the help window.

I have a patch for this problem which is attached.

There is some addition problem rendering + and - images in the help topic tree. That problem seems to be in tree.css of zope distribution.