Revisions for ansel/view.php

Location: [ Horde ] / ansel / view.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.96 (+1 -4 lines) 07/03/2008 04:42 AM Jan Schneider jan

Revert accidental commit.

1.95 (+4 -1 lines) 07/02/2008 07:16 PM Jan Schneider jan

Never committed WebDAV changelog.

1.94 (+5 -3 lines) 06/26/2008 05:43 PM Michael Rubinsky mrubinsk

Allow passing the desired sort field and direction to the List view.
Still need UI code in Ansel to use it, but via the API you can now pass a
'sort' and 'sort_dir' parameter. If passing an explicit array of gallery_ids,
though, the order they appear in the array is taken as the desired sort.

1.93 (+3 -5 lines) 05/27/2008 11:51 AM Michael Rubinsky mrubinsk

oops again. Actually pass the $page data to the view.

1.92 (+5 -1 lines) 05/27/2008 11:30 AM Michael Rubinsky mrubinsk

Thought this was committed...

1.91 (+5 -3 lines) 03/25/2008 07:29 PM Michael Rubinsky mrubinsk

Better error checking, and Don't send a 404 - Not Found error if
Ansel_View::makeView() returns an error

1.90 (+4 -2 lines) 02/02/2008 11:44 AM Michael Rubinsky mrubinsk

Change the various Ansel_View:: subclasses to return the html for the view
instead of outputting it directly.  This allows us to redirect in various
places from the Ansel_View::html()

Bug: 6069

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

Happy New Year

1.88 (+8 -2 lines) 04/24/2007 12:01 AM Chuck Hagenbuch chuck

Little bit of a hack so that views can return error information. PHP 5
+ exceptions will be a more elegant way to do this.

1.87 (+1 -1 lines) 01/02/2007 07:46 AM Jan Schneider jan

Happy New Year

1.86 (+4 -2 lines) 01/01/2007 07:40 PM Jan Schneider jan

Assign copyright to The Horde Project for those copyright holders that already agreed to it.

1.85 (+13 -174 lines) 06/11/2006 12:13 AM Chuck Hagenbuch chuck

Integrate slideshow and image views. Closes bug 3785 by completely
replacing the old slideshow code.

This is a pretty big change, but it seems to be in good
shape. Slideshow won't work without javascript, but next/prev links
degrade properly. What won't work is the properties, edit, delete, and
download full image links when you've used js to navigate between
images in the image view. That's on the todo list in slideshow.js.

1.84 (+6 -2 lines) 05/20/2006 01:11 PM Chuck Hagenbuch chuck

check for error from comments api call

1.83 (+4 -1 lines) 04/20/2006 12:45 PM Chuck Hagenbuch chuck

Catch some more errors in odd cases.

1.82 (+2 -2 lines) 04/17/2006 11:29 PM Chuck Hagenbuch chuck

The gallery name is in the breadcrumbs, amd keeping it to just the
image name will make some slideshow stuff easier.

1.81 (+8 -8 lines) 04/03/2006 11:08 AM Chuck Hagenbuch chuck

Reference cleanups

1.80 (+1 -2 lines) 03/06/2006 12:49 AM Chuck Hagenbuch chuck

xhtml, remove unused CSS class and unnecessary template, fix warnings in print view.

1.79 (+1 -1 lines) 01/01/2006 04:09 PM Jan Schneider jan

Happy new year\!

1.78 (+4 -18 lines) 05/29/2005 08:20 PM Chuck Hagenbuch chuck

Fix paging of subgalleries.

1.77 (+4 -5 lines) 05/24/2005 04:50 PM Chuck Hagenbuch chuck

Use "doComments" instead of "doAgora", to make a semblance of staying
loosely coupled.

1.76 (+17 -23 lines) 05/24/2005 04:24 PM Chuck Hagenbuch chuck

comments cleanups
Bug: 1491
Submitted by: duck@obala.net

1.75 (+1 -2 lines) 05/08/2005 04:45 PM Chuck Hagenbuch chuck

Remove unneeded footer, clean up HTML some more, fix a bunch of broken
table tags.

1.74 (+5 -26 lines) 05/08/2005 03:32 PM Chuck Hagenbuch chuck

- Consistently use Ansel::getBreadCrumbs() (renamed from
Ansel::getNavigation()) on all Ansel pages, and include parent
galleries.

- Put Crop link on image editing toolbar.

- Remove Image Attributes link; exif attributes are shown if the user
turns on the preference.

1.73 (+2 -2 lines) 03/13/2005 02:55 PM Ben Chavet ben

use countByAttributes to determine the number of images in a gallery

1.72 (+11 -13 lines) 02/20/2005 03:07 AM Ben Chavet ben

Started messing with the UI to make it work better with the "groupby" pref.

1.71 (+1 -1 lines) 01/03/2005 09:34 AM Jan Schneider jan

Happy New Year

1.70 (+3 -1 lines) 12/01/2004 12:57 AM Ben Chavet ben

HTML cleanup.  Tried to add some consistency.

1.69 (+3 -2 lines) 11/18/2004 03:46 PM Chuck Hagenbuch chuck

Allow restricting comments to authenticated users (Duck <duck@obala.net>).

1.68 (+4 -6 lines) 11/14/2004 11:42 AM Chuck Hagenbuch chuck

Use new menu, remove view/* files that weren't being maintained.

1.67 (+4 -4 lines) 10/23/2004 03:07 PM Ben Chavet ben

Use ID's instead of names

1.66 (+3 -3 lines) 10/21/2004 10:20 PM Ben Chavet ben

Allow owner-specific gallery listings. There is no way to browse to this
yet, but I'm getting there.

Note, the parameter lists have changed for Ansel::listGalleries and
Ansel::countGalleries

1.65 (+7 -7 lines) 10/20/2004 08:40 PM Ben Chavet ben

More name -> ID changes

1.64 (+2 -2 lines) 10/20/2004 12:16 AM Ben Chavet ben

more name -> ID modifications

1.63 (+3 -3 lines) 10/19/2004 10:50 PM Ben Chavet ben

Start modifications to require referrencing galleries & images by ID.

At this point, viewing & creating images & galleries works with no errors.
I'm sure there are other features that are broke now, but they should be
fairly straight-forward to fix.  I'm out of time tonight, but this is a
good start.  I should have more time tomorrow night if nobody beats me
to it.

1.62 (+7 -11 lines) 10/19/2004 03:02 PM Chuck Hagenbuch chuck

Move .js files that contain no PHP code to horde/js/. Adapt calls to them.
Also, remove several scripts that were basically duplicates of popup.js and
just use popup.js.

1.61 (+6 -6 lines) 10/18/2004 08:45 PM Chuck Hagenbuch chuck

Registry::getParam() -> Registry::get().

1.60 (+3 -9 lines) 10/16/2004 01:37 AM Michael M Slusarz slusarz

Various addParameter() optimizations.
Some display/output tweaks.

1.59 (+2 -1 lines) 10/15/2004 07:05 AM Jan Schneider jan

Get rid off Text::toHTML().

1.58 (+3 -3 lines) 09/18/2004 05:56 AM Jan Schneider jan

getThreads -> renderThreads

1.57 (+24 -1 lines) 09/17/2004 11:21 AM Jan Schneider jan

Add comments on images.

1.56 (+9 -10 lines) 09/07/2004 02:07 PM Chuck Hagenbuch chuck

Only fetch the images that we're displaying at the moment (Duck <duck@obala.net>).

1.55 (+17 -8 lines) 09/06/2004 11:28 AM Jan Schneider jan

This are the set of patches that make Ansel use the limit in selecting
galleries.  I also changed the changed the number of galleries phrase to
"Displaying from %s to %s of %s galleries".
Submitted by: Duck <duck@obala.net>

1.54 (+15 -3 lines) 08/15/2004 09:15 PM Chuck Hagenbuch chuck

Add paging of subgalleries, various cleanups.

Submitted by: duck@obala.net

1.53 (+7 -9 lines) 07/15/2004 12:42 AM Ben Chavet ben

use $gallery->getParents()

1.52 (+2 -2 lines) 06/11/2004 01:59 PM Chuck Hagenbuch chuck

syntax/style/comment tweaks

1.51 (+2 -2 lines) 06/06/2004 11:07 PM Ben Chavet ben

use getGallery() instead of getShare()

1.50 (+2 -2 lines) 06/06/2004 10:57 PM Ben Chavet ben

Use gallery ID's instead of gallery names in images,
this will make moving images automatic if moving a
gallery

1.49 (+2 -2 lines) 05/03/2004 12:43 PM Jan Schneider jan

Use PERMS_SHOW where we list galleries.

1.48 (+4 -4 lines) 04/07/2004 10:43 AM Chuck Hagenbuch chuck

No more HORDE_LIBS.

1.47 (+13 -1 lines) 03/24/2004 11:19 PM Chuck Hagenbuch chuck

Show parent gallery links when viewing images, too.

1.46 (+7 -2 lines) 03/24/2004 11:15 PM Chuck Hagenbuch chuck

Clean up spaces; count subgalleries correctly.

1.45 (+1 -2 lines) 03/23/2004 05:07 PM Chuck Hagenbuch chuck

ws

1.44 (+10 -8 lines) 03/20/2004 01:10 AM Ben Chavet ben

Fix subgalleries

1.43 (+2 -2 lines) 03/19/2004 09:19 PM Chuck Hagenbuch chuck

Fix subgalleries, I think.

1.42 (+13 -1 lines) 03/05/2004 02:22 PM Ben Chavet ben

Use the Horde UI pager

1.41 (+2 -1 lines) 01/24/2004 11:32 PM Chuck Hagenbuch chuck

[cjh] Link for showing exif data in a popup window
("Heath S. Hendrickson" <heath@outerspaceconsultants.com>).
[cjh] Preference for whether or not to show exif data in the image
view ("Heath S. Hendrickson" <heath@outerspaceconsultants.com>).
[cjh] Support for PHP's native exif_read_data() function
("Heath S. Hendrickson" <heath@outerspaceconsultants.com>).

1.40 (+2 -2 lines) 01/24/2004 03:04 PM Chuck Hagenbuch chuck

[cjh] Various $no_auth and $self_contained_auth flags have been standardized
into an AUTH_HANDLER constant, which if defined signals the application
that it should not check permissions upon calling $registry->pushApp(),
as the calling script will handle that itself, or is a system-level cron
job/script/etc.
[cjh] Add an option to $registry->pushApp() to specify whether or not to check
application permissions.

1.39 (+4 -3 lines) 01/21/2004 03:56 PM Chuck Hagenbuch chuck

- tooltip js isn't used at the moment
- only include the share edit js if the user can edit the share.

1.38 (+4 -2 lines) 01/20/2004 02:20 PM Ben Chavet ben

user preference to allow a user to select whether they
want to view the EXIF data automatically or not.
Submitted by: Heath Hendrickson <heath@outerspaceconsultants.com>

1.37 (+2 -1 lines) 01/19/2004 05:37 PM Chuck Hagenbuch chuck

- show exif data in the image view ("Heath S. Hendrickson" <heath@outerspaceconsultants.com>)
- start to scratch the surface of cleaning up the exif code.

1.36 (+2 -2 lines) 01/17/2004 05:57 PM Jan Schneider jan

All footers look the same, so why not use only one.

1.35 (+3 -3 lines) 01/15/2004 08:47 PM Ben Chavet ben

fix the 'next image' link

1.34 (+4 -6 lines) 01/15/2004 07:31 PM Ben Chavet ben

New backend for storing images.  They are no longer stored as part of a
gallery, but are now individual datatree objects.  This structure should
allow for better performance.

1.33 (+3 -3 lines) 01/13/2004 10:43 PM Chuck Hagenbuch chuck

These are by no means private constants. Remove the weird leading _
(it was my idea in the first place, for the record. Dunno why).

1.32 (+2 -2 lines) 01/13/2004 08:36 PM Chuck Hagenbuch chuck

- Move Category into the framework.
- At the same time, rename the API to DataTree.
- shorten some method names while we're at it.

1.31 (+2 -2 lines) 01/01/2004 10:13 AM Jan Schneider jan

Happy new year everyone.

1.30 (+2 -2 lines) 12/12/2003 07:10 PM Michael M Slusarz slusarz

Moved Horde_Text to framework.

1.29 (+2 -2 lines) 11/26/2003 07:06 PM Chuck Hagenbuch chuck

Add a caption editor for setting captions on all images in a gallery at once.

1.28 (+3 -3 lines) 11/24/2003 03:45 PM Michael M Slusarz slusarz

Don't show refresh icon on print page.

1.27 (+5 -8 lines) 11/17/2003 09:10 PM Chuck Hagenbuch chuck

Add the ability to update the permissions for all child shares when
changing permissions.

1.26 (+4 -4 lines) 11/15/2003 04:43 PM Chuck Hagenbuch chuck

fix some missing applicationUrl() calls. (Johan FISCHER <linux@fischaz.com>)

1.25 (+13 -4 lines) 11/13/2003 06:11 PM Chuck Hagenbuch chuck

Make sure to account for gaps in the image ids when making the
next and previous links in the image view.

1.24 (+7 -7 lines) 11/13/2003 03:31 PM Chuck Hagenbuch chuck

Some gallery paging fixes, and a nicer pager function/display
(Ben Chavet <ben@chavet.net>).

1.23 (+8 -1 lines) 11/12/2003 11:09 PM Chuck Hagenbuch chuck

A bunch of Ansel improvements, from Ben Chavet <ben@chavet.net>

Threw together a tile-view for non-grouped gallery lists.  I don't really think
it's that great of a view, but it should probably be there for completeness.

Also, after looking at the screen-width tiles, I decided I really don't like
them.  So, I made them 600px wide.  small enough to fit on an 800x600 display,
yet they still look nice on higher resolutions.

Here is a very elementary pager feature for the thumbnail gallery view.  I'm not
so sure I like how the 'next' and 'prev' links look, so I'll play around with
those a bit when I have time.  The important part is that it works :)  It might
be nice to have direct links to different pages.

I added a 'page' variable that view.php looks for.  It defaults to 0 if it is
not there (0 being the first page).  I think I got all of the links that need
to have page specified, but I may have missed some.

1.22 (+16 -4 lines) 11/10/2003 03:36 PM Chuck Hagenbuch chuck

Show parent galleries and links back up the tree.

1.21 (+3 -6 lines) 11/10/2003 12:14 PM Chuck Hagenbuch chuck

Try a different style gallery list view; default to the tile view.

1.20 (+2 -5 lines) 10/20/2003 11:32 AM Chuck Hagenbuch chuck

- don't show image link if there isn't a default image
- remove unnecessary actionid

1.19 (+2 -1 lines) 10/19/2003 12:20 PM Chuck Hagenbuch chuck

[cjh] Authenticated users can now download a zip file containing all
images in a gallery.

1.18 (+1 -3 lines) 10/19/2003 01:28 AM Chuck Hagenbuch chuck

remove var_dump()

1.17 (+21 -11 lines) 10/19/2003 01:28 AM Chuck Hagenbuch chuck

- clean up child gallery id handling
- clean up deletion of galleries; don't allow deletion of galleries with kids;
don't delete images unless gallery deletion succeeds.

1.16 (+21 -1 lines) 10/19/2003 01:08 AM Chuck Hagenbuch chuck

Add creation and display of sub-galleries.

1.15 (+47 -61 lines) 10/16/2003 11:26 AM Chuck Hagenbuch chuck

Small slew of template cleanups and interface improvements.

1.14 (+1 -3 lines) 10/15/2003 03:49 PM Chuck Hagenbuch chuck

not needed anymore

1.13 (+14 -14 lines) 09/16/2003 07:03 PM Jan Schneider jan

Use the new Util:: class.

1.12 (+1 -2 lines) 09/15/2003 03:28 AM mdjukic

the div tag is printed by the javascript file

1.11 (+4 -2 lines) 09/14/2003 06:49 PM Chuck Hagenbuch chuck

[cjh] Show tooltips containing filename and image descriptions.

1.10 (+2 -2 lines) 09/02/2003 04:49 AM Jan Schneider jan

reference

1.9 (+2 -1 lines) 08/27/2003 11:36 AM Chuck Hagenbuch chuck

photo galleries are generally meant to be public - give guest read permissions
by default. also, provide a link to edit the permissions on any gallery.

1.8 (+4 -15 lines) 08/25/2003 11:44 PM Chuck Hagenbuch chuck

Collections are pretty much gone; galleries are their own shares now.
Things are starting to work again.

Lots to clean up still, along with data migration.

1.7 (+5 -5 lines) 08/25/2003 01:27 PM Chuck Hagenbuch chuck

CategoryObject objects already have get/set methods; no need for
getAttribute() and setAttribute()

1.6 (+1 -2 lines) 08/23/2003 11:15 PM Chuck Hagenbuch chuck

extra space

1.5 (+8 -1 lines) 08/18/2003 11:24 PM Chuck Hagenbuch chuck

Add an option to print images on shutterfly.

1.4 (+4 -12 lines) 07/16/2003 09:59 AM Chuck Hagenbuch chuck

- add black & white graphic
- make image editing toolbar nice and graphical (need a couple of graphics, though)
- try and enable the print link
- don't delete screen-size and thumbnail images unless we're sure we're saving new data
- clean up some of the html and toolbars

1.3 (+2 -3 lines) 07/13/2003 11:01 AM mikec

Fix modifying of image details.
Fix display of gallary details.

1.2 (+96 -67 lines) 07/13/2003 10:12 AM mikec

It's getting there. You can now Add/Delete/ View Images, Add/Delete/Modify Galleries.

1.1 07/07/2003 11:20 AM Chuck Hagenbuch chuck

THIS DOES NOT WORK.

I'm getting this coce into CVS so it's there, so others can help,
etc. Right now it assumes a set of SQL drivers; it should be rewritten
to use the Category driver for pretty much everything, and VFS for
storage.

I've done (most of) the necessary renaming and reorganization. Feel
free to hack on this; ask me (or the newly created
ansel@lists.horde.org, which I'm on) if you have any questions on
which way I want things to go.