lams_tool_nb

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
updated with the extra cookie parameter

Fixed the activity icons plus some descriptive text

  1. … 3 more files in changeset.
fix for middlegen

Upgraded Hibernate to 3.0

  1. … 50 more files in changeset.
pages need for teh security stuff. copied frm the sbmt tool

  1. … 2 more files in changeset.
403 error page definition and security stuff mapping roles and action

    • -0
    • +4
    ./conf/xdoclet/error-pages.xml
    • -0
    • +63
    ./conf/xdoclet/web-security.xml
Removed '/lams' from the image urls as per Dave's request. He will include the 'lams' bit.

  1. … 3 more files in changeset.
ExportServlet - this is the servlet that the export service will call...this servlet in turn opens a httpurlconnection to the real export url, and saves the content in a file.

*** empty log message ***

added the definition for the export servlet

added the mapping for the export servlet

the contents of filters.xml is commented out. uncomment these if you want to try the functionality of the filter

    • -0
    • +9
    ./conf/xdoclet/filters.xml
added test data so that users can run the examples on the noticeboard starter page

    • -1
    • +41
    ./db/sql/insert_lams_tool_nb_data.sql
Removed ISOLATION_READ_COMMITTED from the transactions as it is not supported by the JTA transaction manager. We will have to rely on the database settings.

  1. … 7 more files in changeset.
fixed up the comments.

when a learner clicks on finish, it will call learnerService.completeToolSession which returns the link to the next activity. the tool then redirects to this new url

the error message if the userId or toolSessionId is missing is changed.

changed the url from /tool/.../ to /lams/tool/...

Move common.js in Lams_central to /includes/javascript subfolder

  1. … 10 more files in changeset.
Use the hibernate properties bean from lams.jar

  1. … 2 more files in changeset.
Switched to shared transaction manager and JNDI toolDataSource

  1. … 5 more files in changeset.
Add the new tool identifier and version fields.

updated usage, for instructions on running the junit test

updated the targets: usage build-db insert-test-data and changed db.driver.file to db.driver.jar (as that is used in common.properties)

*** empty log message ***

removed toolContentId parameter in the learner urls

the userId field is no longer specified to be unique. "UNIQUE" keyword removed from create statement

removed the columns offline_instructions and online_instructions to suit the new table structure

added new case for new method retrieveNbUserBySession

added new testcase for new method getNbUserBySession