aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/util.py
Commit message (Expand)AuthorAgeFilesLines
* Fix doc string of get_page_url()Elrond2011-05-211-3/+1
* Give Pagination.get_page_url() a request instead of path and GETElrond2011-05-211-4/+4
* I think 30 is a good default number of items per page.Christopher Allan Webber2011-05-191-1/+3
* Another minor formatting change.Christopher Allan Webber2011-05-191-3/+4
* We don't really need to use a \ here so let's not do so.Christopher Allan Webber2011-05-191-2/+2
* Adjusting docstrings a bit to my taste.Christopher Allan Webber2011-05-191-5/+7
* Merge remote branch 'remotes/hanaku/pagination'Christopher Allan Webber2011-05-191-0/+68
|\
| * moved check for correct page values into decorator for view functionBernhard Keller2011-05-191-2/+4
| * removed request arg from Pagination classBernhard Keller2011-05-191-12/+26
| * changed some coding styles and changed the interface for pagination from __ca...Bernhard Keller2011-05-191-45/+11
| * added Pagination class, usage description in Pagination,__call__Bernhard Keller2011-05-181-0/+86
* | Move ObjectId, DESCENDING to db.utilElrond2011-05-181-2/+2
|/
* Generate unique slugs for newly submitted images.Aaron Williamson2011-05-131-1/+14
* locale rather than target_lang in the get parametersChristopher Allan Webber2011-05-121-2/+2
* Load gettext, and load it into the template environmentChristopher Allan Webber2011-05-121-1/+32
* Separation between setting up the template env and the template loaderChristopher Allan Webber2011-05-121-6/+14
* Merge branch 'master' of gitorious.org:mediagoblin/mediagoblinChristopher Allan Webber2011-05-121-3/+2
|\
| * Fix the email debug inboxChristopher Allan Webber2011-05-121-4/+2
* | Added some locale determination toolsChristopher Allan Webber2011-05-121-0/+56
|/
* Add the jinja2 extension to the jinja loaderChristopher Allan Webber2011-05-121-1/+4
* Added an email debug mode which, by default, is enabledChristopher Allan Webber2011-05-071-3/+14
* A simple, maybe obvious, docstring for util.send_email()Christopher Allan Webber2011-05-041-0/+10
* send_email tool and email sending testsChristopher Allan Webber2011-05-041-0/+87
* Use request.app.db, not request.dbChristopher Allan Webber2011-04-191-1/+1
* Moved app.load_controller -> util.import_component and added tests.Christopher Allan Webber2011-04-171-0/+18
* documentation for get_jinja_envChristopher Allan Webber2011-04-171-0/+7
* Changes Mediagoblin -> MediaGoblin.Will Kahn-Greene2011-04-131-1/+1
* Since we're searching by id, that try: except: was superfluous.Christopher Allan Webber2011-04-031-12/+5
* Functioning request.user, and a functioning greeting for users :)Christopher Allan Webber2011-04-031-1/+3
* We should always have a request.user object, even if None.Christopher Allan Webber2011-04-031-3/+5
* Added setup_user_in_requestChristopher Allan Webber2011-04-031-0/+25
* Added copyright noticesMatt Lee2011-03-271-0/+16
* Initial mediagoblin structureChristopher Allan Webber2010-07-171-0/+11