• last updated 6 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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?)

*** empty log message ***

  1. … 1 more file in changeset.
Cleaned up add_file and added add_version

  1. … 9 more files in changeset.
Removing unused file-add-2.

Simplified upgrade to swap name and title.

Added upgrade for oracle and fixed oracle functions.

  1. … 8 more files in changeset.
Clean up postgresql functions so name refers to name and title refers to title.

Move everything into one upgrade script.

  1. … 6 more files in changeset.
Adding install callbacks for webdav support

  1. … 4 more files in changeset.
Moved root folder creation to apm after-mount callback. Added UI to

dav enable a file-storage instance. Converted file-add to ad_form and

cr_import_content. fix.sql includes fixes to bugs in acs-kernel and

acs-content-repository. Added update_last_modfiied for the content_item

when a new revision is uploaded so that last modified is displayed

correctly.

  1. … 11 more files in changeset.
Fixed bugs #423: download w/url, #753: publish_url problem, and #427: root folder name wrong

  1. … 1 more file in changeset.
adding timezone support

  1. … 6 more files in changeset.