Custom Query (1174 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (58 - 60 of 1174)

Ticket Resolution Summary Owner Reporter
#5475 invalid some PO files fail to build fr33domlover
Description

I'm on Trisquel 7, building from git master using python 3. When I run make, some PO files fail to compile:

Skipping mediagoblin/i18n/ia/mediagoblin.po which pybabel can't compile :( Skipping mediagoblin/i18n/jbo/mediagoblin.po which pybabel can't compile :(

#24 wontfix smtp support for people who don't have an smtp server running Will Kahn-Greene
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 Christopher Allan Webber Elrond
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 for a related issue.

current app layer check is in models.py:MediaEntry.generate_slug()

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.