• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
changed the copyFormValues..(), the deleteAttachment method now doesnt call this method, otherwise all fields will be blank.

instead of using hardcoded default content id, makes the call to getDefaultToolContentId

added comments to code

removed the dbname when creating / dropping tables

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

*** 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
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

removed the TODO

added author tag

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

use the JNDI tool-ds instead od jdbc connection

also added learnerService and ToolService

added comments in the code

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

*** empty log message ***

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
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

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

*** empty log message ***