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

    • -106
    • +0
    ./dao/hibernate/NotebookEntryDAO.java
    • -11
    • +0
    ./service/CoreNotebookConstants.java
    • -250
    • +0
    ./service/CoreNotebookService.java
    • -65
    • +0
    ./service/ICoreNotebookService.java
  1. … 514 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-4696 Make all @ManyToOne and @OneToOne lazy

Hibernate 3 used lazy loading of single-object relationships by default.

JPA's default setting is eager. When loading entities all references are

loaded immediately using JOINs. A large entity, like Learning Design,

can have a query consisting of 25 JOINs. It makes it very slow.

There is no way to change JPA's default behaviour. In order to make JPA

annotations behave like old Hibernate, each of them got an explicit

attribute saying that loading is lazy.

  1. … 170 more files in changeset.
LDEV-4696 Make all @ManyToOne and @OneToOne lazy

Hibernate 3 used lazy loading of single-object relationships by default.

JPA's default setting is eager. When loading entities all references are

loaded immediately using JOINs. A large entity, like Learning Design,

can have a query consisting of 25 JOINs. It makes it very slow.

There is no way to change JPA's default behaviour. In order to make JPA

annotations behave like old Hibernate, each of them got an explicit

attribute saying that loading is lazy.

  1. … 170 more files in changeset.
LDEV-4696 TZ, Notebook entry, Log Event, Signup, Policies converted

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

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

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

    • -148
    • +148
    ./model/NotebookEntry.java
    • -23
    • +24
    ./service/CoreNotebookService.java
  1. … 2115 more files in changeset.
LDEV-3776: Clean up and format all LAMS Java code.

    • -147
    • +147
    ./model/NotebookEntry.java
    • -119
    • +123
    ./service/CoreNotebookService.java
    • -27
    • +29
    ./service/ICoreNotebookService.java
  1. … 1855 more files in changeset.
LDEV-3401: Convert XDoclet annotations to empty comments.

  1. … 473 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

    • -27
    • +38
    ./service/CoreNotebookService.java
  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.

    • -50
    • +65
    ./dao/hibernate/NotebookEntryDAO.java
    • -38
    • +47
    ./service/CoreNotebookService.java
    • -11
    • +0
    ./service/IExtendedCoreNotebookService.java
  1. … 43 more files in changeset.
LDEV-3638: Remove lesson and all its resources on demand. Files in content repository stay. Clean up unnecessary code, format.

    • -51
    • +65
    ./dao/hibernate/NotebookEntryDAO.java
    • -174
    • +183
    ./service/CoreNotebookService.java
    • -26
    • +28
    ./service/ICoreNotebookService.java
    • -11
    • +0
    ./service/IExtendedCoreNotebookService.java
  1. … 44 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.

LDEV-3316: Fix recursive call of store methods.

  1. … 1 more file in changeset.
LDEV-3316: Get rid of HibernateTemplate and HibernateDaoSupport in set of LAMS DAO types from lams_common. Alter DAO references in set of services to code against interfaces not implementations.

    • -10
    • +12
    ./dao/hibernate/NotebookEntryDAO.java
  1. … 16 more files in changeset.
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. … 165 more files in changeset.
journal entries page for teachers - accessible from Monitor (learners tab)

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

    • -0
    • +1
    ./service/IExtendedCoreNotebookService.java
  1. … 11 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. … 9 more files in changeset.
notebook entry ordering

Updated address of FSF in copyright statement

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

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

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