aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/views.py
Commit message (Expand)AuthorAgeFilesLines
* Make index page paginatedChristopher Allan Webber2011-08-011-5/+11
* Updated spacings in code for better readabilityRasmus Larsson2011-07-091-1/+1
* Added configuration variable to toggle registrations, if disabled the registr...Rasmus Larsson2011-07-091-1/+3
* Made a simple template rendering view and switched a bunch of code over to us...Christopher Allan Webber2011-06-051-2/+11
* I have a strong preference for aligning all parameters in a function call.Christopher Allan Webber2011-06-051-1/+2
* Reformat render_to_response callsElrond2011-06-051-3/+3
* Create render_to_reponse and use it everywhere.Elrond2011-06-051-6/+3
* Moving all views over to using util.render_template()!Christopher Allan Webber2011-06-041-5/+5
* Clean unused imports (found by pyflakes).Elrond2011-05-181-7/+2
* Move ObjectId, DESCENDING to db.utilElrond2011-05-181-2/+1
* Move models into new db/ directoryElrond2011-05-181-1/+1
* Show images in reverse submit orderSebastian Spaeth2011-05-161-1/+2
* Generate unique slugs for newly submitted images.Aaron Williamson2011-05-131-0/+1
* 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
* 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
* 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