Custom Query (1173 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (37 - 39 of 1173)

3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
Ticket Resolution Summary Owner Reporter
#225 FIXED extra character shows up in pagination Chris Wilson Caleb Davis
Description
.. figure:: http://i.imgur.com/ewXe7.png
   :align: center
   :alt: 
   

See that dash after the arrow? I think I remember how Christopher
fixed this in the last bug.



#6 FIXED Create a MediaGoblin announcement / press release on the blog Deb Nicholson Christopher Allan Webber
Description
Write up a good press release for the MediaGoblin blog for the
official "announcement" day of April 30th. We shouldn't publish it
live till April 30th though.



#153 FIXED No need for email_sender_address / email_debug_mode in mediagoblin.mg_globals Deb Nicholson Christopher Allan Webber
Description
We store some global variables in mediagoblin.mg\_globals, though a
couple of them are just pulled right out of the application config,
which is already stored in mediagoblin.mg\_globals.app\_config
anyway. So that's unnecessary duplication.

So there are a few steps to this.


-  In mediagoblin/mg\_globals.py find the email\_debug\_mode and
   email\_sender\_address defaults lines, and remove them (and their
   comments too)
-  In mediagoblin/app.py find the section that has the
   setup\_globals() call, and remove the couple of lines that specify
   email\_sender\_address and email\_debug\_mode from the app\_config
-  grep for any instances of mg\_globals.email\_sender\_address and
   change to mg\_globals.app\_config['email\_sender\_address'] ...
   probably just in mediagoblin/auth/lib.py
-  grep for any instances of mg\_globals.email\_debug\_mode and
   change to mg\_globals.app\_config['email\_debug\_mode'] ...
   probably all in mediagoblin/util.py
-  Make sure tests pass still with ./bin/nosetests



3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.