Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #362 - Added a route to MediaComment POST handler | Joar Wandborg | 2011-06-29 | 1 | -1/+4 |
| | |||||
* | adds routing.py and view.py changes | cfdv | 2011-06-16 | 1 | -0/+2 |
| | |||||
* | Mount media editing under /u/{username}/m/{media}/edit/ | Christopher Allan Webber | 2011-06-04 | 1 | -0/+2 |
| | |||||
* | modified atomfeed feature, corrected spacing, url generation, routing id | Bernhard Keller | 2011-05-23 | 1 | -1/+3 |
| | |||||
* | MediaEntry slugs usable in URLs, & decorator that grabs media from the request | Christopher Allan Webber | 2011-05-20 | 1 | -1/+1 |
| | |||||
* | Removing the raw string-ness | Christopher Allan Webber | 2011-05-13 | 1 | -1/+1 |
| | |||||
* | URLs should end in trailing slashes, or slash redirection doesn't work | Christopher Allan Webber | 2011-05-11 | 1 | -3/+3 |
| | |||||
* | Implement simple media detail page | Sebastian Spaeth | 2011-05-10 | 1 | -0/+24 |
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> |