Revisions for ansel/xppublish.php

Location: [ Horde ] / ansel / xppublish.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.
Show Branch:
  Revision Date Author Log Message
1.45 (+2 -2 lines) 08/18/2008 02:41 PM Michael M Slusarz slusarz

Call Util::dispelMagicQuotes() on uploaded filenames.

1.44 (+4 -4 lines) 08/07/2008 09:43 AM Michael Rubinsky mrubinsk

More gettext string clean up, standardization etc...

1.43 (+4 -4 lines) 08/03/2008 02:32 PM Michael Rubinsky mrubinsk

Gettext string cleanup. Mostly images->photos but some grammer and other
string consolidation as well.

1.42 (+3 -10 lines) 07/22/2008 12:18 AM Michael Rubinsky mrubinsk

No longer use gallery_names ... nuke it from xppublish code

1.41 (+4 -3 lines) 04/20/2008 08:55 PM Michael Rubinsky mrubinsk

Move the createGallery() method to the Ansel_Storage class where it really
belongs.

1.40 (+3 -1 lines) 03/11/2008 08:48 AM Jan Schneider jan

Check with Browser::wasFileUploaded().

1.39 (+2 -2 lines) 02/25/2008 03:20 PM Michael Rubinsky mrubinsk

No need for a function call to get the gallery id now that galleries are
seperate from their share object. Remove Ansel_Gallery::getId() and replace
with id instance variable. Saves a bunch of function calls, and is now another
similarity between Ansel_Image and Ansel_Gallery objects.

1.38 (+7 -7 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.37 (+2 -2 lines) 01/02/2008 06:11 AM Jan Schneider jan

Happy New Year

1.36 (+2 -2 lines) 12/16/2007 10:31 AM Jan Schneider jan

Standardize on using 'photos' instead of 'images'.

1.35 (+2 -2 lines) 12/11/2007 11:20 AM Michael Rubinsky mrubinsk

This has been bugging me for well over a year now.  Finally got around
to tracking it down.  This finally fixes broken filenames when using
xppublish feature.  Now, instead of tmp filenames such as php5X3q etc..
the actual image filename will be used.

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

Happy New Year

1.33 (+3 -1 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.32 (+9 -11 lines) 07/18/2006 10:11 PM Chuck Hagenbuch chuck

start factoring XP-Publish code into a reuseable class, with the goal of moving it out of Ansel. Doesn't actually save code yet.

1.31 (+3 -3 lines) 04/23/2006 04:20 AM Matt Selsky selsky

xhtml

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

Happy new year\!

1.29 (+3 -3 lines) 08/16/2005 08:10 PM Matt Selsky selsky

Quote style.

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

Happy New Year

1.27 (+1 -6 lines) 11/12/2004 11:11 PM Chuck Hagenbuch chuck

Automatic rotating of images based on exif information.

Submitted by: Brian Templeton <kaetzchen@gmail.com>

1.26 (+4 -1 lines) 10/23/2004 08:54 PM Ben Chavet ben

Make xppublish honor the autoname preference

1.25 (+4 -4 lines) 10/20/2004 10:33 PM Ben Chavet ben

make XP-Publish work using only gallery & image ID's

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

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

1.23 (+2 -2 lines) 10/18/2004 05:56 AM mdjukic

change getParam('graphics') to getImageDir()

1.22 (+4 -4 lines) 06/06/2004 11:07 PM Ben Chavet ben

use getGallery() instead of getShare()

1.21 (+26 -44 lines) 05/26/2004 05:22 PM Chuck Hagenbuch chuck

Start consolidating some duplicate code with Ansel::createGallery() and
Ansel::getImageFromFile().

(Vijay Mahrra <webmaster@stain.net>).

1.20 (+9 -4 lines) 03/31/2004 06:11 PM Chuck Hagenbuch chuck

Store metadata in xppublish.php as well (Brian Burke <BPBurke@alum.mit.edu>).

1.19 (+20 -11 lines) 03/20/2004 02:05 AM Ben Chavet ben

make XP-Publish work with the new Ansel::listGalleries() structure.
Submitted by: "Heath S. Hendrickson" <heath@outerspaceconsultants.com>

1.18 (+2 -2 lines) 02/04/2004 12:39 PM Jan Schneider jan

Allow transparent logins without the login form.

1.17 (+4 -3 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.16 (+4 -4 lines) 01/17/2004 05:57 PM Jan Schneider jan

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

1.15 (+3 -3 lines) 01/14/2004 06:49 AM Jan Schneider jan

Fix Share:: method names.

1.14 (+2 -2 lines) 01/13/2004 11:10 PM Chuck Hagenbuch chuck

Try to ditch a bunch of duplicative Horde_Share:: methods.

1.13 (+5 -5 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.12 (+2 -2 lines) 01/01/2004 10:13 AM Jan Schneider jan

Happy new year everyone.

1.11 (+4 -4 lines) 10/20/2003 12:53 AM Chuck Hagenbuch chuck

xp publishing works again

1.10 (+30 -25 lines) 10/18/2003 05:13 PM Chuck Hagenbuch chuck

[cjh] Let users enter the short ids for galleries, instead of using
32 character md5 strings.

1.9 (+7 -1 lines) 10/18/2003 11:40 AM Chuck Hagenbuch chuck

If we somehow have a session already, do the right thing.

1.8 (+4 -1 lines) 10/18/2003 11:35 AM Chuck Hagenbuch chuck

allow setting gallery descriptions, also

1.7 (+3 -3 lines) 10/03/2003 05:22 PM Chuck Hagenbuch chuck

focusing tweaks

1.6 (+2 -2 lines) 10/02/2003 04:51 PM Chuck Hagenbuch chuck

period

1.5 (+2 -2 lines) 10/02/2003 11:51 AM Chuck Hagenbuch chuck

minor tweak of the registry entry code

1.4 (+4 -1 lines) 10/02/2003 11:50 AM Chuck Hagenbuch chuck

Create new gallery works beautifully now.

1.3 (+20 -31 lines) 10/02/2003 11:30 AM Chuck Hagenbuch chuck

Uploading via the wizard works! Still working no getting Create new Gallery
to work, though.

1.2 (+35 -11 lines) 10/01/2003 11:59 PM Chuck Hagenbuch chuck

Clean up a few things, and take another shot at the last step of the file upload.
Still doesn't work, and I'm not sure how on earth to debug this thing. Will
keep trying tomorrow.

1.1 10/01/2003 06:19 PM Chuck Hagenbuch chuck

[cjh] Implement support for Windows XP's Publish To Web wizard.

This doesn't *quite* work yet - I'm not sure what's going on when it
finally goes to submit the images. But it does let you pick a gallery, etc.