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

Change toolSessionManager interface to add new toolSessionName.

authoring module fix for populating the correct map data for the revisiting authors

calling

public static void assignStaterMapsToCurrentMaps(HttpServletRequest request)

    • -1
    • +27
    ./lamsfoundation/lams/tool/mc/McUtils.java
    • -21
    • +115
    ./lamsfoundation/lams/tool/mc/web/McAction.java
authoring module fix for populating the correct map data for the revisiting authors

added the method:

public static void assignStaterMapsToCurrentMaps(HttpServletRequest request)

Included and updated the struts definitions of the action classes.

    • -0
    • +19
    ./lamsfoundation/lams/tool/mc/web/McAction.java
Part of Portfolio Export functionality either in teh form of action classes or utilities or resources

    • -0
    • +1
    ./lamsfoundation/lams/tool/mc/McUtils.java
    • -1
    • +18
    ./lamsfoundation/lams/tool/mc/pojos/McContent.java
    • -0
    • +280
    ./lamsfoundation/lams/tool/mc/web/McExportAction.java
    • -0
    • +123
    ./lamsfoundation/lams/tool/mc/web/McExportForm.java
    • -0
    • +45
    ./lamsfoundation/lams/tool/mc/web/McExportServlet.java
All the changes are to accomodate better integration between different modules. In this state all the modules seem to work properly and according to their specs. May requite lttle updates but expecting no major changes.

Some work needs on bug fixing authoring module.

    • -14
    • +2
    ./lamsfoundation/lams/tool/mc/McUtils.java
modifications after removing the session attributes at the start of activities.

    • -2
    • +1
    ./lamsfoundation/lams/tool/mc/McUtils.java
  1. … 1 more file in changeset.
changes to accomodate session cleanup at start of activities