Custom Query (1174 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (391 - 393 of 1174)

Ticket Resolution Summary Owner Reporter
#971 fixed Add location model that all objects can use Jessica Tallon
Description

Add a location model that can be used by MediaEntry, User, Collection and MediaComment so that location data from other servers in the pump.io API can retain this data and see it. This has been outlined here.

#972 fixed Upgrade system python Elinvention
Description

After a system python upgrade, Mediagoblin won't be able to start any more because the local virtualenv python will still look for the old python modules (if I understood correctly). Mediagoblin will output errors like this and refuse to start:

Traceback (most recent call last):
  File "./bin/gmg", line 9, in <module>
    load_entry_point('mediagoblin==0.7.1.dev', 'console_scripts', 'gmg')()
  File "/var/mediagoblin/mediagoblin/gmg_commands/__init__.py", line 108, in main_cli
    setup_func = import_component(command_struct['setup'])
  File "/var/mediagoblin/mediagoblin/tools/common.py", line 34, in import_component
    __import__(module_name)
  File "/var/mediagoblin/mediagoblin/gmg_commands/shell.py", line 21, in <module>
    from mediagoblin.gmg_commands import util as commands_util
  File "/var/mediagoblin/mediagoblin/gmg_commands/util.py", line 18, in <module>
    from mediagoblin import app
  File "/var/mediagoblin/mediagoblin/app.py", line 20, in <module>
    from mediagoblin.routing import get_url_map
  File "/var/mediagoblin/mediagoblin/routing.py", line 19, in <module>
    from mediagoblin.tools.routing import add_route, mount, url_map
  File "/var/mediagoblin/mediagoblin/tools/routing.py", line 20, in <module>
    from werkzeug.routing import Map, Rule
  File "/var/mediagoblin/local/lib/python2.7/site-packages/Werkzeug-0.9.6-py2.7.egg/werkzeug/__init__.py", line 154, in <module>
    __import__('werkzeug.exceptions')
  File "/var/mediagoblin/local/lib/python2.7/site-packages/Werkzeug-0.9.6-py2.7.egg/werkzeug/exceptions.py", line 67, in <module>
    from werkzeug._internal import _get_environ
  File "/var/mediagoblin/local/lib/python2.7/site-packages/Werkzeug-0.9.6-py2.7.egg/werkzeug/_internal.py", line 15, in <module>
    from datetime import datetime, date
ImportError: No module named datetime

To update virtualenv python you can issue:

virtualenv --system-site-packages <path/to/env>

as mediagoblin user, where <path/to/env> is the path to your mediagoblin instance.

#974 fixed Re-enable garbage collection after implementing clean session behavior Christopher Allan Webber
Description

Very similar to #973 (but not yet confirmed that it has been causing issues), it seems that there isn't proper transaction/session closing behavior in the garbage collection tool implemented in the garbage collection celerybeat task.

We should make sure this is working correctly and then re-enable by 0.8.0. It's a very valuable feature and we don't want it to fall by the wayside.

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