• last updated 13 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- use Tcl 8.5 idioms (range expressions, lindex with multiple indices)

  1. … 8 more files in changeset.
- modernize Tcl (use byte-compiled comparisons, don't use numeric comparisons for string expressions, brace expressions)

n ----------------------------------------------------------------------

  1. … 93 more files in changeset.
Remove log notice

fix for bug #3129; used provided patch

fix for bug #3129; used provided patch

Merged changes to HEAD ...

  1. … 1556 more files in changeset.
Add procs needed for tests

  1. … 1 more file in changeset.
Abstract handling of updates that happen on even admin edit page for item-edit.

  1. … 22 more files in changeset.
Allow richtext xinha editor for question text. Rename title to question text in the form so we know what we are editing. Allow any length text in question text now that its stored in blob/text column.

  1. … 5 more files in changeset.
Switch QUESTION text to use cr_revisions.content instead of

cr_revisions.title. Upgrade included, tested on Oracle 10g and PG 8.0.

Added automated test for as::item::new

Fix division with empty string in pretty_time proc and added test.

Beginning of work to allow question text (and other CLOB/BLOB columns)

to include HTML from Xinha rich text editor to allow images etc in the

question text, feedback etc. Mainly this allow an arbitrary number of

images or links to files, instead of just one allowed per question.

  1. … 8 more files in changeset.
Add includable pages for LORS delivery.

  1. … 22 more files in changeset.
Merge oacs-5-2 to HEAD

  1. … 226 more files in changeset.
Added feedback in clobs list to update

  1. … 1 more file in changeset.
Fix for inserting clob when creating items

  1. … 5 more files in changeset.
Adding queries to handle CLOBS

  1. … 7 more files in changeset.
Update clobs properly on Oracle. content::revision::new can't tell if

the database datatype is a clob.

  1. … 6 more files in changeset.
Fixes for qti export/import

  1. … 5 more files in changeset.
Added Validation Block field when creating a question. This allows validation of the answer entered by the user. This is especially useful in a registration assessment -- it allows the email entered to be checked if it already exists and prevent the assessment from continuing.

The value of this field must be multiples of a TCL boolean expression and an error message separated by spaces.

  1. … 12 more files in changeset.
change random_p default value to true

change random_p default value to true

merge between head and oacs-5-2

  1. … 24 more files in changeset.
fix procedure call to get the checks related to a question

fix procedure call to get the checks related to a question

Performance increase for the display of the administration page due to clever caching. Has the additional benefit that we will memoize the items display upon creation and not only for the first user

  1. … 5 more files in changeset.
fixing if condiftion for cutting off the item list of a section

speeding up assessment, switching off randomizing

  1. … 29 more files in changeset.
Disallowed display of yet closed assessments (where the starttime is in the future)

  1. … 2 more files in changeset.
added support for likert scale and horizontal mc display

  1. … 14 more files in changeset.
added support to edit result points; added support for assessment password; added message to mark at least one correct choice; bugfix in browsing catalog to next page

  1. … 78 more files in changeset.
add procs

  1. … 3 more files in changeset.