Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adds util.cleaned_markdown_conversion() and uses it in the submission process | Christopher Allan Webber | 2011-06-19 | 1 | -10/+8 |
| | | | | | | This simplifies the markdown processing & html cleaning of descritions and etc by providing a wrapper function that we can use in multiple locations. | ||||
* | Made changes according to http://bugs.foocorp.net/issues/363#note-5 | Joar Wandborg | 2011-06-15 | 1 | -4/+6 |
| | |||||
* | Added Markdown rendering for `media_entry` | Joar Wandborg | 2011-06-12 | 1 | -0/+7 |
| | |||||
* | Fixing check_filetype... | Christopher Allan Webber | 2011-06-07 | 1 | -9/+1 |
| | | | | | We need to check the first part of the guess_type returned tuple, and also this try: except: doesn't belong here, so killing. | ||||
* | Added a comment to clarify that this shouldn't stay here. | Christopher Allan Webber | 2011-06-06 | 1 | -0/+2 |
| | |||||
* | Merge remote branch 'remotes/gandaro/324-bad-media-types' | Christopher Allan Webber | 2011-06-06 | 2 | -1/+36 |
|\ | |||||
| * | add changes in mediagoblin/submit/views.py | Jakob Kramer | 2011-06-02 | 1 | -1/+4 |
| | | |||||
| * | should fix #324 | Jakob Kramer | 2011-06-02 | 1 | -0/+32 |
| | | |||||
* | | Made a simple template rendering view and switched a bunch of code over to ↵ | Christopher Allan Webber | 2011-06-05 | 1 | -2/+2 |
| | | | | | | | | using it | ||||
* | | I have a strong preference for aligning all parameters in a function call. | Christopher Allan Webber | 2011-06-05 | 1 | -3/+4 |
| | | |||||
* | | Create redirect shortcut and use it around | Elrond | 2011-06-05 | 1 | -5/+2 |
| | | | | | | | | | | This is just replacing exc.HTTPFound(location=request.urlgen(...)) by redirect(request, ...). No magic. | ||||
* | | Reformat render_to_response calls | Elrond | 2011-06-05 | 1 | -7/+5 |
| | | | | | | | | | | Just a simple indentation and ordering change, no functional change. | ||||
* | | Create render_to_reponse and use it everywhere. | Elrond | 2011-06-05 | 1 | -8/+6 |
| | | | | | | | | Just a shortcut for Response(render_template(...)) | ||||
* | | Moving all views over to using util.render_template()! | Christopher Allan Webber | 2011-06-04 | 1 | -9/+6 |
|/ | |||||
* | Update all the views so that they use the uploader reference instead | Christopher Allan Webber | 2011-05-22 | 1 | -1/+1 |
| | | | | of uploader embedding | ||||
* | Generate unique slugs for newly submitted images. | Aaron Williamson | 2011-05-13 | 1 | -0/+3 |
| | |||||
* | min=0 makes more sense than min=-1 | Christopher Allan Webber | 2011-05-12 | 1 | -1/+1 |
| | |||||
* | On image submission, do not require title. If none entered, default to filename. | Aaron Williamson | 2011-05-12 | 2 | -4/+6 |
| | |||||
* | Fix description submission in form handling | Sebastian Spaeth | 2011-05-09 | 1 | -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 Webber | 2011-05-06 | 1 | -2/+5 |
| | |||||
* | Properly require files when users submit | Christopher Allan Webber | 2011-04-23 | 1 | -32/+40 |
| | |||||
* | Submission of image works :) | Christopher Allan Webber | 2011-04-23 | 2 | -5/+4 |
| | | | | /me pours some sparkling grape juice | ||||
* | Enclose queue_file writing in with statement so that it's closed correctly. | Christopher Allan Webber | 2011-04-23 | 1 | -1/+2 |
| | |||||
* | A stupid success view. | Christopher Allan Webber | 2011-04-23 | 1 | -0/+2 |
| | |||||
* | submit_start written in a way that, by golly, you'd think maybe it'd work | Christopher Allan Webber | 2011-04-23 | 1 | -0/+44 |
| | |||||
* | Start of the submit view, but not much there quite yet. | Christopher Allan Webber | 2011-04-19 | 4 | -0/+85 |