Custom Query (1173 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (175 - 177 of 1173)

Ticket Resolution Summary Owner Reporter
#281 FIXED MediaGoblin broken by recent WebOb release Christopher Allan Webber Christopher Allan Webber
Description
::

    URL: http://127.0.0.1:6543/favicon.ico
    File '/home/cwebber/devel/mediagoblin/lib/python2.6/site-packages/Paste-1.7.5.1-py2.6.egg/paste/exceptions/errormiddleware.py', line 144 in __call__
      app_iter = self.application(environ, sr_checker)
    File '/home/cwebber/devel/mediagoblin/lib/python2.6/site-packages/Paste-1.7.5.1-py2.6.egg/paste/urlmap.py', line 203 in __call__
      return app(environ, start_response)
    File '/home/cwebber/devel/mediagoblin/lib/python2.6/site-packages/Beaker-1.5.4-py2.6.egg/beaker/middleware.py', line 152 in __call__
      return self.wrap_app(environ, session_start_response)
    File '/home/cwebber/devel/mediagoblin/mediagoblin/app.py', line 140 in __call__
      request.locale = translate.get_locale_from_request(request)
    File '/home/cwebber/devel/mediagoblin/mediagoblin/tools/translate.py', line 68 in get_locale_from_request
      accept_lang_matches = request.accept_language.best_matches()
    AttributeError: 'AcceptLanguage' object has no attribute 'best_matches'

`http://docs.webob.org/en/latest/news.html <http://docs.webob.org/en/latest/news.html>`_

Looks like this is what caused it:

"Accept.best\_matches() is gone; use list(request.accept) or
request.accept.best\_match(..) instead (applies to all Accept-\*
headers) or similar with request.accept\_language."



#283 FIXED Factor out migration: add_db_field Christopher Allan Webber Elrond
Description
Most current migrations add a field to a table/collection. The code
is always the same. So create a function to do the job.



#307 FIXED Better titles in more places! Christopher Allan Webber Christopher Allan Webber
Description
Multiple places throughout the application don't have very nice or
descriptive s. For example:


-  `http://mediagoblin.com/u/cwebber/ <http://mediagoblin.com/u/cwebber/>`_
   should have "cwebber's profile" in the title
-  `http://mediagoblin.com/u/cwebber/m/fear-of-flight/ <http://mediagoblin.com/u/cwebber/m/fear-of-flight/>`_
   should have "Fear of Flight" in the title
-  `http://mediagoblin.com/tag/creature/ <http://mediagoblin.com/tag/creature/>`_
   should say "Media tagged with 'creature'"
-  `http://mediagoblin.com/u/cwebber/gallery/ <http://mediagoblin.com/u/cwebber/gallery/>`_
   should say "cwebber's main gallery" (or something less shitty :))



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