| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Expanded page width to 960px | Christopher Allan Webber | 2011-05-23 | 2 | -87/+1 |
* | Removed background images and logo, won't need those for a while | Jef van Schendel | 2011-05-23 | 3 | -0/+0 |
* | modified atomfeed feature, corrected spacing, url generation, routing id | Bernhard Keller | 2011-05-23 | 4 | -1/+50 |
* | A more explicit version of get_page_url that doesn't use the request | Christopher Allan Webber | 2011-05-22 | 1 | -5/+12 |
* | Merge remote branch 'refs/remotes/elrond/idea/new_get_page_url' | Christopher Allan Webber | 2011-05-22 | 2 | -12/+7 |
|\ |
|
| * | 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 | 2 | -10/+7 |
* | | Slightly better spacing in media.html | Christopher Allan Webber | 2011-05-22 | 1 | -10/+17 |
* | | Forgot switch to media.uploader() in the same way on two lines :P | Christopher Allan Webber | 2011-05-22 | 1 | -2/+2 |
* | | Update all the views so that they use the uploader reference instead | Christopher Allan Webber | 2011-05-22 | 5 | -8/+13 |
* | | User migration works (but the rest of the system isn't updated for new user s... | Christopher Allan Webber | 2011-05-22 | 4 | -1/+93 |
* | | Move the general applicaiton setup commands to a utility module | Christopher Allan Webber | 2011-05-22 | 3 | -22/+51 |
* | | Move the ./bin/gmg shell command into its own module. | Christopher Allan Webber | 2011-05-22 | 2 | -55/+73 |
|/ |
|
* | This check is redundant now that it's handled by the decorator. | Christopher Allan Webber | 2011-05-20 | 1 | -4/+0 |
* | Make sure that a MediaEntry does belong to this appropriate user in | Christopher Allan Webber | 2011-05-20 | 2 | -7/+19 |
* | Now you can set CELERY_ALWAYS_EAGER environment variable so that you | Christopher Allan Webber | 2011-05-20 | 2 | -1/+12 |
* | Added a url_for_self method for generating mediaentry links | Christopher Allan Webber | 2011-05-20 | 3 | -4/+20 |
* | Cosmetic changes: removed an unused import, stripped some trailing whitespace. | Christopher Allan Webber | 2011-05-20 | 2 | -2/+2 |
* | MediaEntry slugs usable in URLs, & decorator that grabs media from the request | Christopher Allan Webber | 2011-05-20 | 3 | -10/+31 |
* | Adjusting spacing a little bit | Christopher Allan Webber | 2011-05-20 | 1 | -1/+1 |
* | pass in page number in uses_pagination view via keyword argument so ordering ... | Christopher Allan Webber | 2011-05-20 | 1 | -1/+1 |
* | 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 |
* | One more mild styling tweak | 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 |
* | Reorganizing the uses_pagination decorator a little and having it pass | Christopher Allan Webber | 2011-05-19 | 2 | -7/+5 |
* | Merge remote branch 'remotes/hanaku/pagination' | Christopher Allan Webber | 2011-05-19 | 7 | -16/+192 |
|\ |
|
| * | moved check for correct page values into decorator for view function | Bernhard Keller | 2011-05-19 | 3 | -8/+28 |
| * | removed request arg from Pagination class | Bernhard Keller | 2011-05-19 | 5 | -46/+61 |
| * | changed some coding styles and changed the interface for pagination from __ca... | Bernhard Keller | 2011-05-19 | 4 | -87/+62 |
| * | added Pagination class, usage description in Pagination,__call__ | Bernhard Keller | 2011-05-18 | 6 | -16/+183 |
* | | Factor out most of the database connection into db/open.py | Elrond | 2011-05-19 | 4 | -26/+44 |
* | | Clean unused imports (found by pyflakes). | Elrond | 2011-05-18 | 4 | -11/+4 |
* | | Renaming connect_database to connect_database_from_config and using in from_c... | Christopher Allan Webber | 2011-05-18 | 3 | -8/+6 |
* | | Need to import asint for users who specify ports via config file | Christopher Allan Webber | 2011-05-18 | 1 | -0/+2 |
* | | Adding copyright headers and explaining why these unused imports are here | Christopher Allan Webber | 2011-05-18 | 2 | -0/+33 |
* | | Move ObjectId, DESCENDING to db.util | Elrond | 2011-05-18 | 5 | -8/+8 |
* | | Move "connect to database" into db/util.py | Elrond | 2011-05-18 | 2 | -6/+13 |
* | | Move models into new db/ directory | Elrond | 2011-05-18 | 5 | -3/+5 |
|/ |
|
* | Actually we only need unique slugs per uploader. | Christopher Allan Webber | 2011-05-16 | 1 | -3/+5 |
* | My name's Chris Webber and I'm pedantic about lines not going over 80 charact... | Christopher Allan Webber | 2011-05-16 | 1 | -1/+2 |
* | Require that the slug field have only unique values. | Christopher Allan Webber | 2011-05-16 | 1 | -0/+4 |
* | Adding the is_admin field now per Elrond's sane request / advice. ;) | Christopher Allan Webber | 2011-05-16 | 1 | -2/+4 |
* | Show images in reverse submit order | Sebastian Spaeth | 2011-05-16 | 2 | -2/+4 |
* | Properly linking to the background image | Christopher Allan Webber | 2011-05-16 | 1 | -1/+1 |
* | ./bin/gmg shell! Should make a lot of peoples' hacking lives easier I suspec... | Christopher Allan Webber | 2011-05-15 | 1 | -0/+106 |
* | Removing the raw string-ness | Christopher Allan Webber | 2011-05-13 | 1 | -1/+1 |
* | Removing backup files and preventing them from showing up via .gitignore | Jef van Schendel | 2011-05-13 | 9 | -368/+0 |
* | labels changed to font-weight normal instead of bold, css structure improved | Jef van Schendel | 2011-05-13 | 2 | -9/+21 |