• last updated 21 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fixed empty feedback div and dependance of score display to feedback

  1. … 1 more file in changeset.
Fixed some minor bugs

  1. … 1 more file in changeset.
HTML Strict cleanup

  1. … 7 more files in changeset.
HTML Strict cleanup

  1. … 5 more files in changeset.
HTML Strict cleanup

HTML strict cleanup

  1. … 2 more files in changeset.
Switch to form builder to pass HTML Strict validation

Untabify, re-indent with spaces and re-organize the code in a way it can be read

HTML Strict cleanup

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

  1. … 6 more files in changeset.
Use commas to seperate columns in CSV not semicolons!

Quote the column contents.

DO NOT write content to a temp file, then reutrn it AND ns_return the

text and then forget to clean up the temp file.

Use commas to seperate columns in CSV (not semicolons!) and quote the

contents with double quotes.

Merged oacs-5-3 branch to HEAD

  1. … 173 more files in changeset.
file sessions.xql was initially added on branch oacs-5-3.

Fix upgrade to work with correct constraint names

  1. … 2 more files in changeset.
doing the case logic outside where_clause as this case syntax is only for postgresql

Fix query problem in oracle

modified where true with where 1=1 in oracle and create distinct files for both dbs

Add anchor to redirect

Make title optional, not every question set needs to be saved for reuse.

Fix unescaped variable references.

Don't treat string as a list (if there are quotes etc, it'll fail).

Capture the html attributes accurately instead of relying or ordering in

the list.

Fix return url for notification requests.

Allow adding a section if all sections have been deleted.

Remove repetetive delete attempts links. You can delete from the

individual users results.

Make permissions checks consistent. Under asm-admin users only need

1) CREATE on package_id

2) ADMIN on the object in question (usually assessment_id)

Fix bug handling multiple session_ids

Fix email feature to not rely on dotlrn install.

Allow sending email to a list of user_ids in addition to the other options.

Merged sessions and results-users pages since we don't need two pages that do the same thing.

Add form for naming an answer set

file save-answer-set.xql was initially added on branch oacs-5-3.