Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5425 Remove "End of activity" notebook from *all* tools

  1. … 517 more files in changeset.
LDEV-4929 Add missing service method names to xApplicationContext.xmls

* Alphabetize method names in to xApplicationContext.xmls

  1. … 42 more files in changeset.
LDEV-4881 Remove notebook entries from DB on lesson removal

  1. … 3 more files in changeset.
LDEV-3776: Remove $Id CVS keyword.

  1. … 1073 more files in changeset.
LDEV-3776: Remove $Id CVS keyword.

  1. … 781 more files in changeset.
LDEV-3776: Clean up and format all LAMS Java code.

  1. … 2118 more files in changeset.
LDEV-3776: Clean up and format all LAMS Java code.

    • -119
    • +123
    ./CoreNotebookService.java
  1. … 1858 more files in changeset.
LDEV-3588: Modify Notebook monitor UI to support paging, sort and search. Sort by date now working and made a generic Java replacement for the lams:Date tag.

  1. … 7 more files in changeset.
LDEV-3588: Modify Notebook monitor UI to support paging, sort and search - sort on modified date now working.

  1. … 5 more files in changeset.
LDEV-3588: Modify Notebook monitor UI to support paging, sort and search

  1. … 16 more files in changeset.
LDEV-3588: Modify Notebook monitor UI to support paging, sort and search

  1. … 16 more files in changeset.
LDEV-3638: Remove lesson and all its resources on demand. Files in content repository stay. Clean up unnecessary code, format.

    • -11
    • +0
    ./IExtendedCoreNotebookService.java
  1. … 45 more files in changeset.
LDEV-3638: Remove lesson and all its resources on demand. Files in content repository stay. Clean up unnecessary code, format.

    • -174
    • +183
    ./CoreNotebookService.java
    • -11
    • +0
    ./IExtendedCoreNotebookService.java
  1. … 46 more files in changeset.
LDEV-3590: Adding code to allow optimised access to the Notebook entries from a Tool that uses paging in monitoring.

LDEV-3590 Optimising the calls to get the Notebook entries, so they are returned by the same SQL that gets the Spreadsheet details.

Merge lams2_3 to head (including things not merged last time due to eclipse's merge wizard not handling the lams2_3 start point as expected)

  1. … 166 more files in changeset.
journal entries page for teachers - accessible from Monitor (learners tab)

  1. … 14 more files in changeset.
notebook view all page (popup jsp) + add notebook entry or journal (not quite ready) (popup jsp)

  1. … 13 more files in changeset.
updated notebook export (export portfolio) - private/teacher viewable (public) flag + handling for teacher's exporting a learner's portfolio (only see teacher viewable notes i.e journals)

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

  1. … 1391 more files in changeset.
Updated notebook service and session map.

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

    • -0
    • +6
    ./CoreNotebookConstants.java
  1. … 1 more file in changeset.
Renamed variable for consistency.

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

Implemented interface methods.

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

    • -0
    • +10
    ./IExtendedCoreNotebookService.java
Added constants to be used for id_type in notebook entry.

    • -0
    • +6
    ./NotebookConstants.java
Merged changes.

implemented scratchpad for flash learner

  1. … 8 more files in changeset.
Renamed Journal to Notebook. The Notebook is accessed via coreNotebookService

    • -0
    • +91
    ./CoreNotebookService.java
    • -0
    • +44
    ./ICoreNotebookService.java
  1. … 16 more files in changeset.