NXP-13275
|
NXP-8659
Shorten path length for nuxeo-platform-document-routing
|
The following Maven artifact ids and group ids have changed:
BEFORE:
<groupId>org.nuxeo.ecm.platform</groupId>
<artifactId>nuxeo-platform-document-routing-api</artifactId>
<artifactId>nuxeo-platform-document-routing-core</artifactId>
<artifactId>nuxeo-platform-document-routing-web</artifactId>
<artifactId>nuxeo-platform-document-routing-dm</artifactId>
<artifactId>nuxeo-platform-document-routing-dashboard</artifactId>
<artifactId>nuxeo-platform-document-routing-default</artifactId>
<artifactId>nuxeo-platform-document-routing-test</artifactId>
AFTER:
<groupId>org.nuxeo.ecm.routing</groupId>
<artifactId>nuxeo-routing-api</artifactId>
<artifactId>nuxeo-routing-core</artifactId>
<artifactId>nuxeo-routing-web</artifactId>
<artifactId>nuxeo-routing-dm</artifactId>
<artifactId>nuxeo-routing-dashboard</artifactId>
<artifactId>nuxeo-routing-default</artifactId>
<artifactId>nuxeo-routing-test</artifactId>
|
Workflow |
NXP-13326
|
Clean up WebDAV code
|
- nuxeo-platform-wi-backend has been removed.
- nuxeo-generic-wss-handler has been renamed to nuxeo-wss and is now a Nuxeo bundle.
- nuxeo-generic-wss-front has been renamed to nuxeo-wss-front.
|
WebDAV / WSS |
NXP-13346
|
Add API to invalidate user profile cache
|
Added UserProfileService#clearCache()
|
User preferences/Profile |
NXP-12603
|
Add the nuxeo-style-guide as default addon
|
Renamed org.nuxeo.styleguide:nuxeo-styleguide to org.nuxeo.style:nuxeo-style-guide
|
UI Style Guide |
NXP-13411
|
CSS > Rename iconImage rule
|
Removing .iconImage css class. Use .icon instead, + .smallIcon if you need to force a small size (16px).
|
Style & CSS |
NXP-11265
|
Tree > Remove the open state of icons
|
No "open/expanded state" anymore for icons in the tree. Only one icon represents a folder(ish) type.
|
Style & CSS |
NXP-13241
|
When I Ctrl+click on DAM Top Menu Bar Link, new conversation is not started
|
Ctrl+Clik on Dam Top Menu link now starts a new conversation
|
DAM, Seam/JSF UI |
NXP-13146
|
Document are not displayed in IE 11
|
Nuxeo now works on IE11
|
Seam/JSF UI |
NXP-12787
|
Activate SafeEdit on toggleable layout widget
|
safeEdit now works on multiple forms in the same page
|
Layouts & Widgets, Seam/JSF UI |
NXP-13195
|
Non-SNAPSHOT Marketplace package install should not force other packages upgrade to SNAPSHOT version
|
Upgraded to org.nuxeo.connect:nuxeo-connect-client:1.4.13
|
Packaging |
NXP-13390
|
Improve SendMail Operation to expose bcc,replyto,cc
|
SendMail opération parameters list has changed :
- "isStrict" see below
- "form" waiting a String. Accepted values: email address, user with
prefix, group with prefix, user without prefix (if isStrict is false)
group without prefix (if strict is false).
- "to" waiting a StringList object (accept String with values separated
by commas, List<String>, String[] in the context of the chain
definition using adapters). Accepted values: email address, user with
prefix, group with prefix, user without prefix (if isStrict is false)
group without prefix (if strict is false).
- "cc" values waited are same as fromList
- "bcc" values waited are same as fromList
- "replyto" values waited are same as fromList
|
Automation, Notifications |
NXP-13250
|
NXP-8659
Shorten path length for nuxeo-platform-localconfiguration
|
The following Maven artifact ids and group ids have changed:
BEFORE:
<groupId>org.nuxeo.ecm.platform</groupId>
<artifactId>nuxeo-platform-localconfiguration-simple</artifactId>
<artifactId>nuxeo-platform-localconfiguration-web</artifactId>
AFTER:
<groupId>org.nuxeo.ecm.localconf</groupId>
<artifactId>nuxeo-localconf-simple</artifactId>
<artifactId>nuxeo-localconf-web</artifactId>
The Java various classes under the packages:
org.nuxeo.ecm.platform.localconfiguration.simple.*
have been renamed to a flat package:
org.nuxeo.ecm.localconf
A few operation classes have been renamed (but their operation id is unchanged):
BEFORE:
org.nuxeo.ecm.platform.localconfiguration.simple.operations.PutSimpleConfigurationParameter
org.nuxeo.ecm.platform.localconfiguration.simple.operations.PutSimpleConfigurationParameters
org.nuxeo.ecm.platform.localconfiguration.simple.operations.SetSimpleConfigurationParameterAsVar
AFTER:
org.nuxeo.ecm.localconf.PutSimpleConfParam
org.nuxeo.ecm.localconf.PutSimpleConfParams
org.nuxeo.ecm.localconf.SetSimpleConfParamVar
|
Local Configuration |
NXP-13386
|
Fix NPE for suggestion widgets within list widgets
|
suggestion widgets now work in list widgets
|
Layouts & Widgets |
NXP-13322
|
Provide a more flexible way to specify the id to be submitted in Select2 widgets
|
id submitted by suggestion widgets can now be fully customized
|
Layouts & Widgets |
NXP-13103
|
Reset JSF components states when selecting a DAM asset
|
JSF action listener #{jsfResetActions.resetComponentsFor} can be
used in actions that need to reset all components in a given same JSF
naming container, set using #{jsfResetActions#setBaseComponentId}
|
DAM, Layouts & Widgets |
NXP-13122
|
Support of uuid idtype on PostgreSQL is broken
|
See documentation http://doc.nuxeo.com/x/fwQz if you use uuid idType
|
Core SQL Storage |
NXP-13179
|
Migrate largetext field to clob field using XSD definition
|
- largetext definition removed from default-repository-config.xml
- now used nx:string whose size is 999999999 (=CLOB at database level) for large text fields
|
Core |
NXP-13125
|
Automatically retry async listeners if failing due to concurrency
|
A listener can now have a retryCount
<listener ... retryCount="1">
</listener>
This is the number of times that the listener will be re-executed if it
failed due to a ConcurrentUpdateException raised by the low-level
layers.
The default is 1.
|
Core |
NXP-10148
|
Allow filtering of exported operations
|
Added "deprecatedSince" and "addToStudio" annotations for
operations documentation ("since" annotation was already avalailble)
|
Automation |
NXP-13268
|
NXP-8659
Shorten path length for nuxeo-platform-annotations
|
The following Maven artifact ids and group ids have changed:
BEFORE:
<groupId>org.nuxeo.ecm.platform</groupId>
<artifactId>nuxeo-platform-annotations-api</artifactId>
<artifactId>nuxeo-platform-annotations-core</artifactId>
<artifactId>nuxeo-platform-annotations-core-contrib</artifactId>
<artifactId>nuxeo-platform-annotations-http</artifactId>
<artifactId>nuxeo-platform-annotations-repository-plugin</artifactId>
<artifactId>nuxeo-platform-annotations-web</artifactId>
AFTER:
<groupId>org.nuxeo.ecm.annot</groupId>
<artifactId>nuxeo-annot-api</artifactId>
<artifactId>nuxeo-annot-core</artifactId>
<artifactId>nuxeo-annot-contrib</artifactId>
<artifactId>nuxeo-annot-http</artifactId>
<artifactId>nuxeo-annot-repo</artifactId>
<artifactId>nuxeo-annot-gwt</artifactId>
|
Annotations |