• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
minor edits

Resolves bug 2045: tcl/prase-procs.tcl spelling fix, courtesy of Frank Myhr.

Applying patch 583 for bug 2044: Updates individual programs to correct

version requirements. Courtesy of Eduardo Perez.

upping the maxinput parameter to be bigger than the default parameter in file storage

More updates.

included link to source Graffle

Raised the default homework file size limit to 2MB, to match file-storage.

incorporated ideas from chat 27 July

updated image

fixed typos

Fixes bug #861 by adding javascript return statements to workaround buggy browsers

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

Fix for bug 1789: CSV export produces HTML file.

Fix context_bar. Pass in root_folder_id to fs_context_bar_list from

index page. Fixes bug#1742.

Fix add_version to always use storage type of item. Fix add_file to

pass storage type to add_version to save an unnecessary query when

adding a file and version at the same time.

Fix download URL for extlinks and folders. Fixes bug#1841

Fixes bug 1721: removed nsrewrite and spurious ln -s

showing the display portrait option only if there are any students to evaluate

showing creation-date of the answer instead of last-modified date

Applying patch 582 for bug 2043: Aolserver 3.3oacs1 support is deprecated.

Fix bug#2036. Recreate file-storage view with cr_revisions.title

Use file-storage api to add files.

Add optional package_id parameter to fs::do_notifications to support

attachments package which will not return the correct result from

ad_conn package_id.

Make sure all versions of content_item__new behave in the same way, creating

a new revision if content or title is specified. Patch#580 from

Dave Manginelli fixes bug#2040.

Undid previous commit

    • -15
    • +15
    /openacs-4/packages/dotlrn/www/admin/user.adp
Undid previous commit

    • -1
    • +1
    /openacs-4/packages/dotlrn/www/control-panel.adp
    • -1
    • +1
    /openacs-4/packages/dotlrn/www/admin/term.adp
The function user_can_read_private_data_p have two parameters, user_id and object_id.

Add object_id for bug fixing

581

    • -1
    • +1
    /openacs-4/packages/dotlrn/www/control-panel.adp
    • -1
    • +1
    /openacs-4/packages/dotlrn/www/admin/term.adp
    • -15
    • +15
    /openacs-4/packages/dotlrn/www/admin/user.adp
bug #1997: fixed DS user-switching (U-S), in ds_permission_p giving fake id for party_id = 0, to avoid infinite loops on ad_conn in any new unknown request

putting } in place

bug #1997: fixed DS user-switching (U-S), first checking party_id instead of ad_conn, since calling ad_conn with (U-S) enabled enters into an infinite loop that makes aolserver die, with (U-S) enabled, permission_p will always get an party_id and in this way avoiding calls to ad_conn