Loading...
 
Architecture / Installation

Architecture / Installation


integrator rules problem

posts: 16

Hi,

Not sure if this is something I'm missing or an actual problem, but I've found the same thing with both 1.8.3 and 1.9rc1. In that the sample rules
for the integrator don't seem to work, and I can't work out how to get rules to work, though as the example page works it must be possible.

The problem is the same for src and href links in tha t the example from doxygen uses:
href=1tiki-integrator.php?repID={repID}&file=
as the replace string which if you have good HTML as your source gives you a link of:
href=1tiki-integrator.php?repID=6&file=D-Sun.html"
which is obviously broken
However if you change the rule to:
href="tiki-integrator.php?repID={repID}&file=
the link becomes:
href=\"tiki-integrator.php?repID=6&file=D-Sun.html"
which is also broken. It'd be nice if the example rules worked, but how can you get the replace part of the rule to not escape the " or ' marks?

posts: 71 United States
The escaping bug should be fixed in the latest CVS code. The fix will be in the upcoming 1.8.4 and 1.9 releases.

posts: 16
Fab.