lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Informal fix for the AccessDeniedException from the configureContentRepository for first timers. Ozgur

toString() seems to be triggering the AOP credentials check. Did a quick hack to stop it failing the check, but need to find out why and fix properly

monitoring environment, action servlets

changed the method names to getXXId instead of getXXID

*** empty log message ***

added constants for monitoring environment

monitoring environment, display pages

    • -0
    • +49
    /lams_tool_nb/web/monitoringContent.jsp
    • -0
    • +24
    /lams_tool_nb/web/monitoringIndex.jsp
    • -0
    • +53
    /lams_tool_nb/web/nbActivityContent.jsp
    • -0
    • +46
    /lams_tool_nb/web/nbActivityInstructions.jsp
    • -0
    • +0
    /lams_tool_nb/web/nbStatistics.jsp
    • -0
    • +10
    /lams_tool_nb/web/nbSummary.jsp
changed the request parameter tobe XXId instead of XXID

added monitoring environment configurations

Learner works in new database model.(Session <=> SubmissionDetail)

*** empty log message ***

Update to lasbmt11

Lams System ERD

    • binary
    /lams_tool_sbmt/docs/Lams-ERD.jpg
    • -0
    • +2
    /lams_tool_sbmt/docs/Lams-ERD.myd
Hibernate Lasy call works in Spring Framework

    • -0
    • +4
    /lams_tool_sbmt/conf/xdoclet/filter-mappings.xml
    • -0
    • +10
    /lams_tool_sbmt/conf/xdoclet/filters.xml
    • -3
    • +7
    /lams_tool_sbmt/db/sql/create_lams_tool_sbmt.sql
    • -0
    • +2
    /lams_tool_sbmt/db/sql/table-schema.sql
    • -1
    • +4
    /lams_tool_sbmt/db/sql/tool_insert.sql
  1. … 6 more files in changeset.
Update database: SubmissiontDetail get relation with SubmitFilesSession instead of SubmitFileContent

    • -152
    • +152
    /lams_tool_sbmt/db/model/lams_tool_sbmt.clay
    • -21
    • +23
    /lams_tool_sbmt/db/sql/create_lams_tool_sbmt.sql
    • -0
    • +39
    /lams_tool_sbmt/db/sql/table-schema.sql
*** 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