Index: openacs-4/packages/photo-album/photo-album.info
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/photo-album/photo-album.info,v
diff -u -r1.6 -r1.7
--- openacs-4/packages/photo-album/photo-album.info 26 Jun 2003 02:45:08 -0000 1.6
+++ openacs-4/packages/photo-album/photo-album.info 26 Sep 2003 14:25:22 -0000 1.7
@@ -7,24 +7,20 @@
f
f
-
-
- oracle
- postgresql
-
+
Jeff Davis
Walter McGinnis
Tom Baginski
- A photo album application that provides photo display
+ A photo album application that provides photo display
and grouping functionality using the ACS Content Repository.
- 2003-06-25
+ 2003-09-26
OpenACS
A photo album application that provides photo display and grouping
functionality using the ACS Content Repository.
-Allows users to upload photos, store and edit attributes, and group
-photos into albums and folders. Allows site administrators to set
-permissions that control who can do and see what within a photo album
+Allows users to upload photos, store and edit attributes, and group
+photos into albums and folders. Allows site administrators to set
+permissions that control who can do and see what within a photo album
application. Includes sub-site support.
Requires installation of ImageMagick and jhead on host machine. See design doc
@@ -34,24 +30,25 @@
Heavily modified from the original Ars Digita version by
davis@xarg.net.
-
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
Index: openacs-4/packages/photo-album/www/clipboard-view.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/photo-album/www/clipboard-view.adp,v
diff -u -r1.1 -r1.2
--- openacs-4/packages/photo-album/www/clipboard-view.adp 10 Jun 2003 10:07:11 -0000 1.1
+++ openacs-4/packages/photo-album/www/clipboard-view.adp 26 Sep 2003 14:25:22 -0000 1.2
@@ -4,9 +4,14 @@
-
+
+
+
+
+
+
Index: openacs-4/packages/photo-album/www/clipboard-view.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/photo-album/www/clipboard-view.tcl,v
diff -u -r1.3 -r1.4
--- openacs-4/packages/photo-album/www/clipboard-view.tcl 30 Jun 2003 07:53:56 -0000 1.3
+++ openacs-4/packages/photo-album/www/clipboard-view.tcl 26 Sep 2003 14:25:22 -0000 1.4
@@ -14,6 +14,7 @@
user_id:onevalue
base_url:onevalue
images:multirow
+ shutterfly_p:onevalue
}
set user_id [ad_conn user_id]
@@ -40,5 +41,7 @@
and f.relation_tag = 'base'
}
+set shutterfly_p [parameter::get -parameter ShowShutterflyLinkP -default f]
+
set returnurl "[ad_url][ad_conn package_url]"
set base_url "[ad_url][ad_conn package_url]images/"
Index: openacs-4/packages/photo-album/www/index.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/photo-album/www/index.adp,v
diff -u -r1.1 -r1.2
--- openacs-4/packages/photo-album/www/index.adp 10 Jun 2003 10:07:11 -0000 1.1
+++ openacs-4/packages/photo-album/www/index.adp 26 Sep 2003 14:25:22 -0000 1.2
@@ -56,9 +56,12 @@
View all of your clipboards.
+
To order prints of these photos you will first need to add them
to a clipboard (you can do this when viewing an individual
photo). Once they are in a clipboard you can send them off to
shutterfly.com for
printing from a clipboard screen.
+
+
Index: openacs-4/packages/photo-album/www/index.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/photo-album/www/index.tcl,v
diff -u -r1.3 -r1.4
--- openacs-4/packages/photo-album/www/index.tcl 17 Jun 2003 13:51:21 -0000 1.3
+++ openacs-4/packages/photo-album/www/index.tcl 26 Sep 2003 14:25:22 -0000 1.4
@@ -26,6 +26,7 @@
move_p:onevalue
delete_p:onevalue
child:multirow
+ shutterfly_p:onevalue
}
@@ -54,3 +55,4 @@
set collections [db_string collections {select count(*) from pa_collections where owner_id = :user_id}]
+set shutterfly_p [parameter::get -parameter ShowShutterflyLinkP -default f]