[
https://issues.apache.org/jira/browse/JSPWIKI-1242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18038697#comment-18038697
]
ASF subversion and git services commented on JSPWIKI-1242:
----------------------------------------------------------
Commit 6b6648cbc0acd4f4673b3c541d3f63afd7ad8001 in jspwiki's branch
refs/heads/master from Alex O'Ree
[ https://gitbox.apache.org/repos/asf?p=jspwiki.git;h=6b6648cbc ]
JSPWIKI-1198 moves the test module into the test module and some minor code
cleanup
update the api change to include localization support
updates all existing plugins to use the new api methods
JSPWIKI-1242 fix for the web blog snippet being incorrect
> The Snip example for creating a web blog won't display anything due to the
> example date filter
> ----------------------------------------------------------------------------------------------
>
> Key: JSPWIKI-1242
> URL: https://issues.apache.org/jira/browse/JSPWIKI-1242
> Project: JSPWiki
> Issue Type: Bug
> Reporter: Alex O'Ree
> Assignee: Alex O'Ree
> Priority: Minor
>
> When using the auto complete menu to insert a blog, the snippet is the
> following
> [\{WeblogPlugin page='pagename' startDate='300604' days='30' maxEntries='30'
> allowComments='false'}]
> which won't render anything because the date constraint.
> changing the snippet to just
> [\{WeblogPlugin }]
> will fix it and show blog entries. I think this can be addressed using the
> JSPWIKI-1198 api change that enables plugins to dynamically generate their
> own snippet instead of relying on the hard coded values that are in
> javascript.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)