lams_tool_nb

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
ive added another method removeAttachment(Long uuid) which removes an object fromt he attachment table which has the corresponding uuid

*** empty log message ***

created a method to return the map key, which is formed by the filename + "-" + fileType

they are now combined into one file called index.jsp

the starter page for all three environments: authoring learning and monitoring. replaces authoringIndex.jsp, learnerIndex.jsp and monitoringIndex.jsp

bottom of the page shows the attachments that have been added

added reference to the content repository application Context

*** empty log message ***

took out the starter page definitions, as it isnt needed

uuid is now a mandatory field

uuid is not a mandatory field

Test case is added for retrieveAttachmentByFilename

testcase for retrieveAttachmentByFilename is added

in the xdoclet, the input attribute for the attribute has been removed. this is so, because usually its called directly and the action wasnt triggered from any other page

includes code which setups the map of attchments which is displayed on the jsp instructions page

new bean properties onlineFile , offlineFile and attachments

new struts action called upload which uploads a file to content repository and also saves the file information on the database

retrieveAttachmentByFilename definition and implementation

implementation of retrieveAttachmentByFilename

new method retrieveAttachmentByFilename used in authoringaction to determine if there are files that exist in db with same filename

new bean definition toolContentHandler

added ATTACHMENT_LIST a session scope variable

added new constants TYPE_ONLINE and TYPE_OFFLINE also new method returnFileType() which is a helper method to determine whether its an online file or offline file

took out attachmentId from teh constructor as this is auto generated

added a check to see if object is null

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