• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Renamed variable for consistency.

  1. … 1 more file in changeset.
Renamed variable for consistency.

  1. … 1 more file in changeset.
Renamed variable for consistency.

  1. … 3 more files in changeset.
implement Comparable for User, sort according to login name

  1. … 1 more file in changeset.
Added extended interface for CoreNotebookService. Interface extends the ICoreNotebookService and adds getEntry(userID) and getEntry(userID, lessonID).

Implemented interface methods.

Added extended interface for CoreNotebookService. Interface extends the ICoreNotebookService and adds getEntry(userID) and getEntry(userID, lessonID)

Added constants to be used for id_type in notebook entry.

Added HQL query.

Added new field create_date and update_date

Merged changes.

implemented scratchpad for flash learner

    • -0
    • +1
    ./org/lamsfoundation/lams/commonContext.xml
  1. … 6 more files in changeset.
Changed entry field to use text rather than varchar

  1. … 4 more files in changeset.
implemented searchByStringProperties method in BaseDAO for user-search functionality

  1. … 1 more file in changeset.
Added check for null value in NotebookEntryDAO get method.

  1. … 1 more file in changeset.
Add more detail log info.

Renamed Journal to Notebook. The Notebook is accessed via coreNotebookService

    • -7
    • +7
    ./org/lamsfoundation/lams/commonContext.xml
    • -0
    • +40
    ./org/lamsfoundation/lams/notebook/dao/INotebookEntryDAO.java
    • -0
    • +136
    ./org/lamsfoundation/lams/notebook/model/NotebookEntry.java
  1. … 7 more files in changeset.
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.