• last updated 13 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Add arrayname prefix where it was missing

  1. … 2 more files in changeset.
Use default style for list template. Minor HTML strict cleanup.

Fix bug#3135, patch#862 from Åsmund Realfsen

Fix bug#3136

Mostly i18n stuff for assessment

  1. … 6 more files in changeset.
Fix quoting of javascript.

Patch#857 from Åsmund Realfsen fixes bug#3122

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. … 3 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

    • -155
    • +211
    ./asm-admin/assessment-form.tcl
HTML Strict cleanup

HTML Strict cleanup

    • -2
    • +2
    ./asm-admin/add-edit-section-check.tcl
    • -36
    • +30
    ./asm-admin/item-edit-general.adp
  1. … 2 more files in changeset.
remove bogus = signs

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

  1. … 2 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

    • -65
    • +131
    ./asm-admin/item-edit-general.tcl
    • -17
    • +51
    ./asm-admin/results-users-oracle.xql
    • -18
    • +52
    ./asm-admin/results-users-postgresql.xql
  1. … 173 more files in changeset.
file sessions.xql was initially added on branch oacs-5-3.

    • -0
    • +0
    ./asm-admin/sessions.xql
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

    • -17
    • +51
    ./asm-admin/results-users-oracle.xql
    • -18
    • +52
    ./asm-admin/results-users-postgresql.xql
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.