Revisions for ansel/scripts/recursive_import.php

Location: [ Horde ] / ansel / scripts / recursive_import.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.11 (+2 -2 lines) 09/04/2008 02:35 PM Michael Rubinsky mrubinsk

$parent is a gallery_id here, not a Ansel_Gallery object.
Some general clean up while I'm at it

1.10 (+44 -4 lines) 08/13/2008 06:58 PM Michael Rubinsky mrubinsk

recursive_import.php will now delete any galleries it created  that are
completely empty, making it easier to grab images from directory trees
that may contain other types of files.  An option to keep the empties
is available by using the --keep switch

1.9 (+4 -3 lines) 08/13/2008 04:57 PM Michael Rubinsky mrubinsk

Change this function to return the gallery_id of the top-most newly created
gallery - it never returned the array of image_ids anyway.

1.8 (+6 -10 lines) 08/07/2008 07:05 PM Michael Rubinsky mrubinsk

fix recursive_import script to work with new share driver

1.7 (+2 -2 lines) 04/20/2008 08:55 PM Michael Rubinsky mrubinsk

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

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

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

1.5 (+2 -2 lines) 12/01/2006 04:01 PM Chuck Hagenbuch chuck

class name is changing.

1.4 (+2 -1 lines) 04/16/2006 02:23 AM Chuck Hagenbuch chuck

This shouldn't hurt default mode and lets things work better with more
directory names.

1.3 (+4 -4 lines) 08/16/2005 05:15 PM Matt Selsky selsky

Fix quote style.

1.2 (+2 -2 lines) 06/12/2005 11:11 PM Matt Selsky selsky

Add spaces.

1.1 05/29/2005 08:45 PM Chuck Hagenbuch chuck

Script for recursively importing directories into galleries with the
name of each directory/subdirectory.