aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/submit
Commit message (Expand)AuthorAgeFilesLines
* Generate unique slugs for newly submitted images.Aaron Williamson2011-05-131-0/+3
* min=0 makes more sense than min=-1Christopher Allan Webber2011-05-121-1/+1
* On image submission, do not require title. If none entered, default to filename.Aaron Williamson2011-05-122-4/+6
* Fix description submission in form handlingSebastian Spaeth2011-05-091-1/+1
* Process media! Successfully!Christopher Allan Webber2011-05-061-2/+5
* Properly require files when users submitChristopher Allan Webber2011-04-231-32/+40
* Submission of image works :)Christopher Allan Webber2011-04-232-5/+4
* Enclose queue_file writing in with statement so that it's closed correctly.Christopher Allan Webber2011-04-231-1/+2
* A stupid success view.Christopher Allan Webber2011-04-231-0/+2
* submit_start written in a way that, by golly, you'd think maybe it'd workChristopher Allan Webber2011-04-231-0/+44
* Start of the submit view, but not much there quite yet.Christopher Allan Webber2011-04-194-0/+85