lamsfoundation

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3654: Remove comparator as it sorts Activities, not Tool Sessions.

    • -3
    • +0
    ./lams/learningdesign/ToolActivity.java
LDEV-3654: Remove comparator as it sorts Activities, not Tool Sessions.

    • -3
    • +0
    ./lams/learningdesign/ToolActivity.java
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.

    • -47
    • +0
    ./lams/presence/dao/IPresenceChatDAO.java
    • -126
    • +0
    ./lams/presence/model/PresenceChatMessage.java
    • -82
    • +0
    ./lams/presence/model/PresenceChatUser.java
    • -53
    • +0
    ./lams/presence/service/IPresenceChatService.java
    • -102
    • +0
    ./lams/presence/service/PresenceChatService.java
  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.

    • -0
    • +45
    ./lams/util/hibernate/HibernateSessionManager.java
  1. … 17 more files in changeset.
LDEV-3292: Use JOIN instead of cartesian product in several named queries. Clean up and formatting.

    • -98
    • +107
    ./lams/learningdesign/ChosenGrouper.java
    • -19
    • +25
    ./lams/learningdesign/Grouper.java
    • -175
    • +176
    ./lams/learningdesign/RandomGrouper.java
    • -60
    • +5
    ./lams/lesson/dao/hibernate/LessonDAO.java
    • -19
    • +0
    ./lams/lesson/service/ILessonService.java
    • -14
    • +0
    ./lams/lesson/service/LessonService.java
  1. … 2 more files in changeset.
LDEV-3292: Use JOIN instead of cartesian product in several named queries. Clean up and formatting.

    • -98
    • +107
    ./lams/learningdesign/ChosenGrouper.java
    • -168
    • +192
    ./lams/learningdesign/Grouper.java
    • -175
    • +176
    ./lams/learningdesign/RandomGrouper.java
    • -85
    • +7
    ./lams/lesson/dao/hibernate/LessonDAO.java
    • -19
    • +0
    ./lams/lesson/service/ILessonService.java
    • -14
    • +0
    ./lams/lesson/service/LessonService.java
  1. … 1 more file in changeset.
LDEV-3631 Simple Commenting Widget

    • -0
    • +240
    ./lams/comments/Comment.java
    • -0
    • +74
    ./lams/comments/CommentLike.java
    • -0
    • +73
    ./lams/comments/CommentSession.java
    • -0
    • +51
    ./lams/comments/commentsContext.xml
    • -0
    • +27
    ./lams/comments/dao/ICommentDAO.java
    • -0
    • +7
    ./lams/comments/dao/ICommentLikeDAO.java
    • -0
    • +8
    ./lams/comments/dao/ICommentSessionDAO.java
    • -0
    • +248
    ./lams/comments/dao/hibernate/CommentDAO.java
    • -0
    • +44
    ./lams/comments/dao/hibernate/CommentLikeDAO.java
    • -0
    • +38
    ./lams/comments/dao/hibernate/CommentSessionDAO.java
    • -0
    • +139
    ./lams/comments/dto/CommentDTO.java
    • -0
    • +276
    ./lams/comments/service/CommentService.java
    • -0
    • +73
    ./lams/comments/service/ICommentService.java
    • -0
    • +97
    ./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.

    • -2
    • +3
    ./lams/lesson/dao/ILearnerProgressDAO.java
  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.

    • -3
    • +4
    ./lams/lesson/dao/ILearnerProgressDAO.java
  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
    ./lams/dbupdates/patch2040053.sql
LDEV-3631: Sort by likes implemented, used as a top 10 on the reflection page.

    • -28
    • +124
    ./lams/comments/dao/hibernate/CommentDAO.java
    • -2
    • +2
    ./lams/comments/util/TopicComparator.java
    • -0
    • +45
    ./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.

    • -62
    • +0
    ./lams/comments/util/CommentConstants.java
  1. … 10 more files in changeset.
LDEV-3468: Add jvmRoute to runitme statistics.

    • -1
    • +10
    ./lams/web/session/SessionManager.java
  1. … 2 more files in changeset.
LDEV-3468: Add runitme statistics servlet to WildFly branch.

    • -0
    • +7
    ./lams/web/session/SessionManager.java
  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.

    • -13
    • +13
    ./lams/notebook/dao/INotebookEntryDAO.java
    • -38
    • +47
    ./lams/notebook/service/CoreNotebookService.java
    • -16
    • +3
    ./lams/tool/ToolContentManager.java
  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.

    • -317
    • +360
    ./lams/dao/hibernate/BaseDAO.java
    • -13
    • +13
    ./lams/notebook/dao/INotebookEntryDAO.java
    • -174
    • +183
    ./lams/notebook/service/CoreNotebookService.java
    • -26
    • +28
    ./lams/notebook/service/ICoreNotebookService.java
    • -29
    • +16
    ./lams/tool/ToolContentManager.java
    • -39
    • +35
    ./lams/tool/service/LamsCoreToolService.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

    • -12
    • +12
    ./lams/dbupdates/patch2040052.sql
LDEV-3631 Simple Commenting Widget. Using AwesomeFont for the thumbs up / thumbs down.

    • -1
    • +1
    ./lams/comments/util/CommentConstants.java
LDEV-3631 Simple Commenting Widget. Use a "More Comments" button and resize the iframe to keep only one scrollbar on the page.

    • -9
    • +2
    ./lams/comments/dao/hibernate/CommentDAO.java
    • -1
    • +1
    ./lams/comments/util/CommentConstants.java
  1. … 8 more files in changeset.
LDEV-3624 Excel exports: when using green background use white colour font

  1. … 2 more files in changeset.
LDEV-3621 Ability to import and use groups from integrated server

    • -0
    • +10
    ./lams/integration/ExtServerOrgMap.java
    • -0
    • +82
    ./lams/integration/dto/ExtGroupDTO.java
    • -9
    • +170
    ./lams/integration/service/IntegrationService.java
    • -0
    • +61
    ./lams/integration/util/GroupInfoFetchException.java
  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

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

    • -4
    • +6
    ./lams/integration/service/IntegrationService.java
  1. … 2 more files in changeset.
LDEV-3624 Excel exports: when using green background use white colour font

  1. … 2 more files in changeset.