Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
putting ldap's add/create/update user into it's own spring transaction'd bean; added some more config parameters for ldap

    • -0
    • +41
    ./lamsfoundation/lams/usermanagement/service/ILdapService.java
    • -0
    • +261
    ./lamsfoundation/lams/usermanagement/service/LdapService.java
  1. … 5 more files in changeset.
adding authenticationMethodId to UserDTO so profile.jsp knows not to display 'edit profile/password'

  1. … 1 more file in changeset.
LDEV-1109: Fixed up a couple of bugs with copying the learning design that crept in due to the addition of the tool output based branching - the branch mappings weren't being copied properly.

LDEV-1109: Implement more of the authoring support for tool output based branching. Added the table to store the conditions designed in authoring and refactored the branch mapping table to support the conditions. Modified the authoring code to expect the new objects from the authoring client.

LDEV-1109: Implement more of the authoring support for tool output based branching. Added the table to store the conditions designed in authoring and refactored the branch mapping table to support the conditions. Modified the authoring code to expect the new objects from the authoring client.

    • -1
    • +5
    ./lamsfoundation/lams/commonContext.xml
    • -0
    • +235
    ./lamsfoundation/lams/learningdesign/BranchActivityEntry.java
    • -0
    • +178
    ./lamsfoundation/lams/learningdesign/BranchCondition.java
    • -0
    • +125
    ./lamsfoundation/lams/learningdesign/dto/BranchConditionDTO.java
  1. … 6 more files in changeset.
LDEV-1134: Adding more support for the tool output based branching. Added a couple of simple tool output definitions for MCQ and Forum and added a class to the core to help tools create the tool output definitions (OutputDefinitionFactory), which required a change to MessageService. Also added the call to the core tool service to support calling the tools for their output definitions.

    • -0
    • +223
    ./lamsfoundation/lams/tool/OutputDefinitionFactory.java
    • -8
    • +15
    ./lamsfoundation/lams/util/MessageService.java
more LDAP support; UserManagementService.setRolesForUserOrganisations has LazyInitialisationException problem

  1. … 6 more files in changeset.
temp call for returning Tool Output Definitions

    • -0
    • +113
    ./lamsfoundation/lams/tool/dto/ToolOutputDefinitionDTO.java
  1. … 3 more files in changeset.
Changes to support tool output based branching. Work in progress!

  1. … 18 more files in changeset.
Added validation for grouping activities - if the number of groups in the design is more than the specified number of groups then there is a validation error.

  1. … 2 more files in changeset.
Made spelling of branchingActivityUIID entry consistent between DTO and WDDXTAGS

    • -1
    • +1
    ./lamsfoundation/lams/util/wddx/WDDXTAGS.java
Made the userlist in the GroupDTO optional, so that it isn't passed to authoring.

  1. … 2 more files in changeset.
Fixing up Grouping related code so it will cope with more cases during grouping, and so that groupingDAO can better find all the groups in a learning design.

    • -0
    • +1
    ./lamsfoundation/lams/commonContext.xml
  1. … 2 more files in changeset.
Added adminURL

LDEV-1256

LDEV-1134: Preview now lets the author run through multiple branches, but if a stop point is reached then it stops the lesson.

  1. … 1 more file in changeset.
LDEV-1134: Preview now lets the author select a branch to view, but the author can only do one branch. To view all branches, the author needs to run preview multiple times. Did some small refactoring to have only one piece of code that creates the branching mapping related to a group as we have many bits that need to do this (authoring, import, chosen branching in monitoring and now preview!)

  1. … 2 more files in changeset.
LDEV-1134: Branching: Added stopAfterActivity flag to activity, which will allow us to "end" a lesson at the end of the activity. Progress engine changes done.

  1. … 4 more files in changeset.
LDEV-1134: Branching: Added stopAfterActivity flag to activity, which will allow us to "end" a lesson at the end of the activity. Authoring changes done.

    • -0
    • +1
    ./lamsfoundation/lams/util/wddx/WDDXTAGS.java
  1. … 6 more files in changeset.
LDEV-1134: Branching: View screen for the class export portfolio. Required refactoring of classes and moving the system tool link to move to an interface.

LDEV-1134: Branching: View screen for the class export portfolio. Required refactoring of classes and moving the system tool link to move to an interface.

    • -0
    • +45
    ./lamsfoundation/lams/learningdesign/ISystemToolActivity.java
    • -1
    • +3
    ./lamsfoundation/lams/tool/SystemTool.java
  1. … 6 more files in changeset.
LDEV-1256: Added admin_url column to tool and system tool tables

    • -0
    • +19
    ./lamsfoundation/lams/tool/SystemTool.java
    • -0
    • +20
    ./lamsfoundation/lams/tool/Tool.java
  1. … 5 more files in changeset.
Branching: The start and end co-ordinates were missing during the import.

LDEV-1261: Fixing a lazy loading exception that started when we removed the hibernate session filter on the user role import. The organisation can't be passed in from the web layer as it isn't connected to the session, and so when it tries to get the user organisation from the organisation, it throws a lazy loading exception.

  1. … 4 more files in changeset.
Branching: Teacher chosen branch screen basically working. Still a bit of clean up on the messages to go.

  1. … 10 more files in changeset.
Branching: Tweaking the branch objects so that the contribution flags are right for teacher chosen activities (and hence the button will appear to do the selection in monitoring) and some changes to make the teacher chosen screen logic easier.

  1. … 2 more files in changeset.
fixed wddxtags type (firstActivityUIID) + improvement in loading sequences for branching activity

    • -2
    • +3
    ./lamsfoundation/lams/util/wddx/WDDXTAGS.java
  1. … 4 more files in changeset.
branching activity saves start/end connector coords

    • -0
    • +7
    ./lamsfoundation/lams/util/wddx/WDDXTAGS.java
  1. … 4 more files in changeset.
Branching: Adding x and y co-ordinates for the start and stop points. This is to support to UI - the details are not used by the progress engine.

  1. … 4 more files in changeset.
Branching: Added a new field firstActivity to the SequenceActivity, so Flash can easily indicate where to start in a sequence activity. That way, the logic works in the same way as it does in a learning design.

  1. … 2 more files in changeset.
Branching: Added a new field firstActivity to the SequenceActivity, so Flash can easily indicate where to start in a sequence activity. That way, the logic works in the same way as it does in a learning design.

  1. … 4 more files in changeset.