Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Upgraded Hibernate to 3.0

  1. … 54 more files in changeset.
Read userDTO from shared session instead of URL.

  1. … 2 more files in changeset.
Shared session solution.

  1. … 6 more files in changeset.
get UserDTO info from SharedSession

Use the hibernate properties bean from lams.jar

  1. … 2 more files in changeset.
Switched to shared transaction manager and JNDI toolDataSource. Added junit tests to the ant script, and tried to get as many of the tests working as I could.

  1. … 13 more files in changeset.
Update to use common properties.

  1. … 5 more files in changeset.
Refactoring.

  1. … 1 more file in changeset.
1. Refactoring 2.Add retain control in authoring for 3 tabs ( to keep same tab when upload files sucess/failed) 3.Fix bug: upload file to not exist content in authoring, now works.

  1. … 3 more files in changeset.
Make the 3tab DHTML works well. Add /ToolAppliationContent.xml and LearnerApplicationContext.xml into web.xml to enable call the LearnerServer and ToolService

  1. … 4 more files in changeset.
Implement ToolSessionManager and ToolContentManager interface methods.

  1. … 1 more file in changeset.
Add statistic feature for monitoring.

    • -0
    • +52
    ./org/lamsfoundation/lams/tool/sbmt/dto/StatisticDTO.java
  1. … 5 more files in changeset.
1.Migrate Authoring to 3 DHTML 2.Monitoring Download mark from Excel format

  1. … 2 more files in changeset.
1.Add share.jsp 2.Fix a bug to lockOnFinish: not check this flag when user choose finish.

  1. … 15 more files in changeset.
Add Monitoring Edit Activity feature.

  1. … 5 more files in changeset.
1.Bug fix for Hibernate clear() 2. View/Download URL setting in JSP

  1. … 5 more files in changeset.
Remove persistent contentID from InstructionFile class, it is useless at least now.

  1. … 1 more file in changeset.
Block learner when content in use is true.

  1. … 2 more files in changeset.
avoid page info lost after STRUTS exception handle

  1. … 1 more file in changeset.
Authroing delete file works

    • -0
    • +130
    ./org/lamsfoundation/lams/tool/sbmt/web/DeleteFileAction.java
  1. … 5 more files in changeset.
1.Extract a new table "Learner" 2.Lock the learner component if learner submit finish and the flag LockOnFinished of Content is true.

    • -0
    • +82
    ./org/lamsfoundation/lams/tool/sbmt/Learner.hbm.xml
    • -0
    • +137
    ./org/lamsfoundation/lams/tool/sbmt/Learner.java
    • -0
    • +45
    ./org/lamsfoundation/lams/tool/sbmt/dao/ILearnerDAO.java
    • -0
    • +87
    ./org/lamsfoundation/lams/tool/sbmt/dao/hibernate/LearnerDAO.java
  1. … 12 more files in changeset.
Learner part, LockOnFinished works well.

  1. … 1 more file in changeset.
Add monitoring instructions page

  1. … 3 more files in changeset.
Refactor sbmt jsp page url.

  1. … 12 more files in changeset.
Authoring Download/Upload instructions file works well.

  1. … 20 more files in changeset.
Ahthoring 3 tabs working in same page. For easy migrating to DHTML format 3 tabs solution.

    • -0
    • +27
    ./org/lamsfoundation/lams/tool/sbmt/util/SbmtConstants.java
  1. … 9 more files in changeset.
Big change, update ToolContentHandler to upload file. Add advance and instructions feature to authoring.

    • -0
    • +179
    ./org/lamsfoundation/lams/tool/sbmt/dto/AuthoringDTO.java
    • -0
    • +45
    ./org/lamsfoundation/lams/tool/sbmt/dto/DTOException.java
  1. … 12 more files in changeset.
terrible and ridiculous bug fix: Read upload file from localhost!!!

  1. … 4 more files in changeset.
Update sql script.

  1. … 1 more file in changeset.
Add a new table to save author instruction upload files information.

    • -0
    • +54
    ./org/lamsfoundation/lams/tool/sbmt/InstructionFiles.hbm.xml
    • -0
    • +89
    ./org/lamsfoundation/lams/tool/sbmt/InstructionFiles.java
  1. … 5 more files in changeset.