Revisions for ansel/preview.php

Location: [ Horde ] / ansel / preview.php View: Logs | Branches | Statistics
Search Revisions:
Show diffs between and
Show Differences shows diffs to the previous revision. If you select a revision by clicking its row, Show Differences will show the differences to the selected row.
 
  Revision Date Author Log Message
1.11 (+2 -3 lines) 02/09/2008 02:41 PM Michael Rubinsky mrubinsk

We don't need to know the style information for these previews, since we
*always* request a 'thumb' view, which does not require a style specific
hash

1.10 (+5 -1 lines) 02/09/2008 02:26 PM Michael Rubinsky mrubinsk

error checking

1.9 (+3 -2 lines) 02/09/2008 02:08 PM Michael Rubinsky mrubinsk

Be more diligent about passing the available style information around
so we can check the existence of a particular view without having to
read image data from the database and instantiate an Ansel_Image object
each time

Bug: 6222
Submitted by: Duck

1.8 (+2 -2 lines) 02/06/2008 05:22 PM Michael Rubinsky mrubinsk

Statically cache Ansel_Storage::getImage() calls since they can often
be called multiple times per page load and from different scopes. Also
have to add reference operators now to be sure that only a single copy of
the image object is ever operated on per page load in PHP4.

Bug: 6219
Submitted by: Duck

1.7 (+3 -3 lines) 01/15/2008 08:30 PM Michael Rubinsky mrubinsk

The mother of all Ansel commits.  This removes all the gallery attributes
from the datatree, leaving only permissions and hierarchical information in
datatree.

To upgrade, first run the 2008_01_07_add_galleries.sql script to create
the gallery table and then run the sql_galleries.php script.  The script
does *NOT* delete any data from the datatree - it only creates the new
structure. Another (upcoming) upgrade script will remove the data from
the datatree once this is more thoroughly tested.

Bug: 6101

1.6 (+2 -2 lines) 01/02/2008 06:11 AM Jan Schneider jan

Happy New Year

1.5 (+6 -5 lines) 10/28/2007 04:08 PM Michael Rubinsky mrubinsk

Force plain thumb style for ajax previews.
1) Ensures that  even if a block contains images from multiple galleries, mouseover previews will be consistent.
2) If the view isn't yet created, there could be a significant delay (especially for default gallery images) during view creation...so always use plain thumbs to speed it up.

1.4 (+3 -2 lines) 10/28/2007 01:42 PM Michael Rubinsky mrubinsk

- Don't assume we always want a prettythumb just because we're capable of them. (In particular for rss feeds we always return a 'normal' thumb).

- Use a Polaroid stack effect for default gallery images if we are capable of using prettythumbs...provide ability for user to regenerate the gallery default image from the gallery property page.

Probably still some tweaking to do to image sizes and things, plus I want to add per-gallery settings for prettythumb vs thumb but I wanted to get this into CVS before I went too much further :)

1.3 (+4 -2 lines) 05/10/2007 11:06 PM Michael Rubinsky mrubinsk

More perms checking

1.2 (+3 -2 lines) 04/28/2007 05:25 PM Michael Rubinsky mrubinsk

First bit of work on getting tags working in Ansel and is very rough.
This commit basically just implements setting/getting tags and they are only visible on the image's property page for now.
If this is not headed in the right direction, I can back this out, but thought it best to get this in to CVS before continuing with the rest of the implementation...

1.1 04/22/2007 04:16 PM Michael Rubinsky mrubinsk

Add ajaxy mouseOver previews to Ansel's recent comments block.