• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3556: Remove LAMS 1 methods for importing Tool content.

  1. … 27 more files in changeset.
LDEV-2918: Get rid of IE, "main" and "tabbed" styles as they are obsolete and only blur CSS tag work.

  1. … 101 more files in changeset.
LDEV-3654: Remove IE compatibility tags.

  1. … 33 more files in changeset.
LDEV-3645: Add the advanced tab when editing in monitor

LDEV-3645: Add the advanced tab when editing in monitor

LDEV-3640: Generate only a warning when there is no foreign key to drop.

  1. … 28 more files in changeset.
LDEV-3631: Converted to div

  1. … 9 more files in changeset.
LDEV-3631: Converted to div

  1. … 9 more files in changeset.
LDEV-3631: Removing unwanted change.

LDEV-3631 Simple Commenting Widget

    • -0
    • +51
    ./web/WEB-INF/tags/CommentsAuthor.tag
  1. … 62 more files in changeset.
file Comments.tag was added on branch lams2_head_wildfly on 2016-01-12 12:24:32 +0000

LDEV-3631: Simplifying the tag so that it precompiles.

  1. … 1 more file in changeset.
LDEV-3631: Sort by likes implemented, used as a top 10 on the reflection page.

LDEV-3631: New columns added in error. Removed.

file patch20160105.sql was added on branch lams2_head_wildfly on 2016-01-12 12:24:33 +0000

file CommentsAuthor.tag was added on branch lams2_head_wildfly on 2016-01-12 12:24:32 +0000

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.

    • -0
    • +51
    ./web/WEB-INF/tags/CommentsAuthor.tag
  1. … 14 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. … 47 more files in changeset.
LDEV-3640: Add cascades in tool tables.

  1. … 28 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. … 48 more files in changeset.
file patch20151217.sql was added on branch lams2_head_wildfly on 2015-12-30 20:38:17 +0000

LDEV-3640: Add cascades in tool tables.

  1. … 27 more files in changeset.
LDEV-3631 Simple Commenting Widget. Use a "More Comments" button and resize the iframe to keep only one scrollbar on the page.

  1. … 10 more files in changeset.
file patch20151210.sql was added on branch lams2_head_wildfly on 2016-01-12 12:24:33 +0000

file comments.jsp was added on branch lams2_head_wildfly on 2016-01-12 12:24:32 +0000

LDEV-3631 Simple Commenting Widget. Initial implementation.

    • -0
    • +31
    ./web/WEB-INF/tags/Comments.tag
    • -0
    • +6
    ./web/learning/mobile/learnerContent.jsp
  1. … 3 more files in changeset.
LDEV-3561: Initial implemntation of re-setting read-only flag of Activities on force uncomplete.

Each Tools' service has a method to report whether there is significant users' content left it the Activity. If so, it reports the Activity as read-only. Otherwise the flag can be re-set.

Grouping, Gate and Complex activities also have their way of checking their immutability.

  1. … 40 more files in changeset.
LDEV-3514: Use pretInterceptor instead of postInterceptor.

Create new transactions for service method retries.

Attach activity to Hibernate session in completeActivity() method.

  1. … 45 more files in changeset.
LDEV-3514: Use pretInterceptor instead of postInterceptor.

Create new transactions for service method retries.

Attach activity to Hibernate session in completeActivity() method.

  1. … 43 more files in changeset.
LDEV-3514: Use postInterceptor instead of preInterceptor.

PreInterceptor apparently runs before Hibernate transaction gets created. When an exception in the proxied method occurs, the transaction is canceled and is not re-created when retry is attempted. This leads to "no session" or "read only transaction on write" errors.

PostInterceptor seems to work when the transaction is already created, so retries happen witin its scope.

  1. … 39 more files in changeset.