| Commit message (Expand) | Author | Age | Files | Lines |
* | We should store the template path, not the template object, as the key | Christopher Allan Webber | 2011-06-05 | 1 | -3/+3 |
* | Cache template environments and gettexts so we don't have to reproduce | Christopher Allan Webber | 2011-06-04 | 1 | -2/+21 |
* | Added new render_template method which will make our lives nicer and | Christopher Allan Webber | 2011-06-04 | 1 | -0/+27 |
* | Proper webtest infrastructure... seems to be about right anyway :) | Christopher Allan Webber | 2011-06-04 | 1 | -4/+29 |
* | A more explicit version of get_page_url that doesn't use the request | Christopher Allan Webber | 2011-05-22 | 1 | -5/+12 |
* | Fix doc string of get_page_url() | Elrond | 2011-05-21 | 1 | -3/+1 |
* | Give Pagination.get_page_url() a request instead of path and GET | Elrond | 2011-05-21 | 1 | -4/+4 |
* | I think 30 is a good default number of items per page. | Christopher Allan Webber | 2011-05-19 | 1 | -1/+3 |
* | Another minor formatting change. | Christopher Allan Webber | 2011-05-19 | 1 | -3/+4 |
* | We don't really need to use a \ here so let's not do so. | Christopher Allan Webber | 2011-05-19 | 1 | -2/+2 |
* | Adjusting docstrings a bit to my taste. | Christopher Allan Webber | 2011-05-19 | 1 | -5/+7 |
* | Merge remote branch 'remotes/hanaku/pagination' | Christopher Allan Webber | 2011-05-19 | 1 | -0/+68 |
|\ |
|
| * | moved check for correct page values into decorator for view function | Bernhard Keller | 2011-05-19 | 1 | -2/+4 |
| * | removed request arg from Pagination class | Bernhard Keller | 2011-05-19 | 1 | -12/+26 |
| * | changed some coding styles and changed the interface for pagination from __ca... | Bernhard Keller | 2011-05-19 | 1 | -45/+11 |
| * | added Pagination class, usage description in Pagination,__call__ | Bernhard Keller | 2011-05-18 | 1 | -0/+86 |
* | | Move ObjectId, DESCENDING to db.util | Elrond | 2011-05-18 | 1 | -2/+2 |
|/ |
|
* | Generate unique slugs for newly submitted images. | Aaron Williamson | 2011-05-13 | 1 | -1/+14 |
* | locale rather than target_lang in the get parameters | Christopher Allan Webber | 2011-05-12 | 1 | -2/+2 |
* | Load gettext, and load it into the template environment | Christopher Allan Webber | 2011-05-12 | 1 | -1/+32 |
* | Separation between setting up the template env and the template loader | Christopher Allan Webber | 2011-05-12 | 1 | -6/+14 |
* | Merge branch 'master' of gitorious.org:mediagoblin/mediagoblin | Christopher Allan Webber | 2011-05-12 | 1 | -3/+2 |
|\ |
|
| * | Fix the email debug inbox | Christopher Allan Webber | 2011-05-12 | 1 | -4/+2 |
* | | Added some locale determination tools | Christopher Allan Webber | 2011-05-12 | 1 | -0/+56 |
|/ |
|
* | Add the jinja2 extension to the jinja loader | Christopher Allan Webber | 2011-05-12 | 1 | -1/+4 |
* | Added an email debug mode which, by default, is enabled | Christopher Allan Webber | 2011-05-07 | 1 | -3/+14 |
* | A simple, maybe obvious, docstring for util.send_email() | Christopher Allan Webber | 2011-05-04 | 1 | -0/+10 |
* | send_email tool and email sending tests | Christopher Allan Webber | 2011-05-04 | 1 | -0/+87 |
* | Use request.app.db, not request.db | Christopher Allan Webber | 2011-04-19 | 1 | -1/+1 |
* | Moved app.load_controller -> util.import_component and added tests. | Christopher Allan Webber | 2011-04-17 | 1 | -0/+18 |
* | documentation for get_jinja_env | Christopher Allan Webber | 2011-04-17 | 1 | -0/+7 |
* | Changes Mediagoblin -> MediaGoblin. | Will Kahn-Greene | 2011-04-13 | 1 | -1/+1 |
* | Since we're searching by id, that try: except: was superfluous. | Christopher Allan Webber | 2011-04-03 | 1 | -12/+5 |
* | Functioning request.user, and a functioning greeting for users :) | Christopher Allan Webber | 2011-04-03 | 1 | -1/+3 |
* | We should always have a request.user object, even if None. | Christopher Allan Webber | 2011-04-03 | 1 | -3/+5 |
* | Added setup_user_in_request | Christopher Allan Webber | 2011-04-03 | 1 | -0/+25 |
* | Added copyright notices | Matt Lee | 2011-03-27 | 1 | -0/+16 |
* | Initial mediagoblin structure | Christopher Allan Webber | 2010-07-17 | 1 | -0/+11 |