• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-1244: If an imported design was read only when exported, it will now be read only when imported.

LDEV-1241: Problem with progess engine getting stuck when a user is in a parallel activity within an optional activity required a change to the setProgressState method call. Test classes changed to match,

LDEV-1241: Problem with progess engine getting stuck when a user is in a parallel activity within an optional activity and a force complete has occured. If the user selects the parallel activity after the force complete, the parallel activity is set to attempted, but the contained activities were left marked complete. So when the contained activities were "finished", they detected as complete and tried to forward the user to the current activity, which was the aforesaid parallel!

Now the code that sets an activity back to attempted will also check any completed child activities back to completed.

  1. … 1 more file in changeset.
LDEV-1155 revert to storing temp portfolio on server as a constant 'export.zip'; URLEncoded the portfolio name when it is passed as a URL parameter (for i18n purposes); strip out punctuation chars from the export portfolio filename that is downloaded by users.

  1. … 5 more files in changeset.
LDEV-1224

Sorted locale list to ensure the returned locale is consistent for a given input.

Adding lams_fed_server and lams_fed_lesson tables to database, with accompanying files and service methods

    • -0
    • +26
    ./db/sql/create_sharedlesson_tables.sql
file FederationLesson.hbm.xml was initially added on branch shibboleth_2_0.

file IFederationService.java was initially added on branch shibboleth_2_0.

file FederationService.java was initially added on branch shibboleth_2_0.

file FederationServer.java was initially added on branch shibboleth_2_0.

file FederationLesson.java was initially added on branch shibboleth_2_0.

file federationContext.xml was initially added on branch shibboleth_2_0.

    • -0
    • +0
    ./src/java/org/lamsfoundation/lams/federationContext.xml
file create_sharedlesson_tables.sql was initially added on branch shibboleth_2_0.

    • -0
    • +0
    ./db/sql/create_sharedlesson_tables.sql
file FederationServer.hbm.xml was initially added on branch shibboleth_2_0.

Updating version numbers for LAMS 2.0.3, RAMS 0.8.1 (Still 1.0 beta!)

    • -6
    • +6
    ./db/sql/insert_lams_unix_config_data.sql
    • -6
    • +6
    ./db/sql/insert_lams_windows_config_data.sql
    • -5
    • +5
    ./db/sql/insert_rams_unix_config_data.sql
    • -5
    • +5
    ./db/sql/insert_rams_windows_config_data.sql
LDEV-1183 group managers get learner as well as monitor in subgroups

LDEV-1225: When a 2.0 export file was imported, the system tool id wasn't being set for grouping. So if the design was run without being saved again, the grouping page in export portfolio didn't work. Once the design was saved, the field was set hence we didn't pick up the problem before.

improved performance of learners data (movieclips) loaded in the Learners tab of Monitor and improved tab handling (reloading progress + redrawing)

  1. … 5 more files in changeset.
LDEV-1180: Grouping page for export portfolio failing - the import was not setting the system tool column in the grouping activity.

[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

updated About dialog

  1. … 10 more files in changeset.
updated About dialog

    • binary
    ./src/flash/org/lamsfoundation/lams/common/AboutDialog.as
  1. … 16 more files in changeset.
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
    ./db/sql/updatescripts/alter_203_transition.sql
Missed adding design_version to the update script when we changed the create script

add missing semicolon

Previous version checked in in error - contains my own local values.

    • -2
    • +2
    ./db/sql/insert_lams_unix_config_data.sql
    • -2
    • +2
    ./db/sql/insert_rams_unix_config_data.sql
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.

    • -2
    • +2
    ./db/sql/insert_lams_unix_config_data.sql
    • -2
    • +2
    ./db/sql/insert_rams_unix_config_data.sql
    • -0
    • +7
    ./db/sql/updatescripts/alter_203_learner_progress.sql
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.

  1. … 11 more files in changeset.
LDEV-1227: Export failing when the content directory under lams-www/secure had an images directory but no files in the images directory. Wasn't detected the directory as empty (as there was an images directory) but the zip failed as there were no files in the zip file. Now the check for an empty directory checks for empty subdirectories as well.