summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Kevin Brubeck Unhammer [Fri, 17 Jan 2014 11:30:59 +0000 (12:30 +0100)]
use setuptools instead since it can use MANIFEST.in; also remove silly VERSION discovery code
Kevin Brubeck Unhammer [Fri, 17 Jan 2014 10:39:17 +0000 (11:39 +0100)]
doc
Kevin Brubeck Unhammer [Fri, 17 Jan 2014 10:32:52 +0000 (11:32 +0100)]
-old todo item
Kevin Brubeck Unhammer [Fri, 17 Jan 2014 10:16:30 +0000 (11:16 +0100)]
importing the super TestClass as TstdClass ensures py.test doesn't collect it, halving test time =D
Kevin Brubeck Unhammer [Thu, 16 Jan 2014 19:31:02 +0000 (20:31 +0100)]
subclass TestSubmission; less redundant
TODO: tests are run both for us and the parent on 'setup.py test'
Kevin Brubeck Unhammer [Thu, 16 Jan 2014 14:35:12 +0000 (15:35 +0100)]
tests work =D had to call setup_plugins()
Kevin Brubeck Unhammer [Thu, 16 Jan 2014 14:12:43 +0000 (15:12 +0100)]
authors
Kevin Brubeck Unhammer [Tue, 14 Jan 2014 14:18:49 +0000 (15:18 +0100)]
tests, copied from test_submission.py, not working yet
loads plugin alright and original test_submission tests work, but the
test for the hidden_original key fails for some reason
Kevin Brubeck Unhammer [Tue, 14 Jan 2014 14:17:54 +0000 (15:17 +0100)]
ignores
Kevin Brubeck Unhammer [Tue, 14 Jan 2014 07:57:19 +0000 (08:57 +0100)]
microstockâstock (seems 'microstock' is used for sites that ended up being plain old stock anyway)
Kevin Brubeck Unhammer [Mon, 13 Jan 2014 12:13:24 +0000 (13:13 +0100)]
the patch to run the hook in mediagoblin
Kevin Brubeck Unhammer [Mon, 13 Jan 2014 12:09:09 +0000 (13:09 +0100)]
doc
Kevin Brubeck Unhammer [Mon, 13 Jan 2014 12:00:35 +0000 (13:00 +0100)]
generate secret filename; also do nothing if hidden_original exists (ie. called from Resizer)
Kevin Brubeck Unhammer [Mon, 13 Jan 2014 11:28:16 +0000 (12:28 +0100)]
todo
Kevin Brubeck Unhammer [Sun, 12 Jan 2014 19:48:45 +0000 (20:48 +0100)]
installs and runs as a hook, stashes original but doesn't yet rename
Needs a small change to mg/media_types/image/processing.py:
hook_runall('imageprocessor_preprocess',
self,
quality,
filter)
after common_setup() in InitialProcessor.process