lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
*** empty log message ***

    • -1
    • +1
    /lams_tool_laqa/web/InstructionsContent.jsp
    • -127
    • +9
    /lams_tool_laqa/web/learnerReport.jsp
    • -6
    • +6
    /lams_tool_laqa/web/monitoringReport.jsp
    • -14
    • +23
    /lams_tool_laqa/web/portfolioReport.jsp
    • -0
    • +122
    /lams_tool_laqa/web/singleLearnerReport.jsp
*** empty log message ***

*** empty log message ***

    • -1
    • +1
    /lams_tool_nb/conf/war/META-INF/MANIFEST.MF
    • -1
    • +1
    /lams_tool_nb/db/sql/insert_lams_tool_nb_data.sql
changed the base template to the style which is similar to that of the lams tool example in lams_central

displays any message to user, for eg. if defineLater is set, then it forwards to this page

    • -0
    • +29
    /lams_tool_nb/web/message.jsp
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