Upgrading to 11.28
User interface changes
Video and image edit buttons have been moved in a submenu
The button under the preview in back-office are now in a submenu :
Default NAR changes
Config files updates
A default CORS rule (deactivated by default) is embed to ease /portal development
Default rewriting rules have been updated to integrate /portal requirements
Some plugins that were not activated by default are now activated:
PACKAGED_CW_FeedbackService
PACKAGED_CW_SavedSearch
PACKAGED_Portal_ErrorLogger
PACKAGED_RegistrationEmails
PACKAGED_VueAppI18n
PACKAGED_VueApp_Helper
New Action for Thesaurus
If you want to benefit from the new Thesaurus design, redirect your action to thesaurus :
wcm.jspz?form_action=thesaurus&form_object=assetgeography
Plugin Configuration updates
PACKAGED_DAM_Utils
Default configuration has been updated to better address massimport on the /portal application
phavg
and phdiff
configuration
Default settings for phavg
and phdiff
have changed to be addressed directly by the engine:
Old configuration was:
{
"fieldSelector":"phavg",
"transformers":[
{
"classAlias":"resourceProperty",
"init":"phavg",
"input":{
"preset":"getBinary"
}
}
]
},
This old configuration is still valid and there is no absolute requirement to change it.
New configuration is:
{
"fieldSelector":"phavg",
"transformers":[
{
"classAlias":"ifElse",
"input":[
{
"classAlias": "negate",
"input":
{
"classAlias":"stringEquals",
"init":"image",
"input":{
"preset":"getRootNatureCode"
}
}
},
{
"classAlias":"staticVal",
"init":"0"
}
]
}
]
},
By using this new configuration, we are:
leveraging on engine default behaviour to extract average hash and diff hash based on a tags
asset/hashimageaverage
andasset/hashimagedifference
(those tags are default in the NAR)making sure hashes have value 0 on non image assets.
duplicates
configuration
Old configuration was:
{
"fieldSelector":"duplicates",
"transformers":[
{
"classAlias":"duplicatesFinder",
"init":{
"objects":"#damobject",
"properties":"sha,phdiff,phavg"
}
}
]
}
This old configuration is still valid and there is no absolute requirement to change it.
New configuration is:
By using this configuration, we are:
adding
massimportitem
to the list of instances to check for duplicatesleveraging on default properties config that will do a proximity search on
phdiff
andphavg
and and exact matching onsha
(max distance for proximity search can be configured inWXM_SimilarHash
plugin)
If your project requires to include other fields to detect duplicates (ex: original file name), it is possible to define it in configuration:
“init”: {
"objects": "#damobject,massimportitem",
"properties": {
”phavg,phdiff”: true,
”sha,originalfilename”: false
}}
Updated structures
A lot of changes have occurred on default structures embed into the product NAR file. Find below change log.
Whereas most changes are not required (especially fields deletion), some of them are required for the portal application. Please check changes made to:
asset.tmpsource
lang.code
massimportitem.duplicates
massimportitem.filesize
user.contriblangs
ailandmark
Structure labels:
Added
show_mergewith
Fields changes
id: UPDATED added
inlist
asset
Structure labels
Removed tags
pkg/dataexplore/download/default/variation/thumbnailbig
andpkg/dataexplore/share/default/variation/thumbnailbig
those tags were related to a new BO action that will not be delivered.
Fields changes
ai_celebrities: DELETED - Whereas this field can still be managed by the application, benefits for our customers is not obvious. Decision was made to remove the field, but to keep the
ailcelebrity
structure to ease re-activation per projectai_landmarks: DELETED - Whereas this field can still be managed by the application, benefits for our customers is not obvious. Decision was made to remove the field, but to keep the
ailandmark
structure to ease re-activation per projectassetvariation: Given DXM capabilities, this field is no longer required by the application.
binary:
removed tag
allery_multi_upload/direct
added tag
gallery_multi_upload
:direct
suffix would prevent using damimport when uploading multiple assets.marked as
indexed only
instead ofindexed and stored
displayweight: DELETED - Whereas this field can still be managed by the application, benefits for our customers is not obvious.
duplicates: DELETED - When an asset is created, it is by functional need. Storing duplicates on an asset is no longer valid as duplicates should be managed up front.
latitude: DELETED - Whereas this field can still be managed by the application, benefits for our customers is not obvious.
location: DELETED - This field was too specific to the club-wed demo application and has been removed.
assetgeography
structure has been kept.longitude: DELETED - Whereas this field can still be managed by the application, benefits for our customers is not obvious.
renditionof: DELETED - Given DXM capabilities, this field is no longer required by the application.
tmpsource: ADDED - Technical field to better handle if denormalizations should be handled. required by /portal application
Field changes:
ai_celebrities: removed
ai_landmarks: removed
displayweight: removed
duplicates: removed
latitude: removed
location: removed
longitude: removed
renditionof: removed
variations: removed
visibility: removed
assetgeography
Field changes
status: UPDATED changed nature (from workflow to wkfsimple) to be consistent with default thesaurus behaviours
namede: ADDED
gallerywkfmedia
Field changes
rights: DELETED - this property is not used by the engine for years
lang
Field changes
code: UPDATED added tag
rest_api_whoami_include
required for portal application
massimportitem
Field changes
binary: UPDATED
removed tag
gallery_multi_upload
added tag
gallery_multi_upload/direct
:direct
suffix allows to upload multiple items without using massimport actionadded tag
gallery_thumbnail
to allow engine computingphdiff
andphavg
duplicates: UPDATED
marked
inview
(for tech analysis)added tag
rest_api_mass_import_include
required for portal duplicates modal
filesize: UPDATED added tag
rest_api_mass_import_include
recommended for portal duplicates modalname: UPDATED make this field
i18n
to be compliant with standardasset
name
propertynamede: ADDED compliant with
asset
namefr: ADDED compliant with
asset
phavg: UPDATED marked
inview
(for tech analysis)phdiff: UPDATED marked
inview
(for tech analysis)job: UPDATED added tag
rest_api_mass_import_agg
to allow aggregates on this prop for REST API calls. Allows better performancessha: UPDATED marked
inview
(for tech analysis)tmpsource: ADDED (required by packaged application)
NON_ENGINE_FIELDS: A technical description has been added to help you understand what those fields are used for and if you can remove them (still, you should not)
massimportjob
Field changes
activestep: UPDATED added tag
datalist_search_simple
changes: UPDATED added tag
datalist_search_simple
created: UPDATED added tag
datalist_search_simple
jobowner: UPDATED added tag
datalist_search_simple
jobprogress: UPDATED added tag
datalist_search_simple
modified: UPDATED added tag
datalist_search_simple
outstanding: UPDATED added tag
datalist_search_simple
owner: UPDATED added tag
datalist_search_simple
previousowner: UPDATED added tag
datalist_search_simple
status: UPDATED added tag
datalist_search_simple
organization
Field changes
name: UPDATED marked
indexed
user
Field changes
contriblangs: UPDATED added tags
rest_api_profile_include
andrest_api_whoami_include
required for portalfirstname: UPDATED removed
indexed
removed tagelasticsearch/analyzer/wxm_standard
lastname: UPDATED removed
indexed
removed tagelasticsearch/analyzer/wxm_standard
name: UPDATED added tag
autosuggest
wkfmassimportitem
Field changes
id: UPDATED marked
inlist
workflow
Field changes
rights: DELETED - this property is not used by the engine for years