• last updated 9 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- modernize Tcl (use byte-compiled comparisons, don't use numeric comparisons for string expressions, brace expressions)

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

  1. … 93 more files in changeset.
- use "lassign" instead of "util_unlist"

- replace deprecated "ad_get_user_id" by "ad_conn user_id"

- replace deprecated "ad_require_permission" by "permission::require_permission"

- replace deprecated "ad_permission_p" by "permission::permission_p"

- use "lassign" instead of "foreach ... break" idiom

  1. … 19 more files in changeset.
Revert ajax dependency. More fix for fractional points

  1. … 11 more files in changeset.
Finish work to support fractional points. All tables switched to

float. Forms switched to validate float.

  1. … 4 more files in changeset.
Add support for 'other' question types plus general UI improvements

  1. … 4 more files in changeset.
Merged oacs-5-3 branch to HEAD

  1. … 187 more files in changeset.
Adding choosing answer sets to user interface. Allow chaning from radio to checkboxes

  1. … 5 more files in changeset.
FIx so more than 11 answers can be added by correctly initializing

num_choices.

Merged changes to HEAD ...

  1. … 1556 more files in changeset.
Truncate question before using as title for type specific cr_revisions.

  1. … 1 more file in changeset.
Add advacned options link to allow access to previous UI while we figure

out how to make this easier to use.

  1. … 1 more file in changeset.
Strip absolute URLs in case a page is edited in HTTP/HTTPS and viewed

the other way. That is, when a full url to HTTP is in the content, and

the page is viewed under HTTPS, a security warning is displayed. Since

there are bugs in Firefox when editing, the URLs are converted to

absolute URLs by xinha. We strip them out when saving. They are

converted back when editing so the user experience is unchanged.

Don't reset correct choices from database values on submit, use what's

in the form!

Remove multiple selection label, its not implemented (yet)

  1. … 3 more files in changeset.
Simplify item-edit pages.

  1. … 29 more files in changeset.
Fixing various merge bugs, adding new message keys

  1. … 6 more files in changeset.
Make richtext area big enough to see in IE.

Updated upgrade file to drop views when mutating attribute type.

Updated catalog files.

Fix a couple for type integer checks

  1. … 3 more files in changeset.
Support application data link for uploaded files. Show linked files on

edit page.

  1. … 1 more file 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.
remove debug comments

fix a bug when editing an assesssment question, seems question files are getting inadvertantly deleted on edit, which should not be the case

reorder the placement of fields so that they make more sense

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

  1. … 226 more files in changeset.
Allow upload of new image on edit for a question that does not have an existing image.

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.
allow to define csv names for assessments of type survey

  1. … 1 more file in changeset.
simplify assessment UI by adding the type field on the as_assessment table, change default value of confirmation pages

  1. … 36 more files in changeset.
committing changes, improvements and fixes to assessment, assessment-portlet, dotlrn, dotlrn-assessment, dotlrn-catalog, dotlrn-evaluation, ecommerce, evaluation and evaluation-portlet

  1. … 913 more files in changeset.
optimized speed, show names of responsing users in anonymous assessment, set existing choice set when editing item, display more fields for item copy, csv date range, removed item name to field name, fixed assessment creator to be initial creator

  1. … 37 more files in changeset.