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

rewrote the persistance of content and question content on submit so taht uids gets used conservatively.

  1. … 1 more file in changeset.
Added CVS ID tag

enabled copyToolContent to properly copy the attachments data in the content repository.

  1. … 1 more file in changeset.
Independent LearningAction created. Added exception handler, content locked renamed

    • -26
    • +15
    ./org/lamsfoundation/lams/tool/qa/QaUtils.java
    • -779
    • +0
    ./org/lamsfoundation/lams/tool/qa/web/QAction.java
    • -0
    • +674
    ./org/lamsfoundation/lams/tool/qa/web/QaAction.java
    • -0
    • +294
    ./org/lamsfoundation/lams/tool/qa/web/QaLearningAction.java
  1. … 8 more files in changeset.
formatted resources

  1. … 1 more file in changeset.
completed export portfolio implementation

    • -1
    • +1
    ./org/lamsfoundation/lams/tool/qa/QaUtils.java
  1. … 3 more files in changeset.
Completed Learner Progress Report

    • -0
    • +307
    ./org/lamsfoundation/lams/tool/qa/web/QaExportAction.java
    • -0
    • +144
    ./org/lamsfoundation/lams/tool/qa/web/QaExportForm.java
  1. … 1 more file in changeset.
Completed Learner Progress View

    • -1
    • +1
    ./org/lamsfoundation/lams/tool/qa/QaUtils.java
    • -1
    • +1
    ./org/lamsfoundation/lams/tool/qa/web/QAction.java
  1. … 2 more files in changeset.
Completed Preview Learner implementation

    • -1
    • +4
    ./org/lamsfoundation/lams/tool/qa/QaUtils.java
  1. … 4 more files in changeset.
View only learner report addition for the revisting user

    • -0
    • +1
    ./org/lamsfoundation/lams/tool/qa/QaUtils.java
  1. … 1 more file in changeset.
Learner report implementation based on monitoring summary actions and DTO reuse

    • -19
    • +17
    ./org/lamsfoundation/lams/tool/qa/web/QAction.java
Learning module Finish Activity additions

    • -17
    • +37
    ./org/lamsfoundation/lams/tool/qa/web/QAction.java
  1. … 2 more files in changeset.
Learner Report implementation. A report gets generated for the learners in the learning module.

    • -0
    • +2
    ./org/lamsfoundation/lams/tool/qa/QaUtils.java
    • -3
    • +19
    ./org/lamsfoundation/lams/tool/qa/web/QAction.java
  1. … 5 more files in changeset.
Modified error reporting screen to use message beans rather than logical iteration.

    • -20
    • +23
    ./org/lamsfoundation/lams/tool/qa/QaUtils.java
    • -2
    • +5
    ./org/lamsfoundation/lams/tool/qa/web/QAction.java
  1. … 1 more file in changeset.
Added Export Portfolio functionality.

    • -0
    • +1
    ./org/lamsfoundation/lams/tool/qa/QaUtils.java
  1. … 1 more file in changeset.
Monitoring url, Define Later and Edit Activity integration

    • -4
    • +19
    ./org/lamsfoundation/lams/tool/qa/web/QAction.java
  1. … 7 more files in changeset.
Completed integration of monitoring url Edit Activity to define later functionality. The define later code is reused.

    • -4
    • +3
    ./org/lamsfoundation/lams/tool/qa/QaUtils.java
    • -0
    • +33
    ./org/lamsfoundation/lams/tool/qa/web/QAction.java
  1. … 5 more files in changeset.
Completed define later url implementation. Access from monitoring url to be done next. Changed all the resources to be international

    • -10
    • +27
    ./org/lamsfoundation/lams/tool/qa/QaUtils.java
    • -28
    • +40
    ./org/lamsfoundation/lams/tool/qa/web/QAction.java
  1. … 8 more files in changeset.