lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
replaced by m_Instructions.jsp

    • -46
    • +0
    /lams_tool_nb/web/nbActivityInstructions.jsp
replaced by m_EditActivity.jsp

    • -56
    • +0
    /lams_tool_nb/web/nbActivityContent.jsp
replaced by authoringIndex.jsp

Now merged into one file called NbWebUtil

Added new class org.lamsfoundation.lams.contentrepository.client. The class handles a simple connection to the content repository, and allows a file to be stored and retrieved. Designed to be used by tools when their only use of the content repository is to store files for online and offline instructions.

the one utility class for noticeboard. NbAuthoringUtil, NbMonitoringUtil and NbLearningUtil has merged into this one class

all utility functions are now in the one class NbWebUtil instead of having a separate util class for each environmnent (authoring monitoring and learner)

Used the old naming convention of underscore

instead of setting defineLater to true all the time, it now only sets to true when its called from monitoring environment via edit activity tab

changed the url

changed the form action path (removed the preceding /tool/nb)

    • -5
    • +5
    /lams_tool_nb/web/monitoringContent.jsp
summary page for monitoring environment, used to be called nbSummary.jsp

    • -0
    • +22
    /lams_tool_nb/web/m_Summary.jsp
statistics page for monitoring environment, used to be called nbStatistics.jsp

    • -0
    • +0
    /lams_tool_nb/web/m_Statistics.jsp
instructions page for monitoring environment, used to be called nbActivityInstructions.jsp

    • -0
    • +46
    /lams_tool_nb/web/m_Instructions.jsp
edit activity page in monitoring environment, used to be called nbActivityContent.jsp

    • -0
    • +51
    /lams_tool_nb/web/m_EditActivity.jsp
instructions page for authoring environment, used to be called nbInstructions.jsp

    • -0
    • +90
    /lams_tool_nb/web/a_Instructions.jsp
basic page for authoring environment, used to be the file called nbBasic.jsp

    • -0
    • +77
    /lams_tool_nb/web/a_Basic.jsp
advanced page for authoring screen, used to be called nbAdvanced

    • -0
    • +30
    /lams_tool_nb/web/a_Advanced.jsp
removed .nbForm definition , as it is not needed

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

new bean property which returns a map. map contains request parameter names and values, which is populated in EditActivity action. This is used to generate the link for the authoring url (when user clicks on edit button)

removed /tool/nb from path, shortened the path to /monitor instead

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)

Tag:2007200501

Add validation in Monitoring part. Fix bug in Learner and Monitoring.