Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Implementing gate and grouping screens for export portfolio.

Attempting to do a build with everyone's checked in code, so that Shaun will build okay.

*** empty log message ***

    • binary
    ./jakarta-commons/commons-codec-1.3.jar
the latest lams_common

renamed the src

    • binary
    ./spring/src/spring-framework-1.2.8-src.zip
    • binary
    ./spring/src/spring=framework-1.2.8.zip
upgrade to hibernate3.1 to use spring 1.2.8

the latest lams_learning

the latest lams_common

spring source code

    • binary
    ./spring/src/spring=framework-1.2.8.zip
use spring 1.2.8 to use hibernate bulkUpdate interface exposed by the HibernateTemplate()

  1. … 3 more files in changeset.
Removing learnerProgress from the user's shared session. This should allow preview and learner to run without interfering with each other.

  1. … 24 more files in changeset.
updated with change in lams_common (sorry about the build failure)

the latest lams_common

*** empty log message ***

  1. … 1 more file in changeset.
correctly validate order using orderID

  1. … 1 more file in changeset.
Preview changes: When define later activity occurs don't tell the tool that it is define later but display a special screen before going to the next tool.

added UID (uniqueID) attribute

  1. … 1 more file in changeset.
Call passon to update the progress bar on tool pages, optional activities and the completed screen.

Should also cope with the user partially doing an optional activity, continuing on in the design, then coming back later to the optional activity to do more, and then going back to where they were up to in the sequence before jumping back.

  1. … 18 more files in changeset.
the latest lams.jar

Working on Preview

  1. … 4 more files in changeset.
the latest lams_common in it

Adding unarchive functionality.

  1. … 12 more files in changeset.
Exception handle for each tool.

Add userId parameter in importToolContent interface.

Implementation of jsp based chosen grouping, with the appropriate screen in monitoring.

  1. … 15 more files in changeset.
Clean up grouping code so that the shared code is in lams.jar, and making it so that learner can't trigger the chosen grouping. I18N the grouping screen and added a wait page for the chosen grouping.

  1. … 14 more files in changeset.
Update import tool content interface.

  1. … 8 more files in changeset.
Random grouping now working.

Fixed issues in authoring - was trying to look up grouping by UUID and that won't work for more than one design with grouping (as the UUIDs may be duplicated). Modified authoring to get all the existing groupings via the grouping activities.

Changed to make learner service changes to stop a hibernate lazy initialisation exception when grouping has just been run. Also reduced the amount of data needed to be cached in the session - only the lesson id is needed not the complete lesson.

  1. … 5 more files in changeset.
Update import tool content interface.

  1. … 10 more files in changeset.
Fixed Optional Activities so that there are methods that will return not-null min and max value - makes the optional activity display code easier. The client should ensure that the values aren't null but they are allowed to be null in the db so we have to cater for that.

  1. … 2 more files in changeset.