lams_tool_laqa

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3605: Sorting by Rating

LDEV-3605: Sorting by Rating

    • -1
    • +1
    ./web/monitoring/MonitoringMaincontent.jsp
LDEV-3581: adding label

LDEV-3581: Allowing monitor to search for particular learner by part of their full name. Changed sort in monitor to sort on the user's full name, to match the search.

    • -10
    • +11
    ./web/monitoring/MonitoringMaincontent.jsp
LDEV-3592: When disabling fields as we are at the max number of rated items, don't disable the fields that are part of a set already being rated.

    • -2
    • +16
    ./web/learning/RevisitedLearnerRep.jsp
    • -2
    • +16
    ./web/learning/mobile/LearnerRep.jsp
    • -2
    • +16
    ./web/learning/mobile/RevisitedLearnerRep.jsp
  1. … 2 more files in changeset.
LDEV-3592: When disabling fields as we are at the max number of rated items, don't disable the fields that are part of a set already being rated.

    • -2
    • +16
    ./web/learning/RevisitedLearnerRep.jsp
    • -2
    • +16
    ./web/learning/mobile/LearnerRep.jsp
    • -2
    • +16
    ./web/learning/mobile/RevisitedLearnerRep.jsp
  1. … 2 more files in changeset.
LDEV-3414 Fixed rating statistics don't display properly in IE

    • -1
    • +1
    ./web/learning/RevisitedLearnerRep.jsp
    • -1
    • +1
    ./web/monitoring/MonitoringMaincontent.jsp
LDEV-3414 Fixed rating statistics don't display properly in IE

    • -1
    • +1
    ./web/learning/RevisitedLearnerRep.jsp
    • -1
    • +1
    ./web/monitoring/MonitoringMaincontent.jsp
LDEV-3566 Q&A add minimum word validation on the server side

  1. … 3 more files in changeset.
LDEV-3567 Fix Q&A submit when using mobile interface, allow rich text editor and min words limit

    • -12
    • +2
    ./web/learning/mobile/AnswersContent.jsp
LDEV-3568 Move old rating data into the new DB model

  1. … 1 more file in changeset.
LDEV-3566 Q&A add minimum word validation on the server side

  1. … 3 more files in changeset.
LDEV-3567 Fix Q&A submit when using mobile interface, allow rich text editor and min words limit

    • -12
    • +2
    ./web/learning/mobile/AnswersContent.jsp
LDEV-3568 Move old rating data into the new DB model

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

  1. … 19 more files in changeset.
LDEV-3450 Added new parameter showComments

LDEV-3450 Added new parameter showComments

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

  1. … 21 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. … 37 more files in changeset.
LDEV-3480: Comments field may not be included in the JSON response, even if comments are enabled.

    • -0
    • +2
    ./web/monitoring/MonitoringMaincontent.jsp
LDEV-3480: Comments field may not be included in the JSON response, even if comments are enabled.

    • -0
    • +2
    ./web/monitoring/MonitoringMaincontent.jsp
LDEV-3487 Don't allow question redos and LDEV-3480 Peer review feature for Q&A

LDEV-3487 Don't allow question redos

LDEV-3545: Remove reference to Leader user from session when removing Learner content.

  1. … 3 more files in changeset.
LDEV-3545: Remove reference to Leader user from session when removing Learner content.

  1. … 3 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. … 42 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-3530: Make the check for existing user a part of user creation transaction, so transaction retries are working on the latest data.

  1. … 2 more files in changeset.
LDEV-3530: Make the check for existing user a part of user creation transaction, so transaction retries are working on the latest data.

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