Custom Query (1173 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (217 - 219 of 1173)

Ticket Resolution Summary Owner Reporter
#298 FIXED ./bin/gmg adduser should take password, email as arguments, and prompt if not provided Manolinux aka Mu Christopher Allan Webber
Description
Instead of being sequential arguments, email and password (or at
least password) should be --keyword arguments. If not provided, we
should prompt the user for them (and obscure the password as being
entered).

This is a fairly easy and entry level task.



#299 FIXED Possibly restore whitespace on forms Jef van Schendel Christopher Allan Webber
Description
In commit b20fa83bc0ab9808ffcb8cee642a4cb3241a8558 I removed some
spacing under .form\_field\_box ...This was mainly to keep there
from being extra whitespace underneath the comment textarea before
the button. However this also removed padding from the
login/register forms. (I actually think it looks fine, but it
wasn't an intentional change.)


.. raw:: html

   <del>
   
.form\_field\_box {

.. raw:: html

   </del> 
   
margin-bottom: 24px;

.. raw:: html

   <del>
   
}

.. raw:: html

   </del>
   
Jef suggested I file a bug for this so he can decide whether he
wants it back or not at his leisure. And so! :)



#300 FIXED Exception in Atom feed view nyergler joar
Description
Trying to access any Atom feed (e.g.
`http://mg.wandborg.se/u/joar/atom/ <http://mg.wandborg.se/u/joar/atom/>`_)
will raise an exception.

::

    ------------------------------------------------------------
    Error - <type 'exceptions.AttributeError'>: 'BaseResponse' object has no attribute 'vary'
    URL: http://mg.wandborg.se/u/joar/atom/
    File '/home/joar/mediagoblin/lib/python2.7/site-packages/Paste-1.7.5.1-py2.7.egg/paste/exceptions/errormiddleware.py', line 144 in __call__
      app_iter = self.application(environ, sr_checker)
    File '/home/joar/mediagoblin/lib/python2.7/site-packages/Paste-1.7.5.1-py2.7.egg/paste/urlmap.py', line 203 in __call__
      return app(environ, start_response)
    File '/home/joar/mediagoblin/lib/python2.7/site-packages/Beaker-1.6.1-py2.7.egg/beaker/middleware.py', line 155 in __call__
      return self.wrap_app(environ, session_start_response)
    File '/home/joar/mediagoblin/mediagoblin/app.py', line 175 in __call__
      m.process_response(request, response)
    File '/home/joar/mediagoblin/mediagoblin/middleware/csrf.py', line 101 in process_response
      response.vary = (response.vary or []) + ['Cookie']
    AttributeError: 'BaseResponse' object has no attribute 'vary'



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