• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added comparator to sub-activities set

Added batch-size to collections

updated createCopy() method and added a few comments

updated createCopy() method and added a few comments

updated createCopy() method and added a few comments

comments for previous, current and next activity added.

*** empty log message ***

add previous activity and its mapping into the learner progress

*** empty log message ***

*** empty log message ***

add referrence to learningdesignApplication.xml

get rid of the # comment which make ant call failure

*** empty log message ***

additional methods added

latest database changes incorporated

    • -0
    • +88
    ./src/java/org/lamsfoundation/lams/learningdesign/License.java
  1. … 3 more files in changeset.
mapping file for lams_license table

default data for lams_copy_type table

*** empty log message ***

Latest test data

made from_ui_id and to_ui_id in transition table nullable

added changes for monitoring to gate activities (gate_open, gate_start_date_time, gate_end_date_time), plus changed lesson_copy_flag to copy_type_id and added lams_copy_type table, added help_text to lams_activity table, added supports_moderation_flag and contribute_url lams_tool table

added previous_activity_id to LearnerProgress

changed id to ui_id in activity and transition

added set foreign_key_checks

replaced lams11 with lams

updated license table to match lams community version, fixed typos/naming conventions. Added licenses to insert types

added license table and fields in ld table

added latest column changes from discussion with Dave, fixed create script to work with MySQL 4.1 (removed defaults)

    • -27
    • +36
    ./db/sql/create_lams_11_tables.sql
bugs for getting all learners in a class fixed. Refactored the getLearners to template method pattern

tool session hibernate object and mapping file corrected.

NonGroupedToolSession creation and deletion process tested.