Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added archive a lesson feature

  1. … 2 more files in changeset.
Regigged the dummy monitoring screen. Made the layout more compact, moved the learner functionality to the learner screens.

Fixed a transaction bug with startLesson - the method was not named consistently in the applicationContext file, so the method was not part of a proper transaction. As such, the db changes done by the method were lost. This resulted in the lesson staying in the created state, never going onto the started state. Made the naming consistent and it now goes into the started state as expected.

  1. … 10 more files in changeset.
Fixed the url processing to remove the escaping from & in wddx'd urls

Updated web.xml to include the context files for all the "current" deployed tools. Added matching tool jars to classpath. Stopped deploying the classes to WEB-INF/classes Implemented more calls on the dummy monitoring page to access the learner pages.

  1. … 14 more files in changeset.
Added monitoring calls to the dummy monitoring page.

  1. … 1 more file in changeset.
Added a dummy monitoring page that will allow developers to access their tools via the normal learner url.

    • -0
    • +85
    ./lamsfoundation/lams/monitoring/web/DummyForm.java
  1. … 8 more files in changeset.
More changes to suit Hibernate 3

  1. … 32 more files in changeset.
Upgraded Hibernate to 3.0

  1. … 57 more files in changeset.
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.
Updated to use the new tool exceptions

  1. … 1 more file in changeset.
in checkGateStatus() - if the gate is a schedule gate, teh wddx packet will also return the gate start times and gate end times

inside checkGateStatus, added additional fields activityTypeID, and changed field name from waitingLearners to learnersWaiting

Struts dispatch actions for checkGateStatus and releaseGate, see Monitoring.doc under lams_documents for more info

implemented checkGateStatus which returns a wddx packet with certain information, however may be changed later when requirements are more clear. releaseGate returns a boolean, true to acknowledge the gate is open and false if the gate isnt opened. helper method createGateStatusInfo used in checkGateStatus()

added new functions checkGateStatus() and releaseGate()

*** empty log message ***

  1. … 1 more file in changeset.
*** empty log message ***

  1. … 1 more file in changeset.
Switched project to use ear file format

    • -0
    • +99
    ./lamsfoundation/lams/monitoring/monitoringApplicationContext.xml
  1. … 49 more files in changeset.
change back to local time implementation

  1. … 4 more files in changeset.
gate stuff completed

  1. … 7 more files in changeset.
implemented jsps and actions for gate

  1. … 38 more files in changeset.
gate action implemented and some comments added

    • -0
    • +249
    ./lamsfoundation/lams/monitoring/web/GateAction.java
  1. … 26 more files in changeset.
get automatic system scheduling function working and tested

    • -0
    • +120
    ./lamsfoundation/lams/monitoring/web/MonitoringAction.java
  1. … 1 more file in changeset.
scheduling service for starting and finishing gate implemented

  1. … 3 more files in changeset.
*** empty log message ***

  1. … 4 more files in changeset.
*** empty log message ***

  1. … 6 more files in changeset.
Quartz scheduled job implemented

    • -0
    • +81
    ./lamsfoundation/lams/monitoring/service/CloseScheduleGateJob.java
    • -0
    • +82
    ./lamsfoundation/lams/monitoring/service/OpenScheduleGateJob.java
  1. … 1 more file in changeset.
gate open and close services implemented

  1. … 1 more file in changeset.
change create lesson into two step processes

  1. … 2 more files in changeset.
modify the lesson creation to incorporate lesson name and lesson description

  1. … 2 more files in changeset.