• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Implemented the decryption of 1.0.x designs

    • -5
    • +16
    ./lams/learningdesign/service/LD102Importer.java
Reflected activities implemented to the point where the reflective entry is identified but not set up as the tools don't have a reflective flag yet.

    • -2
    • +2
    ./lams/learningdesign/ComplexActivity.java
    • -121
    • +246
    ./lams/learningdesign/service/LD102Importer.java
  1. … 1 more file in changeset.
Importing optional and parallel activities now working.

    • -491
    • +202
    ./lams/learningdesign/service/LD102Importer.java
    • -1
    • +4
    ./lams/tool/dao/IToolImportSupportDAO.java
LDEV-493 when creating new classes, course managers are automatically added with staff role.

  1. … 1 more file in changeset.
Renamed NotebookConstants to CoreNotebookConstants to remove confustion with constants in Notebook tool.

    • -0
    • +6
    ./lams/notebook/service/CoreNotebookConstants.java
  1. … 1 more file in changeset.
1.0.2 importer now handles grouping and generates a unique title (using the same code as the 2.0 importer for the title).

    • -0
    • +81
    ./lams/learningdesign/service/ImportExportUtil.java
    • -232
    • +134
    ./lams/learningdesign/service/LD102Importer.java
Adding support for LAMS 1.0.2 import. Includes a table to map the old tool types to our new tool signatures. Can import a sequence with tool tasks, no grouping and no data.

    • -0
    • +1503
    ./lams/learningdesign/service/LD102Importer.java
    • -0
    • +221
    ./lams/learningdesign/service/WDDXTAGS102.java
    • -0
    • +132
    ./lams/tool/ToolImportSupport.java
    • -0
    • +32
    ./lams/tool/dao/IToolImportSupportDAO.java
    • -0
    • +52
    ./lams/tool/dao/hibernate/ToolImportSupportDAO.java
  1. … 8 more files in changeset.
Renamed variable for consistency.

    • -1
    • +1
    ./lams/notebook/model/NotebookEntry.java
  1. … 1 more file in changeset.
Renamed variable for consistency.

    • -3
    • +3
    ./lams/notebook/model/NotebookEntry.java
  1. … 1 more file in changeset.
Renamed variable for consistency.

    • -4
    • +4
    ./lams/notebook/model/NotebookEntry.java
  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.

    • -2
    • +6
    ./lams/notebook/dao/INotebookEntryDAO.java
    • -9
    • +11
    ./lams/notebook/service/CoreNotebookService.java
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.

    • -0
    • +6
    ./lams/notebook/service/NotebookConstants.java
Added HQL query.

Added new field create_date and update_date

    • -1
    • +30
    ./lams/notebook/model/NotebookEntry.java
Merged changes.

implemented scratchpad for flash learner

    • -4
    • +24
    ./lams/notebook/service/CoreNotebookService.java
  1. … 6 more files in changeset.
Changed entry field to use text rather than varchar

    • -1
    • +1
    ./lams/notebook/model/NotebookEntry.java
  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

    • -30
    • +0
    ./lams/journal/dao/IJournalEntryDAO.java
    • -127
    • +0
    ./lams/journal/model/JournalEntry.java
    • -78
    • +0
    ./lams/journal/service/JournalService.java
    • -0
    • +40
    ./lams/notebook/dao/INotebookEntryDAO.java
    • -0
    • +51
    ./lams/notebook/dao/hibernate/NotebookEntryDAO.java
    • -0
    • +136
    ./lams/notebook/model/NotebookEntry.java
    • -0
    • +91
    ./lams/notebook/service/CoreNotebookService.java
    • -0
    • +44
    ./lams/notebook/service/ICoreNotebookService.java
  1. … 7 more files in changeset.
added current/dest activity id params

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

    • -10
    • +17
    ./lams/web/util/CustomStrutsExceptionHandler.java
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).

    • -3
    • +3
    ./lams/tool/dao/hibernate/ToolContentDAO.java
  1. … 2 more files in changeset.
Added Journal Service.

    • -0
    • +30
    ./lams/journal/dao/IJournalEntryDAO.java
    • -0
    • +41
    ./lams/journal/dao/hibernate/JournalEntryDAO.java
    • -0
    • +127
    ./lams/journal/model/JournalEntry.java
    • -0
    • +45
    ./lams/journal/service/IJournalService.java
    • -0
    • +78
    ./lams/journal/service/JournalService.java
  1. … 5 more files in changeset.
added new method to UserManagementService (getRolesForOrgType)

Add audit service.

Added SessionMap class

    • -0
    • +61
    ./lams/web/util/SessionMap.java
  1. … 1 more file in changeset.