• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
added few methods and added a new dto item and made updated compareProgressData to return correct value

removed +1 from mehtod call param for "getMonthAsString" on in the variable "dateFormated " in getStartDateTime method to show correct start date on lesson tab in monitor

Added SessionMap class

    • -0
    • +61
    ./java/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. … 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.

changed save to encrypt a user's password for editing as well as creating users

dynamically attach title with style set to component

  1. … 1 more file in changeset.
handle for default flash date value

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).

adjusted for style setting

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 loading movie

    • binary
    ./flash/org/lamsfoundation/lams/common/ui/LFLoader.as
  1. … 4 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
    • +116
    ./java/org/lamsfoundation/lams/usermanagement/SupportedLocale.java
  1. … 6 more files in changeset.
need to persist user object before creating workspace for it

menu control for monitor + set function calls for menu items

  1. … 1 more file in changeset.
added schedule date

  1. … 1 more file in changeset.
Changed title to activityTitle to make it easy for Flash to sort the activities.

  1. … 1 more file in changeset.