• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-1375: Adding a page for sequence activities for class export portfolio. This requires setting it up as a system tool so that we have a url for the export portfolio.

LDEV-1135: Tweaking the output definition to suit the authoring client.

  1. … 2 more files in changeset.
Moving msg.import.file.format label to lams-central. Updating English, Norwegian, Polish

LDEV-1371: Modify importLearningDesign method to:

* Import learning designs directly from the filesystem

* Detect whether the design is v1.0.2 or 2.x (moved now to the service instead of the action class)

* Modify the error reporting so now the service returns the errors in string lists

fix typo and add inserts for ldap configs. LDEV-1301, LDEV-1365

LDEV-1348: Fixing the change to add the tool id to the condition - was only getting the id for branching and not for branches, and it was the branches that needed it!

LDEV-1347: Update the validation for branching

Should have been removed previously

    • -41
    • +0
    ./conf/language/ApplicationResources_en_AU.properties
    • -41
    • +0
    ./conf/language/ApplicationResources_mi_NZ.properties
    • -41
    • +0
    ./conf/language/ApplicationResources_pt_BR.properties
LDEV-1347: Update the validation for branching

LDEV-1301 i18n configuration items, categorise items, add validation

    • -71
    • +212
    ./db/sql/insert_lams_unix_config_data.sql
    • -71
    • +212
    ./db/sql/insert_lams_windows_config_data.sql
    • -34
    • +212
    ./db/sql/insert_rams_unix_config_data.sql
    • -34
    • +212
    ./db/sql/insert_rams_windows_config_data.sql
  1. … 5 more files in changeset.
LDEV-1348: Tweaking the db handling of branch activity mappings. If a user deletes and then readds an identical mapping for grouped based branching, we get a new entry created and the old entry deleted. Can't guarantee what order Hibernate will persist the changes to the db, so e can't have a unique key on group/sequence on the table.

LDEV-1347: Update the validation for branching. Splitting the validation code off into a separate class, to make the LearningDesignService class easier to read.

LDEV-1348: Adding the tool id to the condition, so that conditions can be re-instated automatically in authoring if the user changes a branching activity from tool based to group/teacher chosen and back to tool based. On the server side, the data is redundant at present, so the id is added to the DTO only, and ignored in the extraction code.

LDEV-1347: Update the validation for branching

Updating German, Greek, Spanish, French

LDEV-1284: set run sequences folder's parent folder id, and append 'Run Sequences' to its name, clarified comments.

LDEV-1280: Implementing assign groups to branch in monitor screen (for define later). Required adding new functionality to branch related objects and a new call in lesson that allows monitoring to check if the branching activity has been attempted (we don't let the user remove groups or users from a branch once the branching activity has been commenced). Also moved the UTF-8 ajax fix to a common class in lams.jar so it can be used for all AJAX calls if desired.

  1. … 1 more file in changeset.
LDEV-1280: Implementing assign groups to branch in monitor screen (for define later). Split the current branching activity into three - one for each type of branching. Also moved the UTF-8 ajax fix to a common class in lams.jar so it can be used for all AJAX calls if desired.

  1. … 10 more files in changeset.
LDEV-1280: Implementing define in monitor for group based branching. Adding define later to the possible contribution types for branching activities, so that it will appear in the list in monitor.

handle exceptions at the end of the call stack so that errors can be shown to the user

  1. … 1 more file in changeset.
LDEV-26: Cleaned up some typos, removed old debugging.

merging changes from ldap2_0_4 branch to HEAD

    • -2
    • +3
    ./db/sql/insert_lams_unix_config_data.sql
    • -7
    • +8
    ./db/sql/insert_lams_windows_config_data.sql
    • -1
    • +2
    ./db/sql/updatescripts/alter_205_ldap.sql
  1. … 4 more files in changeset.
fix problem with integration users getting rejected when LDAPEncryptPasswordFromBrowser is false; generate random password for ldap users instead of hard coded text

  1. … 1 more file in changeset.
count users by using aggregate function count instead of getting all rows and counting the rows

  1. … 1 more file in changeset.
LDEV-1301: Added new fields to the configuration items, to support the I18N of descriptions and heading on the page, along with some basic validation.

improve speed of bulk update by running in separate thread (bypass hibernate filter); make sync page refresh every 5 seconds to prevent timeout (and also to detect when bulk update is finished)

  1. … 2 more files in changeset.
forgot to increment some ids

adding ms_MY locale and malay/malay user

Updating Danish, English, Italian, Norwegian, Polish, Chinese(China)

  1. … 7 more files in changeset.
file BulkUpdateResultDTO.java was initially added on branch ldap2_0_4.