• last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
not work delete attempt when exist one row in as_session_result

Made sure the version number matches the upgrade script and that the view can actually be deleted. Someone else please take a look if this is actually desired (adding the cascade), it worked on my install just fine (but I am not a heavy user...)

    • -2
    • +2
    ./postgresql/upgrade/upgrade-0.20-0.21.sql
  1. … 1 more file in changeset.
Add upgrade to change forign keys to on delete cascade to make removing sessions possible.

    • -0
    • +52
    ./oracle/upgrade/upgrade-0.22d2-0.22d3.sql
    • -0
    • +52
    ./postgresql/upgrade/upgrade-0.22d2-0.22d3.sql
Add upgrades for as_item_data.as_item_id index.

    • -0
    • +9
    ./oracle/upgrade/upgrade-0.22d1-0.22d2.sql
    • -0
    • +9
    ./postgresql/upgrade/upgrade-0.22d1-0.22d2.sql
Add index to as_item_data.as_item_id to allow lookups of assessment

data by "question".

    • -1
    • +1
    ./oracle/assessment-collected-data-create.sql
    • -0
    • +1
    ./postgresql/assessment-collected-data-create.sql
  1. … 1 more file in changeset.
Updated upgrade file to drop views when mutating attribute type.

Updated catalog files.

Fix a couple for type integer checks

    • -1
    • +10
    ./oracle/upgrade/upgrade-0.20-0.21.sql
    • -1
    • +8
    ./postgresql/upgrade/upgrade-0.20-0.21.sql
  1. … 2 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
    • +10
    ./oracle/upgrade/upgrade-0.20-0.21.sql
    • -2
    • +10
    ./postgresql/upgrade/upgrade-0.20-0.21.sql
  1. … 33 more files in changeset.
Update Update storage type on existing as_items (questions) so that the storage_type is not FILE.

    • -2
    • +3
    ./oracle/upgrade/upgrade-0.20-0.21.sql
    • -2
    • +3
    ./postgresql/upgrade/upgrade-0.20-0.21.sql
Add upgrade scripts for new long question text support.

    • -0
    • +9
    ./oracle/upgrade/upgrade-0.20-0.21.sql
    • -0
    • +9
    ./postgresql/upgrade/upgrade-0.20-0.21.sql
Merge oacs-5-2 to HEAD

    • -1
    • +20
    ./oracle/assessment-actions-package-create.sql
    • -9
    • +9
    ./oracle/assessment-checks-package-create.sql
    • -1
    • +3
    ./oracle/assessment-item-type-create.sql
    • -4
    • +5
    ./oracle/assessment-section-create.sql
    • -0
    • +26
    ./oracle/upgrade/upgrade-0.11-0.12.sql
    • -0
    • +1
    ./oracle/upgrade/upgrade-0.12-0.13.sql
    • -0
    • +7
    ./oracle/upgrade/upgrade-0.17-0.18.sql
    • -0
    • +17
    ./oracle/upgrade/upgrade-0.19-0.20.sql
    • -1
    • +19
    ./postgresql/assessment-actions-create.sql
    • -1
    • +4
    ./postgresql/assessment-collected-data-create.sql
    • -1
    • +4
    ./postgresql/assessment-item-create.sql
    • -1
    • +29
    ./postgresql/assessment-item-type-create.sql
    • -4
    • +5
    ./postgresql/assessment-section-create.sql
    • -0
    • +2
    ./postgresql/assessment-types-create.sql
  1. … 212 more files in changeset.
file upgrade-0.19-0.20.sql was initially added on branch oacs-5-2.

    • -0
    • +0
    ./oracle/upgrade/upgrade-0.19-0.20.sql
    • -0
    • +0
    ./postgresql/upgrade/upgrade-0.19-0.20.sql
Set context_id so folder and assessment inherit permissions from package_id

    • -0
    • +17
    ./oracle/upgrade/upgrade-0.19-0.20.sql
    • -0
    • +17
    ./postgresql/upgrade/upgrade-0.19-0.20.sql
  1. … 3 more files in changeset.
Oracle needs to use "del()" rather than "delete()" for 9i and better due to

"delete" being treated as a reserved word in PL/SQL.

    • -9
    • +9
    ./oracle/assessment-checks-package-create.sql
    • -1
    • +0
    ./oracle/assessment-item-type-create.sql
  1. … 2 more files in changeset.
2006 Feb 21: Merged recent changes from HEAD

    • -3
    • +16
    ./postgresql/upgrade/upgrade-0.17-0.18.sql
  1. … 35 more files in changeset.
Fixed problem with too small varchars for the URLs

    • -3
    • +3
    ./oracle/assessment-section-create.sql
    • -0
    • +7
    ./oracle/upgrade/upgrade-0.17-0.18.sql
    • -3
    • +3
    ./postgresql/assessment-section-create.sql
    • -0
    • +7
    ./postgresql/upgrade/upgrade-0.17-0.18.sql
  1. … 2 more files in changeset.
file upgrade-0.17-0.18.sql was initially added on branch oacs-5-2.

    • -0
    • +0
    ./oracle/upgrade/upgrade-0.17-0.18.sql
    • -0
    • +0
    ./postgresql/upgrade/upgrade-0.17-0.18.sql
file upgrade-0.16-0.17.sql was initially added on branch oacs-5-2.

    • -0
    • +0
    ./postgresql/upgrade/upgrade-0.16-0.17.sql
Added Validation Block field when creating a question. This allows validation of the answer entered by the user. This is especially useful in a registration assessment -- it allows the email entered to be checked if it already exists and prevent the assessment from continuing.

The value of this field must be multiples of a TCL boolean expression and an error message separated by spaces.

    • -1
    • +3
    ./postgresql/assessment-item-create.sql
    • -0
    • +10
    ./postgresql/upgrade/upgrade-0.16-0.17.sql
  1. … 11 more files in changeset.
file upgrade-0.15-0.16.sql was initially added on branch oacs-5-2.

    • -0
    • +0
    ./postgresql/upgrade/upgrade-0.15-0.16.sql
Added an option for select box widgets to prepend an empty option, this is useful for instances where the field is required but you don't want a default to be selected but also don't want the options to be ordered by random

    • -1
    • +4
    ./oracle/assessment-item-type-create.sql
    • -1
    • +4
    ./postgresql/assessment-item-type-create.sql
    • -0
    • +12
    ./postgresql/upgrade/upgrade-0.15-0.16.sql
  1. … 10 more files in changeset.
file upgrade-0.11-0.12.sql was initially added on branch oacs-5-2.

    • -0
    • +0
    ./oracle/upgrade/upgrade-0.11-0.12.sql
file upgrade-0.12-0.13.sql was initially added on branch oacs-5-2.

    • -0
    • +0
    ./oracle/upgrade/upgrade-0.12-0.13.sql
    • -0
    • +0
    ./postgresql/upgrade/upgrade-0.12-0.13.sql
simplify assessment UI by adding the type field on the as_assessment table, change default value of confirmation pages

    • -0
    • +2
    ./oracle/assessment-actions-package-create.sql
    • -1
    • +2
    ./oracle/assessment-section-create.sql
    • -0
    • +26
    ./oracle/upgrade/upgrade-0.11-0.12.sql
    • -0
    • +1
    ./oracle/upgrade/upgrade-0.12-0.13.sql
    • -1
    • +2
    ./postgresql/assessment-section-create.sql
    • -0
    • +1
    ./postgresql/upgrade/upgrade-0.12-0.13.sql
  1. … 31 more files in changeset.
file upgrade-0.11-0.12.sql was initially added on branch oacs-5-2.

    • -0
    • +0
    ./postgresql/upgrade/upgrade-0.11-0.12.sql
"add files to support file upload question type"

    • -14
    • +0
    ./postgresql/assessment-item-create.sql
    • -0
    • +26
    ./postgresql/upgrade/upgrade-0.11-0.12.sql
  1. … 2 more files in changeset.
"add files to support file upload question type"

    • -1
    • +4
    ./postgresql/assessment-collected-data-create.sql
    • -0
    • +15
    ./postgresql/assessment-item-create.sql
    • -0
    • +25
    ./postgresql/assessment-item-type-create.sql
    • -0
    • +2
    ./postgresql/assessment-types-create.sql
  1. … 33 more files in changeset.
change acs-subsite parameter name and add parameter RegistrationImplName and change default actions

    • -1
    • +18
    ./oracle/assessment-actions-package-create.sql
    • -1
    • +19
    ./postgresql/assessment-actions-create.sql
  1. … 4 more files in changeset.
merge between head and oacs-5-2

    • -1
    • +1
    ./postgresql/assessment-actions-create.sql
  1. … 24 more files in changeset.
move pages to select the registration assessment to the Assessment Package and implement the new callbacks to get the url of the assessment

    • -1
    • +1
    ./postgresql/assessment-actions-create.sql
  1. … 13 more files in changeset.
committing changes, improvements and fixes to assessment, assessment-portlet, dotlrn, dotlrn-assessment, dotlrn-catalog, dotlrn-evaluation, ecommerce, evaluation and evaluation-portlet

  1. … 911 more files in changeset.