• last updated 17 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Commit test suite

TLF Assignments for .LRN

This is a dotlrn applet providing functionality for conducting and

evaluating assignments. It has been used for university classes at WU

Vienna for more than 10 years.

With this module, you can

- define different assignment types (textbox-, file- or peer review

assignments).

- assign homework to single students or

- define groups within the group manager and assign homework to

groups. Only one group member needs to turn in the homework, then

- provide feedback and grade assignments or return the assignments to

the students for resubmission.

- grade assignments once they are turned in, even if the submission

period has not yet expired.

- hand in assignments for students, eg pdf files you receive via email.

Many thanks to Markus Moser for authoring most of the code and the support while porting the code upstream.

    • -0
    • +109
    /openacs-4/packages/tlf-assignments/README
    • -0
    • +33
    /openacs-4/packages/tlf-assignments/tlf-assignments.info
    • -0
    • +104
    /openacs-4/packages/tlf-assignments/lib/assignment.wf
    • -0
    • +41
    /openacs-4/packages/tlf-assignments/lib/create-assignment.wf
  1. … 1021 more files in changeset.
Fix inform field definition

Fix parenthesys in bulk actions

Many thanks to Sebastian Scheder

Fix typo in comment

Get the preferred css toolkit via api, as this will introduce additional fallback logics with respect to the plain parameter

When using ad_dom_sanitize_html to validate markup, treat failure to parse as a normal validation failure, rather than an error

db_multirow: fall back to -local behavior, when used outside of an ADP file

The old behavior was, that when "db_multirow" was called outside an ADP

environment, an error was generated, since the uplevel was determined

without the "-local" flag by [template::adp_level]. Outside ADP,

the result of the function is empty, leading to an error that

a level "#" is invalid. Depending on an optional flag is strange

for a "db_*" command.

Now, the default behavior outside ADP file is local (i.e., when

calling outside ADP, the output variables are set in the calling

scope, unless a different "upvar_level" is specified).

Add package description, update owner email

remove encoding switching command

the command was there for the deactivated test "exec_binary_input".

The way, how encoding switching was performed, was unreliable,

since the nruns value of the proxy might expire between the

switching commands. If this is really necessary, a different solution

has to be designed

    • -14
    • +0
    /openacs-4/packages/acs-tcl/tcl/proxy-procs.tcl
Ensure scripts and internal use information are not rendered together with the content, in particular for dumber HTML renderer

Clear out old java codebase and update the docs referring to the previous java implementation

    • -205
    • +0
    /openacs-4/packages/chat/java/adChatDatasource.java
    • -172
    • +0
    /openacs-4/packages/chat/java/adClientSession.java
    • -18
    • +0
    /openacs-4/packages/chat/java/adUserInfo.java
  1. … 3 more files in changeset.
Move the main chat rendering in an include to allow reuse in other contexts

    • -0
    • +37
    /openacs-4/packages/chat/lib/chat.tcl
    • -18
    • +1
    /openacs-4/packages/chat/www/chat.tcl
file chat.adp was initially added on branch oacs-5-10.

    • -0
    • +0
    /openacs-4/packages/chat/lib/chat.adp
file chat.tcl was initially added on branch oacs-5-10.

    • -0
    • +0
    /openacs-4/packages/chat/lib/chat.tcl
Increase proc coverage

Reitroduce missing query clause that should be executed when we retrieve the content of a text/* content item

Test that when content::item::get_content is called on a text/* mime typed content-item, an extra "text" attribute should be returned in the result array

This currently fails because of a missing query in the xql

Redefine content_item__get_virtual_path so that get_virtual_path__root_folder_id argument is not ignored

file upgrade-5.10.1b1-5.10.1b2.sql was initially added on branch oacs-5-10.

Test content::item::get_virtual_path

This will expose a logn standing bug where the root_folder_id argument is ignored

Extend test suite

Test content::item::get_root_folder

Remove broken line (non-existing arguments)

Increase api coverage, this uncovered a bug in content::item::unpublish

Test content::item::get_publish_date

Extend test to include content::item::get_path

Whitespace cleanup

Test content::item::get_descendants

Make sure method variable exists, fixes automated tests

    • -1
    • +2
    /openacs-4/packages/xowiki/tcl/package-procs.tcl