• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3631: Sort by likes implemented, used as a top 10 on the reflection page.

  1. … 11 more files in changeset.
LDEV-3582 Modify MCQ monitor UI to support paging, sort and search

LDEV-3582 Modify MCQ monitor UI to support paging, sort and search

  1. … 22 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. … 27 more files in changeset.
LDEV-3468: Add jvmRoute to runitme statistics.

  1. … 2 more files in changeset.
LDEV-3468: Add runitme statistics servlet to WildFly branch.

  1. … 3 more files in changeset.
LDEV-3638: Remove lesson and all its resources on demand.

Files in content repository stay.

Clean up unnecessary code, format.

  1. … 40 more files in changeset.
LDEV-3638: Remove lesson and all its resources on demand.

Files in content repository stay.

Clean up unnecessary code, format.

    • -286
    • +319
    ./org/lamsfoundation/lams/dao/IBaseDAO.java
  1. … 39 more files in changeset.
LDEV-3639 Fixed exception on posting a message when "On new postings send email to: learner" option is ON

LDEV-3629 fixing casing for Qartz tables as unix's mysql is indeed case sensitive for table names

LDEV-3631 Simple Commenting Widget. Using AwesomeFont for the thumbs up / thumbs down.

  1. … 1 more file in changeset.
file CommentLikeDAO.java was added on branch lams2_head_wildfly on 2016-01-12 12:20:17 +0000

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-3624 Excel exports: when using green background use white colour font

    • -2
    • +2
    ./org/lamsfoundation/lams/util/ExcelUtil.java
  1. … 2 more files in changeset.
LDEV-3621 Ability to import and use groups from integrated server

  1. … 8 more files in changeset.
LDEV-3629 Renaming autopatch scripts in order to keep their names in sync with HEAD

* 2040050->2040051

* 2040051->2040052

file patch2040052.sql was initially added on branch lams2_head_wildfly.

    • -0
    • +0
    ./org/lamsfoundation/lams/dbupdates/patch2040052.sql
LDEV-3621 Don't fetch groups from integrated server when ExtGroupsUrl property is empty

  1. … 2 more files in changeset.
LDEV-3624 Excel exports: when using green background use white colour font

    • -2
    • +2
    ./org/lamsfoundation/lams/util/ExcelUtil.java
  1. … 2 more files in changeset.
file Comment.java was added on branch lams2_head_wildfly on 2016-01-12 12:20:16 +0000

    • -0
    • +0
    ./org/lamsfoundation/lams/comments/Comment.java
file CommentDTO.java was added on branch lams2_head_wildfly on 2016-01-12 12:20:17 +0000

file CommentSessionDAO.java was added on branch lams2_head_wildfly on 2016-01-12 12:20:17 +0000

file ICommentSessionDAO.java was added on branch lams2_head_wildfly on 2016-01-12 12:20:17 +0000

file ICommentLikeDAO.java was added on branch lams2_head_wildfly on 2016-01-12 12:20:17 +0000

file commentsContext.xml was added on branch lams2_head_wildfly on 2016-01-12 12:20:16 +0000

file CommentSession.java was added on branch lams2_head_wildfly on 2016-01-12 12:20:16 +0000

file CommentLike.java was added on branch lams2_head_wildfly on 2016-01-12 12:20:16 +0000

LDEV-3631 Simple Commenting Widget. Initial implementation.

    • -0
    • +1
    ./org/lamsfoundation/lams/beanRefContext.xml
    • -0
    • +240
    ./org/lamsfoundation/lams/comments/Comment.java
    • -0
    • +74
    ./org/lamsfoundation/lams/comments/CommentLike.java
    • -0
    • +73
    ./org/lamsfoundation/lams/comments/CommentSession.java
    • -0
    • +48
    ./org/lamsfoundation/lams/comments/commentsContext.xml
    • -0
    • +29
    ./org/lamsfoundation/lams/comments/dao/ICommentDAO.java
    • -0
    • +7
    ./org/lamsfoundation/lams/comments/dao/ICommentLikeDAO.java
    • -0
    • +164
    ./org/lamsfoundation/lams/comments/dao/hibernate/CommentDAO.java
    • -0
    • +139
    ./org/lamsfoundation/lams/comments/dto/CommentDTO.java
    • -0
    • +62
    ./org/lamsfoundation/lams/comments/util/CommentConstants.java
  1. … 33 more files in changeset.
file patch2040051.sql was initially added on branch lams2_head_wildfly.

    • -0
    • +0
    ./org/lamsfoundation/lams/dbupdates/patch2040051.sql
LDEV-3629: Alter character set and collation of the database and each of its tables.

Shorten indexed text fields.

Upgrade Java -> MySQL connector.

Remove an obsolete field from User class.

  1. … 282 more files in changeset.