• last updated 18 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added view support for Symlinks. This works in a hardlink fashion at the moment and is not tested on Oracle, though I doubt it will fail.

    • -2
    • +3
    ./sql/oracle/file-storage-views-create.sql
    • -0
    • +45
    ./sql/oracle/upgrade/upgrade-5.2.3d1-5.2.3d2.sql
Removed miscapitalized filenames

    • -130
    • +0
    ./catalog/file-storage.ms_my.utf-8.xml
  1. … 17 more files in changeset.
implements file add behaviors based on BehaveLikeFilesystemP package param; see bug 2323 and patch 794

adding file add messages

    • -0
    • +2
    ./catalog/file-storage.en_US.ISO-8859-1.xml
Do not revert again. There is a clear difference between move and copy/delete. This is mainly in the callbacks used, but also the copy/delete machinism seems to work in certain situations where plain move just fails. It is a switch, so by default the usual move is enabled.

file file-storage.hi_IN.utf-8.xml was initially added on branch oacs-5-2.

    • -0
    • +0
    ./catalog/file-storage.hi_IN.utf-8.xml
Catalogs from translate.openacs.org

for pacakges NOT included in the OpenACS Core

    • -1
    • +1
    ./catalog/file-storage.ar_EG.utf-8.xml
    • -3
    • +24
    ./catalog/file-storage.ar_LB.utf-8.xml
    • -1
    • +29
    ./catalog/file-storage.ca_ES.ISO-8859-1.xml
    • -1
    • +34
    ./catalog/file-storage.da_DK.ISO-8859-1.xml
    • -19
    • +15
    ./catalog/file-storage.de_DE.ISO-8859-1.xml
    • -5
    • +1
    ./catalog/file-storage.en_AU.ISO-8859-1.xml
    • -6
    • +2
    ./catalog/file-storage.en_US.ISO-8859-1.xml
    • -5
    • +1
    ./catalog/file-storage.es_CO.ISO-8859-1.xml
    • -24
    • +30
    ./catalog/file-storage.es_ES.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/file-storage.es_GT.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/file-storage.eu_ES.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/file-storage.fi_FI.utf-8.xml
    • -1
    • +1
    ./catalog/file-storage.fr_FR.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/file-storage.gl_ES.ISO-8859-1.xml
    • -0
    • +168
    ./catalog/file-storage.hi_IN.utf-8.xml
  1. … 1067 more files in changeset.
File improved to implements the application-track callbacks

    • -1
    • +94
    ./tcl/file-storage-callback-procs.tcl
file file-upload-confirm.tcl was initially added on branch oacs-5-2.

    • -0
    • +0
    ./www/file-upload-confirm.tcl
added callback before_file_new and page file-upload-confirm to be able to redirect user to a confirmation page before uploading / copying / moving files to folders

    • -1
    • +10
    ./tcl/file-storage-callback-procs.tcl
Reverse commit of redundant copy/move code.

Adding missing oracle query

fixed moving files by copy&delete

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