• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
added current/dest activity id params

  1. … 1 more file in changeset.
Update error handler

Implenting copyToolContent. The ToolContent object needs to load the Tool straight away, otherwise the copyToolContent call ends up trying to link a proxied Tool object to two different sessions (the call to actually generate the id is in its own transation).

  1. … 2 more files in changeset.
Added Journal Service.

    • -3
    • +14
    ./org/lamsfoundation/lams/commonContext.xml
    • -0
    • +30
    ./org/lamsfoundation/lams/journal/dao/IJournalEntryDAO.java
    • -0
    • +127
    ./org/lamsfoundation/lams/journal/model/JournalEntry.java
  1. … 5 more files in changeset.
added new method to UserManagementService (getRolesForOrgType)

Add audit service.

Added SessionMap class

    • -0
    • +61
    ./org/lamsfoundation/lams/web/util/SessionMap.java
  1. … 1 more file in changeset.
If you change the lesson class for lesson, the old rows in the database are deleted. If the lesson has already started, you won't be able to change the lesson class.

    • -1
    • +12
    ./org/lamsfoundation/lams/lesson/Lesson.java
  1. … 1 more file in changeset.
Learner Progress DTO changes made to so that Flash will know when a learner is finished.

* Current activity now set to null (and hence won't appear in packet) when the learner has completed the lesson.

* New field lessonComplete which is true when the learner has completed the lesson, false otherwise.

  1. … 5 more files in changeset.
Set server default Locale when session create, in order to make index.jsp/login.jsp display correctly.

Add ActivityDTOOrderComparator to sort activityDTO. This fix complex activity can not open in correct sequence bug.

moved password hashing out of user management service

  1. … 1 more file in changeset.
added getSupportedLocale

Fix 2 bugs:

1. Insert activity parent is always before itself, so avoid foreign key exception.

2. Ignore some file attachment class which has null uuid.

Ignore Exception when import/export.

    • -2
    • +2
    ./org/lamsfoundation/lams/commonContext.xml
changed save to encrypt a user's password for editing as well as creating users

Added styling images to export portfolio. This required adding the lams directory to the configuration file so that the css and image files could be copied using a file copy rather than using http (for performance).

If prefer local is null, use lams server's

Moved hard coded jabber config from chat tool to lams.xml

  1. … 9 more files in changeset.
Added the "course admin can do blah" fields

  1. … 3 more files in changeset.
Implements Comparable interface

set the defaultFolder for new workspace

implemented Comparable for sorting

changed getUserByLogin to handle empty result

Changing activity title from "title" to "activityTitle" - needed for sorting on the Flash client.

  1. … 2 more files in changeset.
Adding a combined language/country supported locale table

    • -0
    • +1
    ./org/lamsfoundation/lams/commonContext.xml
  1. … 6 more files in changeset.
need to persist user object before creating workspace for it

Changed title to activityTitle to make it easy for Flash to sort the activities.

  1. … 1 more file in changeset.
Save organisation code had been lost. Putting them back in.

add offset to calendar month to import duplicated name.