Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
just formating change

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. … 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
    ./org/lamsfoundation/lams/tool/mc/McUtils.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

    • -4
    • +22
    ./org/lamsfoundation/lams/tool/mc/McUtils.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
    ./org/lamsfoundation/lams/tool/mc/McUtils.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.

Part of Portfolio Export functionality either in teh form of action classes or utilities or resources

    • -0
    • +1
    ./org/lamsfoundation/lams/tool/mc/McUtils.java
    • -0
    • +280
    ./org/lamsfoundation/lams/tool/mc/web/McExportAction.java
    • -0
    • +123
    ./org/lamsfoundation/lams/tool/mc/web/McExportForm.java
    • -0
    • +45
    ./org/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
    ./org/lamsfoundation/lams/tool/mc/McUtils.java
modifications after removing the session attributes at the start of activities.

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

no major change

checks for null references

    • -4
    • +6
    ./org/lamsfoundation/lams/tool/mc/McUtils.java
wording changes to add question/options

included the CREATION_DATE for the existing content

upload file handles FileException

converting String based date to java.util.date

  1. … 3 more files in changeset.
added code to separate our progress view from view answers report

refined the resources

include McUtils.cleanUpSessionAbsolute(request); for better cleaning up sessions