__color__,__group__,ticket,summary,component,milestone,type,created,_changetime,_description,_reporter
4,Frans,548,Fix typo in requests to /autorisation_group/* REST calls,REST,MediaMosa X.X,defect,2011-12-21T12:04:02+0100,2012-01-07T23:54:43+0100,The various /autorisation_group/* REST calls are misspelled and should be spelled 'authorization'.  The description contains properly spelled 'authorization':  http://www.mediamosa.org/content/list-authorization-group-1,anonymous
4,Frans,550,Missing documentation for still rest call,Documentation,MediaMosa X.X,defect,2011-12-22T10:53:29+0100,2012-01-07T23:54:53+0100,"Missing documentation for rest call /still// [GET]. See  http://www.mediamosa.org/node/264035

",anonymous
4,Frans,551,documentation for oembed rest call,Documentation,MediaMosa X.X,defect,2011-12-22T11:24:47+0100,2012-01-07T23:55:02+0100,"Update documentation at http://www.mediamosa.org/content/oembed-get.
The example request contains a 'mediafile_id' parameter but in the parameter listing all parameters are optional. How can you retrieve an oembed representation without are parameters being send?
Please provide sample response XML also (JSON)

",anonymous
4,Frans,554,Still generation status is waiting on upload fail,Transcoding,MediaMosa X.X,defect,2012-01-03T11:56:11+0100,2012-01-07T23:55:14+0100,"When an upload fails, a still generation job is created with status 'Waiting' and is not failed or deleted after the set timeout in mediamosa.settings.class.inc",anonymous
4,Frans,556,Unable to specify streaming log path,Core,MediaMosa X.X,defect,2012-01-06T10:44:44+0100,2012-01-07T23:55:49+0100,"Entering a streaming log path in the MediaMosa global settings produces an error message:

&lt;em&gt;The streaming log path is not valid.&lt;/em&gt;

Have tried the following paths:
&lt;em&gt;/srv/mediamosa/streaming.log
/srv/mediamosa/streaming/log
/mnt/streaming/log
/mnt/naspcd1/vp-prod/01/vpx-prod/log
&lt;/em&gt;",anonymous
4,Frans,495,Option to create custom metadata tags for mediafiles,Core,MediaMosa X.X,enhancement,2011-02-21T14:19:25+0100,2012-01-07T23:53:22+0100,"At the moment it is possible to create custom metadata tags for assets with the metadata_tag/create action. After that it is possible to add custom metadata to assets.

I propose that it would also be possible to create custom metadata tags for mediafiles, so you could add and search for customized mediafile metadata.",anonymous
4,Frans,546,Solr-plugin to support (password protected) SSL/TLS,Core,MediaMosa X.X,enhancement,2011-12-15T11:24:42+0100,2012-01-07T23:54:27+0100,"See forum post 
http://mediamosa.org/content/mediamosa-solr-module-strips-https-url

Eg.
{{{https://mm-solr-test01.uio.no/solr}}}

becomes
{{{http://mm-solr-test01.uio.no:8983/solr/}}}

whereas it should be interpreted as
{{{https://mm-solr-test01.uio.no:443/solr}}}

Fix: 
{{{diff -r a33bbefa1781 sites/all/modules/mediamosa_solr/mediamosa_solr_apache_solr_service.class.inc
--- a/sites/all/modules/mediamosa_solr/mediamosa_solr_apache_solr_service.class.inc Thu Oct 13 11:49:14 2011 +0200
+++ b/sites/all/modules/mediamosa_solr/mediamosa_solr_apache_solr_service.class.inc Wed Oct 26 15:34:28 2011 +0200
@@ -128,8 +128,8 @@
'path' =&gt; self::MEDIAMOSA_SOLR_DEFAULT_PATH,
);

- // Solr only uses host, port and path.
- return 'http://' . ['host'] . ':' . ['port'] . '/' . trim(['path'], '/') . '/';
+ // Solr only uses scheme, host, port and path.
+ return ['scheme'] . '://' . ['host'] . ':' . ['port'] . '/' . trim(['path'], '/') . '/';
}

}}}

Additionally, the solr-plugin should support password protected solr. ",anonymous
4,Frans,555,continuous integration and static code review,Core,MediaMosa X.X,task,2012-01-03T14:48:11+0100,2012-01-07T23:55:32+0100,"If not done already I (Tom) believe we should start using continues builds and dynamic and static code review in order to improve and maintain overall quality.
Jenkins is the leading open source continuous integration server. PHP projects can also be integrated with it. See http://jenkins-php.org/ for instructions on how to do this. This template is done by the author of &quot;Integrating PHP Projects with Jenkins&quot; (http://shop.oreilly.com/product/0636920021353.do).
",anonymous
4,Frans,557,Table &#039;mediamosa_statistics_file_upload&#039; doesn&#039;t exist: ,Core,MediaMosa X.X,task,2012-01-07T23:38:42+0100,2012-01-07T23:50:05+0100,"hey after installing i get php error  seems sousing is missing in db maybe some one can help me :) 

PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'newzoo_1.mediamosa__4082mediamosa_statistics_file_upload' doesn't exist: SHOW CREATE TABLE {mediamosa__4082mediamosa_statistics_file_upload}; Array ( ) in mediamosa_db::query() (line 181 of /home2/newzoo/public_html/sites/all/modules/mediamosa/lib/mediamosa_db.class.inc).



MediaMosa v3.1.0 (build 1820)",anonymous
