• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added extra test organisation data for test1

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

    • -2288
    • +2295
    ./db/model/lams_11.clay
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.

Temporary test data to get getOrganisationByUserRole working

    • -0
    • +273
    ./db/sql/insert_users_org_test.sql
Implemented getAllPotentialLearners.

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

  1. … 9 more files in changeset.
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.
updated test service - removed WDDX test

removed WDDX test method

Added parentID

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

Load the user object whenever the learner progress object is loaded. The learning progress object is cached in the user's session, so it needs to be "complete" or you will get a lazy initialisation error later e.g. when the client requests the progress data.

Remove LocaleToCharSetMap.

added finish date

added isFinished method

Added set and get metjod for organisationID

Changed finished/attempted activity sets to non-lazy, so that when the DisplayAction screen tries to generate the list of ids it doesn't throw a "lazy loading exception". The exception occurs as it is using a LearnerProgress object stored in the session in a previous call. Note: this is needed to update the progress bar in Flash.

typo

    • binary
    ./src/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.

    • binary
    ./src/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.
Lessons return for monitoring include both the ones for the user in the staff group and all lessons created by the user. Otherwise it doesn't return lessons that were created by not yet assigned a class.

Added learning design id to the DTO - needed by learning client.

New Sequence singleton class

    • binary
    ./src/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. … 2 more files in changeset.
Renamed the disabled state to "removed". This will make it less confusing with the u/i which describes the suspended as disabled.