lams_tool_nb

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

change service bean definition

changed from using scriptlet for fckeditor, to using jstl c tag, with escapeXml set to false

previous index.jsp is now authoringIndex.jsp

    • -0
    • +24
    ./web/authoringIndex.jsp
*** empty log message ***

package name is now lams-tool-nb instead of lams-tool-noticeboard

fckeditor tlds, needed in order for fckeditor to work

    • -0
    • +194
    ./web/WEB-INF/fckeditor/tlds/FCKeditor.tld
Database model has changed to account for the unique identifier field uid, present in both content and session table. The corresponding sql scripts have been updated to reflect this change as well.

    • -0
    • +208
    ./db/model/lams_tool_nb.clay
    • -182
    • +0
    ./db/model/lams_tool_noticeboard.clay
    • -43
    • +11
    ./db/sql/insert_lams_tool_nb_data.sql
    • -0
    • +28
    ./db/sql/lams_tool_nb.sql
nb-prefs.properties , certain fields changed to reflect the use of native as generator class

    • -42
    • +0
    ./conf/middlegen/${name}-prefs.properties
    • -0
    • +63
    ./conf/middlegen/nb-prefs.properties
added tags and definitions required for FckEditor

    • -0
    • +6
    ./conf/xdoclet/taglibs.xml
added uid field as an (auto_increment) identifier for both NoticeboardContent and NoticeboardSession. generator class used is now native.

*** empty log message ***

These junit tests have changed in comparison to previous versions, helper methods used

added nbSessionDAO property within service bean

added helper methods for use in testNoticeboardSessionDAO and testNoticeboardContentDAO

added new functions not this interface, matching those of the content and session DAOs

new method definitions and/or names

added uid field

added minimal constructor

added minimal constructor for NoticeboardContent()

added implementation for saveNoticeboardSession()

added saveNoticeboardSession() function

changed testSaveNoticeboard()

deploy-war target now depends on webdoclet

added fckEditor for onlineInstructions and offlineInstructions field

added the fckEditor for the content field

made changes to account for fckEditor variables

added cleanSession() function

add few more constants

Updated copyValuesIntoNbContent()