Matthew Tretter
|
97d47c9c6c
|
Remove generate_file. apply() does it all!
There was a lot of garbage in that method and I don't know why.
|
2012-10-17 00:23:38 -04:00 |
|
Matthew Tretter
|
4c4727fa9f
|
Remove unused import
|
2012-10-17 00:07:29 -04:00 |
|
Matthew Tretter
|
63ad9e4421
|
Remove registration methods from template tag
The registry isn't just for template tags anymore.
|
2012-10-17 00:07:28 -04:00 |
|
Matthew Tretter
|
5c6d1aef5d
|
Rename ImageSpecFile
You can generate other "spec" files (using apply will get you one). This
one is for saving cache files and its name should reflect that.
|
2012-10-16 23:51:26 -04:00 |
|
Matthew Tretter
|
738bbfa9a1
|
Move cache file naming into ImageSpecFile
|
2012-10-16 23:38:44 -04:00 |
|
Matthew Tretter
|
5ca8b7f4ba
|
Rename process_file; don't return image object
This function will just be used to apply the spec and create a new file;
useful for transforming images in views, etc.
|
2012-10-16 22:59:40 -04:00 |
|
Matthew Tretter
|
a4ef8aa681
|
Add before_access signal
|
2012-10-16 22:30:36 -04:00 |
|
Matthew Tretter
|
37e0de3069
|
Move signals module
|
2012-10-16 22:10:52 -04:00 |
|
Matthew Tretter
|
8ef1437bea
|
Remove apply() method
|
2012-10-16 22:06:24 -04:00 |
|
Matthew Tretter
|
1452f04cda
|
Remove unused parameter
|
2012-10-16 22:03:50 -04:00 |
|
Matthew Tretter
|
80b723b510
|
Move IKContentFile to imagekit.files
|
2012-10-16 21:31:47 -04:00 |
|
Eric Eldredge
|
93409c8f05
|
SpecRegistry's spec can be callable (spec factory)
|
2012-10-14 21:35:07 -04:00 |
|
Eric Eldredge
|
461fbaef1a
|
Processors no longer callable
|
2012-10-14 18:48:17 -04:00 |
|
Matthew Tretter
|
dc84144d6b
|
Pass additional info with source signal
|
2012-10-14 16:08:48 -04:00 |
|
Matthew Tretter
|
7447d147d4
|
Wire up source events to specs (and image cache strategies)
Also change signal names to past tense to match convention.
|
2012-10-13 01:16:05 -04:00 |
|
Matthew Tretter
|
cedd744e32
|
Add description of registry
|
2012-10-13 00:22:30 -04:00 |
|
Matthew Tretter
|
440fcb19ef
|
Correct signal relaying
|
2012-10-12 23:43:51 -04:00 |
|
Matthew Tretter
|
8a35b3a3dd
|
Registration and connection of sources
|
2012-10-12 23:08:26 -04:00 |
|
Matthew Tretter
|
fe803f8981
|
Beginning to move functionality into "sources"
Before this is applied, we're going to have to make it so that the
image cache strategies are passed the source file, not the other file.
|
2012-10-10 00:18:54 -04:00 |
|