aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/submit
Commit message (Collapse)AuthorAgeFilesLines
...
| * add changes in mediagoblin/submit/views.pyJakob Kramer2011-06-021-1/+4
| |
| * should fix #324Jakob Kramer2011-06-021-0/+32
| |
* | Made a simple template rendering view and switched a bunch of code over to ↵Christopher Allan Webber2011-06-051-2/+2
| | | | | | | | using it
* | I have a strong preference for aligning all parameters in a function call.Christopher Allan Webber2011-06-051-3/+4
| |
* | Create redirect shortcut and use it aroundElrond2011-06-051-5/+2
| | | | | | | | | | This is just replacing exc.HTTPFound(location=request.urlgen(...)) by redirect(request, ...). No magic.
* | Reformat render_to_response callsElrond2011-06-051-7/+5
| | | | | | | | | | Just a simple indentation and ordering change, no functional change.
* | Create render_to_reponse and use it everywhere.Elrond2011-06-051-8/+6
| | | | | | | | Just a shortcut for Response(render_template(...))
* | Moving all views over to using util.render_template()!Christopher Allan Webber2011-06-041-9/+6
|/
* Update all the views so that they use the uploader reference insteadChristopher Allan Webber2011-05-221-1/+1
| | | | of uploader embedding
* 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
| | | | | | | | | When we submitted an image the description would remain empty. THis was because of some weird typo in form handling. Get an attribute with .get('description') and not with .get(['description']). With this patch, descriptions actually go into the database. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
* 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
| | | | /me pours some sparkling grape juice
* 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