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

  1. … 8 more files in changeset.
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
    ./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.

    • -1
    • +3
    ./lamsfoundation/lams/util/LanguageUtil.java
merge latest changes from ldap2_0_4 branch (dated 26/10/07)

  1. … 2 more files in changeset.
LDEV-1251, LDEV-1064. Refactored the way lessons are retrieved for the index page (fixed LDEV-1064); added interface 1.2 (jquery extension), allowing sorting of lessons via drag and drop (LDEV-1251); added ordered_lesson_ids column to lams_organisation (LDEV-1251).

  1. … 13 more files in changeset.
LDEV-1301 only called updateItem previously, now calls persist method as well in order to save to database

    • -8
    • +5
    ./lamsfoundation/lams/util/Configuration.java
  1. … 1 more file in changeset.
LDEV-1374: Moving the fix to encode filename (done for LDEV-1243) into FileUtil in lams.jar, so that it can be using to encode the filenames of files coming from the content repository.

    • -0
    • +37
    ./lamsfoundation/lams/util/FileUtil.java
  1. … 1 more file in changeset.
LDEV-1250, LDEV-1252, LDEV-1253: adding jquery 1.2.1, refactor index action into new DisplayGroupAction which can be called to display a jsp containing only the group specified

    • -0
    • +5
    ./lamsfoundation/lams/commonContext.xml
  1. … 10 more files in changeset.
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.

    • -0
    • +1
    ./lamsfoundation/lams/tool/SystemTool.java
  1. … 2 more files in changeset.
LDEV-1135: Tweaking the output definition to suit the authoring client.

  1. … 2 more files in changeset.
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

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!

  1. … 1 more file in changeset.
LDEV-1347: Update the validation for branching

  1. … 2 more files in changeset.
LDEV-1301 i18n configuration items, categorise items, add validation

    • -0
    • +4
    ./lamsfoundation/lams/util/Configuration.java
  1. … 10 more files in changeset.
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

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 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.

LDEV-26: Cleaned up some typos, removed old debugging.

merging changes from ldap2_0_4 branch to HEAD

    • -0
    • +69
    ./lamsfoundation/lams/usermanagement/dto/BulkUpdateResultDTO.java
  1. … 7 more files 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.

  1. … 4 more files in changeset.
merge change from ldap2_0_4 branch back to HEAD

merge changes from ldap2_0_4 branch back to HEAD

  1. … 1 more file in changeset.
merge changes from ldap2_0_4 branch back to HEAD

  1. … 4 more files in changeset.
LDEV-1134: Fixed the View Branches screen for tool output based branching - I can't list the users based on groups as they aren't in groups (and I can't put them in groups as the groups have to be linked to the condition and if the user goes to the default branch there is no condition). So for tool output based branching I have to find the users via their progress records.

  1. … 5 more files in changeset.
LDEV-1134: Complete implementation of conditions in MCQ and Forum.

    • -223
    • +0
    ./lamsfoundation/lams/tool/OutputDefinitionFactory.java
    • -0
    • +234
    ./lamsfoundation/lams/tool/OutputFactory.java
  1. … 10 more files in changeset.
merge LangUtil into LanguageUtil

    • -103
    • +0
    ./lamsfoundation/lams/util/LangUtil.java
    • -1
    • +70
    ./lamsfoundation/lams/util/LanguageUtil.java
  1. … 5 more files in changeset.