• last updated 23 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- add convenience function ad_tmpdir

- replace deprecated ns_tmpnam by ad_tmpdirname or ad_tmpdir

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

  1. … 2533 more files in changeset.
- fix api-doc variables @creation-date

- fix invalid api-doc variable @creation_date

  1. … 5 more files in changeset.
- fix invalid @param declarations for API browser

  1. … 7 more files in changeset.
- use Tcl 8.5 idioms (range expressions, lindex with multiple indices)

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

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

  1. … 79 more files in changeset.
Provide a more useful error message when something fails in the transaction

- 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. … 15 more files in changeset.
Add missing query

Fix dave's fix :)

Add missing query for question choices stored in CR filesystem

Change the order of the line added in the previous commit for a new question type, new question types should be added at the end to avoid changing the order of the current question types because in item-add.adp the types are displayed using the indexes

Remove extra log messages

Add user_id and session_id optional args to the "on_finish" callback

Fix upgrade numbering based on previous version number from oacs-5-4

Merge assessment from oacs-5-4

  1. … 108 more files in changeset.
Added prop arg for integration with imsld

Make sure when we get the previous answer that its the same question in the same section.

  1. … 1 more file in changeset.
Add new proc to calculate user readable times.

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' option for multiple choice. Slightly change handling of question rendering to support this

    • -14
    • +3
    ./as-item-type-mc-procs-postgresql.xql
  1. … 4 more files in changeset.
Fix test to be more reusable by using link url instead of link text

Add elapsed seconds column for tracking time spent

Add new pretty hours minutes display for a human readable time. Add more accurate tracking of time spent completing an assessment

  1. … 1 more file in changeset.
Add elapsed seconds to record amount of time taking assessment. Add support for choice 'other' in radio,select, or checkbox questons

  1. … 1 more file in changeset.
Add associated tcl upgrade logic for 0.22d6

Add session update callback

Remove log notice

Fix feedback handling in QTI import