• last updated 15 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
New i18n

    • -1
    • +7
    ./catalog/file-storage.en_US.ISO-8859-1.xml
Added upload of FS folder

file folder-add.adp was initially added on branch oacs-5-2.

file folder-add.tcl was initially added on branch oacs-5-2.

slight change in wording

User called my attention to a grammar issue in what turned out to be an uninternationalized phrase in .LRN 2.2. Need to internationalize it after the message key ban has been lifted (post 2.2). Tweaked the original english message for now.

file upgrade-5.2.3d2-5.2.3.sql was initially added on branch oacs-5-2.

    • -0
    • +0
    ./sql/oracle/upgrade/upgrade-5.2.3d2-5.2.3.sql
    • -0
    • +0
    ./sql/postgresql/upgrade/upgrade-5.2.3d2-5.2.3.sql
Made fs_objects count folder items the same was fs_folders does.

    • -2
    • +2
    ./sql/oracle/file-storage-views-create.sql
    • -0
    • +42
    ./sql/postgresql/upgrade/upgrade-5.2.3d2-5.2.3.sql
file upgrade-5.2.3d1-5.2.3d2.sql was initially added on branch oacs-5-2.

    • -0
    • +0
    ./sql/oracle/upgrade/upgrade-5.2.3d1-5.2.3d2.sql
    • -0
    • +0
    ./sql/postgresql/upgrade/upgrade-5.2.3d1-5.2.3d2.sql
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