Rev 962 | Rev 1257 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 962 | Rev 1242 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | PhotoAlbum TODO |
1 | PhotoAlbum TODO |
- | 2 | =============================== |
|
2 | 3 | ||
3 | 1. Sometimes by changing image size (or image rotation) the cached thumbnail is not recreated. |
4 | Sometimes by changing image size (or image rotation) the cached thumbnail is not recreated. |
- | 5 | ||
4 | 2. Cached files are not deleted where origins are. |
6 | Cached files are not deleted when origins are. |
- | 7 | ||
5 | 3. Split thumbnal and cache. |
8 | Split thumbnal and cache. |
- | 9 | ||
6 | 4. Limits for memory caches (?). |
10 | Limits for memory caches (?). |
- | 11 | ||
7 | 5. Design. |
12 | Design. |
- | 13 | ||
8 | 6. Speed up thumbnals creation (m.b. by decreasing quality). |
14 | Speed up thumbnals creation (m.b. by decreasing quality). |
- | 15 | ||
- | 16 | How to handle exceptions from the logic? |
|
- | 17 | ||
- | 18 | I18n. |
|
- | 19 | ||
- | 20 | Skins + styles. |
|
- | 21 | ||
- | 22 | Use the meta mime information. |
|
- | 23 | ||
- | 24 | Config to separate file. |
|
- | 25 | ||
- | 26 | Multiple roots. |
|
- | 27 | ||
- | 28 | Good caching strategy at HTTP level. |
|
9 | 29 |