• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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 ***

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

new version of validator-rles.xml, used in struts v1.2.7, obtained from the struts zip package

moved the logic tags outside, so that it wont show attachment header unless there are files in the attachmentList

added br tags underneath h2 tags, looks neater that way

*** empty log message ***

added a new bean property attachments

modified the struts action "instructions": added code to initialise the attachment map, used to view the attachments that have been made with this specific tool content id

removed the definitiosn for basic advanced and instructions page. and replace it with .authoringContent

removed the <h2></h2>

this page is the main authoring screen, it will include the particular file(a_Basic.jsp or a_Instructions.jsp) depending on what method is chosen.