• last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Patch for PG 7.3.5 compatibility from Orzenil Silva Junior.

    • -1
    • +1
    ./file-storage-rss-procs-postgresql.xql
file file-storage-rss-procs.xql was initially added on branch oacs-5-1.

    • -0
    • +0
    ./file-storage-rss-procs.xql
file file-storage-rss-procs.tcl was initially added on branch oacs-5-1.

    • -0
    • +0
    ./file-storage-rss-procs.tcl
file file-storage-rss-procs-postgresql.xql was initially added on branch oacs-5-1.

    • -0
    • +0
    ./file-storage-rss-procs-postgresql.xql
file file-storage-rss-procs-oracle.xql was initially added on branch oacs-5-1.

    • -0
    • +0
    ./file-storage-rss-procs-oracle.xql
Adding rss support, turned off and hidden by default.

    • -0
    • +16
    ./file-storage-procs-postgresql.xql
    • -0
    • +47
    ./file-storage-rss-procs-oracle.xql
    • -0
    • +51
    ./file-storage-rss-procs-postgresql.xql
  1. … 24 more files in changeset.
The service contract 'dav_mkcol_type' was being defined twice...

Fixes and updates; bumped up to 5.1.0a11, added new dav_mkcol_type contract implementation to better support folder creation

    • -17
    • +52
    ./file-storage-install-procs.tcl
  1. … 1 more file in changeset.
Adding fs_objects.title to select_folder_contents used by syllabus-portlet

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. … 2 more files in changeset.
internationalization

  1. … 1 more file in changeset.
notificacions internationalized

  1. … 1 more file in changeset.
Bux fixing in dotlrn-syllabus portlet, when the professor upload the syllabus the portlet not show it because the select not return the column title

Added changes necessary for lors.

Applying patch 595, fixing bug 2096.

Moved fs::publish_versioned_object_to_file_system.select_file_name out to database specific files, to fix a bug downloading archives in Oracle installations. The bug caused the entire contents of content-repository-content-files to get copied into the temp directory, once for each file in the archive. Great for filling up disk drives.

Fixed error when download all the contents of one folder

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.