Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |