The XWiki development team is proud to announce the availability of XWiki 12.7.
This release mostly focused on adding the ability to Like pages and on hiding by default the comment editor. As usual it also fixes bugs and adds some other minor features.
Unfortunately, the Diagram Application and the Task Manager Appplication seem to have stopped working since 12.7-rc-1. Adding a diagram fails since the editor does not load. Adding a Kanban board to a page results in a blank space being shown. There are JS errors in the console.
@jmiba Hi. Did you try to refresh your browser cache (just in case it’s an issue with cached JS by your browser, from a previous XWiki version)? Thanks
That is because these extensions don’t work well ATM when JavaScript strict mode is on. 12.7.1+ will have a configuration to disable the strict mode for JavaScript extensions. For 12.7RC1 and 12.7 the workaround is to disable the JavaScript minification. Sorry for the trouble.
Well, thanks, but adding ?minify=false to the URL for a test doesn’t seem to do the trick, at least not with the Taskmanager’s Kanban board. Will create JIRA issues instead.