lams_tool_sbmt

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Update sql script.

Update sql script.

    • -24
    • +34
    ./db/sql/create_lams_tool_sbmt.sql
Try to migrate to JSTL instead of STRUT tag lib

Add authoring instruction page

    • -0
    • +66
    ./web/authoring/instructions.jsp
Add a new table to save author instruction upload files information.

    • -75
    • +221
    ./db/model/lams_tool_sbmt.clay
Copy from hiberante hbm.xml folder for sync to classes output folder(jboss deploy folder).

Update classes folder to deploy(JBOSS) folder

Add Sync deploy folder target

Add explode tool into lams.ear folder

Make the learn only use non-FCKEditor

View all user marks for monitoring.

Update to STRUTS 1.2.7

    • -0
    • +270
    ./web/WEB-INF/struts/tlds/struts-html-el.tld
    • -0
    • +270
    ./web/WEB-INF/struts/tlds/struts-html.tld
    • -0
    • +285
    ./web/WEB-INF/struts/tlds/struts-nested.tld
    • -3
    • +29
    ./web/WEB-INF/struts/validator-rules.xml
Monitoring: Download file. Release mark to learner.

    • -8
    • +8
    ./web/WEB-INF/struts/struts-config.xml
Authroing part excpet advance functions works

Working in Authoring part

    • -1
    • +6
    ./web/WEB-INF/struts/struts-config.xml
Tag:2007200501

Add validation in Monitoring part. Fix bug in Learner and Monitoring.

    • -1
    • +1
    ./web/WEB-INF/struts/struts-config.xml
Add: submit same upload file form twice check.

Add: submit same upload file form twice check.

Monitoring working with rough HTML

Update one-to-one relationship between report and submission details

Add validation information for Learner

    • -0
    • +5
    ./conf/xdoclet/struts-plugins.xml
    • -0
    • +6
    ./conf/xdoclet/validation-forms.xml
    • -2
    • +7
    ./web/WEB-INF/struts/struts-config.xml
    • -0
    • +15
    ./web/WEB-INF/struts/validation.xml
    • -0
    • +287
    ./web/WEB-INF/struts/validator-rules.xml
Learner works in new database model.(Session <=> SubmissionDetail)

Update to lasbmt11

Lams System ERD

Hibernate Lasy call works in Spring Framework

    • -0
    • +4
    ./conf/xdoclet/filter-mappings.xml
    • -0
    • +10
    ./conf/xdoclet/filters.xml
  1. … 6 more files in changeset.
Update database: SubmissiontDetail get relation with SubmitFilesSession instead of SubmitFileContent

    • -0
    • +7
    ./conf/hibernate/mappings/hibernate.properties
    • -152
    • +152
    ./db/model/lams_tool_sbmt.clay
    • -21
    • +23
    ./db/sql/create_lams_tool_sbmt.sql
    • -0
    • +39
    ./db/sql/table-schema.sql
Fix bug in clone,equal,hashcode in Model class

Test deep clone method in all model class

Add clone method for contentCopy(). Add some implmements for ToolSessionManager