Wiki source code of ReleaseNotesXWikiEnterprise181

Version 9.1 by Thomas Mortagne on 2009/04/08

Show last authors
1 1 Release Notes for XWiki Enterprise 1.8.1
2
3 This is a bug fix and enhancement release.
4
5 #toc("" "" "")
6
7 1.1 Summary of changes since XWiki Enterprise 1.8
8
9 1.1.1 New WYSIWYG and Syntax bug fixes and improvements
10
11 * XWIKI-3441 - Review the color plugin and enable it by default
12 * XWIKI-3510 - New page is stored for a space when inserted in the suggest
13 * XWIKI-3438 - Improve the way macro/parameter description is shown
14 * XWIKI-2903 - Prevent tab from moving focus in our editors (WYSIWYG,Wiki)
15 * XWIKI-3452 - Exception thrown while saving the edited content on a HTTP/1.0 web server
16 * XWIKI-3447 - List detection is reversed
17 * XWIKI-3436 - Use a list box for macro parameters of enum type
18 * XWIKI-3288 - Office Import ("File" tab) doesn't work in IE6
19 * XWIKI-3194 - Cannot remove just one text style when using the style attribute instead of formatting tags
20 * XWIKI-3111 - A link to an email address can be removed by removing the underline style
21 * XWIKI-2997 - Cannot un-bold a text with style Title 1
22 * XWIKI-3526 - Macro names with special chars don't work
23 * XWIKI-3462 - TOC not displaying properly
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}
30 * XWIKI-3506 - Attributes are dropped when converting HTML formatting tags to XWiki syntax
31 * XWIKI-3504 - html macro refuses double quotes inside javascript in an input field
32 * 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}
39 * XWIKI-3479 - Escaping doesn't work inside xwiki 2.0 links
40 {code}
41 [[starting label ~]~] ending label>>reference||param1=value1]]
42 {code}
43 * XWIKI-3474 - The html macro generate non inline content when inline
44 * XWIKI-3463 - In html macro the default value of "wiki" parameter should be false
45 * XWIKI-3461 - A non-inline {{box}} after an inline one is rendered as inline
46 * XWIKI-3425 - Id macro does not support inline mode
47 * XWIKI-3273 - Macro content doesn't have a descriptor
48 * XWIKI-3262 - XHTML parser does not generate embedded documents when there are block elements inside table cells, table header items or list items
49
50 1.1.1 New Wiki Explorer bug fixes and improvements
51
52 * XWIKI-3490 - Implement "New page" and "New attachment" nodes in XWikiExplorer
53 * XE-416 - Replace YUI Treeview by the XWiki Explorer Widget in AllDocs
54
55 1.1.1 1.0 to 2.0 syntax converter bug fixes and improvements
56
57 * XWIKI-3520 - velocity inside {pre} macro is not executed
58 * XWIKI-3496 - Method call inside velocity macro parameters break the macro matching
59 * XWIKI-3495 - Velocity macros are not fully matched when there is space(s) between the macro name and the parameters
60 * XWIKI-3481 - The XE home page does not work when automatically converted
61 * XWIKI-3393 - Convert document objects content
62
63 1.1.1 New Office Importer bug fixes and improvements
64
65 * XWIKI-3415 - Office Importer fails when importing documents with TOC (Table Of Contents) structures
66 * XWIKI-3406 - Office Importer not working under windows environments
67 * XAOFFICE-10 - ODS file import works in application but not in WYSIWYG
68
69 1.1.1 XMLRPC and REST bug fixes and improvements
70
71 * XWIKI-3483 - Add wiki-wide and space-wide resources for attachments and pages
72 * XWIKI-3450 - Allow guest access to be disabled in XMLRPC
73 * XWIKI-3458 - Authenticated XWiki user name might be incorrect in REST authentication
74 * XWIKI-3449 - Authenticated XWiki user name might be incorrect in XMLRPC login
75
76 1.1.1 Other important bugs fixed
77
78 * XE-404 - Global users' modifications appear one after another on a local wiki dashboard instead of being grouped together
79 * XWIKI-3491 - Some of the generated RSS feeds are not recognized as proper feeds
80 * XWIKI-3486 - Print preview shows a different result than the browser print feature
81 * 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
83
84 + lots of other changes, see [Platform details>http://jira.xwiki.org/jira/secure/ReleaseNote.jspa?version=11009&styleName=Html&projectId=10010&Create=Create].
85
86 1.1 Known issues
87
88 * [Bugs we know about>http://jira.xwiki.org/jira/secure/IssueNavigator.jspa?reset=true&&type=1&pid=10010&resolution=-1&sorter/field=updated&sorter/order=DESC]
89
90 1.1 Common Migration notes
91
92 The database structure hasn't been changed since XWiki Enterprise 1.5 so you shouldn't have to touch your Database to upgrade. Thus you can simply install this version and configure it to point to your existing database.
93
94 You may also want to [import the default wiki XAR>Main.Download] in order to benefit from improvements listed above.
95
96 1.1.1 HTML macro
97 #warning("Since 1.8.1 the html macro does not interpret wiki syntax anymore by default, you have to put the parameter wiki=\"true\" (false by default). See [code:Macros.HTMLMacro].")

Get Connected