Releases: cetra3/onlyoffice-alfresco
Releases · cetra3/onlyoffice-alfresco
1.4.2
1.4.1
Bug Fixes for OnlyOffice version 4
- Support for OnlyOffice version 4 (Tested with Alfresco Enterprise 5.1)
- Adds a few more Languages as per the ONLYOFFICE fork
- Limits the Edit in OnlyOffice button to certain mime types within Alfresco, rather than globally available as an action
- Adds a keep alive to make sure the share session does not expire when you have a window open
- Adds a new global property:
onlyoffice.lang
. This will set the language of the editor. E.g, for italian:
onlyoffice.lang=it
- Wrapped some response writers in the try blocks
Include UTF-8 Support in Filenames and Target Java 7
This release resolves the following issues:
- UTF-8 encoding in document names were displayed as question marks
?
- Targets Java 7 bytecode for greater compatibility
Changes to handle multi-user more correctly
This change resolves some issues with multi-user collaboration:
- OnlyOffice will send a status of 1 when a new document is opened, and also when people enter/exit. Changed this to check for the lock and not set a lock if there is already one present.
- Alfresco updates the modification date when locking the node. We rely on this to produce a unique key, as some documents may not be versioned. Disabling behaviour ensures that the modification date is unchanged.
- Changed lock order to unlock the node before updating the content
Initial Release
Initial Release of onlyoffice plugin without dependancy on dynamic extensions