updatescripts

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-1348: Tweaking the db handling of branch activity mappings. If a user deletes and then readds an identical mapping for grouped based branching, we get a new entry created and the old entry deleted. Can't guarantee what order Hibernate will persist the changes to the db, so e can't have a unique key on group/sequence on the table.

  1. … 2 more files in changeset.
LDEV-1284: set run sequences folder's parent folder id, and append 'Run Sequences' to its name, clarified comments.

merging changes from ldap2_0_4 branch to HEAD

  1. … 13 more files in changeset.
LDEV-1301: Added new fields to the configuration items, to support the I18N of descriptions and heading on the page, along with some basic validation.

  1. … 4 more files in changeset.
LDEV-1284 change integration classes to courses (also creates workspace/folders)

    • -0
    • +180
    ./Alter21Integration.java
merge changes from ldap2_0_4 branch back to HEAD

  1. … 6 more files in changeset.
merge changes from ldap2_0_4 branch back to HEAD

    • -0
    • +37
    ./alter_205_ldap.sql
  1. … 14 more files in changeset.
Removing entry_id column that should not have been there.

  1. … 2 more files in changeset.
LDEV-1109: Fixing bugs in the authoring support for tool output based branching and getting the progress engine working. A rough implementation of the condition checking down for one MCQ condition for demonstration purposes. Two new methods added to the tool contract.

  1. … 36 more files in changeset.
LDEV-1109: Implement more of the authoring support for tool output based branching. Added the table to store the conditions designed in authoring and refactored the branch mapping table to support the conditions. Modified the authoring code to expect the new objects from the authoring client.

  1. … 10 more files in changeset.
Changes to support tool output based branching. Work in progress!

  1. … 32 more files in changeset.
LDEV-1134: Branching: Added stopAfterActivity flag to activity, which will allow us to "end" a lesson at the end of the activity. Authoring changes done.

  1. … 9 more files in changeset.
LDEV-1134: Branching: View screen for the class export portfolio. Required refactoring of classes and moving the system tool link to move to an interface.

  1. … 19 more files in changeset.
LDEV-1256: Added admin_url column to tool and system tool tables

  1. … 8 more files in changeset.
Branching: Adding x and y co-ordinates for the start and stop points. This is to support to UI - the details are not used by the progress engine.

  1. … 11 more files in changeset.
Branching: Added a new field firstActivity to the SequenceActivity, so Flash can easily indicate where to start in a sequence activity. That way, the logic works in the same way as it does in a learning design.

  1. … 6 more files in changeset.
Branching: Getting the progress engine working so it will display the branch activities if the sequence/branch contains one or no activities

  1. … 12 more files in changeset.
Fix to add the system tool entry has been moved to a separate script on the lams2_0_3_fixes tag.

    • -0
    • +30
    ./alter_204_editonfly.sql
Fix to add the system tool entry has been moved to a separate script on the lams2_0_3_fixes tag.

Missed adding the system tool for the System Gate. As a result, if the user tries to go to the gate, they just get the index screen. The problem will have gone out in the Windows upgrader. Doing this fix now and will be okay in the Unix upgrader.

LDEV-1257: Added support for Groups to be created in authoring (so that the names can be entered) and the mapping table to map groups to a sequence activity (ala branch) for a Group based branching activity.

  1. … 18 more files in changeset.
Split branching activity into 3 activities - one for each method of branching (teacher chosen, grouped and tool based)

  1. … 10 more files in changeset.
Adding database changes script for branching

    • -0
    • +13
    ./alter_21_branching.sql
needed to add an extra row to lams_learning_activity_type for the edit on the fly to work

[LDEV-1229] Add unique index on transitions

For the 2.0.3 updater, existing duplicate rows need to be deleted from the lams_learning_transition table, this SQL code has been added to the alter_203_transition.sql

LDEV-1229: Add a unique key on the activity columns in transition. Somehow we are ending up with duplicate rows in the database, which stops the design being opened. This will stop the bad data being written to the database.

    • -0
    • +7
    ./alter_203_transition.sql
    • -0
    • +16
    ./check_203_upgrade_okay.sql
  1. … 2 more files in changeset.
Missed adding design_version to the update script when we changed the create script

add missing semicolon

LDEV-1051 and LDEV-1198: Fixed the break out of frames logic for parallels at the end of a design and inside an optional activity. Changing flag for waiting from boolean to a numeric flag.

    • -0
    • +7
    ./alter_203_learner_progress.sql
  1. … 6 more files in changeset.
Merging RAMS and Edit On Fly changes from branch to the head.

    • -0
    • +20
    ./alter_203_editonfly.sql
  1. … 239 more files in changeset.