Custom Query (1174 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (310 - 312 of 1174)

Ticket Resolution Summary Owner Reporter
#796 fixed Can't open collections Stefan Schweer
Description

Opening a collection creates Jinja2 errors:

2013/10/13 18:08:18 [error] 30685#0: *245 FastCGI sent in stderr: "Error - <class 'jinja2.exceptions.TemplateSyntaxError'>: expected token ',', got 'string'

Kind regards Stefan Schweer

#805 fixed Add template_hook near media_title Michael Müller
Description

It would be nice if we could add a template_hook in the user_pages/media.html template file. This would enable plugins to display content near the "media_title".

At the moment there is an "Edit" and "Delete" button below the media, placed right of the media_title (when logged in). On my MediaGoblin instance I have added a media_titleinfo template_hook. This is used to display a publicly visible micropayment button for each media. Here is a screenshot of what and where i mean. There are some other use cases as well: consider somebody would like to add a button besides the standard "Edit" and "Delete" button: "Report this media", "View in Fullscreen" or Social Media sharing buttons for example.

The sidebar gets quite crowded at the moment, because the user_pages/media.html template has only the media_sideinfo template_hook as a possibility to put additional information. IMO the media_title line would be a fitting additional place for certain information as well.

#806 fixed on setup, kombu 3.0 conflicts with celery 3.0.24 criticalcat
Description

Given fresh install on Trisquel 6.0 by following setup instructions here:

http://mediagoblin.readthedocs.org/en/v0.5.1/siteadmin/deploying.html

When running this command:

(sudo -u mediagoblin virtualenv --system-site-packages .
virtualenv .) && sudo -u mediagoblin ./bin/python setup.py develop

Then this error occurs:

error: Installed distribution kombu 3.0.0 conflicts with requirement kombu>=2.5.15,<3.0

Full error log: http://pastie.org/8417541 setup.py: http://pastie.org/8417552

It appears that celery is the one with the <3.0 dependency:

./lib/python2.7/site-packages/celery-3.0.24-py2.7.egg/EGG-INFO/requires.txt:kombu>=2.5.15,<3.0

When I add a <3.0 to the setup.py kombu dependency on a fresh version before running the same command

modified setup.py: http://pastie.org/8417570

Then the command succeeds

result: http://pastie.org/8417569

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.