Index: openacs-4/packages/dotlrn-catalog/www/dt-admin/course-add-edit.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-catalog/www/dt-admin/course-add-edit.tcl,v
diff -u -r1.7.2.3 -r1.7.2.4
--- openacs-4/packages/dotlrn-catalog/www/dt-admin/course-add-edit.tcl 3 Dec 2005 01:51:26 -0000 1.7.2.3
+++ openacs-4/packages/dotlrn-catalog/www/dt-admin/course-add-edit.tcl 29 Mar 2006 01:26:44 -0000 1.7.2.4
@@ -53,7 +53,6 @@
# Creates the elements to show with ad_form
foreach attribute $attribute_list {
-ns_log Notice "Huh? attribute: $attribute"
set element_mode ""
set aditional_type ""
@@ -105,7 +104,6 @@
}
}
set element [list [lindex $attribute 2]:text${aditional_type} [list label [lindex $attribute 3]] $aditional_elements $aditional_elements_2 $element_mode]
-ns_log Notice "Huh? element: $element"
lappend elements $element
}
Index: openacs-4/packages/dotlrn-homework/tcl/dotlrn-homework-procs-oracle.xql
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-homework/tcl/dotlrn-homework-procs-oracle.xql,v
diff -u -r1.2 -r1.2.2.1
--- openacs-4/packages/dotlrn-homework/tcl/dotlrn-homework-procs-oracle.xql 13 Jan 2005 13:57:29 -0000 1.2
+++ openacs-4/packages/dotlrn-homework/tcl/dotlrn-homework-procs-oracle.xql 29 Mar 2006 01:26:44 -0000 1.2.2.1
@@ -26,6 +26,7 @@
folder_id => :parent_folder_id,
creation_user => :user_id,
creation_ip => :creation_ip,
+ package_id => :package_id,
indb_p => :indb_p
);
end;
Index: openacs-4/packages/file-storage/file-storage.info
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/file-storage.info,v
diff -u -r1.38.2.10 -r1.38.2.11
--- openacs-4/packages/file-storage/file-storage.info 10 Mar 2006 18:51:27 -0000 1.38.2.10
+++ openacs-4/packages/file-storage/file-storage.info 29 Mar 2006 01:26:44 -0000 1.38.2.11
@@ -7,15 +7,15 @@
f
f
-
+
OpenACS
Collaborative document storage
2005-09-30
OpenACS
Provides a versioned document store with storage in the filesystem or database (depending on configuration). Documents and folders can be permissioned and folders downloaded.
0
-
+
Index: openacs-4/packages/file-storage/sql/oracle/file-storage-package-create.sql
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/sql/oracle/file-storage-package-create.sql,v
diff -u -r1.14.2.1 -r1.14.2.2
--- openacs-4/packages/file-storage/sql/oracle/file-storage-package-create.sql 19 Mar 2006 22:26:40 -0000 1.14.2.1
+++ openacs-4/packages/file-storage/sql/oracle/file-storage-package-create.sql 29 Mar 2006 01:26:45 -0000 1.14.2.2
@@ -41,7 +41,8 @@
folder_id in cr_items.parent_id%TYPE,
creation_user in acs_objects.creation_user%TYPE,
creation_ip in acs_objects.creation_ip%TYPE,
- indb_p in char default 't'
+ indb_p in char default 't',
+ package_id in acs_objects.package_id%TYPE default null
) return cr_items.item_id%TYPE;
procedure delete_file(
@@ -238,7 +239,8 @@
folder_id in cr_items.parent_id%TYPE,
creation_user in acs_objects.creation_user%TYPE,
creation_ip in acs_objects.creation_ip%TYPE,
- indb_p in char default 't'
+ indb_p in char default 't',
+ package_id in acs_objects.package_id%TYPE default null
) return cr_items.item_id%TYPE
is
v_item_id cr_items.item_id%TYPE;
@@ -253,7 +255,8 @@
context_id => new_file.folder_id,
creation_ip => new_file.creation_ip,
content_type => 'file_storage_object',
- item_subtype => 'content_item'
+ item_subtype => 'content_item',
+ package_id => new_file.package_id
);
else
v_item_id := content_item.new(
Fisheye: Tag 1.1 refers to a dead (removed) revision in file `openacs-4/packages/file-storage/sql/oracle/upgrade/upgrade-5.2.0d8-5.2.2.sql'.
Fisheye: No comparison available. Pass `N' to diff?
Index: openacs-4/packages/photo-album/www/photo-add-2.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/photo-album/www/photo-add-2.tcl,v
diff -u -r1.6 -r1.6.2.1
--- openacs-4/packages/photo-album/www/photo-add-2.tcl 21 Mar 2005 15:36:50 -0000 1.6
+++ openacs-4/packages/photo-album/www/photo-add-2.tcl 29 Mar 2006 01:26:45 -0000 1.6.2.1
@@ -1,5 +1,4 @@
# /packages/photo-album/www/photo-add-2.tcl
-ns_log Notice "Huh? here we are..."
ad_page_contract {
adds a photo to an album