Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Starting "edit" functionality. | Elrond | 2011-05-26 | 8 | -0/+135 |
| | | | | | This adds a link to the "edit" form, the form, the view for displaying the form and that's about it. | ||||
* | *GNU* MediaGoblin home ;) | Christopher Allan Webber | 2011-05-26 | 1 | -1/+1 |
| | |||||
* | Changed header size | Jef van Schendel | 2011-05-26 | 1 | -4/+4 |
| | |||||
* | We now have only one button style | Jef van Schendel | 2011-05-26 | 7 | -28/+19 |
| | |||||
* | Put log in / log out in its place! | Jef van Schendel | 2011-05-26 | 2 | -1/+6 |
| | |||||
* | Changed mediagoblin_content name to mediagoblin_container | Jef van Schendel | 2011-05-26 | 2 | -3/+4 |
| | |||||
* | Added actual image | Jef van Schendel | 2011-05-26 | 1 | -0/+0 |
| | |||||
* | Added header icon link | Jef van Schendel | 2011-05-26 | 2 | -1/+6 |
| | |||||
* | Removed clever subtitle | Jef van Schendel | 2011-05-25 | 1 | -3/+0 |
| | |||||
* | Changed link color and underline | Jef van Schendel | 2011-05-23 | 1 | -3/+1 |
| | |||||
* | Changed background colors to plain colors | Jef van Schendel | 2011-05-23 | 1 | -1/+1 |
| | |||||
* | Expanded page width to 960px | Christopher Allan Webber | 2011-05-23 | 2 | -87/+1 |
| | | | | | | Conflicts: mediagoblin/static/css/base.css | ||||
* | 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 |
| | |||||
* | Encourage users to run migrations every time they buildout. | Christopher Allan Webber | 2011-05-22 | 1 | -1/+1 |
| | |||||
* | A more explicit version of get_page_url that doesn't use the request | Christopher Allan Webber | 2011-05-22 | 1 | -5/+12 |
| | | | | is still an option now ;) | ||||
* | 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 |
| | | | | | | | | Makes calling Pagination.get_page_url() much simpler. | ||||
* | | 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 |
| | | | | | | | | of uploader embedding | ||||
* | | User migration works (but the rest of the system isn't updated for new user ↵ | Christopher Allan Webber | 2011-05-22 | 4 | -1/+93 |
| | | | | | | | | setup yet) | ||||
* | | 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 |
|/ | |||||
* | Clarified: don't do this in production! | Christopher Allan Webber | 2011-05-20 | 1 | -1/+2 |
| | |||||
* | Added some stuff on how to run CELERY_ALWAYS_EAGER | Christopher Allan Webber | 2011-05-20 | 1 | -0/+10 |
| | |||||
* | Moves virtualenv instructions to a place far far away | Will Kahn-Greene | 2011-05-20 | 1 | -121/+15 |
| | | | | | But seriously, moved them to the stop-gap wiki: https://gitorious.org/mediagoblin/pages/HackingWithVirtualenv | ||||
* | 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 |
| | | | | the decorator. (Thanks Elrond) | ||||
* | Now you can set CELERY_ALWAYS_EAGER environment variable so that you | Christopher Allan Webber | 2011-05-20 | 2 | -1/+12 |
| | | | | | | don't have to run celeryd at the same time. This should make Elrond happy ;) | ||||
* | Added a url_for_self method for generating mediaentry links | Christopher Allan Webber | 2011-05-20 | 3 | -4/+20 |
| | | | | This allows for optionally making the url based off of slugs or ids | ||||
* | 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 |
| | | | | doesn't matter. | ||||
* | 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 |
| | | | | in the page number to the view | ||||
* | Merge remote branch 'remotes/hanaku/pagination' | Christopher Allan Webber | 2011-05-19 | 7 | -16/+192 |
|\ | | | | | | | | | Conflicts: mediagoblin/user_pages/views.py | ||||
| * | 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 |
| | | | | | | | | | | added get_page_url() in Pagination class, to generate proper urls without losing other get arguments | ||||
| * | changed some coding styles and changed the interface for pagination from ↵ | Bernhard Keller | 2011-05-19 | 4 | -87/+62 |
| | | | | | | | | | | | | __call__ to the __init__, also getting a cursor as input, instead of the query details | ||||
| * | added Pagination class, usage description in Pagination,__call__ | Bernhard Keller | 2011-05-18 | 6 | -16/+183 |
| | | | | | | | | added pagination.html, object_gallery.html as templates | ||||
* | | Factor out most of the database connection into db/open.py | Elrond | 2011-05-19 | 4 | -26/+44 |
| | | | | | | | | | | | | | | | | I needed to split the db connection/opening into open.py, due to an import loop: - util.py needs db/util.py:ObjectId - db/util.py would need db/models.py - db/models.py needs util.py:slugify | ||||
* | | Clean unused imports (found by pyflakes). | Elrond | 2011-05-18 | 4 | -11/+4 |
| | | |||||
* | | Renaming connect_database to connect_database_from_config and using in ↵ | Christopher Allan Webber | 2011-05-18 | 3 | -8/+6 |
| | | | | | | | | from_celery |