Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Jsp formating updates Export portfolio skeleton implementation

    • -0
    • +149
    ./lamsfoundation/lams/tool/mc/web/ExportServlet.java
  1. … 11 more files in changeset.
Update import tool content interface.

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

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

  1. … 11 more files in changeset.
added service contract method public String exportToolContent(List toolContentId) throws ToolException {

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

meta data header added to the content holder jsp

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

  1. … 11 more files in changeset.
Authoring Save/Cancel buttons reorganized

  1. … 2 more files in changeset.
close/save/cancel action in authoring page.

    • -0
    • +105
    ./lamsfoundation/lams/tool/mc/web/ClearSessionAction.java
  1. … 18 more files in changeset.
Updated copyright statement - only support GPL v 2.0

  1. … 151 more files in changeset.
Copyright statement change - only support GPL v2, not future versions.

    • -3
    • +3
    ./lamsfoundation/lams/tool/mc/McAttachmentDTO.java
    • -3
    • +3
    ./lamsfoundation/lams/tool/mc/McComparator.java
    • -3
    • +3
    ./lamsfoundation/lams/tool/mc/McUtils.java
    • -3
    • +3
    ./lamsfoundation/lams/tool/mc/Nullable.java
  1. … 46 more files in changeset.
Modifications to authoring and monitoring urls to use tabs and fck editor in a standard way.

    • -3
    • +3
    ./lamsfoundation/lams/tool/mc/McUtils.java
    • -42
    • +88
    ./lamsfoundation/lams/tool/mc/web/McAction.java
  1. … 15 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.
FCK editor and Java compliance changes.

    • -0
    • +1
    ./lamsfoundation/lams/tool/mc/McUtils.java
    • -0
    • +20
    ./lamsfoundation/lams/tool/mc/web/McAction.java
  1. … 29 more files in changeset.
Changed use of Monitoring url tool sessionName

    • -0
    • +1
    ./lamsfoundation/lams/tool/mc/McUtils.java
  1. … 1 more file in changeset.
Learner module fixes

  1. … 3 more files in changeset.
learner module fixes

  1. … 1 more file in changeset.
Message resource fixes

  1. … 2 more files in changeset.
fixes for the lost session

  1. … 5 more files in changeset.
End of task: Learning module now presents incorrect and correct feedback.

    • -0
    • +7
    ./lamsfoundation/lams/tool/mc/McUtils.java
  1. … 5 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.

  1. … 6 more files in changeset.
Authoring module now supports giving feedback for correct and incorrect answers to questions.

    • -10
    • +13
    ./lamsfoundation/lams/tool/mc/McUtils.java
    • -0
    • +2
    ./lamsfoundation/lams/tool/mc/pojos/McContent.java
    • -95
    • +99
    ./lamsfoundation/lams/tool/mc/web/McAction.java
  1. … 1 more file in changeset.
Modifications to message resource presentations after JSTL 1.1 upgrade.

    • -2
    • +22
    ./lamsfoundation/lams/tool/mc/McAppConstants.java
    • -6
    • +34
    ./lamsfoundation/lams/tool/mc/McUtils.java
    • -2
    • +42
    ./lamsfoundation/lams/tool/mc/web/McAction.java
  1. … 6 more files in changeset.
just formating change

    • -2
    • +0
    ./lamsfoundation/lams/tool/mc/pojos/McContent.java
Added CVS Id to Resource file

formatted resources

  1. … 1 more file in changeset.
Completed Preview Learner implementation

  1. … 6 more files in changeset.
updated the data model to accomodate new tool session name property updated tool contract method createToolSession(...)

    • -1
    • +23
    ./lamsfoundation/lams/tool/mc/pojos/McSession.java
  1. … 3 more files in changeset.
repeated the same process done for q/a for mcq: switched to JSP 2.0 / Servlet 2.4 / JSTL 1.1 organized q/a's web.xml based on lams central web.xml made sure web.xml is valid and Eclipse has no formatting warnings added GPL license notices to files tested and made some modifications to jsps in relation to JSTL upgrade

    • -4
    • +4
    ./lamsfoundation/lams/tool/mc/McUtils.java
    • -19
    • +22
    ./lamsfoundation/lams/tool/mc/web/McAction.java
  1. … 12 more files in changeset.