Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Changed doTeacherExport to private access only. Shouldn't be visible outside the class.

  1. … 1 more file in changeset.
Changed Boolean to boolean in model classes. This is consistent with other tools.

  1. … 11 more files in changeset.
Removed unused initialisation of HashSet.

  1. … 1 more file in changeset.
Moved contentFolderID and toolContentID from AuthoringForm to the SessionMap

  1. … 6 more files in changeset.
Removed unused imports.

  1. … 15 more files in changeset.
Updated uploadFile method to check for zero length file name.

  1. … 2 more files in changeset.
Add from and to Version parameter to new importContent API.

  1. … 11 more files in changeset.
attachment fix (tested) LDEV-672

  1. … 12 more files in changeset.
Added contentFolderID to monitoring

  1. … 5 more files in changeset.
1.0.2 importer: convert newlines in instruction text to <BR/> as the matching field uses an FCKEditor

  1. … 10 more files in changeset.
Set define later = true only when authoring is launched from the monitoring screen.

  1. … 2 more files in changeset.
Fixed import - should fall back to default content if requested content isn't found.

  1. … 7 more files in changeset.
Updated address of FSF in copyright statement

  1. … 1378 more files in changeset.
Renamed variable for consistency with other tools.

  1. … 1 more file in changeset.
Updated authoring pages. See LDEV-576

  1. … 4 more files in changeset.
Implementing/fixing 1.0.2 content import

  1. … 15 more files in changeset.
copyToolContent should be able to cope with fromToolContentID = null - if this occurs then use the default content.

  1. … 4 more files in changeset.
Modified code to use parameterised types for HashSet

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
    ./org/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
    ./org/lamsfoundation/lams/tool/notebook/dao/INotebookDAO.java
    • -0
    • +63
    ./org/lamsfoundation/lams/tool/notebook/dao/INotebookUserDAO.java
    • -0
    • +169
    ./org/lamsfoundation/lams/tool/notebook/dto/NotebookDTO.java
    • -0
    • +415
    ./org/lamsfoundation/lams/tool/notebook/model/Notebook.java
    • -0
    • +249
    ./org/lamsfoundation/lams/tool/notebook/model/NotebookSession.java
  1. … 125 more files in changeset.