• last updated 10 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
reverted previous change, resolved bug #2362. Fixed message keys containing \n manually on our system, Jeff is pinging Joel to do this programatically on the translation server. Removed ns_log Notice that were leftovers from testing the download functionality

Fixing line breaks returned from ad_html_text_convert. Added folder information to the notifications for parent folders as well (not very useful if you have no clue where the file was uploaded to otherwise)

Fixed download that was broken due to name => title change. Broken means relative linking within the directory did not work, if the name of the file had to be renamed due to name conflicts. Using the title instead of the file name is also more in line with the 'Once face to the customer' credo.

Moved root folder creation to after-instantiate to allow unmounting and remounting of file-storage.

  1. … 3 more files in changeset.
added proc fs::notification::get_url

commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040724 and jcd-merge-5-1-20050111

  1. … 2275 more files in changeset.
Adding rss support, turned off and hidden by default.

  1. … 31 more files in changeset.
Fixed bug #2082. uploading files with a '-' as the first character of

the name is now possible.

Adding SSL support to oacs-dav and file-storage's hooks for it.

  1. … 3 more files in changeset.
internationalization

  1. … 1 more file in changeset.
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.