• last updated 6 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
fix from Sloan: fix syllabus portlet (mime type was wrong)

  1. … 2 more files in changeset.
2057 for oracle

2057 for oracle

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

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.
Remove extra ; at end of query.

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
    • +20
    ./file-storage-procs-postgresql.xql
  1. … 13 more files in changeset.
Fixed bug #1924 and added a html version of the notification messages.

Backported notification support for file-storage from HEAD.

    • -0
    • +16
    ./file-storage-procs-postgresql.xql
  1. … 21 more files in changeset.
merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040517 and jcd-merge-5-1-20040628 to HEAD

    • -97
    • +0
    ./file-storage-dav-install-procs.tcl
    • -0
    • +100
    ./file-storage-install-procs.tcl
  1. … 685 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.

    • -0
    • +16
    ./file-storage-procs-postgresql.xql
  1. … 17 more files in changeset.
Changed CR "rename" procs to "edit_name" to avoid issues with Oracle 9.2 (and

changed PG for consistency)

  1. … 24 more files in changeset.
Recreate view template on upgrade

Move file-storage-dav-install-procs.tcl to file-storage-install-procs.tcl

    • -97
    • +0
    ./file-storage-dav-install-procs.tcl
file file-storage-install-procs.tcl was initially added on branch oacs-5-1.

    • -0
    • +0
    ./file-storage-install-procs.tcl
Fixed Bug #1858: qualifying "rename" works in 8i bug chokes in 9i causing

the reported error on installation. Fixed by changing the name to "edit_name"

and implemented it for PG as well (to keep names similar)

  1. … 27 more files in changeset.
Fix bug#1821. Change oracle query for create_item to use indbp variable to

create item with the correct storage type.

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. … 832 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.

Fix PROPPATCH handling to call the oacs-dav default implementation.

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

making head consistent with oacs-5-1

add head lock and unlock methods to the file storage dav impl