Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove remaining imports/calls to six not automatically removed by pyupgrade. | Ben Sturmfels | 2021-03-05 | 1 | -2/+0 |
| | |||||
* | Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code. | Ben Sturmfels | 2021-03-05 | 1 | -1/+1 |
| | |||||
* | Subtitle built over attachments : working | saksham1115 | 2016-07-19 | 1 | -0/+7 |
| | |||||
* | Use six.itervalues() in delete_media_files | 宋文武 | 2016-01-14 | 1 | -1/+3 |
| | |||||
* | Fix deleting media with attachments. | Elrond | 2013-02-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | If one deletes a media with attachments, there have been various problems: 1) If the file in the storage did not exist any more (maybe because due to a previous deletion attempt?), the error propagation failed, because the wrong thing was gathered. 2) The attachment database entries were not deleted. Using cascade for this, for now. Also add a simple unit test, that tests both by having a broken attachment on a media. | ||||
* | Switching the syntax of this exception-raise | Christopher Allan Webber | 2012-07-06 | 1 | -2/+1 |
| | | | | | | | It's nicer to raise exceptions like raise Exception("foo") than raise Exception, "foo" | ||||
* | Removing _jointhat()... not really needed. | Christopher Allan Webber | 2012-07-06 | 1 | -14/+2 |
| | |||||
* | one more noSuchFiles->no_such_files | Christopher Allan Webber | 2012-07-06 | 1 | -1/+1 |
| | |||||
* | changing NoSuchFiles for no_such_files | Jorge Araya Navarro | 2012-07-05 | 1 | -4/+4 |
| | |||||
* | fixing bug #255 as Joar and CWebber ask me to do :) | Jorge Araya Navarro | 2012-06-28 | 1 | -4/+28 |
| | |||||
* | Attachment support in the SQL backend | Elrond | 2012-02-28 | 1 | -1/+1 |
| | | | | | | | | | attachments working with the sql backend. - SQL Schema for attachment files, ordering attachments by their name, not by the submission order (as earlier). - Dot-Notation for attachments, where missing. - convert existing attachments over from mongo -> sql | ||||
* | It's 2012 all up in here | Christopher Allan Webber | 2012-02-02 | 1 | -1/+1 |
| | |||||
* | Dot-Notation for MediaEntry.media_files | Elrond | 2012-01-04 | 1 | -1/+1 |
| | |||||
* | Finished splitting util.py into separate files. | Aaron Williamson | 2011-10-01 | 1 | -0/+32 |