aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/views.py
Commit message (Collapse)AuthorAgeFilesLines
* Removing this horrifying submission test stuff from way back whenChristopher Allan Webber2011-05-101-45/+0
|
* Implement simple media detail pageSebastian Spaeth2011-05-101-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 Webber2011-05-061-1/+5
|
* Adds initial root pageWill Kahn-Greene2011-04-301-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-Greene2011-04-131-1/+1
|
* Where did this o come from.Christopher Allan Webber2011-04-021-1/+1
|
* Added copyright noticesMatt Lee2011-03-271-0/+16
|
* A testing submit view that doesn't work but is getting closer to working.Christopher Allan Webber2011-03-271-4/+16
|
* Still totally useless but at least it writes to the databaseChristopher Allan Webber2010-07-181-1/+7
|
* Starting with the test submit view using wtformsChristopher Allan Webber2010-07-181-0/+32
|
* Initial mediagoblin structureChristopher Allan Webber2010-07-171-0/+4