• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-1284 add check for when organisation is missing in integration entry; don't add new users to the integration org since there no longer is one.

  1. … 1 more file in changeset.
LDEV-1284 integration organisation no longer mandatory; marking file as ascii, not binary

    • -53
    • +53
    ./db/sql/create_integration_tables.sql
LDEV-1284 integration organisation no longer mandatory; marking file as ascii, not binary

    • -53
    • +53
    ./db/sql/create_integration_tables.sql
merge changes from HEAD to ldap2_0_4 branch for LDEV-1284, making integration organsiations not mandatory (requires alter_206_integration.sql update script to be run)

  1. … 2 more files in changeset.
file alter_206_integration.sql was initially added on branch ldap2_0_4.

LDEV-1284 integration organisation no longer mandatory; orgid column in lams_ext_server_org_map can be null now.

  1. … 2 more files in changeset.
Merge LDEV-1284 changes to ldap2_0_4 branch

Changes to merge 2.0.5 with ldap2_0_4 branch to be used for macquarie uni and the webCt-LAMS integration

  1. … 8 more files in changeset.
Updating Dutch and Chinese

    • -0
    • +52
    ./conf/language/lams/ApplicationResources_nl_BE.properties
LDEV-1376: Couple of small tweaks needed on the back end - the validation wanted start to be not null so that was removed (the logic in the runtime test was fine, it was just the validation) and the greater than was sending back a dummy 9999, which is now null.

LDEV-1218: Adding the batch size for the learner progress screen to the monitoring call.

    • -0
    • +3
    ./db/sql/insert_lams_unix_config_data.sql
    • -0
    • +3
    ./db/sql/insert_lams_windows_config_data.sql
    • -0
    • +3
    ./db/sql/insert_rams_unix_config_data.sql
    • -0
    • +3
    ./db/sql/insert_rams_windows_config_data.sql
  1. … 1 more file in changeset.
LDEV-750: Adding insert sequence into sequence functionality. Basic functionality done - still yet to do the Flash side and some security checking.

  1. … 21 more files in changeset.
LDEV-1328 fixed group managers and group admins should be able to edit subgroup details

  1. … 3 more files in changeset.
LDEV-1323 overhaul add/remove user screen which didn't scale well for sysadmins - users added via search field now, with the option to click a link to retrieve all potential users

  1. … 7 more files in changeset.
LDEV-1301: Changing some of the I18N labels for the configuration screen to reuse existing labels. Removed the LearnerProgressBatchSize as we aren't using it for the Learner Progress screen after all.

    • -22
    • +19
    ./db/sql/insert_lams_unix_config_data.sql
    • -22
    • +19
    ./db/sql/insert_lams_windows_config_data.sql
    • -23
    • +20
    ./db/sql/insert_rams_unix_config_data.sql
    • -22
    • +19
    ./db/sql/insert_rams_windows_config_data.sql
Updating English, Norwegian and Polish

  1. … 4 more files in changeset.
LDEV-1179: Export portfolio now displays a different msg for run offline activities. The screen comes from the learning war, and is called from the code on AbstractExportPortfolioServlet. Tools don't have to do anything, but they can override a new method in the servlet and supply the name of the activity (as per the tool's authoring screen) or do their own screen. Our tools will just display the name of the activity.

  1. … 14 more files in changeset.
LDEV-1285: Adding a new Activity type "Options With Sequences" so the Flash will know whether to expect sequences or not. The type is stored in the database otherwise we won't know which type it will be if the user saves the Optional without any child activities. The back end treats all Optional activities the same.

Cache the themes otherwise it gets loaded every time the User object is used (and User is cached!)

fix missing semi-colon

removing accidental commit

    • -10
    • +0
    ./db/sql/lams_user_organisation_collapsed.sql
LDEV-1402: Changed validation to allow for empty branches in a branching activity.

LDEV-1252 adding new table lams_user_organisation_collapsed; refactored jsps/action/data access to accomodate collapsible courses; added callback servlet UpdateCollapsedGroupServlet.

    • -0
    • +10
    ./db/sql/lams_user_organisation_collapsed.sql
  1. … 9 more files in changeset.
LDEV-1268: Learning designs (when saved and when exported) now have the version in x.x.x.xxxxxx format.

  1. … 1 more file in changeset.
LDEV-1278: Adding calls that allow the sending of learner progress records in batches. This requires specific HQL to lookup the records, and a new entry (for the size of the batches) in the configuration table.

    • -0
    • +3
    ./db/sql/insert_lams_unix_config_data.sql
    • -0
    • +3
    ./db/sql/insert_lams_windows_config_data.sql
    • -0
    • +3
    ./db/sql/insert_rams_unix_config_data.sql
    • -0
    • +3
    ./db/sql/insert_rams_windows_config_data.sql
  1. … 3 more files in changeset.
LDEV-1268: Message added to warn when a user is opening an export file that was created in a later version of LAMS.

LDEV-1268: Applied field removal logic to the tools as well, so now the import should be able to handle tools adding new fields in future versions without breaking. The tools should still implement their filters though, as it gives the tools finer control and is more efficient.

LDEV-1268: Attempting to make the import forward compatible. Xstream 1.1 throws an exception when a field exists in an XML file but there isn't a field in the POJO. Now if it encounters an extra field in the core learning design, the field is removed. This won't deal with tools but if a tool import fails at least only that activity is lost.

    • -0
    • +88
    ./src/java/org/lamsfoundation/lams/util/VersionUtil.java
LDEV-1396 - Impliment implicit login requests so that integrated servers can pass user details and perform a loginRequest implicitly

  1. … 4 more files in changeset.
Modified getSupportedLocale to return the default locale when the languageIsoCode and the countryIsoCode is empty.