Hi everybody,
We've just pushed out some major changes to the develop branch of the authoring tool. This contains numerous improvements which I'll detail below, but I'd like to draw attention to some essential configuration changes required if you wish to update an existing installation.
How to upgrade an existing installation
Open /config/config.json and add the following new keys:
Key | Value | Comments |
outputPlugin | adapt | Leave this as 'adapt' |
masterTenantID | Set the value to the _id value for the record in the MongoDB tenants collection | |
masterTenantName | Set this to the name value for the record in the MongoDB tenants collection |
Personally I've found Robomongo to be a very useful application for working with MongoDB.
Here is the full change log:
Fixes for the following tickets: AB-292 - Extensions against 'config' do not seem to save AB-160 - Add poster images to projects AB-302 - Inform user that required field is missing when adding new asset AB-316 - Search does not work AB-314 - Double scroll bar AB-334 - Video asset thumbnails should be animated gifs AB-318 - Display issue with tiles when there are many characters used for the Course title Also includes the following: - Minor IE 9 fixes - Added support for client-side configs - Corrected 'Back to courses' button - Added missing language strings - Fixes around drag and drop, copy and paste - Role permissions synced on a server restart - Fix for asset manager filters - General UI fixes - Proper support for shared courses - Poster images now available on courses - Progress indicator on preview - Re-factoring of build process - Fixes with theme and menu selection to persist selection after new versions are installed - Added support for _trackingId values - Install updated - Context menu issues fixed