• last updated 8 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
adding Malte\'s useful bulk files upload feature to cvs head, see http://openacs.org/forums/message-view?message_id=467566

Removed Malte's last-minute changes to forums-portlet and file-storage

  1. … 1 more file in changeset.
Made sure only SWA can upload a folder

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.

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.

  1. … 5 more files in changeset.
implements file add behaviors based on BehaveLikeFilesystemP package param; see bug 2323 and patch 794

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.

  1. … 1 more file in changeset.
file file-upload-confirm.tcl was initially added on branch oacs-5-2.

    • -0
    • +0
    ./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. … 1 more file in changeset.
Reverse commit of redundant copy/move code.

  1. … 1 more file in changeset.
Adding missing oracle query

fixed moving files by copy&delete

  1. … 1 more file in changeset.
Fixed bug #2679, file copy was broken from pages using folder-chunk.

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

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

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

  1. … 2 more files in changeset.
Added catch call to content::init in case the object has no associated template

Fix to complain if neither file_id or version_id is passed

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.
resolved bug with revisions

Fixed problem with no fs_url for bulk_actions

Added support for a return_url. Fixed issue with the download not working due to expecting an item_id instead of a revision_id

added file delete callback