Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
Clarifying comparison for group - will now work even if the groups have the same order id. Removed unneeded saving logic from the import code now that the comparison is fixed.

Branching: Getting the import working for grouped branching

Branching: Getting the progress engine working so it will display the branch activities if the sequence/branch contains one or no activities

    • -0
    • +1
    ./lamsfoundation/lams/util/wddx/WDDXTAGS.java
  1. … 6 more files in changeset.
Methods in the UserManagementService were missing from the transaction definitions, and this was causing issues in the roles import.

    • -0
    • +3
    ./lamsfoundation/lams/commonContext.xml
LDEV-1261 improve import user speed by running in separate thread (bypass hibernate filter), and update browser with progress every 5 seconds so it doesn't timeout.

  1. … 11 more files in changeset.
LDEV-1257: Added support for Groups to be created in authoring (so that the names can be entered) and the mapping table to map groups to a sequence activity (ala branch) for a Group based branching activity.

LDEV-1259 when saving organisations, check if child sets are null

LDEV-1257: Added support for Groups to be created in authoring (so that the names can be entered) and the mapping table to map groups to a sequence activity (ala branch) for a Group based branching activity.

    • -0
    • +1
    ./lamsfoundation/lams/commonContext.xml
    • -0
    • +160
    ./lamsfoundation/lams/learningdesign/GroupBranchActivityEntry.java
    • -0
    • +11
    ./lamsfoundation/lams/util/wddx/WDDXTAGS.java
  1. … 9 more files in changeset.
LDEV-1134: Dummying up a branching page for the progress engine. Had missed the entry for the abstract branching class in the Hibernate file when I switched from 1 branching class to 3.

  1. … 4 more files in changeset.
Split branching activity into 3 activities - one for each method of branching (teacher chosen, grouped and tool based)

    • -0
    • +132
    ./lamsfoundation/lams/learningdesign/ChosenBranchingActivity.java
  1. … 4 more files in changeset.
LDEV-1134: Changed strategy to suit how we now expect a sequence activity to look - a whole pile of subactivities joined with transitions rather than order ids.

adding branch activity to sequence - basic model/dto changes and packet handling

    • -0
    • +140
    ./lamsfoundation/lams/learningdesign/BranchingActivity.java
    • -0
    • +1
    ./lamsfoundation/lams/tool/SystemTool.java
  1. … 3 more files in changeset.
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 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.

    • -8
    • +35
    ./lamsfoundation/lams/lesson/LearnerProgress.java
  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.

    • -0
    • +22
    ./lamsfoundation/lams/util/FileUtil.java
  1. … 5 more files in changeset.