aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tools/response.py
Commit message (Expand)AuthorAgeFilesLines
* Remove remaining imports/calls to six not automatically removed by pyupgrade.Ben Sturmfels2021-03-051-1/+0
* Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.Ben Sturmfels2021-03-051-3/+3
* Merge branch 'merge-python3-port'Christopher Allan Webber2014-09-221-1/+2
|\
| * Merge branch 'master' into merge-python3-portChristopher Allan Webber2014-09-161-0/+8
| |\
| * | Use six.iteritems() instead of dict.iteritems().Berker Peksag2014-05-261-1/+2
* | | Add XRD+XML formatting for /.well-known/host-metaJessica Tallon2014-09-051-3/+4
| |/ |/|
* | Fix #927 - Clean up federation code after Elrond's reviewJessica Tallon2014-07-301-0/+8
|/
* I did some more code-keeping in this commit. I added a lot of documentation, sotilly-Q2013-09-031-2/+2
* This was a big commit! I included lots of documentation below, but generally Itilly-Q2013-08-291-4/+7
* Merge branch 'master' into OPW-Moderation-Updatetilly-Q2013-08-201-1/+52
|\
| * Finishes most of oauth, just decorator to completexray72242013-07-111-0/+19
| * Adds oauth support up until authorizationxray72242013-07-111-0/+9
| * Working client registrationxray72242013-07-111-2/+25
* | This has been an update to clean out the code a little bit. The primary changetilly-Q2013-08-131-1/+1
* | Merge branch 'ticket-679' into OPW-Moderation-Updatetilly-Q2013-07-291-1/+1
|\|
| * Fix by Rodney Ewing so render_http_exception works with newer Werkzeug versions.Christopher Allan Webber2013-06-221-1/+1
* | This commit had some important milestones in it. The major update is that now Itilly-Q2013-07-271-1/+6
* | Whew. This is a big update. I did some significant keeping work. I moved all oftilly-Q2013-07-171-0/+10
|/
* Create redir_obj and use it around.Elrond2013-04-281-0/+7
* Provide tools.response.render_http_exception and use thatSebastian Spaeth2012-12-231-0/+19
* Remove webob from render_to_responseSebastian Spaeth2012-12-211-1/+5
* Extend redirect helper to take optional location keywordSebastian Spaeth2012-12-211-10/+17
* Switching both gettext calls to _() so babel can find/extract them.Christopher Allan Webber2012-12-141-4/+6
* Use the correct translation mechanismSebastian Spaeth2012-12-141-3/+4
* Fix error page textSebastian Spaeth2012-11-291-2/+2
* Implement generic error pagesSebastian Spaeth2012-11-291-5/+26
* It's 2012 all up in hereChristopher Allan Webber2012-02-021-1/+1
* Should be 404 for 404s, not 400 :)Christopher Allan Webber2011-12-011-1/+1
* Merge remote-tracking branch 'remotes/nyergler/pep8-ification'Christopher Allan Webber2011-11-131-1/+4
* Finished splitting util.py into separate files.Aaron Williamson2011-10-011-0/+44