Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5440 Update code to match dependencies

In particular javax -> jakarta package change and new JPA not accepting some attributes.

  1. … 223 more files in changeset.
LDEV-5440 Revert some unnecessary package name changes

  1. … 463 more files in changeset.
LDEV-5440 Refactor packages of imported classes

  1. … 480 more files in changeset.
LDEV-5440 Rewrite config files and library references

  1. … 950 more files in changeset.
LDEV-5436 Project-wide user sorting by last then first name

  1. … 150 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-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. … 169 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. … 169 more files in changeset.
LDEV-4696 Comments, Ratings, Peer Review use Annotations, removed proxy

  1. … 30 more files in changeset.
LDEV-4559 Comments can be left anonymously.

  1. … 90 more files in changeset.
LDEV-4501 All Audit Log entries are now Log Event entries

  1. … 63 more files in changeset.
LDEV-4421 Comments allowed for authored items in Share Resources

  1. … 61 more files in changeset.
LDEV-4395 Portrait tag and javascript to display portraits

A new tag and javascript file shows the user portraits in one of 4 sizes

and either square or round. If no portrait exists a generic coloured

user icon is used. Portraits shown in Forum and Noticeboard Comments.

  1. … 53 more files in changeset.
LDEV-4145: Comments made in monitoring now get a blue background. Also tweaked comment layout so that the replies do not go outside the panel border.

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

    • -1
    • +1
    ./dao/hibernate/CommentSessionDAO.java
  1. … 1065 more files in changeset.
LDEV-3776: Remove $Id CVS keyword.

    • -1
    • +1
    ./dao/hibernate/CommentSessionDAO.java
  1. … 773 more files in changeset.
LDEV-3776: Clean up and format all LAMS Java code.

    • -119
    • +80
    ./dao/hibernate/CommentDAO.java
    • -13
    • +11
    ./dao/hibernate/CommentLikeDAO.java
    • -7
    • +8
    ./dao/hibernate/CommentSessionDAO.java
  1. … 2107 more files in changeset.
LDEV-3776: Clean up and format all LAMS Java code.

    • -119
    • +80
    ./dao/hibernate/CommentDAO.java
    • -13
    • +11
    ./dao/hibernate/CommentLikeDAO.java
    • -7
    • +8
    ./dao/hibernate/CommentSessionDAO.java
  1. … 1847 more files in changeset.
LDEV-3756: Allow monitor to mark a thread as sticky and have it stay at the top of the comments.

  1. … 15 more files in changeset.
LDEV-3756: Allow monitor to mark a thread as sticky and have it stay at the top of the comments.

  1. … 13 more files in changeset.
LDEV-3631 Simple Commenting Widget

    • -0
    • +73
    ./CommentSession.java
    • -0
    • +51
    ./commentsContext.xml
    • -0
    • +27
    ./dao/ICommentDAO.java
    • -0
    • +7
    ./dao/ICommentLikeDAO.java
    • -0
    • +8
    ./dao/ICommentSessionDAO.java
    • -0
    • +248
    ./dao/hibernate/CommentDAO.java
    • -0
    • +44
    ./dao/hibernate/CommentLikeDAO.java
    • -0
    • +38
    ./dao/hibernate/CommentSessionDAO.java
    • -0
    • +139
    ./dto/CommentDTO.java
    • -0
    • +276
    ./service/CommentService.java
    • -0
    • +73
    ./service/ICommentService.java
    • -0
    • +97
    ./util/TopicComparator.java
    • -0
    • +45
    ./util/TopicComparatorLike.java
  1. … 62 more files in changeset.
LDEV-3631: Sort by likes implemented, used as a top 10 on the reflection page.

    • -28
    • +124
    ./dao/hibernate/CommentDAO.java
    • -0
    • +45
    ./util/TopicComparatorLike.java
  1. … 5 more files in changeset.
LDEV-3631: Support multilevel threading, show comments in read only mode on reflection page and allow the dislike button to be shown/not shown based on Advanced settings.

  1. … 10 more files in changeset.
LDEV-3631 Simple Commenting Widget. Using AwesomeFont for the thumbs up / thumbs down.

LDEV-3631 Simple Commenting Widget. Use a "More Comments" button and resize the iframe to keep only one scrollbar on the page.

  1. … 8 more files in changeset.
LDEV-3631 Simple Commenting Widget. Initial implementation.

    • -0
    • +73
    ./CommentSession.java
    • -0
    • +48
    ./commentsContext.xml
    • -0
    • +29
    ./dao/ICommentDAO.java
    • -0
    • +7
    ./dao/ICommentLikeDAO.java
    • -0
    • +8
    ./dao/ICommentSessionDAO.java
    • -0
    • +164
    ./dao/hibernate/CommentDAO.java
    • -0
    • +48
    ./dao/hibernate/CommentLikeDAO.java
    • -0
    • +38
    ./dao/hibernate/CommentSessionDAO.java
    • -0
    • +139
    ./dto/CommentDTO.java
    • -0
    • +275
    ./service/CommentService.java
    • -0
    • +72
    ./service/ICommentService.java
    • -0
    • +62
    ./util/CommentConstants.java
    • -0
    • +97
    ./util/TopicComparator.java
  1. … 33 more files in changeset.