lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Converted to Servlet 2.4, JSTL 1.1

    • -80
    • +75
    /lams_central/conf/xdoclet/taglibs.xml
    • -393
    • +0
    /lams_central/web/WEB-INF/jstl/tlds/c-rt.tld
    • -166
    • +313
    /lams_central/web/WEB-INF/jstl/tlds/c.tld
    • -403
    • +0
    /lams_central/web/WEB-INF/jstl/tlds/fmt-rt.tld
    • -128
    • +357
    /lams_central/web/WEB-INF/jstl/tlds/fmt.tld
    • -0
    • +207
    /lams_central/web/WEB-INF/jstl/tlds/fn.tld
    • -0
    • +34
    /lams_central/web/WEB-INF/jstl/tlds/permittedTaglibs.tld
    • -0
    • +51
    /lams_central/web/WEB-INF/jstl/tlds/scriptfree.tld
    • -0
    • +448
    /lams_central/web/WEB-INF/jstl/tlds/x.tld
  1. … 29 more files in changeset.
Upgraded to JSTL 1.1 library

    • -6
    • +6
    /lams_learning/conf/xdoclet/servlets.xml
    • -95
    • +65
    /lams_learning/conf/xdoclet/taglibs.xml
    • -393
    • +0
    /lams_learning/web/WEB-INF/jstl/tlds/c-rt.tld
    • -166
    • +313
    /lams_learning/web/WEB-INF/jstl/tlds/c.tld
    • -128
    • +357
    /lams_learning/web/WEB-INF/jstl/tlds/fmt.tld
    • -0
    • +207
    /lams_learning/web/WEB-INF/jstl/tlds/fn.tld
    • -213
    • +0
    /lams_learning/web/WEB-INF/jstl/tlds/sql.tld
    • -256
    • +0
    /lams_learning/web/WEB-INF/jstl/tlds/x-rt.tld
    • -74
    • +249
    /lams_learning/web/WEB-INF/jstl/tlds/x.tld
  1. … 5 more files in changeset.
Converted to Servlet 2.4, JSTL 1.1

    • -1
    • +4
    /lams_admin/conf/xdoclet/listeners.xml
    • -85
    • +64
    /lams_admin/conf/xdoclet/taglibs.xml
    • -393
    • +0
    /lams_admin/web/WEB-INF/jstl/tlds/c-rt.tld
    • -166
    • +313
    /lams_admin/web/WEB-INF/jstl/tlds/c.tld
    • -403
    • +0
    /lams_admin/web/WEB-INF/jstl/tlds/fmt-rt.tld
    • -128
    • +357
    /lams_admin/web/WEB-INF/jstl/tlds/fmt.tld
    • -0
    • +207
    /lams_admin/web/WEB-INF/jstl/tlds/fn.tld
    • -0
    • +448
    /lams_admin/web/WEB-INF/jstl/tlds/x.tld
    • -2
    • +2
    /lams_admin/web/admin/adminContent.jsp
    • -1
    • +1
    /lams_admin/web/admin/organisationContent.jsp
  1. … 5 more files in changeset.
Add start date for learnerProgress.

    • binary
    /lams_build/lib/lams/lams-learning.jar
Code had been made re-entrant so that class could be singleton, but the validation list definition had not been moved into the validate method, and hence there was still a chance that two simultaneous calls could affect each other's validation messages. (So not quite 100% re-entrant.) Has now been moved.

Updated to support library change.

Library upgraded: Standard Taglib 1.1 (JSTL 1.1)

    • binary
    /lams_build/lib/j2ee/jstl.jar
Added preview cleanup number of days

    • -1
    • +13
    /lams_build/conf/unix/lams/lams.dtd
    • -1
    • +3
    /lams_build/conf/windows/lams/lams.dtd
    • -0
    • +2
    /lams_build/conf/windows/lams/lams.xml
added page title

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

test for chinese (later use)

Compares two objects using alphabetical comparison. Objects must have methods getLastName, getFirstName, getLogin.

added equals and hasCode methods

*** 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
    /lams_tool_sbmt/web/WEB-INF/lams.tld
Modified links to point to local resources only. I.e the link to submission attachments and stylesheet

    • -77
    • +100
    /lams_tool_sbmt/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
    /lams_tool_sbmt/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

    • -0
    • +6
    /lams_tool_sbmt/conf/xdoclet/taglibs.xml
continued improvements on the q/a tool restructured folders modeling after mcq tool added separate web layer jsp folders for different modules recreated web.xml modified struts-config.xml replaced old tags in the jsps with web.xml based logical tag names improved fonts and general formatting Custom Struts Exception Handler added new resource definitions added

  1. … 5 more files in changeset.
continued improvements on the q/a tool restructured folders modeling after mcq tool added separate web layer jsp folders for different modules recreated web.xml modified struts-config.xml replaced old tags in the jsps with web.xml based logical tag names improved fonts and general formatting Custom Struts Exception Handler added new resource definitions added

    • binary
    /lams_tool_laqa/docs/DeployAndRunQaAuthoringModule.doc
    • binary
    /lams_tool_laqa/docs/NEW-TOOL-DEVELOPMENT-PLAN.doc
    • binary
    /lams_tool_laqa/docs/New-Tool-Project-Plan.mpp
    • binary
    /lams_tool_laqa/docs/UsingQaAuthoringUrl.doc
    • binary
    /lams_tool_laqa/docs/UsingQaLearningUrl.doc
    • binary
    /lams_tool_laqa/docs/UsingQaMonitoringUrl.doc
    • binary
    /lams_tool_laqa/docs/authoringOutput.GIF
    • binary
    /lams_tool_laqa/docs/learningOutput.GIF
    • binary
    /lams_tool_laqa/docs/monitoringEditActivityScreen.GIF
  1. … 100 more files in changeset.
continued improvements on the q/a tool restructured folders modeling after mcq tool added separate web layer jsp folders for different modules recreated web.xml modified struts-config.xml replaced old tags in the jsps with web.xml based logical tag names improved fonts and general formatting Custom Struts Exception Handler added new resource definitions added

    • -5
    • +0
    /lams_tool_laqa/web/META-INF/MANIFEST.MF
    • -220
    • +0
    /lams_tool_laqa/web/WEB-INF/QaContent.hbm.xml
    • -81
    • +0
    /lams_tool_laqa/web/WEB-INF/QaQueContent.hbm.xml
    • -105
    • +0
    /lams_tool_laqa/web/WEB-INF/QaUsrResp.hbm.xml
    • -393
    • +0
    /lams_tool_laqa/web/WEB-INF/c-rt.tld
    • -416
    • +0
    /lams_tool_laqa/web/WEB-INF/c.tld
    • -403
    • +0
    /lams_tool_laqa/web/WEB-INF/fmt-rt.tld
    • -442
    • +0
    /lams_tool_laqa/web/WEB-INF/fmt.tld
    • -393
    • +0
    /lams_tool_laqa/web/WEB-INF/jstl/tlds/c-rt.tld
    • -416
    • +0
    /lams_tool_laqa/web/WEB-INF/jstl/tlds/c.tld
  1. … 75 more files in changeset.
continued improvements on the q/a tool restructured folders modeling after mcq tool added separate web layer jsp folders for different modules recreated web.xml modified struts-config.xml replaced old tags in the jsps with web.xml based logical tag names improved fonts and general formatting Custom Struts Exception Handler added

    • -0
    • +1
    /lams_tool_laqa/conf/middlegen/lams_tool_laqa11-prefs.properties
  1. … 63 more files in changeset.
added debug

created a method to get child activities length in optional activity

Changed Case Activity OPTIONS_ACTIVITY_TYPE to OPTIONAL_ACTIVITY_TYPE

changed the property name from OPTIONS to OPTIONAL