Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.

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-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.

  1. … 4 more files 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

  1. … 2 more files in changeset.
Fix for LDEV-876.

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

Add from and to Version parameter to new importContent API.

  1. … 11 more files in changeset.
LDEV-801 Instructions page.

Added instructions page prior to start of activity.

  1. … 6 more files in changeset.
Added refresh button to monitoring page. Renamed toolContentId to toolContentID for consistency.

  1. … 3 more files in changeset.
attachment fix (tested) LDEV-672

  1. … 12 more files in changeset.
Added contentFolderID to monitoring

  1. … 3 more files in changeset.
Added force complete.

  1. … 7 more files in changeset.
1.0.2 importer: convert newlines in instruction text to <BR/> as the matching field uses an FCKEditor

  1. … 10 more files in changeset.
Set define later = true only when authoring is launched from the monitoring screen.

  1. … 2 more files in changeset.
Fixed bug in learner export

Added vote progress bar.

    • -0
    • +15
    ./org/lamsfoundation/lams/tool/scribe/util/ScribeUtils.java
  1. … 7 more files in changeset.
Improving the 1.0.2 importer implementation

  1. … 1 more file in changeset.
Added agree button for the scribe learning page.

  1. … 4 more files in changeset.
Added voting count to monitoring, learning and export portfolio.

  1. … 5 more files in changeset.
Added export portfolio.

  1. … 1 more file in changeset.
Updated monitoring summary page.

  1. … 3 more files in changeset.
Updated scribe learning.

    • -0
    • +58
    ./org/lamsfoundation/lams/tool/scribe/dto/ScribeHeadingDTO.java
  1. … 11 more files in changeset.
Updated address in copyright statement

Completed authoring functionality

    • -0
    • +36
    ./org/lamsfoundation/lams/tool/scribe/dao/IScribeHeadingDAO.java
    • -0
    • +147
    ./org/lamsfoundation/lams/tool/scribe/model/ScribeHeading.java
  1. … 17 more files in changeset.
Updated address of FSF in copyright statement

  1. … 1378 more files in changeset.
Added Scribe tool.

    • -0
    • +42
    ./org/lamsfoundation/lams/tool/scribe/dao/IScribeDAO.java
    • -0
    • +41
    ./org/lamsfoundation/lams/tool/scribe/dao/IScribeSessionDAO.java
    • -0
    • +62
    ./org/lamsfoundation/lams/tool/scribe/dao/IScribeUserDAO.java
    • -0
    • +189
    ./org/lamsfoundation/lams/tool/scribe/dto/ScribeDTO.java
    • -0
    • +106
    ./org/lamsfoundation/lams/tool/scribe/dto/ScribeSessionDTO.java
    • -0
    • +142
    ./org/lamsfoundation/lams/tool/scribe/dto/ScribeUserDTO.java
    • -0
    • +456
    ./org/lamsfoundation/lams/tool/scribe/model/Scribe.java
    • -0
    • +249
    ./org/lamsfoundation/lams/tool/scribe/model/ScribeSession.java
  1. … 120 more files in changeset.