Custom Query (1173 matches)
Results (58 - 60 of 1173)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#5475 | invalid | some PO files fail to build | ||
Description |
I'm on Trisquel 7, building from git master using python 3. When I run
|
|||
#24 | wontfix | smtp support for people who don't have an smtp server running | ||
Description |
There are a series of things that GNU MediaGoblin will send email for. This issue is to figure out how to GNU MediaGoblin can send email without an MTA running on the local machine. Perhaps just log sent email to a log file? |
|||
#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.