• last updated 27 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- 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.
- improve page_contracts

  1. … 95 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.
- 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.
remove non existent CSS decl

Merge assessment from oacs-5-4

  1. … 108 more files in changeset.
Make sure when we get the previous answer that its the same question in the same section.

  1. … 2 more files in changeset.
Key changing question rows on ad_item_id not TITLE! Itis easily

conceivable that an assessment may have multiple questions with the

same title which would completely break the formatting of multiple

choice questions.

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

  1. … 2 more files in changeset.
Fix for bug 3149: don't let users access an assessment that is not live!

  1. … 1 more file in changeset.
remove bogus = signs

  1. … 2 more files in changeset.
Replace header_stuff property with calls to template::head

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

  1. … 187 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.
Return to the right URL if the last section doesn't have any feedback.

  1. … 1 more file in changeset.
Make sure we finish and score the assessment at the end. Now that the

code does not rely on double submitting the form.

Don't let someone hit the back button and resubmit after seeing feedback

Merged changes to HEAD ...

  1. … 1556 more files in changeset.
Since assessment form can by included, we optionally allow hiding the

titles

  1. … 1 more file in changeset.
Finally handle 0 question sections. Also add curly braces around a

couple of expr calls.

Pass total pages all the time

Improve formatting on feedback

  1. … 6 more files in changeset.
Let admins take assessment even if it is not live. Add live. Fix layout

of table

  1. … 1 more file in changeset.
Fix variable reference so feedback right appears.

Remove some ns_logs

  1. … 6 more files in changeset.
Add section progress bar

Add notice about required items and show error message when form has

errors

  1. … 1 more file in changeset.
Don't HTML check answers. We don't ever show the answer unescaped and it

prevents someone from typing a random < or > in their answer.

Many UI improvements. Add permissions checks to asm-admin pages that

were missing them!

Change type from an integer that has no meaning to a string, that might

give you a clue what it means. TODO change type to refer to a "template"

assessment_id with all the default values set so an admin can manage

types.

  1. … 34 more files in changeset.
Set question text to the right element of the multirow.