lams_tool_nb

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

    • -0
    • +84
    ./db/sql/activity_insert.sql
    • -0
    • +18
    ./db/sql/library_insert.sql
    • -0
    • +56
    ./db/sql/test_data_lams_tool_nb.sql
    • -0
    • +50
    ./db/sql/tool_insert.sql
image icon for nb

    • binary
    ./web/WEB-INF/images/icon_noticeboard.swf
    • binary
    ./web/WEB-INF/images/tree_I_line.gif
    • binary
    ./web/WEB-INF/images/tree_collapse_L_node.gif
    • binary
    ./web/WEB-INF/images/tree_collapse_T_node.gif
included the learner and lams core application context

included the reference to lams-learning

implemented to call to leaveToolSession, indicating that the learner has finished the activity

instead of using the constant for default content id, the service method is called

added author tag

removed the TODO

methods to return the toolSessionManager and ToolContentManager interface

implementation of the new function get default content id

in method copyToolSession and copyToolCOntent this method is used instead of the constant

added comments in the code and also new method called getDefaultToolContentId which retrieves the default content id instead of hard coding it

added comments in the code

use the JNDI tool-ds instead od jdbc connection also added learnerService and ToolService

added references to other applicationContext.xml as it is needed by the learners application context

added the deploy-tool targets and create-deploy-package

added AUTHOR_PAGEV2 AND TOOL_SIGNATURE constants

used for the authoring page using DHTML

    • -0
    • +203
    ./web/author_page/css/aqua.css
    • -0
    • +3
    ./web/author_page/css/base.css
    • -0
    • +3
    ./web/author_page/css/xp.css
    • binary
    ./web/author_page/images/aqua_tab_centre.gif
    • binary
    ./web/author_page/images/aqua_tab_left.gif
    • binary
    ./web/author_page/images/aqua_tab_right.gif
    • binary
    ./web/author_page/images/aqua_tab_s_centre.gif
    • binary
    ./web/author_page/images/aqua_tab_s_left.gif
    • binary
    ./web/author_page/images/aqua_tab_s_right.gif
    • -0
    • +119
    ./web/author_page/js/tabcontroller.js
*** empty log message ***

this authoring page support the DHTML 3 tab stuff

    • -0
    • +275
    ./web/author_page.jsp
removed BASIC and ADVANCED constants because they are not used.

removed the FORM constant as it isnt used in this Action class

a new instance of NBMonitoringForm is instantiated in the execute method to ensure that we are using a new form each time this starter action is called

*** empty log message ***

instead placing the toolCotnentId in session scope, it is now stored in the session scope form bean

modified the validate method, the validate method doesnt check whether the title or content fields are empty, because the fckeditor buts in <br> tags even when there is no content

in cleanMonitoringSession, the session scope variable to hold the toolCotnentId is removed, as the session scope formbean now handles this instead

changed the way it displays the noticeboard content, the export portfolio now looks exactly the same as what a learner would see

added the buttons for export portfolio in teacher and learner mode, and learner button in author and teacher mode as well this file is just used for testing purposes only.

increased the filename field in attachment table to be varchar(255) instead of varchar(50).

increased the filename field in attachment table to be varchar(255) instead of varchar(50).