Commit graph

804 commits

Author SHA1 Message Date
Bryan Veloso
1b29437180 Bumping the version number. 2011-02-12 14:04:42 -08:00
Bryan Veloso
c566378764 Accessor._delete() and Accessor._exists() needed conditionalizing as well. ikflush was yelling at me. 2011-02-13 05:52:07 +08:00
Bryan Veloso
9c0ff80185 Merge branch 'release/0.3.4' into develop
* release/0.3.4:
  Adding distutils stuff to .gitignore.
  Bumping internal version to 0.3.4.
2011-02-11 12:59:51 -08:00
Bryan Veloso
851404dee9 Merge branch 'release/0.3.4'
* release/0.3.4:
  Adding distutils stuff to .gitignore.
  Bumping internal version to 0.3.4.
  patch applied badly, fixing if
  if the ImageField is null and not required, don't create
  Fleshing out setup.py. Adding MANIFEST.in.
2011-02-11 12:59:46 -08:00
Bryan Veloso
12bc6fa566 Adding distutils stuff to .gitignore. 2011-02-11 12:59:24 -08:00
Bryan Veloso
5d0808467e Bumping internal version to 0.3.4. 2011-02-11 12:52:42 -08:00
Greg Newman
2b80ccf2e3 patch applied badly, fixing if 2011-02-12 04:12:37 +08:00
Greg Newman
34a2640cf5 if the ImageField is null and not required, don't create 2011-02-12 04:06:19 +08:00
Bryan Veloso
07a03a4a39 Fleshing out setup.py. Adding MANIFEST.in. 2011-02-11 01:27:10 -08:00
Bryan Veloso
b942a9fcea Bumping the version to 0.3.4. 2011-02-10 19:03:48 -08:00
Bryan Veloso
5d1c898283 Flush newer records first. Also, spacing. 2011-02-10 19:00:35 -08:00
Bryan Veloso
90dab6c8a1 Don't pre_cache if we don't have an image. 2011-02-10 16:56:31 -08:00
Bryan Veloso
ea35379fd2 Don't create the image if spec.pre_cache is True. 2011-02-10 16:23:36 -08:00
Bryan Veloso
ffa7db9c20 Wrangling in a stray line. 2011-02-10 15:20:40 -08:00
Bryan Veloso
7fe96cbe54 I suck horribly at checking my work. 2011-02-10 15:15:52 -08:00
Bryan Veloso
03a1339d1f One more for good measure. 2011-02-10 15:14:52 -08:00
Bryan Veloso
26563dd601 Code block fail. :( 2011-02-10 15:11:11 -08:00
Bryan Veloso
365bbf3496 README.md => README.rst 2011-02-10 15:07:37 -08:00
Bryan Veloso
10797442e8 .hgignore => .gitignore. 2011-02-10 14:59:46 -08:00
Bryan Veloso
ede345a780 Massaging setup.py. 2011-02-10 14:24:11 -08:00
Bryan Veloso
2bac3b5c7a New copyright line in LICENSE. 2011-02-10 14:19:59 -08:00
Bryan Veloso
37166281d8 Adding AUTHORS. 2011-02-10 14:18:22 -08:00
jdriscoll
ec0757d9ea Removed links to other documentation (not yet moved over) 2011-02-10 16:26:39 -05:00
jdriscoll
9a2feee787 Removed old wikilinks 2011-02-10 16:25:45 -05:00
jdriscoll
24937acd35 Converted imagekit introduction to markdown 2011-02-10 16:24:14 -05:00
Justin Driscoll
7076e520f7 Fixed type 2010-06-12 15:05:31 -04:00
Justin Driscoll
93a71c4c60 Merged changes 2010-06-12 15:04:43 -04:00
Justin Driscoll
ec83074cee ImageKit should now support optional imagefields better now. 2010-06-12 15:03:59 -04:00
Justin Driscoll
35f0aaf83b Added tag 0.3.3 for changeset e3f18de27f17 2010-04-26 10:40:31 -04:00
Justin Driscoll
d588be8b8a Bumped version number 2010-04-26 10:40:24 -04:00
Justin Driscoll
50d08ef92e Added tag 0.3.3 for changeset 25f1190d2fc5 2010-04-26 10:35:16 -04:00
Justin Driscoll
4ce59d3e31 Reverted changes to cache path that could possible cause filename collisions 2010-04-22 16:39:51 -04:00
Justin Driscoll
02019f7263 Imagekit not longer uses the appends the upload_to path of the image when generating the cache filename. The new default format is [media_root]/[cache_dir]/[cache_filename]. 2010-01-25 16:19:29 -05:00
Justin Driscoll
125c2c1470 Cleaned up trailing whitespace 2009-12-19 11:01:54 -05:00
Ben Jackson
26f01721df Add IKOption.storage to explicitly set cached thumbnail storage.
Original image storage is still the default, and the original image
is always read from its own storage.
2009-12-17 22:26:19 -08:00
Justin Driscoll
f28683dd0f Fixed indentation error 2009-09-14 14:51:29 -04:00
Justin Driscoll
fa6659162c Added 'replace' argument to save_image 2009-09-02 14:26:30 -04:00
Justin Driscoll
ae14d137de Added tests for save_image method 2009-09-02 14:20:43 -04:00
Justin Driscoll
bc4ff39e9e Added save_image method to ImageModel 2009-09-02 14:20:30 -04:00
Justin Driscoll
77e953edcb Escaped urls in admin_thumbnail 2009-08-31 17:00:38 -04:00
Justin Driscoll
48a2035665 Merged changes 2009-08-11 17:59:03 -04:00
Justin Driscoll
2e0530bb50 Added support for functions in cache_dir 2009-08-11 17:58:22 -04:00
Justin Driscoll
1d82a64bd7 Fixed indent and refactored ikflush command (issue #19) 2009-08-10 14:30:41 -04:00
Justin Driscoll
eb97ed1180 spec.name now respects the upload_to path and added additional error handling to Transpose:auto 2009-07-19 15:26:53 -04:00
Justin Driscoll
68b8d46a2f Added 'auto' method to Transpose processor 2009-07-19 15:04:43 -04:00
Justin Driscoll
7a04da81e1 Updated preprocessor implementation 2009-07-19 13:50:31 -04:00
Justin Driscoll
510d4fc1df IOErrors now pass silently when generating spec images 2009-07-09 14:42:49 -04:00
Justin Driscoll
3f8b2a938d Added tag 0.3.2 for changeset a016b56c2f89 2009-06-04 14:37:36 -04:00
Justin Driscoll
70acfa5a95 Bumped version number 2009-06-04 11:58:33 -04:00
Justin Driscoll
70da53ba4d Added format processor to force a format/extension change 2009-06-04 11:47:16 -04:00