Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added workspace to parent

Fixed the keywork expansion

added a condition to show different menu items for Monitoring

Moving gate and group url support to a lams_system_tool table - the first "inch" towards making these pluggable tools in a later version of LAMS.

    • -0
    • +310
    ./java/org/lamsfoundation/lams/tool/SystemTool.java
  1. … 8 more files in changeset.
Fixed the keywork expansion

Added chat id to the user table (for the jabber id)

  1. … 5 more files in changeset.
Equals/Hashcode weren't defined so adding DTO to a set wasn't checking the equality properly - ending up with the DTO in the set multiple times.

Rejigging contribute activities list. Still have to do the urls for grouping and gates

  1. … 9 more files in changeset.
Implemented getAllPotentialLearners.

Give groups a default name, so that even if the name isn't supplied a database error isn't thrown (group name cannot be null in the db).

  1. … 1 more file in changeset.
removed WDDX test method

Added parentID

added hasRole method to check if set role matches an items in role list.

Remove LocaleToCharSetMap.

added finish date

added isFinished method

Added set and get metjod for organisationID

typo

    • -0
    • +102
    ./flash/org/lamsfoundation/lams/common/Progress.as
Remove input params for is()

  1. … 1 more file in changeset.
Added Progress class to store learner progress data when user loads a sequence.

    • -0
    • +102
    ./flash/org/lamsfoundation/lams/common/Progess.as
Added a method to format date into custom date format string

Add Equal ,Hashcode and some isXXX() method.

updated constructor

set learningDesignID when populating from DTO

Added security to the monitoring calls - the calls to update a lesson now check that the user either the owner of the lesson or a staff member for the lesson.

  1. … 10 more files in changeset.
Added learning design id to the DTO - needed by learning client.

New Sequence singleton class

    • -0
    • +222
    ./flash/org/lamsfoundation/lams/common/Sequence.as
Fixed getAllLessons() to return all the lessons for which the user is in the lesson's staff group. Added organisationID to the basic lesson DTO returned to Flash.

  1. … 3 more files in changeset.
Added create date and start date to the LessonDTO object.

Updated serializeString method to create escaped characters with decimal values not hex values to be handle by Java WDDX processor