• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.

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

Updated to use ApplicationParent to retrieve Comms and root reference.

Updated to look at ApplicationParent for static cursor variables

Parent for multiple Application classes (authoring,monitoring,learner)

Updated serializeString method to handle Chinese/Bulgarian character sets

Removed the "is this tool on the classpath" hack. Now it will throw a ToolException if a tool can't be fine. This will break one of our junit tests but the test will have to be skipped for the moment or rewritten to use a known set of tools.

  1. … 1 more file in changeset.
The main tool context application file moved so that only the tool's have a context file classpath of /org/lamsfoundation/lams/tool.

    • -0
    • +74
    ./src/java/org/lamsfoundation/lams/toolApplicationContext.xml
  1. … 8 more files in changeset.
Updated Authoring SWF - treat build param value as string

Updated themes so that default is the default flash theme, and not ruby

Changed the locale filter to accept language and country (preferred) or just language.

  1. … 1 more file in changeset.
Renaming applicationResources.properties to ApplicationResources.properties

    • -0
    • +31
    ./conf/language/ApplicationResources.properties
  1. … 29 more files in changeset.
Made a couple of methods protected so they could be used in the deserialisation test servlet.

  1. … 1 more file in changeset.
New copyright statement attached to AS files

  1. … 31 more files in changeset.
Tweaking to reduce the number of times the User object is retrieved from the database. Also partially implemented the cache clear when a user object is changed.

Added method to remove a particular object from the cache - not just a whole cache node.

Tweaking to reduce the number of times the User object is retrieved from the database.

  1. … 2 more files in changeset.