norman / has_image
- Source
- Commits
- Network (5)
- Issues (0)
- Downloads (5)
- Wiki (1)
- Graphs
-
Tree:
f2b1cb0
Norman Clarke (author)
Tue Aug 19 12:05:04 -0700 2008
has_image / CHANGELOG
| f2b1cb0f » | Norman Clarke | 2008-08-19 | 1 | 2008-08-19 Norman Clarke <norman@randomba.org> | |
| 2 | * Made storage work more correctly with tempfiles. | ||||
| 3 | |||||
| 51e75df3 » | Norman Clarke | 2008-08-18 | 4 | 2008-08-18 Norman Clarke <norman@randomba.org> | |
| 5 | * Fixed ability to set the path for storing image files. | ||||
| 6 | |||||
| a333fb7c » | Norman Clarke | 2008-08-01 | 7 | 2008-08-1 Adrian Mugnolo <adrian@randomba.org> | |
| 8 | * Improved partitioned path handling to avoid collisions when the id is | ||||
| 9 | very high, which can happen if you use db:fixtures:load. | ||||
| 10 | |||||
| 52bfffe2 » | Norman Clarke | 2008-08-01 | 11 | 2008-08-1 Norman Clarke <norman@randomba.org> | |
| 12 | * Fixed a bug where overwriting a previous image triggered callbacks more | ||||
| 13 | than once, causing errors. | ||||
| 14 | |||||
| 5f37bfb7 » | Norman Clarke | 2008-07-29 | 15 | 2008-07-29 Norman Clarke <norman@randomba.org> | |
| 16 | |||||
| 2fccf83c » | Norman Clarke | 2008-07-29 | 17 | * Downcased generated file names to avoid potential issues on | |
| 18 | case-insensitive filesystems. | ||||
| 7185febb » | Norman Clarke | 2008-07-29 | 19 | * Added "absolute path" method to model instances. | |
| 819eb05d » | Norman Clarke | 2008-07-29 | 20 | * Made image deletion nullify the "has_image_file" field. | |
| 21 | * Added "has_image?" method to model instances. | ||||
| 6f292eb8 » | Norman Clarke | 2008-07-29 | 22 | * Fixed ENONENT error with record update when there are no images yet. | |
| 5f37bfb7 » | Norman Clarke | 2008-07-29 | 23 | * Reverted thumbnail sorting feature - it's fast but makes terrible quality | |
| 24 | thumbnails. It's just not worth it. | ||||
| 25 | |||||
| e34a0c36 » | Norman Clarke | 2008-07-28 | 26 | 2008-07-28 Norman Clarke <norman@randomba.org> | |
| 27 | |||||
| 4429231f » | Norman Clarke | 2008-07-28 | 28 | * Added sorted thumbnail processing. This improves thumbnail generation | |
| 29 | speed by about 25% for 4.5 meg jpegs with 5 thumbnails. | ||||
| 30 | * Fixed broken resize for non-fixed-width thumbnails. | ||||
| 31 | * Added check for bad geometry strings. | ||||
| e34a0c36 » | Norman Clarke | 2008-07-28 | 32 | * Added dependencies and Rubyforge project to gemspec, updated docs. | |
| 4429231f » | Norman Clarke | 2008-07-28 | 33 | ||
| 798b8d2c » | Norman Clarke | 2008-07-24 | 34 | 2008-07-25 Norman Clarke <norman@randomba.org> | |
| 35 | |||||
| 36 | * First public release. | ||||
