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

    • -0
    • +1
    ./db/sql/insert_lams_unix_config_data.sql
    • -0
    • +1
    ./db/sql/insert_lams_windows_config_data.sql
LDEV-1100

Encoded the username component in the userinfo callback url.

Had wrong server url and path, and wrong date for dictionary. Remerging changes from head.

    • -2
    • +3
    ./db/sql/insert_lams_unix_config_data.sql
    • -2
    • +3
    ./db/sql/insert_rams_unix_config_data.sql
    • -2
    • +3
    ./db/sql/insert_rams_windows_config_data.sql
Checked in the wrong values for the server url and the jboss directory.

    • -2
    • +3
    ./db/sql/insert_lams_unix_config_data.sql
    • -2
    • +2
    ./db/sql/insert_rams_unix_config_data.sql
    • -1
    • +1
    ./db/sql/insert_rams_windows_config_data.sql
Merging RAMS theme changes from the head

    • -0
    • +0
    ./db/sql/insert_lams_unix_config_data.sql
    • -0
    • +0
    ./db/sql/insert_lams_windows_config_data.sql
    • -0
    • +0
    ./db/sql/insert_rams_unix_config_data.sql
    • -0
    • +0
    ./db/sql/insert_rams_windows_config_data.sql
    • -33
    • +0
    ./db/sql/insert_unix_config_data.sql
    • -33
    • +0
    ./db/sql/insert_windows_config_data.sql
  1. … 11 more files in changeset.
Adding RAMS theme and version to the build.

Adding RAMS theme and version to the build.

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

    • -1
    • +1
    ./db/sql/insert_windows_config_data.sql
add 2 new columns as flags to lams_organisation, canJoinJointLessons and canOfferJointLessons

configure shibboleth attribute header names in lams_configuration table

    • -1
    • +5
    ./db/sql/insert_windows_config_data.sql
  1. … 4 more files in changeset.
Updating the define later and run offline flags when live edit completes

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

  1. … 1 more file in changeset.
added error handling and isLearningDesignAval check

  1. … 3 more files in changeset.
Fix problem with database name always being lams instead of the one specified in the db.name var

live edit : removed revert menu option + put apply and cancel buttons together and spaced apart from other common buttons

  1. … 4 more files in changeset.
make test class not fail

JIRA-1174

Moved extCourseId from the 'code' to the 'description' field.

When a design is edited using live edit, we may have added activities on the end. So if anyone has the lesson marked as completed in their learner progress, the completed flag will need to be reset.

  1. … 1 more file in changeset.
merged canvas transition fix to the head

  1. … 3 more files in changeset.
improved draw of transition (position of arrow head) - needs to be moved to head

  1. … 3 more files in changeset.
LDEV-167 refactor cleanup file functions (cleansup lamstmp_* as well as lamszip_* files)

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

  1. … 1 more file in changeset.
merger from head + monitoring dictionary update

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

    • -7
    • +7
    ./db/sql/insert_windows_config_data.sql
  1. … 16 more files in changeset.
Merged from 2.0.2 Release on head.

    • -7
    • +7
    ./db/sql/insert_windows_config_data.sql
  1. … 3 more files in changeset.
updated monitor lock view with prettier appearance and improved functionality: editing user can continue editing, other users can check availability from view and monitor loads if becomes available

  1. … 15 more files in changeset.
updated authoring, monitoring, wizard to load their library swf's from a common (swf serving) jsp.

  1. … 8 more files in changeset.
When the system gates are removed, we need to remove the references to them in any learner's progress records. At present, it checks the current, next and previous entries, and then deletes any references in these three fields + completed and attempted.

  1. … 1 more file in changeset.
updated hibernate config file for learning design table + fixed monitor locked view control + learner learning design update triggered by version value in passon swf

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