Custom Query (1173 matches)
Results (49 - 51 of 1173)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#60 | FIXED | Command to start shell w/ mediagoblin.globals set up | ||
Description |
:: ./bin/gmg shell mediagoblin.ini should launch a shell with: - mediagoblin.globals set up and pre-imported as mgoblin\_globals - "mgoblin\_app" instance set up, an instance of MediaGoblinApp - a bit of text is printed out explaining that those two variables are available |
|||
#61 | FIXED | Use local fonts instead of linking to remote ones | ||
Description |
Right now we're using Google's Web Fonts embed code: `http://www.google.com/webfonts/family?family=Carter%20One#code <http://www.google.com/webfonts/family?family=Carter%20One#code>`_ This retrieves the font files from Google's servers. In the future we should store the files locally. |
|||
#62 | FIXED | slug uniqueness as db constraint | ||
Description |
slugs need to be unique (either global or per user, I don't know). This should not be handled in the app layer. This should be handled at the db layer via constraints. See `#320 </issues/320>`_ for a related issue. current app layer check is in models.py:MediaEntry.generate\_slug() |
Note:
See TracQuery
for help on using queries.