• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fix to LDEV-217

Learning: Not showing other people's answers. Screen still missing?? (Ernie)

Implement import/export tool content methods.

Add userId parameter in importToolContent interface.

  1. … 11 more files in changeset.
added debuging code

Jsp formating updates

Export portfolio skeleton implementation

    • -0
    • +150
    ./org/lamsfoundation/lams/tool/qa/web/ExportServlet.java
  1. … 21 more files in changeset.
Update import tool content interface.

  1. … 5 more files in changeset.
Update import tool content interface.

  1. … 9 more files in changeset.
Update ToolContentManager API

  1. … 8 more files in changeset.
added service method:

public String exportToolContent(List toolContentId) throws ToolException {

Changed name of export/import methods for the learning design export. Got the name wrong before.

  1. … 10 more files in changeset.
Fixes and updates to the way fck editor init is called.

Monitoring Instcuctions tab is improved.

  1. … 2 more files in changeset.
Learner module look and feel changed

  1. … 8 more files in changeset.
Added methods needed for design export

  1. … 11 more files in changeset.
Create an audit log entry for editing/deleting and item

    • -0
    • +31
    ./org/lamsfoundation/lams/tool/qa/util/QAConstants.java
close/save/cancel action in authoring page.

    • -0
    • +69
    ./org/lamsfoundation/lams/tool/qa/web/ClearSessionAction.java
  1. … 9 more files in changeset.
Updated copyright statement - only support GPL v 2.0

    • -3
    • +4
    ./org/lamsfoundation/lams/tool/qa/Nullable.java
    • -3
    • +4
    ./org/lamsfoundation/lams/tool/qa/QaQueUsr.java
    • -3
    • +4
    ./org/lamsfoundation/lams/tool/qa/QaUtils.java
  1. … 128 more files in changeset.
Had the online and offline instructions the wrong way round.

Made changes as per wiki:

In Eclipse text files default to "-kk". To change the mode of the files, click on a file or a folder and select "Team -> Change ASCII/Binary Property" from the popup menu. Change text files to "ASCII with keyword expansion (-kkv)". It is not possible to change binary files to support keyword expansion.

  1. … 12 more files in changeset.
Changes to monitoring url to be standard in terms of using fck editor and tab controler.

    • -0
    • +19
    ./org/lamsfoundation/lams/tool/qa/QaUtils.java
  1. … 10 more files in changeset.
Authoring url FCK editor changes as per standards for tab controller and lams tag

  1. … 16 more files in changeset.
Moved the language/message/resource file to the conf area. Will now be deployed to the lams-dictonary.jar to make I8N easier.

  1. … 49 more files in changeset.
fixes to learning module and learner progress report

    • -3
    • +4
    ./org/lamsfoundation/lams/tool/qa/QaUtils.java
  1. … 1 more file in changeset.
learner module and user progress fixes

  1. … 1 more file in changeset.
learner module fix

General tidying up

  1. … 2 more files in changeset.
Fixes and changes in relation to lost /corrupt session issue

    • -39
    • +41
    ./org/lamsfoundation/lams/tool/qa/QaUtils.java
  1. … 7 more files in changeset.
Updated BasicToolVO to match the current Tool object, and added an interface to BasicToolVO. Now the call in lLamsToolService which allows a tool to access its own record in the lams_tool table refers to an interface (IToolVO) rather than a POJO. The code still passes a BasicToolVO to any calling tools, but it is better to refer only to interfaces in a service definition, rather than a concrete class.

Updated BasicToolVO to match the current Tool object, and added an interface to BasicToolVO. Now the call in lLamsToolService which allows a tool to access its own record in the lams_tool table refers to an interface (IToolVO) rather than a POJO. The code still passes a BasicToolVO to any calling tools, but it is better to refer only to interfaces in a service definition, rather than a concrete class.

added Javadocs to actions

Made changes to authoring module persistance in doing updates and creates.

    • -0
    • +1
    ./org/lamsfoundation/lams/tool/qa/QaUtils.java
  1. … 1 more file in changeset.