Custom Query (1174 matches)
Results (196 - 198 of 1174)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #256 | FIXED | Use staticdirect instead of /mgoblin_static/ | ||
| Description |
templates should never use /mgoblin_static/ but use request.staticdirect() instead, which uses the proper paths from the config. This is relevant when running mediagoblin not on / but on a subpath like /mediagoblin/. I have fixed the current templates (git branch will be pushed tomorrow). The interesting question is, if the test suite should test for this? If so, here's an idea on how to do it:
That way all tested paths will at least also get tested for wrong references. At least, that's my idea on this. |
|||
| #257 | FIXED | request.path_info sometimes used incorrectly | ||
| Description |
When running mediagoblin in a subpath, like /mediagoblin/, then some things are a little complex. For /mediagoblin/u/elrond/ request.path_info becomes /u/elrond/.
I know, that the environ has SCRIPT_NAME ("/mediagoblin" in this case), but it's not entirely clear, on how to procede from here. Assigning to Chris, as he created most of the base infrastructure and surely has comments. |
|||
| #258 | FIXED | transifex error | ||
| Description |
When I am trying to translate spanish version: Translation must start with a newline () With: Create a free account? or? Set up MediaGoblin on your own server? |
|||
