• last updated 8 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Reverted all changes from Mannheim

  1. … 222 more files in changeset.
Mannheim update, fix and merge bugbash

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

  1. … 2478 more files in changeset.
Made sure you can inherit permissions for the public folder as well

  1. … 1 more file in changeset.
added parameter to inherit permissions from root folder, if wanted

  1. … 1 more file in changeset.
Use parent_id to find user folders.

Added write permission for public folder as a parameter

  1. … 1 more file in changeset.
Added caching of root_folder_id of a user

added parameter to give community member write permission to folders

  1. … 3 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.
adding permissions to dotlrn-admin group

Fix call to lang::util::localize

Use new unnamed locale parameter to lang::util::localize and

re-run renaming upgrade procedure.

  1. … 2 more files in changeset.
Removed a debugging statement ...

I earlier fixed a bogus "lsearch" result check without realizing that the

"lsearch" had another bug, searching a comma-separated string rather than a

list. Sigh. This code never "worked" it just appeared to work since the

old portal code didn't give errors if you tried to modify parameters to a

non-existent portlet.

Made a similar change to fs permissions for add_applet as I did earlier for

add_applet_to_community

Changed dotlrn-fs applet to track recent changes in file-storage. Each

instance now has its own root folder so permission details are different.

fix from Sloan: when cloning a community, give admins admin privs on the files in the Public/Shared files folder. they only get write on that folder so they won't delete it and that was preventing them from deleting copied files

implement a remove_user proc

  1. … 3 more files in changeset.
Bug 2058

Use localized folder names to find built-in folders during clone.

Fixes bug#2058.

Use localized name for cr_items.name of built-in folders. Uses sitewide

locale.

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.
bug 374 - file storage file size limit

  1. … 8 more files in changeset.
merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040517 and jcd-merge-5-1-20040628 to HEAD

  1. … 687 more files in changeset.
fix from Sloan: don't allow admins to delete public folder in cloned classes/communities (it's already there for new ones)

Fixed bug #1718, copying a community failed in Postgres because of an

unported Oracle query.

  1. … 2 more files in changeset.
Bug 1387 - an Oracle-style query had been left in the Tcl script

  1. … 2 more files in changeset.
fixing typo: folder_key should be folder

changing so that for folder pretty names that are I18N messages containing variables we don't store the message key anymore, but rather the en_US message (should be improved to be the locale of the community). This applies to messages of type "%user_name%'s Public Files" and "%community_names%'s Public Files". The problem with those vars is that file-storage would need to have a way to lookup community_name when displaying a folder name. Allowing folders with messages with no embedded vars to still have their pretty names be message keys in the db. That way we can have Assignments, Exams, Handouts etc. be multilingual.