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.


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).



Bart




*************************************************************************
The information contained in this communication is confidential and is
intended solely for the use of the individual or entity to whom it is
addressed.You should not copy, disclose or distribute this communication without the authority of iBanx bv. iBanx bv is neither liable for the proper and complete transmission of the information has been maintained
nor that the communication is free of viruses, interceptions or interference.


If you are not the intended recipient of this communication please return
the communication to the sender and delete and destroy all copies.

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



Reply via email to