Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
added new field 'sessionName'

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

created dto to hold submit tool session information

    • -0
    • +50
    ./org/lamsfoundation/lams/tool/sbmt/dto/SessionDTO.java
Change toolSessionManager interface to add new toolSessionName.

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

Standardised heading location and buttons

  1. … 5 more files in changeset.
Define it later function. Fix bugs for tabs monitoring.

  1. … 14 more files in changeset.
Add all monitoring page to tab

  1. … 9 more files in changeset.
Fix finish function in sbmt

  1. … 2 more files in changeset.
finish export portfolio function, need further test.

  1. … 1 more file in changeset.
finish export portfolio function, need further test.

    • -0
    • +128
    ./org/lamsfoundation/lams/tool/sbmt/web/ExportServlet.java
  1. … 6 more files in changeset.
Fix session table key bug

  1. … 3 more files in changeset.
Fix bug in postpone saving content.

Duplicated file node in repository when copyToolContent

  1. … 1 more file in changeset.
Fix bug in createToolContent.

Fixed typo in online/offline instructions tags.

Update toolContentHandler to more specific name to avoid conflict with other tools.

  1. … 2 more files in changeset.
Save instruction uploaded files when user click save button, instead of uploading finish.

  1. … 5 more files in changeset.
Modified the "leaveToolSession" and related code to allow the tool to pass the userid (which it gets from UserDTO in the shared session) rather than pass User (which the tool doesn't have).

  1. … 6 more files in changeset.
added getSubmitFilesSessionByContentID()

* Changed to get TOOL_SESSION_ID and TOOL_CONTENT_ID from lams_common * added default unspecified() action * change userList() to get contentID instead of sessionID * userList() sets sessionUserMap in requset attribute now instead of userList previously

Changed to get TOOL_SESSION_ID and TOOL_CONTENT_ID from lams_common

Should get TOOL_SESSION_ID and TOOL_CONTENT_ID from lams_common

added submit.modenotsupported key

overwritten DispatchAction.unspecified()

added errors.maxfilesize

Add createDefaultContent method.

  1. … 3 more files in changeset.
Add validation

  1. … 4 more files in changeset.
Update jsp tag library name

  1. … 11 more files in changeset.
Change hardcode to Constant file for later fix.