Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
same things done for q/a project: 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

    • -20
    • +22
    ./lamsfoundation/lams/tool/mc/McAttachmentDTO.java
    • -4
    • +22
    ./lamsfoundation/lams/tool/mc/McUtils.java
    • -1
    • +24
    ./lamsfoundation/lams/tool/mc/web/McAction.java
  1. … 56 more files in changeset.
Service bean transaction definition was missing some of the ToolContentManager and ToolSessionManager methods, so these methods were not forming part of transactions.

  1. … 4 more files in changeset.
reflect change to API method createToolSession

Will add a new column to hold tool session name

tool session implementation change , to be completed

change lams_tool test data to avoid conflict in submit tool.

change lams_tool test data to avoid conflict in submit tool.