• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
2.1.1 version updates

    • -1
    • +1
    ./db/sql/insert_lams_unix_config_data.sql
    • -1
    • +1
    ./db/sql/insert_lams_windows_config_data.sql
  1. … 1 more file in changeset.
updating rams versions and default theme

    • -7
    • +7
    ./db/sql/insert_rams_unix_config_data.sql
    • -7
    • +7
    ./db/sql/insert_rams_windows_config_data.sql
Updating RAMS English

  1. … 16 more files in changeset.
Updating Korean

  1. … 1 more file in changeset.
Updating Norwegian

  1. … 10 more files in changeset.
adding turkish locale and user

Updating Japanese

  1. … 10 more files in changeset.
Accidentally committed my own IP in the server url for this file -ooops

Also, added the gmap key to the config table for shaun build

    • -2
    • +2
    ./db/sql/insert_lams_unix_config_data.sql
Adding configuration entry for google map key to the configuration table, included in config insert scripts and an update script

    • -2
    • +5
    ./db/sql/insert_lams_unix_config_data.sql
    • -1
    • +4
    ./db/sql/insert_lams_windows_config_data.sql
    • -1
    • +4
    ./db/sql/insert_rams_unix_config_data.sql
    • -1
    • +4
    ./db/sql/insert_rams_windows_config_data.sql
    • -0
    • +4
    ./db/sql/updatescripts/alter_211_gmap.sql
  1. … 1 more file in changeset.
Updating Maori and Italian

  1. … 6 more files in changeset.
Updating French

  1. … 9 more files in changeset.
Removing lams_support@melcoe.mq.edu.au from the config table as it may be misleading to users, this is the email used by the Forgot Password functionality, and it will retrun undeliverable if someone tries to reply to it.

    • -1
    • +1
    ./db/sql/insert_lams_unix_config_data.sql
    • -1
    • +1
    ./db/sql/insert_lams_windows_config_data.sql
    • -1
    • +1
    ./db/sql/insert_rams_unix_config_data.sql
    • -1
    • +1
    ./db/sql/insert_rams_windows_config_data.sql
Updating Greek

  1. … 5 more files in changeset.
LDEV-1825: When we copy a learning design, make sure any grouping details and associated mappings attached to a teacher chosen branching or a define later grouped branching are not copied. If we don't do this, we encounter problems when run a design that has been attached to a lesson. Otherwise we either throw an exception (as the grouping doesn't exist) or we use the groupings that were used in the previous lesson and they may not be wanted.

  1. … 1 more file in changeset.
LDEV-1702 Fixing up Japanese problem, now updated using the updateLocales.sql in the updater package

LDEV-1511

This has been changed again to prevent the tool deployer code failing during the update

Now all innodb alterations and adding contraints required for LDEV-1511 are done in this one script, which is allowed to fail.

    • -20
    • +85
    ./db/sql/updatescripts/alter_21_engine.sql
Updating English, Spanish, Norwegian

  1. … 4 more files in changeset.
LDEV-1818: Adding validation to check that a tool based branch always has at least one condition

Updating Norwegian

  1. … 4 more files in changeset.
LDEV-1820: Less than wasn't working as the BranchCondition was expecting start value to be 0, and it was null. Now accepts null.

LDEV-1817: Define later branching was breaking Preview. Now the preview hack allows it to be used with Random Grouping and this required regetting the grouping at one point to avoid a CGLIB class cast exception (hack on hack). Bleah.

The chosen grouping now works as I clear the number of groups before creating a group (and then allocating to a branch), otherwise I could run into the max number of branches test. Another hack.

  1. … 2 more files in changeset.
Upating Maori

  1. … 5 more files in changeset.
LDEV-1773 add minimum no. of waiting learners to sync gate open condition

LDEV-1766: Removing groups from branches on the define later screen in monitoring wasn't working as I was trying to remove them from the group end and that is only cascade all. Changed to remove from the branch end as that has all-delete-orphan.

LDEV-1733: Allow teachers to add any number of groups to a chosen grouping, irrespective of the max number set in authoring. If they do add more than the max number, then the max number column is set to null (and not 0) as this matches what authoring expects.

LDEV-1268: Fixed the version comparison calculation for the import - wasn't working when third part of the number was a really high number e.g. 100 (which we did for the 2.1 beta, RC1 releases) due to logic flaws.

LDEV-1628: Updated version numbers for 2.1 release

    • -6
    • +6
    ./db/sql/insert_lams_unix_config_data.sql
    • -6
    • +6
    ./db/sql/insert_lams_windows_config_data.sql
LDEV-1352: The XML output for the tool data had xmlns="" for nearly all the tool entries. Now the namespace is set for each element and only the overall tool entry has the namespace specified.

LDEV-1352: Added properties and the IMSLD conditions that use the properties, to selectively hide/show the branches. Updated the LAMS schema file and removed some activity attributes that don't need to be in the export.

  1. … 2 more files in changeset.
LDEV-1511 add foreign key constraints to innodb tables

    • -0
    • +28
    ./db/sql/updatescripts/alter_21_engine.sql
  1. … 4 more files in changeset.