• last updated 12 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
fix notification for administrators on assessments, the query fails because it's not returning a valid user_id

Adding queries to update clobs

    • -0
    • +18
    ./as-item-data-procs-postgresql.xql
Adding missing field in oracle query

Added query to update clobs when editing items

Added feedback in clobs list to update

Fix for inserting clob when creating items

Fix for inserting clob when creating sections

Adding missing commas

Changed queryset to querytext

Fix typos.

    • -3
    • +4
    ./as-section-display-procs-postgresql.xql
fix typo

Adding queries to handle CLOBS

    • -0
    • +33
    ./as-section-display-procs-oracle.xql
    • -0
    • +32
    ./as-section-display-procs-postgresql.xql
Update clobs properly on Oracle. content::revision::new can't tell if

the database datatype is a clob.

    • -1
    • +17
    ./as-assessment-procs-postgresql.xql
Make sure scores are integers

Shorten variable names because Oracle can't handle bind var names over 31

characters long.

Add test of creating a new assessment.

Fixes for qti export/import

  1. … 2 more files in changeset.
Pass creation_user and creation_ip to content::item::new

Workaround if sum(points) returns an empty string

    • -0
    • +12
    ./as-assessment-procs-postgresql.xql
Added check for existence of assessment item and revision owners

fix typo

fix: set -context_id correctly to folder_id

fix

Fix substitution errors.

Set context_id so folder and assessment inherit permissions from package_id

  1. … 3 more files in changeset.
rollback changes by roelc

Fix another double substitution bug.

If the creation_user for the assessment item is blank, default to the creation_user of the assessment revision

rollback for datamanager facilities

Changed as_copy test case to not use datamanager callback and just use as::assessment::copy