lams_tool_nb

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
removed /tool/nb from path, shortened the path to /starter/learner instead

removed /tool/nb from path, shortened the path to /starter/authoring instead

new bean property called defineLater, used in the jsp page to determine if defineLater is set or not

shortened the actionpath to /authoring instead of /tool/nb

removed contentInUse and loadNbForm which is no longer needed

shortened the action path (removed /tool/nb from the path)

*** empty log message ***

displays the content of the noticeboard instead of displaying a message saying that there is no summary for this tool

added control so that it wont display the advanced and instructions tab when activity is edited in the monitoring mode

instead of using a href, uses html link

used by editActivity to forward url to authoring page

    • -0
    • +4
    ./conf/xdoclet/global-forwards.xml
accounted for the change in type from Long to String. This action servlet now also copies the value of tool content into the session

changed the variable toolContentId from Long to type String

moved copyValuesIntoSession and isContentEditable functions into the utility class. in editActivity, the state of the flags are added into the session,

*** empty log message ***

updated full constructor to include contentInUse, also minimal constructs set contentInUse to false be default

new constants: DEFINE_LATER and BUTTON_EDIT

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
    ./web/monitoringContent.jsp
    • -0
    • +24
    ./web/monitoringIndex.jsp
    • -0
    • +53
    ./web/nbActivityContent.jsp
    • -0
    • +46
    ./web/nbActivityInstructions.jsp
changed the request parameter tobe XXId instead of XXID

added monitoring environment configurations

*** empty log message ***

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

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