• last updated 8 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fix upgrade version numbers

    • -0
    • +57
    ./upgrade/upgrade-0.23d1-0.23d2.sql
    • -0
    • +27
    ./upgrade/upgrade-0.23d2-0.23d3.sql
  1. … 3 more files in changeset.
Revert ajax dependency. More fix for fractional points

    • -1
    • +1
    ./assessment-collected-data-create.sql
  1. … 8 more files in changeset.
Fix reference in trigger to use CR view to get title.

Finish work to support fractional points. All tables switched to

float. Forms switched to validate float.

    • -0
    • +15
    ./upgrade/upgrade-0.22d6-0.22d7.sql
  1. … 4 more files in changeset.
Add define function args

Change points to float to allow partial credit

    • -0
    • +9
    ./upgrade/upgrade-0.22d6-0.22d7.sql
  1. … 1 more file in changeset.
UpUpgrade denormalizaton to make it possible to generate reports in a scalable manner

    • -1
    • +30
    ./assessment-collected-data-create.sql
    • -0
    • +57
    ./upgrade/upgrade-0.22d5-0.22d6.sql
  1. … 3 more files in changeset.
More fixes for bug 3139. The creation script was out of sync in dotlrn 2.3 too so it needs to be upgraded in 2.4. The upgrade is harmless for installation that already have the fix.

    • -0
    • +18
    ./upgrade/upgrade-0.22d5-0.22d6.sql
  1. … 3 more files in changeset.
file upgrade-0.22d5-0.22d6.sql was initially added on branch oacs-5-4.

    • -0
    • +0
    ./upgrade/upgrade-0.22d5-0.22d6.sql
  1. … 1 more file in changeset.
Fix bug#3139

Patch#864 from Åsmund Realfsen for bug#3139, create script was out of synch

Merged oacs-5-3 branch to HEAD

    • -3
    • +6
    ./assessment-collected-data-create.sql
  1. … 186 more files in changeset.
Fix upgrade to work with correct constraint names

    • -3
    • +6
    ./assessment-collected-data-create.sql
  1. … 3 more files in changeset.
Add on delete cascade on as_session_items mapping table.

  1. … 1 more file in changeset.
Merged changes to HEAD ...

    • -25
    • +48
    ./assessment-collected-data-create.sql
    • -10
    • +21
    ./assessment-item-type-create.sql
    • -0
    • +116
    ./upgrade/upgrade-0.22d3-0.22d4.sql
  1. … 1548 more files in changeset.
Fix typo

    • -2
    • +2
    ./assessment-collected-data-create.sql
Many fixes to Oracle support in assessment.

    • -0
    • +20
    ./upgrade/upgrade-0.22d3-0.22d4.sql
  1. … 23 more files in changeset.
More on delete cascades.

Set uninstantiate and unmount callbacks in info file so we can remove a

package instance.

    • -22
    • +45
    ./assessment-collected-data-create.sql
  1. … 3 more files in changeset.
Make sure oracle is the same as postgresql data model.

Make sure upgrades are up to date

    • -0
    • +96
    ./upgrade/upgrade-0.22d3-0.22d4.sql
  1. … 3 more files in changeset.
file upgrade-0.22d3-0.22d4.sql was initially added on branch oacs-5-3.

    • -0
    • +0
    ./upgrade/upgrade-0.22d3-0.22d4.sql
  1. … 1 more file in changeset.
Add on delete cascades so things can actually be deleted

    • -10
    • +21
    ./assessment-item-type-create.sql
Add missing on delete cascade from create file.

Fix HTML anchors so they aren't picked up as HTML entities.

    • -2
    • +2
    ./assessment-collected-data-create.sql
  1. … 4 more files in changeset.
Change in as_assessments table done in the upgrade script but not in the creation one

  1. … 1 more file in changeset.
Add a few more on delete cascades.

  1. … 1 more file in changeset.
Another on delete cascade. If you table has "map" in the name, its a

pretty good chance the foreign keys should have "on delete cascade".

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...)

  1. … 1 more file in changeset.
Add upgrade to change forign keys to on delete cascade to make removing sessions possible.

    • -0
    • +52
    ./upgrade/upgrade-0.22d2-0.22d3.sql
  1. … 1 more file in changeset.
Add upgrades for as_item_data.as_item_id index.

    • -0
    • +9
    ./upgrade/upgrade-0.22d1-0.22d2.sql
  1. … 1 more file in changeset.
Add index to as_item_data.as_item_id to allow lookups of assessment

data by "question".

    • -0
    • +1
    ./assessment-collected-data-create.sql
  1. … 2 more files in changeset.