lams_tool_scribe

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Modified showMessage such that the page moves to the iframe anchor after iframe has opened.

  1. … 6 more files in changeset.
Removed synchronized from create user method. This is a carry over from the chat tool.

  1. … 1 more file in changeset.
Removed unused imports.

  1. … 14 more files in changeset.
Added cvsingnore file.

  1. … 1 more file in changeset.
To fix define it later foreign key constraint excetption.

changed url pattern on security constraint to match + added roles (authoring update + others)

  1. … 15 more files in changeset.
Removed unused import statements.

Removed lockOnFinished Option

Updated default content.

  1. … 3 more files in changeset.
Cleaned up jsp.

    • -26
    • +21
    ./web/pages/learning/notebook.jsp
    • -13
    • +6
    ./web/pages/learning/runOffline.jsp
  1. … 42 more files in changeset.
Adding Danish

    • -0
    • +109
    ./conf/language/ApplicationResources_da_DK.properties
Cleaned up jsp.

    • -44
    • +47
    ./web/WEB-INF/tags/DefineLater.tag
  1. … 14 more files in changeset.
Added force complete to monitoring summary page.

LDEV-811

    • -85
    • +87
    ./web/pages/monitoring/summary.jsp
Removed call to initTabSize. No longer needed.

    • -4
    • +0
    ./web/includes/javascript/authoring.js
    • -4
    • +0
    ./web/includes/javascript/monitoring.js
  1. … 23 more files in changeset.
Removed the advanced and instructions tabs when authoring page opened from monitoring.

    • -31
    • +39
    ./web/pages/authoring/authoring.jsp
  1. … 2 more files in changeset.
Added language keys for submit and cancel buttons.

Import failed sometimes - the export file contained not only the headings but also a hibernate version of the original Scribe and that didn't match the newly created scribe, causing a problem sometimes on import.

Now the export file doesn't have any hibernate references and seems to work okay.

Removed duplicate style attribute.

  1. … 15 more files in changeset.
Fix for LDEV-809

Added report_submitted field to the scribe session table.

The learner and scribe cannot agree until a report has been submitted.

If scribe submits an empty report, it is ignored.

Added border=0 style to tab middle link.

  1. … 16 more files in changeset.
Updated tool_version to new format.

Fix for LDEV-809

Added report_submitted field to the scribe session table.

The learner and scribe cannot agree until a report has been submitted.

If scribe submits an empty report, it is ignored.

Fix for LDEV-861.

Finished button displayed when activity has finished.

  1. … 1 more file in changeset.
Updated uploadFile method to check for zero length file name.

  1. … 2 more files in changeset.
Added 'version' field. This is used to add versioning when saving scribe session objects.

Fix for LDEV-876

Fix for LDEV-876.

Added try catch block to detect when updating old scribe session version.

Converted all "identity" hibernate id generation entries to "native" - hopefully this will be a little more portable.

  1. … 78 more files in changeset.
Updated icon - had a black stroke

  1. … 5 more files in changeset.
Adding French, Korean, Norwegian, Polish. Updating English

    • -38
    • +31
    ./conf/language/ApplicationResources.properties
    • -0
    • +109
    ./conf/language/ApplicationResources_fr_FR.properties
    • -0
    • +109
    ./conf/language/ApplicationResources_ko_KR.properties
    • -0
    • +109
    ./conf/language/ApplicationResources_no_NO.properties
    • -0
    • +109
    ./conf/language/ApplicationResources_pl_PL.properties
Added highlighting for authoring tab.

  1. … 14 more files in changeset.