• last updated 6 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
notificacions internationalized

  1. … 1 more file in changeset.
Added changes necessary for lors.

Applying patch 595, fixing bug 2096.

Fixed error when download all the contents of one folder

Use cr_items.name when creating zip of folder.

Fixes bug#2059, fix from Gary Roesler.

Call file_storage__delete_folder on folder_delete. Add

Folder notification. Fixes bug#2057.

  1. … 4 more files in changeset.
Fix context_bar. Pass in root_folder_id to fs_context_bar_list from

index page. Fixes bug#1742.

  1. … 1 more file in changeset.
Fix add_version to always use storage type of item. Fix add_file to

pass storage type to add_version to save an unnecessary query when

adding a file and version at the same time.

  1. … 1 more file in changeset.
Add optional package_id parameter to fs::do_notifications to support

attachments package which will not return the correct result from

ad_conn package_id.

bug 1970 - making use of WebDave configurable

  1. … 2 more files in changeset.
Moved calls to do_notification from ui-scripts to tcl api

Added delete_file and delete_version procs to tcl api

Added get_parent proc to tcl api

Modified file-add.tcl so that add-version is no longer required

Removed all version-add* files

Modified file.tcl to use file-add instead of version-add

  1. … 16 more files in changeset.
Fixed bug #1924 and added a html version of the notification messages.

Backported notification support for file-storage from HEAD.

  1. … 23 more files in changeset.
Fixing bug '#19 Enable notifications on file upload'. Modified patch #534 to make it actually work on HEAD. Should work for Oracle as well but not tested on that db yet. This could do with some cleanup, and i18n-ization.

  1. … 19 more files in changeset.
merge changes on oacs-5-1 branch to head, changes between jcd-merge-20040420 and jcd-merge-5-1-20040517 were merged, head pre changes is jcd-merge-pre-20040517 and post is jcd-merge-post-20040517

  1. … 834 more files in changeset.
Making downloading of zip archives of file storage folders work on solaris: Changing ArchiveCommand parameter default value to use gzip instead of the z argument to tar which is not supported in Solaris

  1. … 1 more file in changeset.
Fix usage of ad_parameter to use parameter::get to get the parameter from

the package_id.

  1. … 1 more file in changeset.
Fix proc documentation for after_mount callback to reflect reality.

Fix URL calculation for file-storage package root folder. Content_item.get_path

produces an incorrect relative URL with the cr_items.name is not the same

as the actual URL of the root folder. Fixes Bug#1763

  1. … 1 more file in changeset.
Fix bugs in oracle queries. Fix lock handling on file-storage WebDAV PUT

Method

  1. … 2 more files in changeset.
Put fs::new_root_folder tcl procedure back in. It has new optional parameters

but should behave the same as the original procedure.

  1. … 4 more files in changeset.
Add message that displays WebDAV accessible URL to folder view.

  1. … 5 more files in changeset.
Add requires oacs-dav package. Add call to dav-enable root folders when

they are created.

  1. … 1 more file in changeset.
Give root folders for each package a unique cr_items.name in case multiple

package instances called "File Storage" are mounted. Fixed bug#1332

  1. … 10 more files in changeset.
Use site_node(instance_name) for folder label. Use object_id of file-storage

package for cr_folder name. All file storage root folders have the same

parent_id so we need to ensure a unqiue cr_items.name.

Fix typo. Fixes bug#1409

Changed @returns to @return with command perl -pi -e 's/\@returns/\@return/g' *.tcl

  1. … 6 more files in changeset.
Added form to set folder description. Converted folder-create to ad_form

  1. … 3 more files in changeset.
The rest of the UI changes

  1. … 10 more files in changeset.
oops - accidentally commited site specific code in the last commit. This one reverts to the code of version 1.33 (I don't think there is any way to reverse a cvs commit?)