• last updated 32 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
file upgrade-2.8.1a1-2.8.1a2.sql was initially added on branch oacs-5-8.

    • -0
    • +0
    ./upgrade-2.8.1a1-2.8.1a2.sql
  1. … 1 more file in changeset.
- fix calls to deprecated function ad_parameter stored in SQL (this should be actually replaced to a single call to a proc performing the logic)

  1. … 7 more files in changeset.
- modernize sql (dollar quoting, named arguments, fix and complete function_args)

  1. … 5 more files in changeset.
- replace deprecated ns_sendmail by acs_mail_lite::send;

- assessment stores tcl-code in the db. someone with assessement knowledge should take care about updating this code!

- needs to be tested

    • -0
    • +101
    ./upgrade-0.23d3-0.23d4.sql
  1. … 6 more files in changeset.
Removed drop statement of two triggers that actually wouldn't exist in previous version.

Merge assessment from oacs-5-4

  1. … 108 more files in changeset.
Fix typos in upgrade script

Add correct upgrade script versions

  1. … 1 more file in changeset.
Remove old wrong upgrade scipts

  1. … 1 more file in changeset.
Fix upgrade version numbers

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

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

  1. … 4 more files in changeset.
Change points to float to allow partial credit

    • -0
    • +9
    ./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. … 4 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.

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

    • -0
    • +0
    ./upgrade-0.22d5-0.22d6.sql
  1. … 1 more file in changeset.
Merged oacs-5-3 branch to HEAD

  1. … 187 more files in changeset.
Add on delete cascade on as_session_items mapping table.

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

  1. … 1554 more files in changeset.
Many fixes to Oracle support in assessment.

  1. … 24 more files in changeset.
Make sure oracle is the same as postgresql data model.

Make sure upgrades are up to date

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

    • -0
    • +0
    ./upgrade-0.22d3-0.22d4.sql
  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-0.22d2-0.22d3.sql
  1. … 1 more file in changeset.
Add upgrades for as_item_data.as_item_id index.

    • -0
    • +9
    ./upgrade-0.22d1-0.22d2.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. … 3 more files in changeset.