• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
factor out the date conversion logic into DateUtil

    • -0
    • +76
    ./src/java/org/lamsfoundation/lams/util/DateUtil.java
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

*** empty log message ***

*** empty log message ***

*** empty log message ***

*** empty log message ***

*** empty log message ***

no message

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

    • binary
    ./lib/lams/lams-authoring.jar
*** empty log message ***

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

*** empty log message ***

*** empty log message ***

    • -153
    • +0
    ./test/java/applicationContext.xml
    • -186
    • +0
    ./web/WEB-INF/applicationContext.xml
    • -0
    • +193
    ./web/WEB-INF/spring/applicationContext.xml
    • -0
    • +34
    ./web/WEB-INF/spring/learningDesignApplicationContext.xml
    • -0
    • +34
    ./web/WEB-INF/spring/workspaceApplicationContext.xml
workspaceFolder related data added

    • -27
    • +209
    ./db/sql/insert_test_data.sql
*** empty log message ***

make the session factory configurable. - needs to be further refactored

testing sequence modified - schedule gate and permission gate added

  1. … 1 more file in changeset.
get rid of comments that cause the failure of ant run

Added test data for the content repository

removed the "use lams" clause: makes testing very difficult

update gate activity tested

new test data for gate activity

add more test cases for opening and closing gate.

fix waiting list clearing bug

code for checking up gate opening condition implemented.

modify gate hibernate mapping file and object to include waiting learners attribute

added query to query active learners

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)

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.