• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fixed bug #2679, file copy was broken from pages using folder-chunk.

bump version numbers for required packages to 5.2.2; tagging for release

remove duplicated parameter

Check for zip file before trying to unzip it. Add AllowTextEdit

parameter to turn off textarea of editing file storage text content.

Remove extra file system copy code. If there is a bug in the CR, it

should be fixed in the content-repository code, not in

file-storage. Also I am not able to reproduce the problem.

Add error handling and notices so the user 1) doesn't see a server

error, and 2) gets some sort of feedback.

Adding orderby clause to oracle query (#2817)

Fixed bug #2817: order by clause in folder-chunk.tcl wasn't implemented for

Oracle. Very simple fix (sigh).

fixed copying and moving of files; downloading of different file versions

replace invalidated view fs_urls_full

Support permission_check parameter on oracle

Support permission_check

Finish skip permission check code.

Support skipping folder permission check.

file upgrade-5.2.0d8-5.2.2.sql was initially added on branch oacs-5-2.

    • -0
    • +0
    ./sql/oracle/upgrade/upgrade-5.2.0d8-5.2.2.sql
1. Got rid of some extraneous notification comments

2. Fixed bug 2851 for Oracle (it was fixed previously for Postgres)

    • -0
    • +626
    ./sql/oracle/upgrade/upgrade-5.2.0d8-5.2.2.sql
  1. … 3 more files in changeset.
file_storage.get_title to return cr_revisions.title of the live revision instead of cr_items.name

Context_bar query to start at root_folder_id. Fix group context_bar

Set cr_items.name as fs_objects.name instead of cr_revisions.filename

    • -2
    • +2
    ./sql/oracle/file-storage-views-create.sql
Added catch call to content::init in case the object has no associated template

Set BehaveLikeFilesystemP to default to 0

Make filenames in archive downloads follow the BehaveLikeFilesystemP param

rollback for datamanager facilities

    • -36
    • +2
    ./tcl/file-storage-callback-procs.tcl
    • -47
    • +0
    ./tcl/file-storage-callback-procs.xql
    • -91
    • +0
    ./tcl/test/file-storage-callback-procs.tcl
Fix to complain if neither file_id or version_id is passed

Deletting the view before creating it again, since it changes

the number of columns.

Don't redirect to login in include

adding web tests to the file storage package

    • -7
    • +421
    ./tcl/test/file-storage-procs.tcl
file tclwebtest-procs.tcl was initially added on branch oacs-5-2.

    • -0
    • +0
    ./tcl/test/tclwebtest-procs.tcl
  1. … 2 more files in changeset.
Fixes #2744

Support for symlinks

Fixing Bug 2734. Now page_num is passed through to folder_chunk as a possible filter

  1. … 2 more files in changeset.