Clone Tools
  • 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.

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

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

    • -0
    • +82
    ./lamsfoundation/lams/integration/dto/ExtGroupDTO.java
    • -0
    • +1
    ./lamsfoundation/lams/integrationContext.xml
  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

    • -0
    • +616
    ./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

    • -1
    • +1
    ./lamsfoundation/lams/util/ExcelUtil.java
  1. … 2 more files in changeset.
LDEV-3631 Simple Commenting Widget. Initial implementation.

    • -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
    • +48
    ./lamsfoundation/lams/comments/commentsContext.xml
    • -0
    • +29
    ./lamsfoundation/lams/comments/dao/ICommentDAO.java
    • -0
    • +7
    ./lamsfoundation/lams/comments/dao/ICommentLikeDAO.java
    • -0
    • +8
    ./lamsfoundation/lams/comments/dao/ICommentSessionDAO.java
    • -0
    • +164
    ./lamsfoundation/lams/comments/dao/hibernate/CommentDAO.java
    • -0
    • +139
    ./lamsfoundation/lams/comments/dto/CommentDTO.java
    • -0
    • +275
    ./lamsfoundation/lams/comments/service/CommentService.java
    • -0
    • +72
    ./lamsfoundation/lams/comments/service/ICommentService.java
    • -0
    • +62
    ./lamsfoundation/lams/comments/util/CommentConstants.java
  1. … 33 more files in changeset.
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.

    • -0
    • +14
    ./lamsfoundation/lams/dbupdates/patch2040050.sql
    • -0
    • +616
    ./lamsfoundation/lams/dbupdates/patch2040051.sql
  1. … 282 more files in changeset.
LDEV-3621 Ability to import and use groups from integrated server

    • -0
    • +12
    ./lamsfoundation/lams/dbupdates/patch2040050.sql
    • -0
    • +82
    ./lamsfoundation/lams/integration/dto/ExtGroupDTO.java
    • -0
    • +1
    ./lamsfoundation/lams/integrationContext.xml
  1. … 13 more files in changeset.
LDEV-3620: Add paging and search in Edit Class dialog.

    • -0
    • +8
    ./lamsfoundation/lams/lesson/dao/ILessonDAO.java
  1. … 7 more files in changeset.
LDEV-3620: Add paging and search in Edit Class dialog.

    • -0
    • +8
    ./lamsfoundation/lams/lesson/dao/ILessonDAO.java
  1. … 7 more files in changeset.
LDEV-3617: Make editing class methods transactional. Rename them so simple DAO setters in the service are not transactional too.

  1. … 3 more files in changeset.
LDEV-3614: Improve processing of Gate activities. Alter lams_activity_learners table so it reflects its real purpose: storing learners who are allowed to pass a gate. Find out who is waiting in front of a gate using learner progress (activity attempt). For sync gate take into account all possible lesson learners (lesson class) rather than only ones who started a lesson. Use an entity in JSP generation rather than a DTO which is just a wrapper for the entity. Code clean up.

    • -0
    • +15
    ./lamsfoundation/lams/dbupdates/patch2040049.sql
  1. … 29 more files in changeset.
LDEV-3614: Improve processing of Gate activities. Alter lams_activity_learners table so it reflects its real purpose: storing learners who are allowed to pass a gate. Find out who is waiting in front of a gate using learner progress (activity attempt). For sync gate take into account all possible lesson learners (lesson class) rather than only ones who started a lesson. Use an entity in JSP generation rather than a DTO which is just a wrapper for the entity. Code clean up.

    • -0
    • +15
    ./lamsfoundation/lams/dbupdates/patch2040049.sql
  1. … 28 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-3613 calculate Gradebook lesson mark correctly after changing gradebook activity mark

  1. … 1 more file in changeset.
LDEV-3613 Introducing new flush() method that will allow to flush the session. It's required in cases when we need to write changes to the database before current transaction is committed

    • -0
    • +9
    ./lamsfoundation/lams/dao/IBaseDAO.java
  1. … 1 more file in changeset.
LDEV-3606 In monitor display the author of each feedback comment

    • -0
    • +13
    ./lamsfoundation/lams/dbupdates/patch2040048.sql
  1. … 11 more files in changeset.