Last modified by Thomas Mortagne on 2017/03/24

Show last authors
1 #startfloatingbox()
2 *Contents*
3 #toc ("2" "3" "")
4 #endfloatingbox()
5
6 1 Release Notes for XWiki Enterprise 1.4 Milestone 2
7
8 Second (and last) milestone of the XWiki Enterprise 1.4 version ([Roadmap>enterprise:Main.Roadmap]).
9
10 1.1 Changes since XWiki Enterprise 1.4 Milestone 1
11
12 1.1.1 Main changes
13
14 * New colors for the toucan skin : black and dark blue
15 * New option to deactivate attachment versioning
16 * New [skin extensions plugin>http://dev.xwiki.org/xwiki/bin/view/Design/SkinExtensions]
17 * Improvements on XWiki XMLRPC
18 * Improved statistics performances
19 * Print and Print Preview now print the whole content of a document
20 * User creation from the administration lightbox is working fine now
21 * Fixed character escaping using \\
22
23 1.1.1 Detailed changes
24
25 1.1.1.1 Release Notes - XWiki Enterprise - Version 1.4 M2
26
27 *Bugs*
28 * XE-220 - The Change Password form should not allow empty passwords
29
30 *Improvements*
31 * XE-23 - Improve Treeview's performances on AllDocs by loading data on node expansion
32 * XE-221 - Change the table that displays all the documents (Main.AllDocs) to use ajax for more rapid loading
33
34 *New features*
35 * XE-224 - Write selenium test to verify the behaviour of the AllDocs ajax table
36 * XE-225 - Write a selenium test to verify the behaviour of the new accordions for XWikiPreferences, object and class edition
37 * XE-231 - Add Performance monitoring page in the Admin space
38
39 1.1.1.1 Release Notes - XWiki Core - Version 1.4 M2
40
41 *Bugs*
42 * XWIKI-1937 - Importing a document with attachments over an existing document fails
43 * XWIKI-2073 - Print and Print Preview only print the first printer page
44 * XWIKI-2249 - Statistics service slow down rendering a lot
45 * XWIKI-2281 - When a user is removed it's not removed from the groups it belongs to
46 * XWIKI-2283 - Overwrite on importing translation documents deletes the original document too
47 * XWIKI-2293 - PropertyChangedRule does not work
48 * XWIKI-2298 - Character escaping using \ doesn't work anymore
49 * XWIKI-2299 - The XWiki object is created more than once
50 * XWIKI-2300 - HibernateStore synchronization problem
51 * XWIKI-2301 - Correct HibernateBaseStore connection monitoring
52 * XWIKI-2304 - When a user or a group is removed it's not removed from rights objects
53 * XWIKI-2309 - Migration between xwiki 1.1.x and 1.2.x (and above) can fail because of some documents
54 * XWIKI-2319 - Wrong parameter name for configuring the basic authentication realm name
55 * XWIKI-2327 - Statistics api isEnabled return the wrong property
56 * XWIKI-2336 - Broken attachments can break working with a document
57 * XWIKI-1560 - Improve the XWiki implementation of the XML-RPC Confluence API
58 * XWIKI-2302
59
60 *Improvements*
61 * XWIKI-2276 - Separate AttachmentVersioningStore from AttachmentStore
62 * XWIKI-2277 - Add java5 generics to store#execute methods and callbacks
63 * XWIKI-2303 - Create one paragraph for several empty lines
64 * XWIKI-2321 - Generify the PluginApi base class
65 * XWIKI-2324 - Rename Velocity component's VelocityManager into VelocityEngine
66 * XWIKI-2329 - Set proper save comment when changing the rights through the rights UI
67 * XWIKI-2330 - Alternate stylesheets should always be served through the /skin/ action
68
69 *New features*
70 * XWIKI-650 - Mechanism for adding/using new css rules
71 * XWIKI-2275 - Option to deactivate attachment versioning
72 * XWIKI-2318 - Extend the XWikiPluginInterface with beginParsing and endParsing
73 * XWIKI-2320 - Mechanism for adding/using javascript files
74
75 *Tasks*
76 * XWIKI-2279 - Fix checkstyle violations in core.
77 * XWIKI-2337 - Move common dependencies versions to the parent pom dependencyManagement section
78 * XWIKI-2338 - Upgrade some commons packages
79
80 1.1.1.1 Release Notes - XWiki Statistics Application - Version 1.2
81
82 *Bugs*
83 * XASTATS-8 - Generated charts does not have "alt" property configured
84 * XASTATS-10 - Stats space forces the Albatross skin to be used
85
86 *Tasks*
87 * XASTATS-11 - Only Admins should be able to see statistics by default
88
89 1.1.1.1 Release Notes - XWiki Mail Sender Plugin - Version 1.2
90
91 *Bugs*
92 * XPMAIL-4 - CC field is not taken into account when using sendMessageFromTemplate
93
94 1.1.1.1 Release Notes - XWiki Lucene Plugin - Version 1.1
95
96 *Bugs*
97 * XPLUCENE-3 - Access to the internal plugin without rights check
98
99 *Improvements*
100 * XPLUCENE-2 - Lucene Plugin cannot currently do reverse sorting
101 * XPLUCENE-10 - Reduce the default indexing period to 30 seconds
102
103 1.1.1.1 Release Notes - XWiki Toucan Skin - Version 1.4
104
105 *New features*
106 * XSTOUCAN-29 - New Color - Black & Darkblue
107
108 1.1.1.1 Release Notes - XWiki Albatross Skin - Version 1.6
109
110 *Bugs*
111 * XSALBATROSS-24 - Cannot create new users using the Right Management UI
112
113
114
115 1.1 Known issues
116
117 * [Bugs we know about>https://jira.xwiki.org/secure/IssueNavigator.jspa?reset=true&&type=1&pid=10010&resolution=-1&sorter/field=updated&sorter/order=DESC]
118
119 1.1 Common Migration notes
120
121 The database structure has been changed but we have set up an automatic migration system so you shouldn't have to touch your Database to upgrade to 1.4M2. Thus you can simply install this version and configure it to point to your existing database.
122
123 #warning("If you're running in a multiwiki setup you'll also need to define the property <tt>xwiki.store.migration.databases=all</tt> to your <tt>xwiki.cfg</tt> file or explicitely name all databases to be migrated as in <tt>xwiki.store.migration.databases=db1,db2,...</tt>.")
124
125 You may also want to import the [default wiki XAR>Main.Download] in order to benefit from improvements listed above.
126
127 #warning("Always make sure you compare your <tt>xwiki.cfg</tt> file with the newest version since some configuration parameters were added. Of note, you should add <tt>xwiki.store.migration=1</tt> so that XWiki will attempt to automatically migrate your current database to the new schema. Make sure you backup your Database before doing anything.")
128
129
130
131
132
133
134

Get Connected