• last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fix dependencies

  1. … 21 more files in changeset.
Implementation of NotificationType for assessment_response has been added in version 0.10d4 and an upgrade apm-callback provided but has never been added to the install procs.

1. Created a new proc that creates the binding

2. Added the call to that new proc to the after_install apm-callback

3. Added the upgrade for this version (check that the binding doesn't exist before creating it)

  1. … 1 more file in changeset.
More fixes for bug 3139. The creation script was out of sync in dotlrn 2.3 too so it needs to be upgraded in 2.4. The upgrade is harmless for installation that already have the fix.

  1. … 4 more files in changeset.
Fix bug introduced when custom code was committed. Remove reference to non-existant procedure. Remove reference to views package procedure.

  1. … 1 more file in changeset.
bumping version numbers to 0.22d5, since was added the attribute package-instance-name to use it in the context bar.

Merged changes to HEAD ...

  1. … 1556 more files in changeset.
More on delete cascades.

Set uninstantiate and unmount callbacks in info file so we can remove a

package instance.

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