• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- replace deprecated "ad_parameter" by "parameter::get"

  1. … 4 more files in changeset.
- the (deprecated) function ad_parameter was called with wrong arguments, "-package_id" was treated as parameter for non-positional argument "package_key" ("ad_parameter BehaveLikeFilesystemP -package_id [ad_conn package_id]"). Changed to "parameter::get"

Adding support for the categorization of files (if the CategoriesP parameter is enabled for a package instance). Version is increased to 5.4.0d3 and folder, file and simple www/*-edit-2 files were removed and consolidated into www/*-edit.

  1. … 33 more files in changeset.
Merged changes to HEAD ...

  1. … 1556 more files in changeset.
fixing bug 2975 applying patch 837

First shot at merging oacs-5-2 apps used in .LRN to HEAD.

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

  1. … 1 more file 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.
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.
commit to OACS-5-2 merge of changes on OACS-5-1

(using tag vg-merge-dotlrn-2-1-20050922) for packages under dotlrn-all

  1. … 91 more files in changeset.
fix edit data clause in ad_form -- rename a variable, set variable this_title initially, pass this_title instead of title to fs_add_version

added variable filename to page

Add optional feature to edit text based content.

  1. … 2 more files in changeset.
show locked title in inform widget

Added callbacks for integration with PM. Made sure the package_id is set correctly

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

  1. … 321 more files in changeset.
Make sure temp files are deleted after upload

  1. … 1 more file 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.
fix from Sloan: fix syllabus portlet (mime type was wrong)

  1. … 2 more files in changeset.
fix from Sloan: in case where title is locked bash filename to title a little sooner so the lookup for an existing file will use the right name

Correctly honor lock_title_p. Fixes bug#2049.

Fix zip upload. Its not pretty, but it works the same as it did in 5.0.

Moved calls to do_notification from ui-scripts to tcl api

Added delete_file and delete_version procs to tcl api

Added get_parent proc to tcl api

Modified file-add.tcl so that add-version is no longer required

Removed all version-add* files

Modified file.tcl to use file-add instead of version-add

  1. … 16 more files in changeset.
Backported notification support for file-storage from HEAD.

  1. … 23 more files in changeset.
Fixing bug '#19 Enable notifications on file upload'. Modified patch #534 to make it actually work on HEAD. Should work for Oracle as well but not tested on that db yet. This could do with some cleanup, and i18n-ization.

  1. … 19 more files 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.
Fix single file upload filenames. It was using the entire upload_file list

instead of just the user filename.

Fix zip file upload feature which wa left out of file-storage update.

  1. … 1 more file in changeset.
After adding a file, you did not return to the folder which you uploaded the file to, but to the main folder of the package. This has been fixed.

Fix typo $write should have been "write".

Fix call to _ proc in ad_form definition.