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

Added parentID

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

Remove LocaleToCharSetMap.

Remove input params for is()

  1. … 1 more file in changeset.
Add Equal ,Hashcode and some isXXX() method.

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.

    • -1
    • +3
    ./org/lamsfoundation/lams/lesson/Lesson.java
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
    ./org/lamsfoundation/lams/lesson/Lesson.java
  1. … 3 more files in changeset.
Added create date and start date to the LessonDTO object.

    • -17
    • +14
    ./org/lamsfoundation/lams/lesson/Lesson.java
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
    ./org/lamsfoundation/lams/toolApplicationContext.xml
  1. … 9 more files in changeset.
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

    • -1
    • +1
    ./org/lamsfoundation/lams/commonContext.xml
  1. … 31 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.
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
    • +1
    ./org/lamsfoundation/lams/commonContext.xml
  1. … 2 more files in changeset.
Copyright statement change - only support GPL v2, not future versions. Missed the "version 2.0" the previous check in

    • -2
    • +2
    ./org/lamsfoundation/lams/dao/IBaseDAO.java
  1. … 247 more files in changeset.
Copyright statement change - only support GPL v2, not future versions. Got the lines in the wrong order in the last check in.

    • -1
    • +1
    ./org/lamsfoundation/lams/dao/IBaseDAO.java
  1. … 247 more files in changeset.
Copyright statement change - only support GPL v2, not future versions.

    • -2
    • +3
    ./org/lamsfoundation/lams/dao/IBaseDAO.java
  1. … 247 more files in changeset.
Changed learning design activities and transition collections to use all-delete-orphan cascade management. This will ensure that the secondary records are created and removed as required.

This required fixing code that trigger cascade problems and also highlighted some session problems with the learner cache created by Jacky.

    • -0
    • +11
    ./org/lamsfoundation/lams/dao/IBaseDAO.java
  1. … 26 more files in changeset.
Added new tools Chat and Shared Resources

Implementation getLearningLibraryByTitle was wrong and the method is not used so the whole method was removed.

Implementation of getLearningLibraries was returning all libraries in the database. Changed to only return the active libraries (ie the libraries that have been successfully installed).

  1. … 1 more file in changeset.
Had internationalization wrongly abbreviated as I8N, rather than I18N

    • -2
    • +2
    ./org/lamsfoundation/lams/tool/Tool.java
Moved the language/message/resource file to the conf area. Will now be deployed to the lams-dictonary.jar to make I8N easier.

  1. … 49 more files in changeset.
Added I8N support for the activity and tool title, description, etc.

    • -0
    • +5
    ./org/lamsfoundation/lams/tool/Tool.java
Added a MessageSource manager, which will load arbitrary message sources on the fly. It is used to access the tool's language files from the authoring code, but it could be used by any part of LAMS to access a resource file as long as the path to the file is known.

    • -0
    • +10
    ./org/lamsfoundation/lams/commonContext.xml