Bart Selders <[EMAIL PROTECTED]> writes:

>Found some more bugs in Turbine 2.3 HEAD of today.

>1) Hyperlinks are not generated correctly by LinkTool.

>   Caused by:

>   - DynamicURI contains a bug at line 583.
>   Should read getScriptName instead of getServerName.

>   - Furthermore, the servlet contextpath is dropped by the
>   LinkTool. The toString() method does not append the
>   contextpath at all. May be it was magically set in
>   ServerData.scriptname before. This could be solved by
>   explicitly adding the line

>      output.append(data.getServerData().getContextPath())

>   in the methods toString() & toString(Rundata data) in
>   both DynamicURI & RelativeDynamicURI just before
>   appending the scriptName.

Quinton took care of this.


>2) The global pull tools are not available in navigation templates. For 
>example I can not use $ui.Skin to show which skin is configured. However 
>they are being loaded when Turbine starts (as the log shows).

That was my bad. A small oversight when working on the VelocityService. 
Fixed.


        Regards
                Henning
-- 
Dipl.-Inf. (Univ.) Henning P. Schmiedehausen          INTERMETA GmbH
[EMAIL PROTECTED]        +49 9131 50 654 0   http://www.intermeta.de/

Java, perl, Solaris, Linux, xSP Consulting, Web Services 
freelance consultant -- Jakarta Turbine Development  -- hero for hire

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to