mediagoblin-stock:mediagoblin-hidden_original.git
9 years agoread config for sizes in case we want more hidden versions; not implemented yet master
Kevin Brubeck Unhammer [Thu, 30 Jan 2014 13:10:01 +0000 (14:10 +0100)]
read config for sizes in case we want more hidden versions; not implemented yet

9 years agoWhen reprocessing, copy hidden_original file to process_filename and re-downsize
Kevin Brubeck Unhammer [Thu, 30 Jan 2014 12:55:37 +0000 (13:55 +0100)]
When reprocessing, copy hidden_original file to process_filename and re-downsize
(but don't change secret path to hidden_original)

9 years ago0.1.4
Kevin Brubeck Unhammer [Thu, 30 Jan 2014 10:28:50 +0000 (11:28 +0100)]
0.1.4

9 years agostore hidden_original size in metadata
Kevin Brubeck Unhammer [Thu, 30 Jan 2014 10:26:27 +0000 (11:26 +0100)]
store hidden_original size in metadata

9 years agodoh mediagoblin-hidden_original-v0.1.3
Kevin Brubeck Unhammer [Wed, 22 Jan 2014 14:46:37 +0000 (15:46 +0100)]
doh

9 years agofix download url
Kevin Brubeck Unhammer [Wed, 22 Jan 2014 14:44:38 +0000 (15:44 +0100)]
fix download url

9 years agodoc
Kevin Brubeck Unhammer [Wed, 22 Jan 2014 13:51:32 +0000 (14:51 +0100)]
doc

9 years agodoc
Kevin Brubeck Unhammer [Fri, 17 Jan 2014 14:20:19 +0000 (15:20 +0100)]
doc

9 years agouse setuptools instead since it can use MANIFEST.in; also remove silly VERSION discov...
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

9 years agodoc
Kevin Brubeck Unhammer [Fri, 17 Jan 2014 10:39:17 +0000 (11:39 +0100)]
doc

9 years ago-old todo item
Kevin Brubeck Unhammer [Fri, 17 Jan 2014 10:32:52 +0000 (11:32 +0100)]
-old todo item

9 years agoimporting the super TestClass as TstdClass ensures py.test doesn't collect it, halvin...
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

9 years agosubclass TestSubmission; less redundant
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'

9 years agotests work =D had to call setup_plugins()
Kevin Brubeck Unhammer [Thu, 16 Jan 2014 14:35:12 +0000 (15:35 +0100)]
tests work =D had to call setup_plugins()

9 years agoauthors
Kevin Brubeck Unhammer [Thu, 16 Jan 2014 14:12:43 +0000 (15:12 +0100)]
authors

9 years agotests, copied from test_submission.py, not working yet
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

9 years agoignores
Kevin Brubeck Unhammer [Tue, 14 Jan 2014 14:17:54 +0000 (15:17 +0100)]
ignores

9 years agomicrostock→stock (seems 'microstock' is used for sites that ended up being plain...
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)

9 years agothe patch to run the hook in mediagoblin
Kevin Brubeck Unhammer [Mon, 13 Jan 2014 12:13:24 +0000 (13:13 +0100)]
the patch to run the hook in mediagoblin

9 years agodoc
Kevin Brubeck Unhammer [Mon, 13 Jan 2014 12:09:09 +0000 (13:09 +0100)]
doc

9 years agogenerate secret filename; also do nothing if hidden_original exists (ie. called from...
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)

9 years agotodo
Kevin Brubeck Unhammer [Mon, 13 Jan 2014 11:28:16 +0000 (12:28 +0100)]
todo

9 years agoinstalls and runs as a hook, stashes original but doesn't yet rename
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