• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
1. Merge 2.4.1 to HEAD other than assessment, imsld, lorsm, and views.

2. Bump version numbers to 2.5.0d1.

  1. … 378 more files in changeset.
Remove package versions from info files. Support ajaxfs parameter in portlet

  1. … 2 more files in changeset.
Forgot an IF in my previous commit

Don't show notification chunk nor webdav one when portlet is shaded

Added missing labels for list template columns

HTML Strict cleanup

Activate allow_bulk_actions parameter at include

Merged changes to HEAD ...

  1. … 1554 more files in changeset.
Zen: user portal HTML cleanup

  1. … 10 more files in changeset.
Mark Wylie's changes: using div for navigation instead of table

removing inline divs and styles from display_templates after discussing with don and mark. talked to emma, she says that this file should have the same fields and headers as folder-chunk.tcl. I will add these tomorrow.

Merging Nima's changes: use list template

Merging dotlrn-all and dotlrn-extras from oacs-5-2

  1. … 880 more files in changeset.
more and more fixes for bug 2835: WAI-AA

  1. … 18 more files in changeset.
more fixes for bug 2835: WAI-AA

  1. … 38 more files in changeset.
Reverted all changes from Mannheim

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

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

  1. … 2477 more files in changeset.
Fixing Bug 2734. Now page_num is passed through to folder_chunk as a possible filter

  1. … 1 more file in changeset.
Undid previous commit

forgotten show var

add regsub for escape $ to show url webdav

move code to tcl fs-portlet.tcl

solve bug when print webdav url

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. … 320 more files in changeset.
Parametrizing whether or not to show a link to the file-storage parameters page. Some institutions, Sloan included, may not want to advertise this advanced option

  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. … 2270 more files in changeset.
Fixed introduced bug with user-fs-portlet

Added support for WebDAV in the fs-portlet. Added support for editing the File Storage Parameters in the fs-admin-portlet.

  1. … 2 more files in changeset.
The fs-contents-portlet and the fs-portlet (when scoped_p is true) use a

file-storage package's template to display folder contents. This template

checks for permissions and decorates the display with appropriate buttons

for adding files, folders, etc so there's no need for our portlet to add

hyperlinks. Nor to do the permission checking used to determine which ones

to put in the portlet. Unfortunately, for the unscoped case, i.e. the

user's file storage page, the portlet puts out its own page and does so

using a different style than file-storage itself. Which needs fixing, but

not right now.