Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3588: Modify Notebook monitor UI to support paging, sort and search - making a generic Java replacement for the lams:Date tag.

    • -3
    • +3
    ./lamsfoundation/lams/util/DateUtil.java
LDEV-3588: Modify Notebook monitor UI to support paging, sort and search - making a generic Java replacement for the lams:Date tag.

    • -5
    • +82
    ./lamsfoundation/lams/util/DateUtil.java
  1. … 1 more file 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

    • -0
    • +10
    ./lamsfoundation/lams/util/DateUtil.java
  1. … 15 more files in changeset.
LDEV-3588: Modify Notebook monitor UI to support paging, sort and search

    • -0
    • +10
    ./lamsfoundation/lams/util/DateUtil.java
  1. … 15 more files in changeset.
LDEV-3654: Remove comparator as it sorts Activities, not Tool Sessions.

LDEV-3654: Remove comparator as it sorts Activities, not Tool Sessions.

LDEV-3654: Calculate whether SVG is outdated more roughly as exact calculations may lead to a conclusion that LD was updated after SVG was created.

  1. … 1 more file in changeset.
LDEV-3653 Add websocket server and client code. Add Ant code for deploying the server class to <WAR>/WEB-INF/classes folder for WildFly to pick it up on start up. Rearange, clean up and formatting.

    • -10
    • +0
    ./lamsfoundation/lams/commonContext.xml
  1. … 17 more files in changeset.
LDEV-3337: Add a missing rename table statement.

LDEV-3646: Add websocket server and client code. Add Ant code for deploying the server class to <WAR>/WEB-INF/classes folder for WildFly to pick it up on start up. Clean up and formatting.

  1. … 17 more files in changeset.
LDEV-3292: Use JOIN instead of cartesian product in several named queries. Clean up and formatting.

    • -33
    • +1
    ./lamsfoundation/lams/lesson/dao/ILessonDAO.java
  1. … 2 more files in changeset.
LDEV-3292: Use JOIN instead of cartesian product in several named queries. Clean up and formatting.

    • -33
    • +1
    ./lamsfoundation/lams/lesson/dao/ILessonDAO.java
  1. … 1 more file in changeset.
LDEV-3631 Simple Commenting Widget

    • -0
    • +1
    ./lamsfoundation/lams/beanRefContext.xml
    • -0
    • +240
    ./lamsfoundation/lams/comments/Comment.java
    • -0
    • +74
    ./lamsfoundation/lams/comments/CommentLike.java
    • -0
    • +73
    ./lamsfoundation/lams/comments/CommentSession.java
    • -0
    • +51
    ./lamsfoundation/lams/comments/commentsContext.xml
    • -0
    • +27
    ./lamsfoundation/lams/comments/dao/ICommentDAO.java
    • -0
    • +7
    ./lamsfoundation/lams/comments/dao/ICommentLikeDAO.java
    • -0
    • +8
    ./lamsfoundation/lams/comments/dao/ICommentSessionDAO.java
    • -0
    • +248
    ./lamsfoundation/lams/comments/dao/hibernate/CommentDAO.java
    • -0
    • +139
    ./lamsfoundation/lams/comments/dto/CommentDTO.java
    • -0
    • +276
    ./lamsfoundation/lams/comments/service/CommentService.java
    • -0
    • +73
    ./lamsfoundation/lams/comments/service/ICommentService.java
    • -0
    • +97
    ./lamsfoundation/lams/comments/util/TopicComparator.java
  1. … 62 more files in changeset.
LDEV-3599 Fetch number of learners for all activities at one go, otherwise quickly progressing learners can yield incorrect results.

  1. … 4 more files in changeset.
LDEV-3599 Fetch number of learners for all activities at one go, otherwise quickly progressing learners can yield incorrect results.

  1. … 4 more files in changeset.
LDEV-3631: Adding IF NOT EXISTS in case used on a database updated with an old script.

LDEV-3631: Moving comment table creation to a new number so it doesn't conflict with existing script on Wildfly.

    • -0
    • +62
    ./lamsfoundation/lams/dbupdates/patch2040053.sql
LDEV-3631: Sort by likes implemented, used as a top 10 on the reflection page.

    • -0
    • +45
    ./lamsfoundation/lams/comments/util/TopicComparatorLike.java
  1. … 4 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. … 10 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.

    • -285
    • +318
    ./lamsfoundation/lams/dao/IBaseDAO.java
    • -29
    • +16
    ./lamsfoundation/lams/tool/ToolContentManager.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.

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.