Ticket #333 (closed task: fixed)
Release notes for MediaMosa 2.2
| Reported by: | Frans | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | MediaMosa 2.2 |
| Component: | Core | Version: | 2.2.0 |
| Keywords: | Cc: | ||
| MoSCoW: | Must Have | Estimated time after impact analysis: | |
| Related to project: | none | Tested: | yes |
| Accepted: | yes | Estimated Hours: | 0 |
Description (last modified by Frans) (diff)
Mediamosa 2.2.0 (build 725) Monday, July 26, 2010
- Fixed saving webservice with client application in admin. (See ticket #315).
- Fixed unit test Still download/playproxy when using apache alias on /still (See ticket #313).
- Fixed /mediafile/$asset_id/analyse call to return created job ID. (See ticket #320).
- Fixed missing mediafiles in asset view in admin. (See ticket #322).
- Added job_ids to several log messages (See ticket #214).
- Added pager to all stats pages and decreased items per page to 50 instead of 150 (See ticket (#225).
- Windows transcoding fix & first character fix (See vpcore Ticket 159).
- Extended asset/$asset_id/joblist with CQL search and now has limit and offset parameters. Limit is set to maximum of 200 jobs in result. Extended the admin documentation for this call for usage of the CQL call, see your MediaMosa admin on uri /admin/mediamosa/browse/restcall/asset-%24asset_id-joblist/GET. (See ticket #267).
- Job for still analyse (See ticket 239).
- Introduction /collection/{id}/asset/count, and implements numofvideos in /collection/{id} response (See ticket 204).
Other changes (not ticket related).
- During ticket #255, adding pager to stats, bug was found on the stats keyword saver. It also stored search on dates, which are not words. Bug fixed, stats now only stores words. Added stats unit test to make sure stats saving on search words works as intended.
- Fixed input errors in statistics dates (search words and other stats).
- Put some logging of still generation to debug level instead of normal.
- Still generation that is busy for black check now logs right text about status.
- Logging message about ending still job while job in progress will now log message that its still running instead wrong ending message.
- DBUS REJECTED message will now return error 1600 in /login rest call instead of 601 OK message.
- ftp/create REST call will now also create the FTP home directory for the new user.
- Added extra tests for search on metadata dates.
- /user/user_id will now return quota even if user_id has no quota information. Old behavour would return invalid user Id error when no quota was available. But then you can never get quota information when you haven't uploaded anything yet.
- Fixed maxlength on title for collection creation, was unlimited.
- Max length is now shown correctly in REST calls browser.
- Fixed bug in mediamosa.profile where output of error messages was not complete.
- Changed default mount point for windows in profile to \\ instead of //.
- Fixed weird bug where the stats cron job failed during a query because of linefeed char. Fixed by using mediamosa_db::db_query instead of db_query.
- Fixed bug in admin where new collections where created with empty app_id.
- Added check to /assets on the asset_id array, will give notices when array in array was supplied.
- Fixed number of notices when tests where not completed (because of restarts).
- Made the tag rest parameter in /asset/asset_id/mediafile and /mediafile/mediafile_id max. length 32 chars.
- Field 'transcode_profile_id' in mediamosa_asset_mediafile is converted to INT type instead of varchar(10).
- PHP function getimagesize() is now wrapped with mediamosa_io::getimagesize().
- Fixed documentation asset_id[] to asset_id in /asset REST call.
- Added 'changed', 'created' for assets to the CQL search.
- acl/get_foreign_apps is now depricated and replaced by /acl/app
- Added /acl/app REST call. Returns listing of apps on which the current app has master-slave rights on.
