Branch: refs/heads/master
Home:
https://github.com/xwiki-contrib/application-forum
Commit: 986a33f36c33b957cd0c6c14b8ae83221083b63a
https://github.com/xwiki-contrib/application-forum/commit/986a33f36c33b957c…
Author: Clemens Klein-Robbenhaar <robbenhaar(a)green-meadows.de>
Date: 2025-08-27 (Wed, 27 Aug 2025)
Changed paths:
M README.md
M application-forum-ui/src/main/resources/ForumCode/Macros.xml
M pom.xml
Log Message:
-----------
XAFORUM-272: Anwers not shown to a topic that contains a colon in the title
- properly build the 'like' query to fetch topics for the forum entry
with escaping of any special chars in the corresponding space name
- as this uses the 'bindValue().anyChars()...' api for queries
only available in 8.4.5, update the base platform version from 8.4
- also the macro parameter "$space" of 'getTopicAnswers'
has been ignored, and the global variable "$topicSpace" used instead.
now use the macro parameter, and also make sure the passed
space reference string representaion is properly build
in all places calling this macro.
To unsubscribe from these emails, change your notification settings at
https://github.com/xwiki-contrib/application-forum/settings/notifications