Custom Query (1174 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (205 - 207 of 1174)

Ticket Resolution Summary Owner Reporter
#213 FIXED expand AUTHORS, fix license headers Will Kahn-Greene Will Kahn-Greene
Description

The FSF has given us back our copyrights, so we need to change the license headers for all the code files in the project.

Chris and I talked about it and we think the following is the right course of action:

  1. Switch:

    Copyright (C) 2011 Free Software Foundation, Inc

to:

Copyright (C) 2011 GNU MediaGoblin contributors.  See AUTHORS.

for all files that have a license header.

  1. Update AUTHORS file. Probably sufficient to poll git for authors and fill the file with that for now.
  2. Update COPYING file. Add "translations are under AGPLv3" (this probably should be a separate bug, but it's ok to do it here)
  3. Create a page in the wiki covering copyrights, workflow, and all that.

Targeting 0.0.5 and taking it.

#214 fixed Switch celery keys to be all-uppercase Larisa Hoffenbecker Christopher Allan Webber
Description

Celery will finally be moving to a structure that will be much, much easier for combining with MediaGoblin. Horray!

http://ask.github.com/celery/internals/app-overview.html

In order to better prepare for this, we should switch our config system setup for celery's configuration to also have all celery-relevant keys to be ALL_UPPERCASE in form.

So a few changes:

  • Update mediagoblin/config_spec.ini and set all keys to UPPERCASE form.
  • Update mediagoblin/init/celery/init..py 's setup_celery_from_config and remove the force-to-upper... well maybe anyway! I suppose it doesn't hurt to include this, but it isn't necessary any more.

This is a simple, bitesized task, appropriate for a new contributor.

#215 FIXED Some `medium.jpg` images are not saved to CloudFiles successfully. joar joar
Description
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.