lams_tool_chat

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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. … 41 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. … 33 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-3455: Rest authoring support added

LDEV-3455: Rest authoring support added

LDEV-3472: Revert removal of libraries as they are needed for LDEV-2657.

  1. … 17 more files in changeset.
LDEV-3472: Revert removal of libraries as they are needed for LDEV-2657.

  1. … 17 more files in changeset.
LDEV-3472: Remove references to timepicker and blockUI.

  1. … 17 more files in changeset.
LDEV-3472: Remove references to timepicker and blockUI.

  1. … 18 more files in changeset.
LDEV-3095: Revert incorrect fix. Try to mute cross-domain iframe access errors, as requested by a client.

    • -6
    • +8
    ./web/pages/authoring/conditionList.jsp
  1. … 25 more files in changeset.
LDEV-3095: Revert incorrect fix. Try to mute cross-domain iframe access errors, as requested by a client.

    • -6
    • +8
    ./web/pages/authoring/conditionList.jsp
  1. … 26 more files in changeset.
LDEV-3095: Check if the current window is the one containing given methods. It may happen for some clients.

    • -1
    • +3
    ./web/pages/authoring/addCondition.jsp
    • -1
    • +3
    ./web/pages/authoring/conditionList.jsp
  1. … 26 more files in changeset.
LDEV-3095: Check if the current window is the one containing given methods. It may happen for some clients.

    • -1
    • +3
    ./web/pages/authoring/addCondition.jsp
    • -1
    • +3
    ./web/pages/authoring/conditionList.jsp
  1. … 26 more files in changeset.
LDEV-2975: Updating Norwegian

LDEV-3428: Do not create default conditions when Tool output definitions are fetched. They only get created when Tool defaut content is cloned.

Fix class cast exeption when changing grade of first activity in sequence.

Fix lesson mark calculation exception.

Pass IDs to service methods instead of DB objects.

  1. … 8 more files in changeset.
LDEV-3428: Do not create default conditions when Tool output definitions are fetched. They only get created when Tool defaut content is cloned.

Fix class cast exeption when changing grade of first activity in sequence.

Fix lesson mark calculation exception.

Pass IDs to service methods instead of DB objects.

  1. … 9 more files in changeset.
LDEV-3391: Adding missing label

LDEV-3391 *removed strange characters in the chat monitoring summary tab *slightly improved monitor UI

    • -98
    • +0
    ./conf/language/ApplicationResources_en_AU.properties
    • -98
    • +0
    ./conf/language/ApplicationResources_ko_KR.properties
    • -98
    • +0
    ./conf/language/ApplicationResources_mi_NZ.properties
    • -98
    • +0
    ./conf/language/ApplicationResources_no_NO.properties
    • -98
    • +0
    ./conf/language/ApplicationResources_pt_BR.properties
    • -98
    • +0
    ./conf/language/ApplicationResources_sv_SE.properties
    • -0
    • +92
    ./web/pages/monitoring/advanceOptions.jsp
    • -145
    • +54
    ./web/pages/monitoring/summary.jsp
LDEV-3391 *removed strange characters in the chat monitoring summary tab *slightly improved monitor UI

    • -98
    • +0
    ./conf/language/ApplicationResources_en_AU.properties
    • -98
    • +0
    ./conf/language/ApplicationResources_ko_KR.properties
    • -98
    • +0
    ./conf/language/ApplicationResources_mi_NZ.properties
    • -98
    • +0
    ./conf/language/ApplicationResources_no_NO.properties
    • -98
    • +0
    ./conf/language/ApplicationResources_pt_BR.properties
    • -98
    • +0
    ./conf/language/ApplicationResources_sv_SE.properties
    • -0
    • +92
    ./web/pages/monitoring/advanceOptions.jsp
    • -145
    • +54
    ./web/pages/monitoring/summary.jsp
LDEV-3340: Remove hibernate.cfg.xml files. Most probably they were used to create DB schema from .hbm.xml files using Ant. They are obsolete now.

  1. … 27 more files in changeset.
LDEV-3340: Remove middlegen config files. They were used to create .hbm.xml files and are now obsolete.

    • -126
    • +0
    ./conf/middlegen/lams_tool_lachat11-prefs.properties
  1. … 17 more files in changeset.
LDEV-3340: Remove .clay files. They were used to model the database but are obsolete now.

  1. … 24 more files in changeset.
LDEV-3316: Get rid of HibernateTemplate and HibernateDaoSupport usage in set of LAMS DAO types from lams_tool_chat

LDEV-3381: Upgrade to WildFly 8.2. Add proper source code.

  1. … 664 more files in changeset.
LDEV-3335, LDEV-3340: Remove a filter which sets inactive timeout in sessions. With new SSO it is just needed in Central and it is already taken care of by SessionListener.

  1. … 33 more files in changeset.
LDEV-3335, LDEV-3334: Add session and cookie configuration to jboss-all.xml. Remove obsolete configuration from web.xml files.

  1. … 35 more files in changeset.
LDEV-3335, LDEV-3334: Use SSO mechanism introduced in WildFly 9. Do not create web.xml files with XDoclet as it can not produce them based on 3.1 schema. Use static ones instead. Make SessionManager just a proxy to webserver's HTTP session. Remov custom shared sessions and JSESSIONIDSSO cookie as they are obsolete. Remove own session monitoring as the container should take care of invalidation. Move injecting UserDTO into session to SsoHandler intead of UniversalLoginModule as an authentication request may not reach the latter due to WildFly credentials caching.

    • -26
    • +0
    ./conf/xdoclet/servlet-mappings.xml
  1. … 217 more files in changeset.
LDEV-3381: Upgrade to WildFly 9 Alpha2 version.

  1. … 41 more files in changeset.