foreverlarz / sappho

Automatically exported from code.google.com/p/sappho
0 stars 0 forks source link

don't require a high-res version #21

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
we must have a thumbnail ("c") and a web-viewable ("b") version of every
image. but it's not necessary to have a high-resolution ("a") version of
every image.

so let's make the import script detect if a high-res version exists, set a
field in `photo_image` accordingly, and omit the link to the high-res
version on image.php accordingly.

Original issue reported on code.google.com by lucasreddinger on 5 Oct 2008 at 7:58

GoogleCodeExporter commented 8 years ago
maybe because "b" and "c" versions are mandatory, while "a" is optional, we 
should
transform the names as such:

"a" -> "c"
"b" -> "b"
"c" -> "a"

Original comment by lucasreddinger on 23 Nov 2008 at 1:51

GoogleCodeExporter commented 8 years ago
no more high-res stuff! r67.

Original comment by lucasreddinger on 23 Nov 2008 at 3:00