TestHarness4LAMS2

  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3776: Clean up and format all LAMS Java code.

  1. … 1846 more files in changeset.
LDEV-3674: Remove multiple Flash elements: Authoring, icons, themes, i18n files, WDDX libraries and classes, methods, servlets etc.

Rename/rewrite methods for Flashless use.

  1. … 419 more files in changeset.
LDEV-2917: Use <!DOCTYPE html> everywhere.

  1. … 170 more files in changeset.
LDEV-3578: Remove password hashing in TestHarness as login page does not support it anymore.

LDEV-3560: Look up course ID by its name. Existing solution does not work for TestHarness after tablesorter has been introduced.

  1. … 1 more file in changeset.
LDEV-3560: Look up course ID by its name. Existing solution does not work for TestHarness after tablesorter has been introduced.

  1. … 1 more file in changeset.
LDEV-3542: Added support for Peer Review

LDEV-3542: Added support for Peer Review

LDEV-3155: Fix TH flow for Assessment with Leader.

  1. … 1 more file in changeset.
LDEV-3155: Fix TH flow for Assessment with Leader.

  1. … 1 more file in changeset.
LDEV-3444: Fix TestHarness flow after changes for Burning Questions.

LDEV-3444: Fix TestHarness flow after changes for Burning Questions.

LDEV-3164: Fix Scratchie session map ID detection via regexp so learners can carry on even if first page they hit is the results page.

LDEV-3395: Recreate exported Learning Design for TestHarness so Forums have proper fields in XMLs.

LDEV-3335: Set session cookie path and domain in TestHarness. Without it, and with session fixation attack prevention on, WildFly does not accept the cookie during authentication.

LDEV-3312: Adjust flow in TestHarness to follow changes made to Scratchie Tool.

LDEV-3312: Adjust flow in TestHarness to follow changes made to Scratchie Tool.

LDEV-3335, LDEV-3334: Revert changes made to TestHarness as they are not needed with the new SSO.

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.

  1. … 226 more files in changeset.
LDEV-3164: Print server reply when user creation failed.

LDEV-3164: Print server reply when user creation failed.

LDEV-3275: Minify Ant .properties files.

Most of the variables were constant, never changed. Since build file inheritance was introduced to LAMS, it is fairly easy to change relative paths in build files themselves. So only root path were left in .properties files and variables that can actually change from project to project.

  1. … 11 more files in changeset.
LDEV-2901: Add Eclipse output /bin folders to projects' .cvsignore files.

  1. … 59 more files in changeset.
LDEV-3164: Fix interaction with Scratchie.

  1. … 1 more file in changeset.
LDEV-3189: Make TestHarness aware of Vote tool limitations for number of nominations a learner can choose.

LDEV-3191: Improve "activity finished" state detection.

LDEV-3190: Do not allow duplicates for checkboxes.

LDEV-3174: Added UTF-8 encoding to Ant Java compiler.

  1. … 2 more files in changeset.
LDEV-3164: Support several more tools. Changes in those tools' code TestHarness can interact with them without running Javascript.

Remove unnecessary Flash methods.

Remove junk from TestHarness project, including zipped Learning Designs which can not be imported anymore as they have non-numeric server version ("beta")

Major clean up and logs improvement.

  1. … 30 more files in changeset.
LDEV-3164: Add a simple retry mechanism.