lams_tool_nb

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
new monitoring page

    • -0
    • +132
    ./web/monitor_page.jsp
fixed the title so that it displays "Statistics"

Standardised heading location and buttons

  1. … 5 more files in changeset.
removed the try catch statement that was wrapped around writeResponseToFile exceptions arent thrown now...instead a file is generated

changed the Nb's export URL, so it uses the export servlet.

changed the class name from CreatePackageTask to CreateToolPackageTask, changed deploy.properties to deploy.xml

  1. … 3 more files in changeset.
Modified the "copyToolContent" to duplicate the content repository entries, using the new copy feature in the repository. Also moved the calls to the ToolContentHandler from the web layer to the service layer, to make it easier to do the copy.

ToolDownload has been modified to pick up the name of the tool content handler bean from the servlet definition, rather than hardcoding a standard name. The tool was use the new definition.

Instructions files now appear in the instructions page on the monitoring screen. The attachment entries were not being copied when the tool content was duplicated.

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).

General changes to use UserDTO from shared session and standard URL parameters.

Changed authoring to use the user from the shared session, the correct url parameters and to only update the attachment records when the user clicks save.

    • -0
    • +9
    ./conf/xdoclet/filter-mappings.xml
  1. … 5 more files in changeset.
Updating JSPs to use tag lib standard, new lams tags. Rationalising authoring down to the DHTML version (had been a DHTML and non-DHTML version). Updating URLS as per LDEV-38

  1. … 59 more files in changeset.
changed the authoring url to the new one. (DHTML 3 tabs)

Updated parameter names and classpath so that the learner screen could be called from the dummy monitoring page.

removed reference to lams

  1. … 1 more file in changeset.
Changed db urls to not start with leading slash.

  1. … 8 more files in changeset.
cleaned up code

Noticeboard tool icon

    • binary
    ./web/images/icon_noticeboard.swf
updated the classpath for conf/hibernate/mapping to conf/hibernate/mappinsg

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