• last updated 4 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Bump version for db upgrades

Update version number for packages and dependencies

  1. … 63 more files in changeset.
Made sure the version number matches the upgrade script and that the view can actually be deleted. Someone else please take a look if this is actually desired (adding the cascade), it worked on my install just fine (but I am not a heavy user...)

  1. … 1 more file in changeset.
Bump version for dotlrn packages

  1. … 7 more files in changeset.
made sure assessment is sane in its demands for acs-templating

Add index to as_item_data.as_item_id to allow lookups of assessment

data by "question".

  1. … 2 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.
Merge oacs-5-2 to HEAD

  1. … 226 more files in changeset.
Set context_id so folder and assessment inherit permissions from package_id

  1. … 4 more files in changeset.
Default ShowAdvancedOptions to 0

Added ShowAdvancedOptions parameter to display the several assessment creation links

  1. … 2 more files in changeset.
Fixed problem with too small varchars for the URLs

  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.
Added an option for select box widgets to prepend an empty option, this is useful for instances where the field is required but you don't want a default to be selected but also don't want the options to be ordered by random

  1. … 12 more files in changeset.
add parameter to control whether admins can receive notification on triggered actions in assessment

  1. … 1 more file in changeset.
fix triggers bug related to the association of the choice revision_id instead of the item_id to the trigger condition

  1. … 7 more files in changeset.
add a parameter to show points when viewing an assessment

update item_id column in as_param_map table with the cr_item_id of the as_item_id instead of the cr_revision_id

  1. … 3 more files 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.
"add files to support file upload question type"

  1. … 3 more files in changeset.
merge between head and oacs-5-2

  1. … 24 more files in changeset.
remove acs-subsite dependency

move pages to select the registration assessment to the Assessment Package and implement the new callbacks to get the url of the assessment

  1. … 13 more files in changeset.
taking up the version for release

require newer acs-templating package

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.
speeding up assessment, switching off randomizing

  1. … 29 more files in changeset.
fix bugs in trigger an actions execution

  1. … 7 more files in changeset.
add changes related to the registration process

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.