--------
* made the basic gallery not store it's cached images since it would never be able to really
cache them anyways. This fixes the zodb potentially growing forever on sites that use the
gallery portlet since it needed to calculate the gallery on every new image request, which
would cause a new write to the database. FYI, packing the database brings it back down to
it's normal size.
[vangheem]