lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
1.Migrate Authoring to 3 DHTML 2.Monitoring Download mark from Excel format

    • -0
    • +118
    /lams_tool_sbmt/web/includes/javascript/server.js
used for the authoring page using DHTML

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

this authoring page support the DHTML 3 tab stuff

    • -0
    • +275
    /lams_tool_nb/web/author_page.jsp
v0808200501

1.Add share.jsp 2.Fix a bug to lockOnFinish: not check this flag when user choose finish.

    • -140
    • +0
    /lams_tool_sbmt/web/includes/css/aqua.css
    • -3
    • +0
    /lams_tool_sbmt/web/includes/css/base.css
    • -3
    • +0
    /lams_tool_sbmt/web/includes/css/xp.css
    • -0
    • +9
    /lams_tool_sbmt/web/sharing/share.jsp
Add Monitoring Edit Activity feature.

    • -0
    • +60
    /lams_tool_sbmt/web/monitoring/editactivity.jsp
    • -0
    • +53
    /lams_tool_sbmt/web/monitoring/showactivity.jsp
    • -0
    • +5
    /lams_tool_sbmt/web/monitoring/success.jsp
Removed unnecessary parameters

1.Bug fix for Hibernate clear() 2. View/Download URL setting in 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

    • -10
    • +9
    /lams_tool_nb/web/exportPortfolio.jsp
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).

    • -2
    • +2
    /lams_tool_nb/db/model/lams_tool_nb.clay
    • -1
    • +1
    /lams_tool_nb/db/sql/create_lams_tool_nb.sql
    • -1
    • +1
    /lams_tool_nb/db/sql/init_lams_tool_nb.sql
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

    • -75
    • +62
    /lams_tool_nb/web/a_Instructions.jsp
added br tags underneath h2 tags, looks neater that way

    • -26
    • +59
    /lams_tool_nb/web/m_Instructions.jsp
*** 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

*** empty log message ***

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.

    • -23
    • +37
    /lams_tool_nb/web/authorContent.jsp