[opencms-dev] grey flag "belongs to project" confuses me...
Ivan Biddles
ivanb at scientology.net
Mon Jan 27 00:04:30 CET 2003
Hi Alex,
I think I have the answer to my Bugzilla report no 51 about anchor tags
coming up as broken links.
The problem is that an internal anchor has a "#" in it, but the "#" is
used as the delimiter in the Perl5 regular expression substitution
statements, so the substitution gets confused and ends up returning an
empty string.
I have a temporary fix on my system by:
1. Changing the "#" into three underscores ("___", something I wouldn't
expect to find in a link) before the substitution occurs.
2. Changing the three underscores back to "#" after the substitution.
I'm sure you can come up with something more elegant, but at least this
should be some help.
Best wishes,
Ivan
P.S. I will reproduce the above in the Bugzilla additional comments,
when I remember my password ;-)
-----Original Message-----
From: owner-opencms-dev at www.opencms.org
[mailto:owner-opencms-dev at www.opencms.org] On Behalf Of Nico Krause
Sent: Sunday, January 26, 2003 12:56
To: opencms-dev at www.opencms.org
Subject: [opencms-dev] grey flag "belongs to project" confuses me...
Hi,
sometimes - when I work with different logins... beetween testings...
and debugging (changing beetween different users and projects)
it occures a grey flag in the explorer with an alternativ text "belongs
to project"
The problem is I cannot publish then this resources any more... the grey
flag is not going away ...
question: what does this flag mean - and how to get rid of this grazy
thing...
I think currently my only chance is exporting everything and importing
it again... ;-(
Please help me !!! and many thanks in advance ..
Best Regards,
Nico
More information about the opencms-dev
mailing list