Last modified by Thomas Mortagne on 2017/03/24

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

Summary

Details

Page properties
Content
... ... @@ -7,86 +7,133 @@
7 7  1.1 Summary of changes since XWiki Enterprise 1.8
8 8  
9 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-3436 - Use a list box for macro parameters of enum type
15 -{image:insertmacro.png}
16 -* XWIKI-2903 - Prevent tab from moving focus in our editors (WYSIWYG,Wiki)
17 -* XWIKI-3452 - Exception thrown while saving the edited content on a HTTP/1.0 web server
18 -* XWIKI-3447 - List detection is reversed
19 -* XWIKI-3288 - Office Import ("File" tab) doesn't work in IE6
20 -* XWIKI-3194 - Cannot remove just one text style when using the style attribute instead of formatting tags
21 -* XWIKI-3111 - A link to an email address can be removed by removing the underline style
22 -* XWIKI-2997 - Cannot un-bold a text with style Title 1
23 -* XWIKI-3526 - Macro names with special chars don't work
10 + * XWIKI-2997 - Cannot un-bold a text with style Title 1
11 + * XWIKI-3045 - Error in parsing some confluence syntax
12 + * XWIKI-3111 - A link to an email address can be removed by removing the underline style
13 + * XWIKI-3194 - Cannot remove just one text style when using the style attribute instead of formatting tags
14 + * XWIKI-3262 - XHTML parser does not generate embedded documents when there are block elements inside table cells, table header items or list items
15 + * XWIKI-3273 - Macro content doesn't have a descriptor
16 + * XWIKI-3409 - Add get/setID to HeaderBlock and generate a default id in the constructor
17 + * XWIKI-3425 - Id macro does not support inline mode
18 + * XWIKI-3443 - XWikiDocument.getDisplayTitle() only works for xwiki 1.0 syntax
19 + * XWIKI-3447 - List detection is reversed
20 + * XWIKI-3459 - When document xdom for XWikiDocument.getXDOM() is modified all code based on it is modified even if the document content is not modified
21 + * XWIKI-3461 - A non-inline {{box}} after an inline one is rendered as inline
22 + * XWIKI-3462 - TOC not displaying properly
23 + * XWIKI-3463 - In html macro the default value of "wiki" parameter should be false
24 + * XWIKI-3474 - The html macro generate non inline content when inilne
25 + * XWIKI-3479 - Escaping doesn't work inside xwiki 2.0 links
24 24  {code}
27 +[[starting label ~]~] ending label>>reference||param1=value1]]
28 +{code}
29 +* XWIKI-3485 - Ordered lists inside unordered lists are not rendered correctly in XWiki 2.0 syntax
30 +{code}
31 + * XWIKI-3481 - The XE home page does not work when automatically converted
32 + * XWIKI-3485 - Ordered lists inside unordered lists are not rendered correctly in XWiki 2.0 syntax
33 + * XWIKI-3504 - html macro refuses double quotes inside javascript in an input field
34 + * XWIKI-3506 - Attributes are dropped when converting HTML formatting tags to XWiki syntax
35 + * XWIKI-3526 - Macro names with special chars don't work
36 +{code}
25 25  {{link-creator foo="bar"}}foobar{{/link-creator}}
26 26  {code}
27 -* XWIKI-3462 - TOC not displaying properly
28 -* XWIKI-3411 - Add a "output=true/false" parameter in velocity/script macro
39 + * XWIKI-3528 - In HTML cleaner, wrapping elements in paragraphs fails when there's a comment
40 + * XWIKI-3551 - Cannot insert standalone macros
41 + * XWIKI-3558 - New document created with templates should use the template syntax id as their syntax
42 + * XWIKI-3561 - When the default syntax is set to XWiki 2.0 some pages created by the core don't display fine since they contain XWiki 1.0 Syntax
43 + * XWIKI-3564 - Cannot change the text color after selecting text with different colors in IE
44 + * XWIKI-2903 - Prevent tab from moving focus in our editors (WYSIWYG,Wiki)
45 + * XWIKI-3376 - Remove useless "css" parameter in the RSS macro
46 + * XWIKI-3410 - Create a plain text renderer
47 + * XWIKI-3411 - Add a "output=true/false" parameter in velocity/script macro
29 29  {code}
30 30  {{velocity ouput="false"}}
31 31  $map.put($something)
32 32  {{/velocity}}
33 33  {code}
34 -* XWIKI-3506 - Attributes are dropped when converting HTML formatting tags to XWiki syntax
35 -* XWIKI-3504 - html macro refuses double quotes inside javascript in an input field
36 -* XWIKI-3485 - Ordered lists inside unordered lists are not rendered correctly in XWiki 2.0 syntax
37 -{code}
38 -* list item 1
39 -*1. list item 2
40 -*1. list item 3
41 -* list item 4
42 -{code}
43 -* XWIKI-3479 - Escaping doesn't work inside xwiki 2.0 links
44 -{code}
45 -[[starting label ~]~] ending label>>reference||param1=value1]]
46 -{code}
47 -* XWIKI-3474 - The html macro generate non inline content when inline
48 -* XWIKI-3463 - In html macro the default value of "wiki" parameter should be false
49 -* XWIKI-3461 - A non-inline {{box}} after an inline one is rendered as inline
50 -* XWIKI-3425 - Id macro does not support inline mode
51 -* XWIKI-3273 - Macro content doesn't have a descriptor
52 -* XWIKI-3262 - XHTML parser does not generate embedded documents when there are block elements inside table cells, table header items or list items
53 + * XWIKI-3412 - Move WYSIWYG DOM API in a separate module
54 + * XWIKI-3438 - Improve the way macro/parameter description is shown
55 +{image:insertmacro.png}
56 + * XWIKI-3454 - Make groovy macro have it's own descriptor
57 + * XWIKI-3455 - Add a way to hide macro parameter in descriptor
58 + * XWIKI-3456 - Provide way to control the HTML cleaning filters executed by the HTML Cleaner
59 + * XWIKI-3457 - XHTML parser shouldn't run the HTML Cleaner
60 + * XWIKI-3480 - Include the default value in the macro parameter descriptor
61 + * XWIKI-3435 - Allow to add link to an attached file
62 + * XWIKI-3429 - Implement the new UI for the Link dialogs
63 + * XWIKI-3441 - Review the color plugin
53 53  
54 54  1.1.1 New Wiki Explorer bug fixes and improvements
66 + * XWIKI-3426 - Provide a GWT API for the XWikiExplorer widget
67 + * XWIKI-3490 - Implement "New page" and "New attachment" nodes in XWikiExplorer
68 + * XE-416 - Replace YUI Treeview by the XWiki Explorer Widget in AllDocs
55 55  
56 -* XWIKI-3490 - Implement "New page" and "New attachment" nodes in XWikiExplorer
57 -* XE-416 - Replace YUI Treeview by the XWiki Explorer Widget in AllDocs
58 -
59 59  1.1.1 1.0 to 2.0 syntax converter bug fixes and improvements
71 + * XWIKI-3393 - Convert document objects content
72 + * XWIKI-3495 - Velocity macros are not fully matched when there is space(s) between the macro name and the parameters
73 + * XWIKI-3496 - Method call inside velocity macro parameters break the macro matching
74 + * XWIKI-3520 - velocity inside {pre} macro is not executed
75 + * XWIKI-3539 - getLinkedPages and other links function are not handling relative links properly
60 60  
61 -* XWIKI-3520 - velocity inside {pre} macro is not executed
62 -* XWIKI-3496 - Method call inside velocity macro parameters break the macro matching
63 -* XWIKI-3495 - Velocity macros are not fully matched when there is space(s) between the macro name and the parameters
64 -* XWIKI-3481 - The XE home page does not work when automatically converted
65 -* XWIKI-3393 - Convert document objects content
66 -
67 67  1.1.1 New Office Importer bug fixes and improvements
78 + * XWIKI-3288 - Office Import ("File" tab) doesn't work in IE6
79 + * XWIKI-3406 - Office Importer not working under windows environments
80 + * XWIKI-3415 - Office Importer fails when importing documents with TOC (Table Of Contents) structures
81 + * XAOFFICE-10 - ODS file import works in application but not in WYSIWYG
68 68  
69 -* XWIKI-3415 - Office Importer fails when importing documents with TOC (Table Of Contents) structures
70 -* XWIKI-3406 - Office Importer not working under windows environments
71 -* XAOFFICE-10 - ODS file import works in application but not in WYSIWYG
72 -
73 73  1.1.1 XMLRPC and REST bug fixes and improvements
84 + * XWIKI-3449 - Authenticated XWiki user name might be incorrect in XMLRPC login
85 + * XWIKI-3458 - Authenticated XWiki user name might be incorrect in REST authentication
86 + * XWIKI-3450 - Allow guest access to be disabled in XMLRPC
87 + * XWIKI-3483 - Add wiki-wide and space-wide resources for attachments and pages
88 + * XWIKI-3542 - Allow attachment upload in REST API using multipart form data
74 74  
75 -* XWIKI-3483 - Add wiki-wide and space-wide resources for attachments and pages
76 -* XWIKI-3450 - Allow guest access to be disabled in XMLRPC
77 -* XWIKI-3458 - Authenticated XWiki user name might be incorrect in REST authentication
78 -* XWIKI-3449 - Authenticated XWiki user name might be incorrect in XMLRPC login
90 +1.1.1 Blog application bug fixes and improvements
91 + * XABLOG-12 - Add a Recent Posts Panel
92 + * XAADMINISTRATION-32 - Update the meta link to the Blog RSS
79 79  
80 -1.1.1 Other important bugs fixed
94 +1.1.1 LDAP authenticator bug fixes and improvements
95 + * XWIKI-3314 - Permits user to define ldap search filters
81 81  
82 -* XE-404 - Global users' modifications appear one after another on a local wiki dashboard instead of being grouped together
83 -* XWIKI-3491 - Some of the generated RSS feeds are not recognized as proper feeds
84 -* XWIKI-3486 - Print preview shows a different result than the browser print feature
85 -* XWIKI-3482 - Closing a lightbox with an undefined redirect URL should not change window location
86 -* XWIKI-3538 - Invalid generated XHTML for floating box macro
97 +1.1.1 Components architecture
98 + * XWIKI-3467 - Component Manager fails to dynamically register components with component dependencies defined
99 + * XWIKI-3465 - Rename registerComponentDescriptor in registerComponent for ComponentManager API
100 + * XWIKI-3466 - Allow component mappings to be done using annotations
101 +It's not needed anymore to define a Plexus component.xml file to enable a component. It's now possible to use annotations directly on the component class itself. You can look at existing components like in rendering module for examples.
87 87  
88 -+ lots of other changes, see [Platform details>http://jira.xwiki.org/jira/secure/ReleaseNote.jspa?version=11009&styleName=Html&projectId=10010&Create=Create].
103 +1.1.1 Other bug fixes and improvements
104 + * XWIKI-2553 - Image Macro does not render external images with uri parameters
105 + * XWIKI-3182 - Bad english in error string
106 + * XWIKI-3331 - Replace Administrate by Administer
107 + * XWIKI-3398 - Rename should check the delete right instead of edit
108 + * XWIKI-3401 - Malformed authentication URL due to encoding of ContextPath
109 + * XWIKI-3452 - Exception thrown while saving the edited content on a HTTP/1.0 web server
110 + * XWIKI-3482 - Closing a lightbox with an undefined redirect URL should not change window location
111 + * XWIKI-3484 - Document#getChildren() method fails when document name contains a single quote
112 + * XWIKI-3486 - Print preview shows a different result than the browser print feature
113 + * XWIKI-3491 - Some of the generated RSS feeds are not recognized as proper feeds
114 + * XWIKI-3493 - After account validation, the displayed "login" link is incorrect
115 + * XWIKI-3494 - Font tag is not cleaned properly
116 + * XWIKI-3530 - Rendering cache breaks the administration application
117 + * XWIKI-3538 - Invalid generated XHTML for floating box macro
118 + * XWIKI-3545 - Group Administration breaks when connected to a DB2 database
119 + * XWIKI-3552 - Exception raised when using some document names
120 + * XWIKI-3553 - "Simple" user type value is wrongly named "Basic"
121 + * XWIKI-3566 - PanelWizard layout manager doesn't allow to change the layout
122 + * XWIKI-3353 - Support schemas instead of different databases on DB2
123 + * XWIKI-3501 - Add Document Name factory and serializer
124 + * XWIKI-3525 - Allow Programming Rights to be checked on the current user when no context document is set
125 + * XWIKI-3534 - Upgrade to Groovy 1.6.1
126 + * XATAG-5 - Cannot complete tag renaming / deleting in IE6
127 + * XASCH-30 - XWikiServletURLFactory fails to with MalformedURLException when running behind Apache reverse proxy during jobs
128 + * XAPANELS-74 - "$rdoc.displayTitle" in panel list is shown if user doesn't have access to the document
129 + * XAADMINISTRATION-33 - Rename "Basic" user type to "Simple"
130 + * XSTOUCAN-63 - Floating box appears below section title horizontal line
131 + * XSTOUCAN-71 - Several Css fixes in order for the Rss and Message macros to display properly
132 + * XE-404 - Global users' modifications appear one after another on a local wiki dashboard instead of being grouped together
89 89  
134 +# + lots of other changes, see [Platform details>http://jira.xwiki.org/jira/secure/ReleaseNote.jspa?version=11009&styleName=Html&projectId=10010&Create=Create].
135 +
136 +
90 90  1.1 Known issues
91 91  
92 92  * [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]

Get Connected