Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 508. Updates copyright/license information | Will Kahn-Greene | 2011-09-01 | 1 | -1/+1 |
| | |||||
* | Make index page paginated | Christopher Allan Webber | 2011-08-01 | 1 | -5/+11 |
| | |||||
* | Updated spacings in code for better readability | Rasmus Larsson | 2011-07-09 | 1 | -1/+1 |
| | |||||
* | Added configuration variable to toggle registrations, if disabled the ↵ | Rasmus Larsson | 2011-07-09 | 1 | -1/+3 |
| | | | | registration page redirects to index and no link to register is shown | ||||
* | Made a simple template rendering view and switched a bunch of code over to ↵ | Christopher Allan Webber | 2011-06-05 | 1 | -2/+11 |
| | | | | using it | ||||
* | I have a strong preference for aligning all parameters in a function call. | Christopher Allan Webber | 2011-06-05 | 1 | -1/+2 |
| | |||||
* | Reformat render_to_response calls | Elrond | 2011-06-05 | 1 | -3/+3 |
| | | | | | Just a simple indentation and ordering change, no functional change. | ||||
* | Create render_to_reponse and use it everywhere. | Elrond | 2011-06-05 | 1 | -6/+3 |
| | | | | Just a shortcut for Response(render_template(...)) | ||||
* | Moving all views over to using util.render_template()! | Christopher Allan Webber | 2011-06-04 | 1 | -5/+5 |
| | |||||
* | Clean unused imports (found by pyflakes). | Elrond | 2011-05-18 | 1 | -7/+2 |
| | |||||
* | Move ObjectId, DESCENDING to db.util | Elrond | 2011-05-18 | 1 | -2/+1 |
| | | | | | | We used to import those from pymongo and mongokit directly. We should import them from a single place. So let's try db.util for this. | ||||
* | Move models into new db/ directory | Elrond | 2011-05-18 | 1 | -1/+1 |
| | | | | | | | | The database is a central point of interest/discussion. Represent that by its own directory. This will surely become more interesting when we have migrations for example. | ||||
* | Show images in reverse submit order | Sebastian Spaeth | 2011-05-16 | 1 | -1/+2 |
| | | | | | | | Fixes bug #327. Just do a .sort('created', DESCENDING) on Media when showing them to show the latest first. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de> | ||||
* | Generate unique slugs for newly submitted images. | Aaron Williamson | 2011-05-13 | 1 | -0/+1 |
| | |||||
* | Removing this horrifying submission test stuff from way back when | Christopher Allan Webber | 2011-05-10 | 1 | -45/+0 |
| | |||||
* | Implement simple media detail page | Sebastian Spaeth | 2011-05-10 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | This patch creates a "homepage" for each media. The URL is /u/<username>/m/<objID>. On it we display the media and some details. It is ugly and lacking some stuff but it works. The only thing left to do is to throw an 404 error if the <username> and the media uploader don't correspond. - Also create a user "home page" while at it. It is merely a place holder for now though. - Link from the entries on the homepage, to the media pages, so we actually find them. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de> | ||||
* | Actually display submitted stuff on the mainpage. Crappy, but working! | Christopher Allan Webber | 2011-05-06 | 1 | -1/+5 |
| | |||||
* | Adds initial root page | Will Kahn-Greene | 2011-04-30 | 1 | -1/+5 |
| | | | | | This adds an initial root page that's ugly as sin, but makes it easier to test what exists so far (e.g. register, login, submit pictures). | ||||
* | Changes Mediagoblin -> MediaGoblin. | Will Kahn-Greene | 2011-04-13 | 1 | -1/+1 |
| | |||||
* | Where did this o come from. | Christopher Allan Webber | 2011-04-02 | 1 | -1/+1 |
| | |||||
* | Added copyright notices | Matt Lee | 2011-03-27 | 1 | -0/+16 |
| | |||||
* | A testing submit view that doesn't work but is getting closer to working. | Christopher Allan Webber | 2011-03-27 | 1 | -4/+16 |
| | |||||
* | Still totally useless but at least it writes to the database | Christopher Allan Webber | 2010-07-18 | 1 | -1/+7 |
| | |||||
* | Starting with the test submit view using wtforms | Christopher Allan Webber | 2010-07-18 | 1 | -0/+32 |
| | |||||
* | Initial mediagoblin structure | Christopher Allan Webber | 2010-07-17 | 1 | -0/+4 |