• last updated 4 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fix doc, formatting changes

  1. … 1 more file in changeset.
merged changes from the oacs-5-9 branch and resolved conflicts

  1. … 7834 more files in changeset.
- reduce dependencies on acs_object_party_privilege_map (for PostgreSQL)

- use always empty statements (and not spaces or *SQL*) to denote that a SQL statement should be used from the .xql file

  1. … 9 more files in changeset.
- add editor hints to keep spaces/tabs in the future more consistent

  1. … 313 more files in changeset.
Merging back to HEAD branch oacs-5-8 (using tag vg-merge-oacs-5-8-from-20141027).

  1. … 2547 more files in changeset.
- 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