• last updated 21 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Use name and title for the copy, rather than name as title and file_upload_name as name. This will make so copied files will have also the same title as the original when this was renamed.

Try conserving file extension in the name when adding the suffix

  1. … 2 more files in changeset.
Localize untranslated messages in the copy file-storage script (thanks to Markus Moser for the german translation)

  1. … 3 more files in changeset.
Allow copy of files/folders into the same folder of the original content. This is done by appending a numerical suffix to the name.

It required modifying copy stored procedures so they could accept a different name and title for the copy.

I have also removed redundant package definition in oracle code that was immediately overridden afterwards.

  1. … 12 more files in changeset.
- tighten page contracts

  1. … 4 more files in changeset.
- add editor hints to keep spaces/tabs in the future more consistent

  1. … 350 more files in changeset.
Merging back to HEAD branch oacs-5-8 (using tag vg-merge-oacs-5-8-from-20141027).

  1. … 2547 more files in changeset.
- use consistently "naturalnum" instead of "integer" when accepting just positive values

  1. … 103 more files in changeset.
- new style string expressions

- brace expressions to allow for tcl compilation

- use "in" or not in (ni) operator instead of lsearch

- bump version number

  1. … 23 more files in changeset.
- fix incorrect message key names

  1. … 2 more files in changeset.
Disabling the linkage of copying/moving when we know that the destination

folder will generate and error in the DB.

  1. … 5 more files in changeset.
Remove extras LI

  1. … 4 more files in changeset.
HTML Strict cleanup

  1. … 12 more files in changeset.
First shot at merging oacs-5-2 apps used in .LRN to HEAD.

  1. … 2478 more files in changeset.
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. … 4 more files in changeset.
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. … 5 more files in changeset.
Reverse commit of redundant copy/move code.

  1. … 3 more files in changeset.
fixed moving files by copy&delete

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

  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.

  1. … 2 more files in changeset.
fixed copying and moving of files; downloading of different file versions

  1. … 8 more files in changeset.
use copy_folder for moving folders

  1. … 2 more files in changeset.
commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040724 and jcd-merge-5-1-20050111

  1. … 2275 more files in changeset.
fixing some of the bulk actions; removing the copy because it doesn't work

  1. … 5 more files in changeset.
solve problem with bulk actions

merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040712 and jcd-merge-5-1-20040724 to HEAD

  1. … 138 more files in changeset.
Fix bug#2022. Catch duplicate files on copy and move with db_transaction.

  1. … 1 more file in changeset.
merge changes on oacs-5-1 branch to head, changes between jcd-merge-20040420 and jcd-merge-5-1-20040517 were merged, head pre changes is jcd-merge-pre-20040517 and post is jcd-merge-post-20040517

  1. … 834 more files in changeset.
Adding bulk-copy page to file storage.

  1. … 3 more files in changeset.
file copy.tcl was initially added on branch oacs-5-1.