lams_tool_bbb

  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
file patch20170101.sql was initially added on branch lams2_head_wildfly.

  1. … 24 more files in changeset.
file FileUpload.tag was initially added on branch lams2_head_wildfly.

    • -0
    • +0
    ./web/WEB-INF/tags/FileUpload.tag
  1. … 2 more files in changeset.
file WaitingSpinner.tag was initially added on branch lams2_head_wildfly.

    • -0
    • +0
    ./web/WEB-INF/tags/WaitingSpinner.tag
  1. … 2 more files in changeset.
file AuthoringRatingAllStyleCriteria.tag was initially added on branch lams2_head_wildfly.

    • -0
    • +0
    ./web/WEB-INF/tags/AuthoringRatingAllStyleCriteria.tag
  1. … 26 more files in changeset.
file StyledRating.tag was initially added on branch lams2_head_wildfly.

    • -0
    • +0
    ./web/WEB-INF/tags/StyledRating.tag
  1. … 26 more files in changeset.
LDEV-3952: updating scripts to be compatible with MySQL 5.7

  1. … 5 more files in changeset.
file Arrow.tag was initially added on branch lams2_head_wildfly.

    • -0
    • +0
    ./web/WEB-INF/tags/Arrow.tag
file Rating.tag was initially added on branch lams2_head_wildfly.

    • -0
    • +0
    ./web/WEB-INF/tags/Rating.tag
file CommentsAuthor.tag was initially added on branch lams2_head_wildfly.

    • -0
    • +0
    ./web/WEB-INF/tags/CommentsAuthor.tag
file Comments.tag was initially added on branch lams2_head_wildfly.

    • -0
    • +0
    ./web/WEB-INF/tags/Comments.tag
file AuthoringRatingCriteria.tag was initially added on branch lams2_head_wildfly.

    • -0
    • +0
    ./web/WEB-INF/tags/AuthoringRatingCriteria.tag
file SimplePanel.tag was initially added on branch lams2_head_wildfly.

    • -0
    • +0
    ./web/WEB-INF/tags/SimplePanel.tag
  1. … 1 more file in changeset.
LDEV-3750 Added ability to request all available tool outputs per toolContentId instead of querying them one by one

  1. … 36 more files in changeset.
file AdvancedAccordian.tag was initially added on branch lams2_head_wildfly.

    • -0
    • +0
    ./web/WEB-INF/tags/AdvancedAccordian.tag
file TabBodys.tag was initially added on branch lams2_head_wildfly.

    • -0
    • +0
    ./web/WEB-INF/tags/TabBodys.tag
file TabBodyArea.tag was initially added on branch lams2_head_wildfly.

    • -0
    • +0
    ./web/WEB-INF/tags/TabBodyArea.tag
file TSTable.tag was initially added on branch lams2_head_wildfly.

    • -0
    • +0
    ./web/WEB-INF/tags/TSTable.tag
file RestrictedUsageAccordian.tag was initially added on branch lams2_head_wildfly.

    • -0
    • +0
    ./web/WEB-INF/tags/RestrictedUsageAccordian.tag
LDEV-3776: Remove $Id CVS keyword.

  1. … 1015 more files in changeset.
LDEV-3776: Clean up and format all LAMS Java code.

  1. … 2106 more files in changeset.
file validation.xml was initially added on branch lams2_head_wildfly.

    • -0
    • +0
    ./web/WEB-INF/validation.xml
  1. … 25 more files in changeset.
file struts-config.xml was initially added on branch lams2_head_wildfly.

    • -0
    • +0
    ./web/WEB-INF/struts-config.xml
  1. … 22 more files in changeset.
file Alert.tag was initially added on branch lams2_head_wildfly.

    • -0
    • +0
    ./web/WEB-INF/tags/Alert.tag
file Page.tag was initially added on branch lams2_head_wildfly.

    • -0
    • +0
    ./web/WEB-INF/tags/Page.tag
LDEV-3640: Generate only a warning when there is no foreign key to drop.

  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.
LDEV-3640: Add cascades in tool tables.

  1. … 27 more files in changeset.
LDEV-3564 session id must be unique in tool's session table

  1. … 21 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.