Matthew Tretter
9f3550a4f4
Merge branch 'pilkit' into develop
2013-02-08 18:08:42 -05:00
Matthew Tretter
98552d7f75
Relax PILKit version requirement
2013-02-08 18:08:29 -05:00
Matthew Tretter
ec5d4ed324
Remove processor tests; these are in PILKit
2013-02-07 23:15:08 -05:00
Matthew Tretter
36313194ac
Remove PILKit functionality
...
This commit removes the functionality now in the PILKit project, and
adds PILKit as a dependency. Import hooks have been used to expose the
processors under "imagekit.processors".
2013-02-07 23:10:05 -05:00
Matthew Tretter
d0ba353be3
Typo fix!
2013-02-07 16:11:02 -05:00
Bryan Veloso
aa2dcb8e34
Merge pull request #183 from jdriscoll/ik-next
...
IK Next
2013-02-06 19:28:24 -08:00
Matthew Tretter
8fabbae86c
Extract version from pkgmeta
2013-02-06 22:21:20 -05:00
Matthew Tretter
561856abd7
Don't use assert_not_in
...
It's not available in Python 2.6
2013-02-06 22:04:13 -05:00
Matthew Tretter
51dcf283fd
Fix default cache backend for Django < 1.3
2013-02-06 21:59:26 -05:00
Matthew Tretter
80a1f0b4ee
Merge branch 'ik3-testing-fixes' into ik-next
2013-02-06 21:11:08 -05:00
Matthew Tretter
4ac6565bec
Use Pillow for testing
2013-02-06 21:01:51 -05:00
Matthew Tretter
7759394df7
Remove Pillow (PIL is specified in setup.py)
2013-02-06 20:46:14 -05:00
Matthew Tretter
c90e6d637c
Simplify tox command
2013-02-06 20:46:06 -05:00
Matthew Tretter
5982e1e549
Remove Makefile
2013-02-06 20:41:18 -05:00
Matthew Tretter
f6ce251e13
Fix setup.py test
2013-02-06 20:40:54 -05:00
Matthew Tretter
a906555c9f
Merge branch 'develop' into ik-next
...
Conflicts:
imagekit/__init__.py
imagekit/conf.py
imagekit/generators.py
imagekit/models/fields/files.py
imagekit/utils.py
tests/core/tests.py
2013-02-05 23:34:05 -05:00
Matthew Tretter
088b84627b
Add section about management commands
2013-02-05 21:19:35 -05:00
Matthew Tretter
1f86e33d64
Doc fixes
2013-02-05 21:12:39 -05:00
Matthew Tretter
0ea497261b
Update credits
2013-02-05 19:24:36 -05:00
Matthew Tretter
34a7ab9751
Remove requirements.txt
...
What was this doing in here?
2013-02-05 19:21:26 -05:00
Matthew Tretter
55a2a5fc9d
Typo fix
2013-02-04 19:57:00 -05:00
Matthew Tretter
301adc2087
Let's call em cachefiles
...
Changed my mind about 04aa72c1f9 . It's
just a better description, even if different strategies can change the
behavior so it isn't really very cache-like.
2013-02-04 19:52:38 -05:00
Matthew Tretter
59971b6cd4
More docs
2013-02-04 19:48:42 -05:00
Matthew Tretter
5f8f651def
More advanced docs!
2013-02-04 19:48:42 -05:00
Matthew Tretter
d22c49a465
Don't delete the file when source is deleted
...
We can't be sure another spec isn't using this file.
2013-02-04 19:48:42 -05:00
Matthew Tretter
1a7c0627df
Starting advanced usage docs
2013-02-04 19:48:32 -05:00
Eric Eldredge
36c0757417
Some upgrading docs
2013-02-02 20:47:05 -05:00
Matthew Tretter
218f569005
Don't assign processors, so properties will work
...
This way, a subclass can add a @property without a setter and not worry
about an error.
2013-02-02 19:21:32 -05:00
Matthew Tretter
c9205e588e
More docs
2013-02-01 23:27:36 -05:00
Matthew Tretter
58e1c7f7e0
Some docs
2013-02-01 01:37:49 -05:00
Matthew Tretter
f94b7276b3
Use "imagekit" instead of "ik" for built-in generator prefix
2013-02-01 01:31:51 -05:00
Matthew Tretter
50d83745bc
Remove unnecessary complexity of kwarg mapping
2013-02-01 01:02:20 -05:00
Matthew Tretter
08ebcbcbf3
Change html attrs delimiter to --
2013-02-01 00:56:29 -05:00
Matthew Tretter
92b11f8349
Use imagegenerators module, not imagespecs
2013-02-01 00:30:15 -05:00
Matthew Tretter
0947c1403f
Organize settings
2013-01-31 22:40:54 -05:00
Matthew Tretter
933ff79ac1
Make settings consistent
2013-01-31 22:38:48 -05:00
Matthew Tretter
e1c819e9b4
Allow default generatedfile name configuration w/namers
2013-01-31 22:37:09 -05:00
Matthew Tretter
bf1685dbfb
Generalize get_class util
2013-01-31 22:01:01 -05:00
Matthew Tretter
2ca4e4b6c2
Merge branch 'rename-cache-things' into ik-next
2013-01-31 19:43:06 -05:00
Matthew Tretter
75962976d0
Add stringify methods to LazyGeneratedImageFile
2013-01-31 19:41:54 -05:00
Matthew Tretter
d6b73b8da7
Renaming/repackaging of generated file related classes
2013-01-31 19:24:08 -05:00
Matthew Tretter
8e6abc1e65
Remove ensure_exists
...
`generate()` now plays double duty
2013-01-31 10:07:27 -05:00
Matthew Tretter
01fad6e4c6
Fix registration bug
2013-01-31 10:07:27 -05:00
Matthew Tretter
04aa72c1f9
Rename cache things (it isn't cachine)
...
https://twitter.com/alex_gaynor/statuses/257558176965206016
2013-01-31 10:07:20 -05:00
Matthew Tretter
7f6188623c
Merge branch 'cacheables' into ik-next
2013-01-29 02:27:24 -05:00
Matthew Tretter
f0dbe32f7a
Fix pickling error
2013-01-29 02:27:03 -05:00
Matthew Tretter
54ca5da15d
Improve generator id pattern matching
...
This behavior allows users to easy generate images by app, model, or
field.
2013-01-29 02:22:00 -05:00
Matthew Tretter
e0ffb246ae
Always use colon as segment separator
2013-01-29 02:17:52 -05:00
Matthew Tretter
e48817a5ec
Update warmimagecache to use new cacheable registry
2013-01-29 01:53:23 -05:00
Matthew Tretter
ca4f090e63
Fix source callbacks on strategies
2013-01-29 01:48:06 -05:00