Ticket #547 (new task)

Opened 17 months ago

Last modified 11 months ago

Release notes / Changelog for MediaMosa 3.1 / 3.5

Reported by: Frans Owned by:
Priority: major Milestone: MediaMosa 3.1/3.5
Component: Core Version:
Keywords: Cc:
MoSCoW: Must Have Estimated time after impact analysis:
Related to project: none Tested: no
Accepted: no Estimated Hours: 0

Description

MediaMosa 3.1.0-rc (build 1805)

  • Fixed several unittests.
  • introduction of media/.htaccess
  • Upgrade to Drupal 7.10.
  • Refactured server definitions (with support for VideoJS).
  • Removed old still unit tests that are replaced by new unit tests.
  • Major rewrite permanent stills.
  • Removed coder and devel module.
  • Regular file names have mode 644.
  • Fix for watermark unit test; Rest call did not match correctly with uri in Simpletest.
  • Ticket #429: Rollback. Turned off new version 3 output, REST call return format is now compatible with version 2.
  • Fix for Timezone unittest conflict in simple setup.
  • Ticket #500, Commented out unit tests code.
  • Added a mediamosa_metadata_info hook, to allow more metadataformats.

Change History

Changed 17 months ago by Frans

MediaMosa 3.1.0-rc2 (build 1810)

  • Fixed security issue with session app_id.
  • Fixed filesystem rights of some sannas directories.
  • Fixed playproxy .asx files.
  • Fixed Metadata properties that where empty caused wrong exception.

Changed 17 months ago by Frans

  • summary changed from Release notes for MediaMosa 3.5 to Release notes / Changelog for MediaMosa 3.1 / 3.5

MediaMosa 3.1.0 (build 1820)

  • Redesigned example video transcode profiles.
  • Default still is now 640x360.
  • Fixed 2 lua bugs: progress status and logerror with statusfile.
  • Fixed header result id mapping to drupal_set_message.
  • Fix error when using sortBy in CQL in the asset browser tool.
  • Fixed debug info block in MediaMosa SDK.
  • Solr update: unittest to work with parent solr url, updated documentation.
  • Forum issue by DZenker: Added .webm as a extention to ticket links for webm videos.
  • Fixed mkdir to make sure all directories have the correct mode (755).

Changed 16 months ago by Frans

MediaMosa 3.1.1 (build 1830)

  • Updated Rubik and Tao theme.
  • Disabled db schema check on Status page (forum: after-install-php-error-main-page).
  • Disabled CQL search test with unequal searches for SOLR.
  • Fixed CQL search with unequal searches (<>) on properties.
  • Fixes upgrade path reported by (forum: "error-while-upgrading-31")

Changed 16 months ago by Frans

MediaMosa 3.2.0 (build 1840)

  • Analyze of images now stores proper size (width/height).
  • Fix for Simpletests of SOLR. Cleanup of Solr documents during simpletests did not clean up all objects.
  • Disabled crawling in robots.txt
  • Upgrade to Drupal 7.12.
  • The asset/$asset_id/metadata POST is_app_admin fix.
  • Extended still upload simpletest with PUT method testing.
  • Extended asset mediafile upload test with testing upload with PUT method.
  • Removed 'user_id' requirement on PUT asset/upload REST call.
  • Updated restcall documentation on [POST] asset/{id}.
  • Fixed: asset/update call did not support unsetting the play_restriction_start and play_restriction_end. Use empty string for unsetting the values on an asset.

Changed 14 months ago by robert

MediaMosa 3.2.1 (build 1846)

  • Added play restriction ACL; media that does meet play restriction rules (when set on asset) fail play access.
  • Fixed when update on asset the play_restriction_start and play_restriction_end are switched (high to low instead of low to high), then MediaMosa will swap the date values.
  • Added simpletest for testing play restriction.
  • Fixed default profile is now profile 24 in a clean install (broke simpletests in clean install).
  • The XML schema of the Solr module has been changed, existing installations that use MediaMosa Solr must replace the schema.xml (found in /sites/all/modules/mediamosa_solr/schema.xml) in your Solr installation.
  • Fixed notice in common job simpletest.

Changed 11 months ago by Robert

MediaMosa 3.2.2 (build 1882)

  • Extended the logging for REST calls and added filtering to log for specific application ID and/or IP address.
  • Fixed: some installations where no longer able to edit the MediaMosa servers.
  • Fixed: In some cases when a REST call was logged, an exception was thrown when no application ID was available or set.
  • Fixed: Fixing problem with 1.7 migration module; PDO exception with NULL value for metadata name (caused by uppercase name).
  • Upgraded to Drupal 7.14 (with applied MediaMosa bootstrap patch, see patch dir under mediamosa module).
  • Partial rewrite on ratio calculation function for preventing hangs during transcode jobs.
  • Fixed notices when asset search was called with is_oai = TRUE and assets where included which where deleted.
  • Changed copyright to 2012.
  • Changed 'static public function' to Drupal standard 'public static function'.
  • Changed 'static private function' to Drupal standard 'private static function'.
  • Changed 'static protected function' to Drupal standard 'protected static function'.
  • MediaMosa Simpletests will now correctly display where the assert, passes and fails messages where triggered, instead of the inherited class.
  • Added Simpletest to test ACL inherit/copy function.
  • Removed core hacks from bootstrap.inc. See sites/all/modules/mediamosa/patch/README.txt for original patch notes in case your installation requires the patch.
  • Fixed 3 more notices for php 5.4.
  • Added a post_transcode hook for tools.
  • Issue #56 (github) by Bigon: Mediamosa shouldn't hardcode path other modules.
Note: See TracTickets for help on using tickets.