lams_tool_notebook

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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: Removing submission entry that should not have been added the REST authoring.

LDEV-3455: Submission deadline should not have been included in the REST authoring interface as it is set in monitoring. Removing.

  1. … 6 more files in changeset.
LDEV-3455 Rest support for template based authoring.

  1. … 9 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: 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-3455 Rest support for template based authoring - refactoring to use shared tag names.

  1. … 4 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/addCondition.jsp
    • -6
    • +8
    ./web/pages/authoring/conditionList.jsp
  1. … 24 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/addCondition.jsp
    • -6
    • +8
    ./web/pages/authoring/conditionList.jsp
  1. … 25 more files in changeset.
LDEV-3095: Check if the current window is the one containing given methods. It may happen for some clients.

    • -2
    • +4
    ./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.

    • -2
    • +4
    ./web/pages/authoring/addCondition.jsp
    • -1
    • +3
    ./web/pages/authoring/conditionList.jsp
  1. … 26 more files in changeset.
LDEV-3455 Rest support for template based authoring.

  1. … 1 more file in changeset.
LDEV-3455: Rest support for creating a new (authored) Notebook object

LDEV-2975: Updating Norwegian, Greek and French

  1. … 27 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. … 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-3438: Fix an error when student is missing in Notebook after it was force completed.

LDEV-3438: Fix an error when student is missing in Notebook after it was force completed.

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.

    • -128
    • +0
    ./conf/middlegen/lams_tool_lanotebook11-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_notebook

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.

    • -20
    • +0
    ./conf/xdoclet/servlet-mappings.xml
  1. … 217 more files in changeset.