Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
*** empty log message ***

  1. … 4 more files in changeset.
added type checking convenient method for gate activity. methods re-organized and some comments added

Initial commit

    • -0
    • +424
    ./flash/org/lamsfoundation/lams/common/comms/Wddx.as
    • -0
    • +74
    ./flash/org/lamsfoundation/lams/common/mvc/AbstractView.as
    • -0
    • +28
    ./flash/org/lamsfoundation/lams/common/mvc/Controller.as
    • -0
    • +33
    ./flash/org/lamsfoundation/lams/common/mvc/View.as
    • -0
    • +39
    ./flash/org/lamsfoundation/lams/common/util/CallBack.as
    • -0
    • +131
    ./flash/org/lamsfoundation/lams/common/util/Observable.as
    • -0
    • +16
    ./flash/org/lamsfoundation/lams/common/util/Observer.as
    • -0
    • +17
    ./flash/org/lamsfoundation/lams/common/util/Proxy.as
    • -0
    • +39
    ./flash/org/lamsfoundation/lams/common/ws/Workspace.as
    • -0
    • +12
    ./flash/org/lamsfoundation/lams/common/ws/WorkspaceModel.as
    • -0
    • +50
    ./flash/org/lamsfoundation/lams/common/ws/WorkspaceView.as
move customized open session in view to common/util/. so it can be reused in other parts

*** empty log message ***

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

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

  1. … 5 more files in changeset.
factor out the date conversion logic into DateUtil

    • -0
    • +76
    ./java/org/lamsfoundation/lams/util/DateUtil.java
  1. … 1 more file in changeset.
implemented the date conversion for gate start time and gate end time. - will be further refactored to factor out the date conversion logic into util

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

*** empty log message ***

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

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

    • -0
    • +181
    ./java/org/lamsfoundation/lams/learningdesign/dto/GroupingDTO.java
  1. … 17 more files in changeset.
*** empty log message ***

  1. … 5 more files in changeset.
add more test cases for opening and closing gate. fix waiting list clearing bug

  1. … 1 more file in changeset.
code for checking up gate opening condition implemented.

  1. … 1 more file in changeset.
modify gate hibernate mapping file and object to include waiting learners attribute

  1. … 1 more file in changeset.
DB Changes: lams_tool: columns learning_library_id and default_tool_content_id made nullable (C Perfect's request). lams_user: column user_organisation_id removed (checked with F Yang)

    • -2
    • +2
    ./java/org/lamsfoundation/lams/tool/Tool.java
  1. … 4 more files in changeset.
refactorred strategies using template method. added comments

clean up some unused code

activity strategy refactored to fit the activity hierarchy

  1. … 7 more files in changeset.
add helper method to detect existing learner for a grouping

add new dao method to get active leaners by lesson - the learners who have started the lesson.

  1. … 1 more file in changeset.
implemented the basic functionality of chosen grouping.

  1. … 2 more files in changeset.
implements Serializable was added

random grouping implemented and tested

  1. … 2 more files in changeset.
add helper method to add parameter to a url

added service method to setup tool session and tool content id for tool url

update java code against change in database

    • -67
    • +253
    ./java/org/lamsfoundation/lams/tool/Tool.java
  1. … 3 more files in changeset.
move grouping support constants to grouping