CSSCurrent en:Update from v4.6.1 to v4.7.1
Note on the login process for a pending postupdate
Due to the database changes in the background, the first login process takes longer than usual (up to one minute).
Log in to the administration interface:
Due to changes in the login mechanism there are changes for administrative users.
Changed Archiving Configuration
General
Due to underlying changes, the way how time-based information is processed in the archiving metadata templates has changed. If you previously customized the metadata template for the file-system or SCP archiving connector, please migrate the custom template as described below.
Changed Velocity Context variables
The table below shows all variables which need to be updated with the value listed under New in order to have the same output as before the update.
Variable | Old | New |
---|---|---|
provisionDate |
${provisionDate} |
${date.toDate(${provisionDate})} |
expirationDate |
${expirationDate} |
${date.toDate(${expirationDate})} |
Changed method calls
As a consequence of the changes in above mentioned variables, method calls on these variables have changed as well. The table below shows all method calls which need to be updated with the value listed under New in order to have the same output as before the update.
Variable | Old | New |
---|---|---|
provisionDate |
${provisionDate.getTime} |
${date.toDate(${provisionDate}).getTime()} |
expirationDate |
${expirationDate.getTime()} |
${date.toDate(${expirationDate}).getTime()} |
Changed System-Log Configuration
Due to changes in the system's structure the configuration file to set the 'system-log' settings will be modified during the post update process. The file `resources/logback.xml` will be replaced by the a new configuration file.
- Navigate in the administration interface to the menu System-Settings → Log Settings→ System-Log.
- Copy the contents of the old `logback.xml` into the input field.
- Navigate to the section marked by `` .
- Add this line: <logger name="com.cryptshare.server" level="info" />
- Click Save changes.

Language Packages
Delta-File for changed passages
In case your language packages have been modified, the attached delta-file Datei:65667781.txt can help you to locate the changes in this update and re-apply the modifications.
Click here to see how the delta file for language packages is built.
\-------------------------------------------------------------------- REMOVED FILES --------------------------------------------------------------------<files>
\-------------------------------------------------------------------- NEW FILES --------------------------------------------------------------------<files>
- Keys have been removed
- Keys have been added
- Keys have been modified
\-------------------------------------------------------------------- MODIFIED FILES -------------------------------------------------------------------- ----------------------------------------------------------------- <path and file name> ----------------------------------------------------------------- ------------------ ---Removed keys--- ------------------ <keys> -------------- ---New keys--- -------------- <keys> ------------------- ---Modified keys--- ------------------- KEY: <affected key> OLD: <former key & value> NEW: <new key & value>In case of a modification, the affected key, its old value and its new value is shown.