Version 2.0.1 is out and while it was mostly a bug squashing version, there are a few small additions.On top of the application changes, I am piloting a new update program that will get and apply updates without any hassle. More on that as I test more and make sure everything works.
Here is log of changes:
Overall Changes
- Added local and UNC path validation through regular expressions for video source interface
- Updated ORM version (SubSonic) to latest 471 due to bug with paging in SQL Server 2005
- Corrected issue with manual entries. They are no converted and stored as "Manual Entry" video source
- Fixed issue duplicate content player images showing when viewing individual video through the API
- Fixed issue with duplicate entries returned by the API when listing videos by category
- Added database migration script to convert some old department paths to video sources
Web Application Changes
- Added code to escape the special characters in the image file names
- Fixed issue with "Sharing" in different categories not working correctly in IE
- Modifed the "Manual Entry" screen to take only a single input
- Fixed issue with default upload path not being selected
- Fixed new user creation bug on every user edit
- Fixed display of duplicate content player images in indvidual video page
- Fixed issue with video sources being deleted if validation fails
Plugin Changes
- Renamed "displayInformation" parameter to "displayEmbedCode"
- Added displayFullDescription(false), displayVideoDuration(false) parameters and shortDescriptionLength(250) setting
- Added ajaxStatus class to display a "Loading..." message on ajax requests
- Added "formatBitrate" function to format and display the video bitrate
- Fixed bug in "selectRandomFeaturedVideo" function when only 1 video was published
- Fixed bug in "formatDuration" function that did not format duration correctly if second ended in 0 (40 seconds)