lams_tool_sbmt

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
added dispatch property for SbmtAuthoringForm

updated ANT script to include new folders/files in generated WAR

success (tick) image

    • binary
    ./web/images/success.gif
Remove Tool Content was trying to remove the submission details based on the tool content id. But the submission details are based on the tool session id, so changed the remove code to remove the submission details as part of remove tool session, not remove tool content.

Also fixed remove tool content so that it will remove the related tool sessions if required, and to stop it throwing an exception if no data is found (as per the interface definition).

Converted to Servlet 2.4, JSTL 1.1

    • -393
    • +0
    ./web/WEB-INF/jstl/tlds/c-rt.tld
    • -166
    • +313
    ./web/WEB-INF/jstl/tlds/c.tld
    • -403
    • +0
    ./web/WEB-INF/jstl/tlds/fmt-rt.tld
    • -128
    • +357
    ./web/WEB-INF/jstl/tlds/fmt.tld
    • -0
    • +207
    ./web/WEB-INF/jstl/tlds/fn.tld
    • -0
    • +448
    ./web/WEB-INF/jstl/tlds/x.tld
    • -212
    • +0
    ./web/WEB-INF/struts/tlds/struts-bean-el.tld
    • -3302
    • +0
    ./web/WEB-INF/struts/tlds/struts-html-el.tld
    • -382
    • +0
    ./web/WEB-INF/struts/tlds/struts-logic-el.tld
    • -343
    • +0
    ./web/WEB-INF/struts/tlds/struts-tiles-el.tld
  1. … 41 more files in changeset.
added page title

    • -84
    • +102
    ./web/export/exportportfolio.jsp
*** empty log message ***

Major changes to doExport method

- added ability for learner to export portolio

- submitted files are written to disk for export

added lams custom tags to submit tool

    • -0
    • +53
    ./web/WEB-INF/lams.tld
Modified links to point to local resources only. I.e the link to submission attachments and stylesheet

    • -77
    • +100
    ./web/export/exportportfolio.jsp
This is used to generate the list of files present in an archive generated by the export portfolio function.

In its initial form it output a plain text list of files in the archive.

At some later stage this may need to be in XML format.

    • -0
    • +2
    ./web/export/exportAttachmentList.jsp
modified implementaion of getFileUploadedBySession to return a SortedMap instead of a Map.

The SortedMap is sorted using the LastNameAlphabeticComparator.

modified method signature getFilesUploadedBySession to return a SortedMap instead of a Map.

This was done to ensure a consistent order when displaying files.

added field exportedURL and getter and setter methods.

This is used by export portfolio function to store the url of the submitted file in the archive

added lams taglib

Service bean transaction definition was missing some of the ToolContentManager and ToolSessionManager methods, so these methods were not forming part of transactions.

  1. … 4 more files in changeset.
replaced ${sessionID} with ${sessionDto.sessionID}

updated hbm files

set the sessionName in createToolSession

added new field 'sessionName'

removed the Session ID from page, replaced with Session Name.

modified 'userList' and 'statistic' calls to use sessionDTO.

created dto to hold submit tool session information

Update session table to include session name.

Change toolSessionManager interface to add new toolSessionName.

  1. … 4 more files in changeset.
jboss and repository home properties removed

j2eelibs is removed (now it is in the common.properties)

LDEV-61 Fixing tool sessions - all users were getting separate tool sessions. Modified library activities to use GROUPING_SUPPORT_OPTIONAL as the grouping support type.

  1. … 9 more files in changeset.
Fix bug for copyToolContent()

Standardised heading location and buttons

    • -13
    • +10
    ./web/authoring/instructions.jsp
  1. … 1 more file in changeset.