• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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

removed

driver class was wrong

added UTF-8 to the MySQL JDBC URL

UTF-8 with MySQL 4.1

    • -0
    • +29
    ./doc/LAMS 1.1 Database Configuration.txt
test adding to cvs

project name was wrong - fixed

This project was not a Java project previously. I am converting it to MyEclipse type: Web project

This file adds the location of the webroot directry (as /web)

xdcolet jar files are not needed for building

mysql-connection jar file has been changed

random grouping implemented and tested

    • -0
    • +48
    ./src/java/org/lamsfoundation/lams/learningdesign/Grouper.java
new test cases for url service methods

add helper method to add parameter to a url

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

update apply grouping flag test data

Modified table lams_workspace:

made root_folder_id nullable

update java code against change in database

    • -104
    • +176
    ./db/sql/insert_test_data.sql
*** empty log message ***

move grouping support constants to grouping