Last modified by Thomas Mortagne on 2017/03/24

From version 5.1
edited by Thomas Mortagne
on 2009/04/08
Change comment: There is no comment for this version
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
... ... @@ -65,6 +65,7 @@
65 65  * XWIKI-3491 - Some of the generated RSS feeds are not recognized as proper feeds
66 66  * XWIKI-3486 - Print preview shows a different result than the browser print feature
67 67  * XWIKI-3482 - Closing a lightbox with an undefined redirect URL should not change window location
82 +* XWIKI-3538 - Invalid generated XHTML for floating box macro
68 68  
69 69  + lots of other changes, see [Platform details>http://jira.xwiki.org/jira/secure/ReleaseNote.jspa?version=11009&styleName=Html&projectId=10010&Create=Create].
70 70  

Get Connected