• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
*** 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.
change some grouping data to make more sense.

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.

The deploy task didn't work - was trying to copy ear from D:\eclipse\workspace\lams_common\assembly\assembly\lams.ear.

Also changed jboss directory to the windows directory, so any unix/linux users will need to change it back.

implemented the basic functionality of chosen grouping.

filled in usage task!

changes for master build of ear

    • -0
    • +102
    ./master-build.xml
    • -0
    • +22
    ./conf/j2ee/application.xml
implements Serializable was added

typo fixed

    • -3
    • +3
    ./doc/LAMS 1.1 Database Configuration.txt
Additional notes added for setting up MySQL and lams db

    • -7
    • +109
    ./doc/LAMS 1.1 Database Configuration.txt
table names alphabetically sorted

    • -36
    • +40
    ./db/sql/drop_lams_11_tables.sql
JUnit task comment added

create tables and insert statementsd are out of date and removed

DEFAULT CHARACTER SET utf8 is added to CREATE DATABASE

DEFAULT 0 is removed from AUTO_INCREMENT