{5} Accepted, Active Tickets by Owner (Full Description) (9 matches)

List tickets accepted, group by ticket owner. This report demonstrates the use of full-row display.

Frans (9 matches)

Ticket Summary Component Milestone Type Created
Description
#548 Fix typo in requests to /autorisation_group/* REST calls REST MediaMosa X.X defect 12/21/11

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


#550 Missing documentation for still rest call Documentation MediaMosa X.X defect 12/22/11

Missing documentation for rest call /still// [GET]. See http://www.mediamosa.org/node/264035


#551 documentation for oembed rest call Documentation MediaMosa X.X defect 12/22/11

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)


#554 Still generation status is waiting on upload fail Transcoding MediaMosa X.X defect 01/03/12

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


#556 Unable to specify streaming log path Core MediaMosa X.X defect 01/06/12

Entering a streaming log path in the MediaMosa global settings produces an error message:

<em>The streaming log path is not valid.</em>

Have tried the following paths: <em>/srv/mediamosa/streaming.log /srv/mediamosa/streaming/log /mnt/streaming/log /mnt/naspcd1/vp-prod/01/vpx-prod/log </em>


#495 Option to create custom metadata tags for mediafiles Core MediaMosa X.X enhancement 02/21/11

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.


#546 Solr-plugin to support (password protected) SSL/TLS Core MediaMosa X.X enhancement 12/15/11

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' => 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.


#555 continuous integration and static code review Core MediaMosa X.X task 01/03/12

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 "Integrating PHP Projects with Jenkins" (http://shop.oreilly.com/product/0636920021353.do).


#557 Table 'mediamosa_statistics_file_upload' doesn't exist: Core MediaMosa X.X task 01/07/12

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.mediamosa4082mediamosa_statistics_file_upload' doesn't exist: SHOW CREATE TABLE {mediamosa4082mediamosa_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)


Note: See TracReports for help on using and creating reports.