Custom Query (1173 matches)
Results (232 - 234 of 1173)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #5306 | duplicate | Hard-coded absolute URL path in frontpage_welcome.html | ||
| Description |
I'm attempting to run mediagoblin at a path that's not the root of the site, e.g. http://example.com/gobble This works just fine, except for one hard-coded path: in frontpage_welcome.html it says: <img class="welcomeimage" src="/mgoblin_static/images/home_goblin.png"> and should be preceded by the context path, /gobble in my example. |
|||
| #5085 | wontfix | Cannot register on this site | ||
| Description |
The front page of https://issues.mediagoblin.org/ says
but this does not seem to be correct. In other words, you get this bug report filed anonymously :-) |
|||
| #5084 | fixed | Exit code from gmg | ||
| Description |
If I attempt to create a user that exists already by executing this command twice: gmg adduser --username foo --password bar --email foo@bar.com I get an error message at the second time: "Sorry, a user with that name already exists." but the exit code stays 0. This should be non-0, so it's easier to script this. It may be worthwhile to check the exit codes of other gmg subcommands as well. |
|||
