lams_tool_nb

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
renamed to lams_tool_nb.sql

added "name" which is used by middlegen to generate the properties file

prefs.properties file generated by middlegen

    • -4
    • +60
    ./conf/middlegen/nb-prefs.properties
*** empty log message ***

changed the column name from is_online to online_file

added test cases for testing NoticeboardAttachment stuff

Test case for NoticeboardAttachmentDAO

added the hbm mapping, dao definition for NoticeboardAttachment

method initAttachmentData to initialise and setup test data for test cases in relation to testing NoticeboardAttachmentDAO methods and corresponding methods in the service bean

updated the service bean to include methods same as those in NoticeboardAttachmentDAO

hibernate implementation , consists of retrieve, get, save and delete methods

DAO interface for NoticeboardAttachments, a persistent class for keeping track of files uploaded

With the new NoticeboardAttachment class, the NoticeboardContent now has a collection of NoticeboardAttachment objects

error_mandatory constant added

added default, minimal and full constructors

*** empty log message ***

changed the db schema from lams to "" (blank)

added the new table attachment in the middlegen ant task

change the property isOnline to is_onilne

sql scripts which include the new table "attachments"

new table in db model. attachment which saves information about the files uploaded for online and offline instructions

removed the lib definition, noticeboard tool doesnt need this lib dir and all that is needed is already included in 3rd party libraries

changed the taglib uri

*** empty log message ***

added export portfolio definition

jsp page for export portfolio content

    • -0
    • +26
    ./web/exportPortfolio.jsp
added the unspecified method, in case the key is not found

export portfolio functionality

moved into /WEB-INF/struts instead

    • -212
    • +0
    ./web/WEB-INF/struts-bean-el.tld
    • -686
    • +0
    ./web/WEB-INF/struts-config_1_2.dtd
    • -3032
    • +0
    ./web/WEB-INF/struts-html-el.tld
    • -3032
    • +0
    ./web/WEB-INF/struts-html.tld
    • -382
    • +0
    ./web/WEB-INF/struts-logic-el.tld
    • -2886
    • +0
    ./web/WEB-INF/struts-nested.tld
    • -343
    • +0
    ./web/WEB-INF/struts-tiles-el.tld
added the struts folder in order to deploy properly