Custom Query (1173 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (217 - 219 of 1173)

Ticket Resolution Summary Owner Reporter
#737 fixed docs.mediagoblin.org should support multiple versions, or move to readthedocs Christopher Allan Webber
Description

http://docs.mediagoblin.org/ should support building docs for every tagged version. Right now it just shows the latest code, and that's a problem when the intall docs between master and the latest release go out of sync (as they are with the media types -> plugins right now, as well as with the merge of #536 which is imminent).

Alternately we could move to ReadTheDocs, but that might qualify as Software As A Service Substitute. At the very least, it seems Not Nice (TM). So we should probably build better scripts for this.

#738 fixed reverse proxy mg.org/irclogs to http://78.46.107.34/~pythonsnake/mg-meetings/? Simon Fondrie-Teitler
Description

As it says.

#739 invalid No module named audio.models Danilo Tomasoni
Description

Complete traceback:

mediagoblin@lolly:~/mediagoblin$ ./bin/gmg dbupdate
Traceback (most recent call last):
  File "./bin/gmg", line 9, in <module>
    load_entry_point('mediagoblin==0.4.1.dev', 'console_scripts', 'gmg')()
  File "/media/nfs/home/mediagoblin/mediagoblin/mediagoblin/gmg_commands/__init__.py", line 104, in main_cli
    args.func(args)
  File "/media/nfs/home/mediagoblin/mediagoblin/mediagoblin/gmg_commands/dbupdate.py", line 132, in dbupdate
    run_dbupdate(app_config, global_config)
  File "/media/nfs/home/mediagoblin/mediagoblin/mediagoblin/gmg_commands/dbupdate.py", line 116, in run_dbupdate
    global_config.get('plugins', {}).keys())
  File "/media/nfs/home/mediagoblin/mediagoblin/mediagoblin/gmg_commands/dbupdate.py", line 64, in gather_database_data
    models = import_component('%s.models:MODELS' % media_type)
  File "/media/nfs/home/mediagoblin/mediagoblin/mediagoblin/tools/common.py", line 34, in import_component
    __import__(module_name)
ImportError: No module named audio.models

this on a fresh debian 7.1 install with media_types.audio and dave thompson 421-mysql branch, but I don't think this is related to mysql.

I tried to install through pip audio and audio.models but it doesn't find them.. How can I fix?

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