Custom Query (1173 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (34 - 36 of 1173)

2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
Ticket Resolution Summary Owner Reporter
#5584 fixed Add visual feedback on links anongoblin
Description

The hyperlinks on MediaGoblin could be underlined on mouse-hover so the user knows for certain that this is the link they are going to press.

Very small "on-hover" details like this are good for accessibility.

#5583 no-action "Create Account" and "Start an Instance" are squished together anongoblin
Description

On the main starting page of Mediagoblin (when the user is logged out), there are two buttons: "Create an account on this site" and "Set up MediaGoblin on your own server".

The two buttons appear to have no margin between them, forcing them to be as close together as possible.

This is using the "base.css" theme.

#5582 fixed dbupdate fails with configobj.MissingInterpolationOption error anongoblin
Description

I am trying to deploy mediagoblin on a Raspberry Pi 3B+ according to the instructions found on https://mediagoblin.readthedocs.io/en/stable/siteadmin/deploying.html. I've tried on both Raspbian Buster and Ubuntu MATE 18.04.2, but they both fail in the same place, as shown below.

mediagoblin@pi-mate:/srv/mediagoblin.example.org/mediagoblin$ ./bin/gmg dbupdate
Traceback (most recent call last):
  File "./bin/gmg", line 11, in <module>
    load_entry_point('mediagoblin', 'console_scripts', 'gmg')()
  File "/srv/mediagoblin.example.org/mediagoblin/mediagoblin/gmg_commands/__init__.py", line 148, in main_cli
    args.func(args)
  File "/srv/mediagoblin.example.org/mediagoblin/mediagoblin/gmg_commands/dbupdate.py", line 235, in dbupdate
    global_config, app_config = setup_global_and_app_config(args.conf_file)
  File "/srv/mediagoblin.example.org/mediagoblin/mediagoblin/init/__init__.py", line 48, in setup_global_and_app_config
    global_config, validation_result = read_mediagoblin_config(config_path)
  File "/srv/mediagoblin.example.org/mediagoblin/mediagoblin/init/config.py", line 89, in read_mediagoblin_config
    mainconfig_defaults = copy.copy(config_spec.get("DEFAULT", {}))
  File "/srv/mediagoblin.example.org/mediagoblin/lib/python3.6/copy.py", line 96, in copy
    rv = reductor(4)
  File "/srv/mediagoblin.example.org/mediagoblin/lib/python3.6/site-packages/configobj-5.0.6-py3.6.egg/configobj.py", line 482, in __reduce__
  File "/srv/mediagoblin.example.org/mediagoblin/lib/python3.6/site-packages/configobj-5.0.6-py3.6.egg/configobj.py", line 557, in __getitem__
  File "/srv/mediagoblin.example.org/mediagoblin/lib/python3.6/site-packages/configobj-5.0.6-py3.6.egg/configobj.py", line 549, in _interpolate
  File "/srv/mediagoblin.example.org/mediagoblin/lib/python3.6/site-packages/configobj-5.0.6-py3.6.egg/configobj.py", line 352, in interpolate
  File "/srv/mediagoblin.example.org/mediagoblin/lib/python3.6/site-packages/configobj-5.0.6-py3.6.egg/configobj.py", line 330, in recursive_interpolate
  File "/srv/mediagoblin.example.org/mediagoblin/lib/python3.6/site-packages/configobj-5.0.6-py3.6.egg/configobj.py", line 417, in _parse_match
  File "/srv/mediagoblin.example.org/mediagoblin/lib/python3.6/site-packages/configobj-5.0.6-py3.6.egg/configobj.py", line 386, in _fetch
configobj.MissingInterpolationOption: missing option "here" in interpolation.

All of the steps leading up to that have executed successfully. I'm attaching the mediagoblin_local.ini file in case I missed something there, but I think everything is correct in it.

2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.