Last modified by Thomas Mortagne on 2017/03/24

<
From version < 6.1 >
edited by Thomas Mortagne
on 2009/04/08
To version < 7.1 >
edited by Thomas Mortagne
on 2009/04/08
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -22,11 +22,25 @@
22 22  * XWIKI-3526 - Macro names with special chars don't work
23 23  * XWIKI-3462 - TOC not displaying properly
24 24  * XWIKI-3411 - Add a "output=true/false" parameter in velocity/script macro
25 +{code}
26 +{{velocity ouput="false"}}
27 +$map.put($something)
28 +{{/velocity}}
29 +{code}
25 25  * XWIKI-3506 - Attributes are dropped when converting HTML formatting tags to XWiki syntax
26 26  * XWIKI-3504 - html macro refuses double quotes inside javascript in an input field
27 27  * XWIKI-3485 - Ordered lists inside unordered lists are not rendered correctly in XWiki 2.0 syntax
33 +{code}
34 +* list item 1
35 +*1. list item 2
36 +*1. list item 3
37 +* list item 4
38 +{code}
28 28  * XWIKI-3479 - Escaping doesn't work inside xwiki 2.0 links
29 -* XWIKI-3474 - The html macro generate non inline content when inilne
40 +{code}
41 +[[starting label ~]~] ending label>>reference||param1=value1]]
42 +{code}
43 +* XWIKI-3474 - The html macro generate non inline content when inline
30 30  * XWIKI-3463 - In html macro the default value of "wiki" parameter should be false
31 31  * XWIKI-3461 - A non-inline {{box}} after an inline one is rendered as inline
32 32  * XWIKI-3425 - Id macro does not support inline mode

Get Connected