Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-1916 adding autopatch to tools, including db_version_insert.sql script to tool deployer

  1. … 71 more files in changeset.
LDEV-1912 set session timeout programmatically according to lams' UserInactiveTimeout value via a servlet listener rather than hard coding to 120 mins (in some webapps, no session timeout was specified at all).

  1. … 35 more files in changeset.
LDEV-1811 lams.tld has been updated in all packages

    • -59
    • +59
    ./WEB-INF/tags/ExportPortOutput.tag
  1. … 18 more files in changeset.
LDEV-1662 wrong closure of the script tab solved in all tools

  1. … 11 more files in changeset.
LDEV-1662 Putting in advanced options summary into monitoring summary page for every tool.

MC

  1. … 1 more file in changeset.
LDEV-1069 display error label in html page rather than in the spreadsheet by splitting preparation of spreadsheet from outputting of response

  1. … 2 more files in changeset.
LDEV-1069 fix error handling during spreadsheet preparation, and filled in missing label for the error message; fixed SummaryContent.jsp not filling in variable for 'download marks' link when not grouped

  1. … 3 more files in changeset.
LDEV-1667

Removed group drop down box when only one group is available.

  1. … 1 more file in changeset.
LDEV-1069 Added spreadsheet to class portfolio.

  1. … 3 more files in changeset.
LDEV-1069 Added user name to spreadsheet and modified user mark dto to include full name/user name.

    • -2
    • +2
    ./monitoring/IndividualSessionSummary.jsp
  1. … 3 more files in changeset.
LDEV-1069 Added downloadMarks to monitoring action to export marks data spreadsheet.

  1. … 1 more file in changeset.
LDEV-1692 Removed intermediate screen and put best mark label above redo questions button on learner's report screen.

    • -2
    • +8
    ./learning/IndividualLearnerResults.jsp
  1. … 1 more file in changeset.
LDEV-1690 Updated label when retries is on and pass mark not reached.

    • -1
    • +10
    ./learning/IndividualLearnerResults.jsp
LDEV-1689 Removed attempt count and final attempt lbl from results learner page.

LDEV-1663 Rearranged "Instructions" Tab in Monitor

getting rid of redundant ":"

  1. … 15 more files in changeset.
LDEV-1663 Rearranged "Instructions" Tab in Monitor (Multiple Choice)

small fix

LDEV-1663 Rearranged "Instructions" Tab in Monitor (Multiple Choice)

    • -111
    • +106
    ./monitoring/Instructions.jsp
LDEV-1205

Fixed page style

LDEV-1246

Renamed lams:out attribute escapeXml to escapeHtml

  1. … 15 more files in changeset.
LDEV-1628: Updating version number to 2.1

  1. … 42 more files in changeset.
LDEV-1005: Implementing Flashless learner required two new tags to be added. Copying across all projects.

    • -0
    • +45
    ./WEB-INF/tags/LearnerFlashEnabled.tag
    • -0
    • +79
    ./WEB-INF/tags/ProgressOutput.tag
  1. … 50 more files in changeset.
LDEV-1456 MCQ next arrow (green down and right arrow) is inconsistent with other icons and doesn't trigger the cursor to change

    • -8
    • +6
    ./learning/SingleQuestionAnswersContent.jsp
LDEV-1349 Changes to the lams:fckeditor tag to map FCKEditor language files to LAMS supported languages and locales.

FCKEditor.tag changes

  1. … 14 more files in changeset.
LDEV-1206: Run offline now displays the activity title at the top

  1. … 2 more files in changeset.
LDEV-1373: Removed the mark altogether from column headings for the learner list - the mark is redundant as the learners' marks are listed, not right/wrong.

LDEV-1373: Put Mark and Question Number on separate lines in class export portfolio to make narrower columns. Then if there are lots of questions, more questions will fit on the normal page width.

LDEV-1156: shows display answers if setting at authoring time (Monitor changes)

    • -1
    • +5
    ./monitoring/MonitoringMaincontent.jsp
  1. … 2 more files in changeset.
LDEV-1156: shows display answers if setting at authoring time (Learner changes)

    • -30
    • +36
    ./learning/IndividualLearnerResults.jsp
  1. … 3 more files in changeset.
LDEV-1156: Adds Advance setting to display answers/results at the end of an MCQ (Authoring changes)

  1. … 10 more files in changeset.
LDEV-1311: Improving the performance of monitoring. Making some of the database look ups more efficient and removed duplicated code that was causing some lookups to be done three times.