lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
taken out the imageBrowserURL and linkBrowserURL attribute in the FCK editor tag. It is already specified in the fckeditor config file

testcases for testing addUser and addSession in noticeboardServicePOJO. TestToolContentManager are the new test cases for the updated code , same with ToolSessionManager

test cases for addUser and addSession

new DAO bean added

init data for user

some more error messages

new implementations of learner side of things. Still need to call completeToolSession, and set the session Status to completed.

new method implementations for addUser and addSession, updated code to match the new implementations of ToolSessionManager and ToolContentManager. Accoutns for the ToolException and DataMissingException which may be thrown

new methods addUser and addSession , which uses equivalent DAO methods

hibernate implementations of addUser

hibernate implementations of addSession

added a new method addUser, in order to create a new session and associating it with a content . these occur within a transaction

added a new method addSession, in order to create a new session and associating it with a content . these occur within a transaction

added <prop key="save*">PROPAGATION_REQUIRED</prop>

added new minimal constructors used in learner action

initialise the collection of users to new HashSet()

initialize a new the collection of sessions

constants added

*** empty log message ***

    • -2
    • +2
    /lams_tool_laqa/web/InstructionsContent.jsp
    • -2
    • +2
    /lams_tool_laqa/web/MonitoringInstructionsScreen.jsp
Fix bug in clone,equal,hashcode in Model class

*** empty log message ***

    • -8
    • +10
    /lams_tool_laqa/web/portfolioReport.jsp
*** empty log message ***

    • -0
    • +1
    /lams_tool_laqa/web/exportPortfolioIndex.jsp
    • -25
    • +25
    /lams_tool_laqa/web/groupsReport.jsp
    • -1
    • +3
    /lams_tool_laqa/web/portfolioReport.jsp
Test deep clone method in all model class

*** empty log message ***

    • -166
    • +2
    /lams_tool_laqa/web/MonitoringSummaryScreen.jsp
    • -0
    • +185
    /lams_tool_laqa/web/groupsReport.jsp
    • -1
    • +3
    /lams_tool_laqa/web/portfolioReport.jsp
Add clone method for contentCopy(). Add some implmements for ToolSessionManager

Some documents, such as scm history etc.

    • -0
    • +1
    /lams_tool_sbmt/docs/scmhistory.txt
*** empty log message ***

*** empty log message ***

*** empty log message ***

    • -0
    • +13
    /lams_tool_laqa/web/WEB-INF/tiles/tiles-defs.xml
    • -0
    • +6
    /lams_tool_laqa/web/exportPortfolioIndex.jsp
    • -0
    • +35
    /lams_tool_laqa/web/portfolioReport.jsp
Checked in by DC - addtional functions added