• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates

Changeset lams2_head_wildfly:fionam:20151215101727:3 does not match your current filter (clear filter).

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 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.
file patch2040050.sql was added on branch lams2_head_wildfly on 2015-12-10 10:43:33 +0000

file ExtGroupDTO.java was added on branch lams2_head_wildfly on 2015-12-15 18:12:05 +0000

file GroupInfoFetchException.java was added on branch lams2_head_wildfly on 2015-12-15 18:12:05 +0000

LDEV-3621 Ability to import and use groups from integrated server

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

  1. … 7 more files in changeset.
LDEV-3620: Add paging and search in Edit Class dialog.

  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.

  1. … 29 more files in changeset.
file patch2040049.sql was added on branch lams2_head_wildfly on 2015-11-23 11:49:54 +0000

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.

    • binary
    ./org/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.

  1. … 1 more file in changeset.
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

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

  1. … 11 more files in changeset.
LDEV-3599: Add paging to learner group dialogs.

Change icons from custom to ones provided with jQuery UI.

  1. … 8 more files in changeset.
LDEV-3599: Add paging to learner group dialogs.

Change icons from custom to ones provided with jQuery UI.

  1. … 8 more files in changeset.
LDEV-3600: In Sequence and Learners tab allow searching for Learners who has not started the lesson yet.

  1. … 10 more files in changeset.
LDEV-3600: In Sequence and Learners tab allow searching for Learners who has not started the lesson yet.

  1. … 10 more files in changeset.
file patch2040048.sql was added on branch lams2_head_wildfly on 2015-11-13 16:08:47 +0000

LDEV-3606 In monitor display the author of each feedback comment

    • -0
    • +13
    ./org/lamsfoundation/lams/dbupdates/patch2040048.sql
  1. … 12 more files in changeset.
LDEV-3603: Add autocomplete for search in Learners tab.

Merge this and previous changes into the custom Monitoring for a client.

  1. … 3 more files in changeset.
LDEV-3603: Add autocomplete for search in Learners tab.

Merge this and previous changes into the custom Monitoring for a client.

  1. … 4 more files in changeset.