• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
[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

    • -1
    • +17
    ./updatescripts/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
    ./updatescripts/alter_203_transition.sql
    • -0
    • +16
    ./updatescripts/check_203_upgrade_okay.sql
  1. … 1 more file in changeset.
Missed adding design_version to the update script when we changed the create script

    • -0
    • +1
    ./updatescripts/alter_203_editonfly.sql
add missing semicolon

    • -1
    • +1
    ./updatescripts/alter_203_editonfly.sql
Previous version checked in in error - contains my own local values.

Checked in in error

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
    ./updatescripts/alter_203_learner_progress.sql
  1. … 1 more file in changeset.
Fixed version string - missing "Beta"

Merging RAMS and Edit On Fly changes from branch to the head.

    • -11
    • +13
    ./insert_rams_windows_config_data.sql
    • -0
    • +20
    ./updatescripts/alter_203_editonfly.sql
  1. … 2 more files in changeset.
Merging RAMS and Edit On Fly changes from branch to the head.

  1. … 74 more files in changeset.
Changed name of server parameter from AllowEditOnFly to AllowLiveEdit, so that it makes more sense on the configuration screen.

    • -1
    • +2
    ./updatescripts/alter_21_editonfly.sql
  1. … 1 more file in changeset.
Initial version for demonstration will be 1.0 Beta, but marking the clients as 0.8 so that none of the calculation code will break.

Fixing servername - accidently set to Shaun in previous check in.

Added a new configuration item - server url context. This should be either "lams" or "rams". Used by the FCKEditor upload servlet code to generate the appropriate paths to the images.

Also converted paths over to refer to RAMS rather than LAMS.

Added a new configuration item - server url context. This should be either "lams" or "rams". Used by the FCKEditor upload servlet code to generate the appropriate paths to the images.

  1. … 1 more file in changeset.
Had wrong server url and path, and wrong date for dictionary. Remerging changes from head.

Checked in the wrong values for the server url and the jboss directory.

Merging RAMS theme changes from the head

    • -0
    • +0
    ./updatescripts/alter_203_rams_theme.sql
  1. … 12 more files in changeset.
Adding RAMS theme and version to the build.

    • -0
    • +32
    ./insert_lams_unix_config_data.sql
    • -0
    • +295
    ./insert_lams_users.sql
    • -0
    • +32
    ./insert_lams_windows_config_data.sql
    • -0
    • +32
    ./insert_rams_unix_config_data.sql
    • -0
    • +170
    ./insert_rams_users.sql
    • -0
    • +32
    ./insert_rams_windows_config_data.sql
    • -0
    • +4
    ./updatescripts/alter_203_rams_theme.sql
  1. … 9 more files in changeset.
change default value for allowEditOnFly

add 2 new columns as flags to lams_organisation, canJoinJointLessons and canOfferJointLessons

  1. … 2 more files in changeset.
configure shibboleth attribute header names in lams_configuration table

  1. … 5 more files in changeset.
Adding initialise field, so we can tell which activities get added during the live edit.

    • -1
    • +2
    ./updatescripts/alter_21_editonfly.sql
  1. … 5 more files in changeset.
Fix problem with database name always being lams instead of the one specified in the db.name var

  1. … 1 more file in changeset.
add shibboleth authentication method

  1. … 4 more files in changeset.
Merging 2.0.2 changes from the HEAD

  1. … 17 more files in changeset.
Merged from 2.0.2 Release on head.

  1. … 5 more files in changeset.
Added a hibernate version field to the learning design. This allows the Flash progress bar in learner to work out whether or not to get a new design. When edit on the fly is done, the design is changed and hence the new design will need to be displayed next time the learner completes an activity.

  1. … 1 more file in changeset.
LDEV-1176: Update the release to 2.0.2

Merging 2.0.1 changes from the HEAD

    • -3
    • +3
    ./updatescripts/alter_201_locale_id.sql
    • -0
    • +0
    ./updatescripts/alter_201_system_tool_user_workspace.sql
  1. … 34 more files in changeset.