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

file MonitoringAction.java was initially added on branch lams2_head_wildfly.

    • -0
    • +0
    ./org/lamsfoundation/lams/tool/vote/web/MonitoringAction.java
file AuthoringAction.java was initially added on branch lams2_head_wildfly.

    • -0
    • +0
    ./org/lamsfoundation/lams/tool/vote/web/AuthoringAction.java
file patch20161004.sql was initially added on branch lams2_head_wildfly.

file LearningAction.java was initially added on branch lams2_head_wildfly.

    • -0
    • +0
    ./org/lamsfoundation/lams/tool/vote/web/LearningAction.java
LDEV-3952: updating scripts to be compatible with MySQL 5.7

  1. … 44 more files 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.
LDEV-3776: Remove $Id CVS keyword.

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

  1. … 2106 more files in changeset.
LDEV-3670: Hiding open text entries in learner

  1. … 5 more files in changeset.
LDEV-3584: Improve performance and support paging, sort and search

    • -0
    • +105
    ./org/lamsfoundation/lams/tool/vote/dto/OpenTextAnswerDTO.java
    • -0
    • +77
    ./org/lamsfoundation/lams/tool/vote/dto/SessionNominationDTO.java
    • -0
    • +108
    ./org/lamsfoundation/lams/tool/vote/dto/SummarySessionDTO.java
  1. … 15 more files in changeset.
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. … 44 more files in changeset.
LDEV-3640: Add cascades in tool tables.

  1. … 27 more files in changeset.
LDEV-3529: Need to start order at 1 - if set it to 0 then entry won't be seen in learner.

LDEV-3455: Rest Support (Authoring)

  1. … 1 more file 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.
LDEV-3514: Wrap all transactional methods with TransactionRetryInterceptor. Set number of attempts to 3.

Remove previous safety mechanism for completeActivity() method.

  1. … 42 more files in changeset.
LDEV-3486 Assign marks to learner in leader aware tools when he gets force completed

  1. … 32 more files in changeset.
LDEV-3416 fixed Exception on trying to edit Voting tool in Monitoring

LDEV-2866

* Got rid of duplicative jsp parts in Ozgur's tools

* Some initial refactoring of the code

  1. … 92 more files in changeset.
LDEV-3275: Explicitly mark values as Long type in conditional expression as Java 8 requires it.

LDEV-3244 Release define later flag after canceling edit tool in monitor

  1. … 62 more files in changeset.
LDEV-3234 Added ability to change, add, remove Voting tool's questions even after student have reached it

  1. … 44 more files in changeset.
LDEV-3225: Add better contribution management in Monitoring.

  1. … 41 more files in changeset.
LDEV-2463: escape HTML to prevent possible XSS attacks

  1. … 25 more files in changeset.
LDEV-3198 updated script which creates unique index so that it deletes duplicates first

  1. … 3 more files in changeset.
LDEV-1596 * Class export portfolio: if activity is grouped, then show votes by groups.

*some refactoring

    • -228
    • +0
    ./org/lamsfoundation/lams/tool/vote/SessionDTO.java
  1. … 51 more files in changeset.
LDEV-3171: Remove users from activities. Fix several bugs.

  1. … 32 more files in changeset.