[Rt-devel] Bug in RTFM-2.2.0RC6
Joop
JoopvandeWege at mococo.nl
Thu Aug 16 09:10:42 EDT 2007
Kevin wrote:
>> I just found out that when searching for article content only the
>> content column is added to the search but not the largecontent column
>> of ObjectCustomFieldValues.
>
> I applied a patch that I think fixes this to svn.
> It should be revision 8017 in bps-public
Thanks, I downloaded the latest revision from svn and the issue went away.
Now I'm left with one more thing, namely that I have created a rather
big article using a WikiText customfield and it doesn't show the whole
article. The last lines have started to disappear. Adding an extra line
doesn't remove one so it doesn't look like a overflow. The whole article
is correctly saved!
OK, found the culprit and I think this qualifies as a bug.
Create an article:
Name: Test
Summary: Test
ArticleBody: * patch -p0 --dry-run --verbose <SearchBuilder-1.49.diff
(verwijder --dry-run indien geen fouten)
(=WikiText customfield)
Save.
Display and notice that there is no text after '--verbose'.
Looks like '<' is a problem. Replaced it by '>' and no problem, ending
with an '>' so that it look like a tag doesn't help, still no text after
'--verbose'.
Joop
More information about the Rt-devel
mailing list