NOTE: If you are a developer, please use a private wiki based on foswiki/trunk on a daily base ...or use
trunk.foswiki.org to view this page for some minimal testing.
Use
Item9693 for docu changes for 1.2 and 2.0.
Item9175: Bracketed links with question marks are not rendered
| Priority: |
CurrentState: |
AppliesTo: |
Component: |
WaitingFor: |
| Normal |
Closed |
Engine |
|
Main.AndrewJones |
Only applies to 1.0.9, already fixed in trunk.
Not sure if there will be a 1.0.10, but committed the fix anyway.
--
AndrewJones - 18 Jun 2010
This seems to be incomplete. Your change removes the ?params, but doesn't pass them back up the chain to be rendered. _renderWikiWord, renderExistingWikiWord, and internalLink all need changes to pass along the params. I've ported over the unit tests for Anchors and Params into the branch. I'll hold off on committing them.
--
GeorgeClark - 18 Jun 2010
Yeah sorry, I have checked in the rest of the fix.
Could you please check in the unit tests? If they don't pass then I will look into them.
--
AndrewJones - 19 Jun 2010
Unit Tests checked in - they run fine here.