lams_tool_nb

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
new db model includes a user table, used for monitoring to get statistics for the users of noticeboard activity

    • -1
    • +16
    ./db/sql/insert_lams_tool_nb_data.sql
new field contentInUse added to NoticeboardContent one to many mapping to users added to NoticeboardSession for

*** empty log message ***

initNbUserData() - added to initialise data for a user, used for testing purposes only

in the authoring environment, the title for the noticeboard can now be used with the fckeditor

in remove* or retrieve* methods, added few extra steps so that it detachs the object from parents before persisting the changes to database. also new methods for access to user

CRUD methods for user added to Service

new hibernate implementation for user dao

new user dao class.

some new methods to retrieve and delete users from session

new dao definition for user

new methods to retrieve users from session,

added new boolean field contentInUse

added new constants: flag for defineLater, runOffline and contentInUse

remmove the use of session variables, using actionform bean properties instead

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