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

Modified code to use parameterised types for SessionMap

Replaced HashSet with TreeSet.

Fixed bug preventing display of instruction attachments.

  1. … 1 more file in changeset.
Implemented monitoring and export functions.

    • -0
    • +56
    ./lamsfoundation/lams/tool/notebook/dto/NotebookEntryDTO.java
  1. … 8 more files in changeset.
Partially implemented rich text editor option.

  1. … 6 more files in changeset.
Implemented learning pages for notebook tool.

  1. … 11 more files in changeset.
Renamed NotebookToolService to NotebookService to be consistent with other tools.

  1. … 1 more file in changeset.
Added journalService.

Journal project renamed to notebook. LDEV-439

    • -0
    • +42
    ./lamsfoundation/lams/tool/notebook/dao/INotebookDAO.java
    • -0
    • +41
    ./lamsfoundation/lams/tool/notebook/dao/INotebookSessionDAO.java
    • -0
    • +63
    ./lamsfoundation/lams/tool/notebook/dao/INotebookUserDAO.java
    • -0
    • +169
    ./lamsfoundation/lams/tool/notebook/dto/NotebookDTO.java
    • -0
    • +103
    ./lamsfoundation/lams/tool/notebook/dto/NotebookSessionDTO.java
    • -0
    • +89
    ./lamsfoundation/lams/tool/notebook/dto/NotebookUserDTO.java
    • -0
    • +415
    ./lamsfoundation/lams/tool/notebook/model/Notebook.java
    • -0
    • +235
    ./lamsfoundation/lams/tool/notebook/model/NotebookAttachment.java
  1. … 125 more files in changeset.