• last updated 22 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
file one-section.adp was initially added on branch oacs-5-3.

    • -0
    • +0
    ./asm-admin/one-section.adp
Add popup so you can see what you are deleting

Add select All javascript widget.

Make message keys consistent.

Add ability to delete a session or sessions

    • -0
    • +3
    ./asm-admin/session-delete.adp
    • -0
    • +54
    ./asm-admin/session-delete.tcl
    • -0
    • +22
    ./asm-admin/session-delete.xql
Only count sessions, not checks (for multiple selection)

Dont; show "correct" when we are using assessment as a survey

some more usability fixes (label tags) for the assessment form template

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

errors

  1. … 1 more file in changeset.
Add a message at the top of a page if there is a form error.

Mark radio and checkbox choices with label html tags like the standard form template for usability.

Make richtext area big enough to see in IE.

    • -46
    • +46
    ./asm-admin/item-edit-general.tcl
Add publish status support

Add publish status support.

    • -0
    • +14
    ./asm-admin/toggle-publish.tcl
    • -0
    • +9
    ./asm-admin/toggle-publish.xql
The real fix for changing the number of rows in the richtext widgets

without accidentally deleting half the file.

Increase rows for richtext to work in IE.

error in foreach change assessment_id by id

Remove session points display from user interface as the feature has

not been implemented yet. Fix but#2937

Allow xinha/richtext for Question/Feedback Right/Feedback Wrong fields

Remove commented out SQL with explicit Tcl variables in it. The

variables ended up uncommented in the resulting query, causing a

synxtax error. The rest of the SQL that was not commented works fine.

Updated upgrade file to drop views when mutating attribute type.

Updated catalog files.

Fix a couple for type integer checks

  1. … 3 more files in changeset.
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.

    • -2
    • +1
    ./asm-admin/results-session-postgresql.xql
  1. … 20 more files in changeset.
Restrict sessions list to users who are actually members of the

community (subsite or dotlrn) otherwise you get unecessary site wide

admins listed as not filling out an assessment. Also fixed to not show

assessment sessions from other instances if you reuse an assessment.

Support application data link for uploaded files. Show linked files on

edit page.

Fix missing square bracket

Allow richtext xinha editor for question text. Rename title to question text in the form so we know what we are editing. Allow any length text in question text now that its stored in blob/text column.

  1. … 2 more files in changeset.
Fix as::item::edit,copy,new_revision to keep content when creating a new revision of a as_item. Added tests.

  1. … 3 more files in changeset.
Switch QUESTION text to use cr_revisions.content instead of

cr_revisions.title. Upgrade included, tested on Oracle 10g and PG 8.0.

Added automated test for as::item::new

Fix division with empty string in pretty_time proc and added test.

Beginning of work to allow question text (and other CLOB/BLOB columns)

to include HTML from Xinha rich text editor to allow images etc in the

question text, feedback etc. Mainly this allow an arbitrary number of

images or links to files, instead of just one allowed per question.

  1. … 8 more files in changeset.
Update list filters generation to only select sections that are shared in all assessments if multiple assessments are specified.

  1. … 1 more file in changeset.
make sure the assessments multirow is passed on to the session-items include

remove debug comments