Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-2913: Remove test sources and build tasks from LAMS projects.

  1. … 291 more files in changeset.
LDEV-2829 Lesson intro page

  1. … 18 more files in changeset.
WVI-15 Email Notifications

*merge from lams2_3_release

  1. … 32 more files in changeset.
WVI-14 adding Lesson time limits feature

*merge from lams2_3_release

  1. … 24 more files in changeset.
LDEV-1260 Local live edit now added to wizard, added dbUpdate for this as well LDEV-1968 Several instances of one same lesson can now be started from the wizard module

Presence is back up and working, JHB needed to be recompiled with jdk 1.5 instead of 1.6

  1. … 37 more files in changeset.
LDEV-1907 Show a plus sign "+" in the activity if it contains more than 10 learners

LDEV-1469 Progress Bar - rotate green triangles

LDEV-1929 Implement presence in learner (Flash and non-flash)

= TODO:

+ must refactor to use xmpp service to create users with admin account

+ fix IE to catch flashvars sent from javascript

+ find workaround to not commenting out sasl in jsjac lib

LDEV-1783 Improve the error message when a user tries to select an activity inside an optional activity/sequence via the progress bar

  1. … 33 more files in changeset.
LDEV-1241: Problem with progess engine getting stuck when a user is in a parallel activity within an optional activity required a change to the setProgressState method call. Test classes changed to match,

  1. … 1 more file in changeset.
fixed up test cases following Lesson updates (mitch)

  1. … 2 more files in changeset.
Updated address of FSF in copyright statement

  1. … 1389 more files in changeset.
Random grouping now working.

Fixed issues in authoring - was trying to look up grouping by UUID and that won't work for more than one design with grouping (as the UUIDs may be duplicated). Modified authoring to get all the existing groupings via the grouping activities.

Changed to make learner service changes to stop a hibernate lazy initialisation exception when grouping has just been run. Also reduced the amount of data needed to be cached in the session - only the lesson id is needed not the complete lesson.

  1. … 6 more files in changeset.
Fixed bugs in getCountActiveLearnerByLesson, changed calls to update lesson to use the lessonId rather than the lesson. Change allowed us to reduce the amount cached in the context.

  1. … 7 more files in changeset.
Copyright statement change - only support GPL v2, not future versions. Missed the "version 2.0" the previous check in

  1. … 258 more files in changeset.
Copyright statement change - only support GPL v2, not future versions. Got the lines in the wrong order in the last check in.

  1. … 258 more files in changeset.
Copyright statement change - only support GPL v2, not future versions.

  1. … 258 more files in changeset.
Upgraded Hibernate to 3.0

  1. … 89 more files in changeset.
add new dao method to get active leaners by lesson - the learners who have started the lesson.

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

  1. … 4 more files in changeset.
mapping requires restart

  1. … 2 more files in changeset.
added not-nullable name field and decription field and modified creation factory method.

  1. … 5 more files in changeset.
added new fields to lesson object

  1. … 2 more files in changeset.
add one more test case

get active lessons implemented

  1. … 2 more files in changeset.
activity strategy for calculating children activity completion status implemented and tested

  1. … 10 more files in changeset.
fix up the broken tool session code. As the new lesson attribute can not be null, it should go into the constructor

  1. … 4 more files in changeset.
add test data for random grouping and fixed some broken test case due to the code merge

  1. … 1 more file in changeset.
Changed getLearnerProgressByLeaner to getLearnerProgressByLearner

  1. … 3 more files in changeset.
fixing up the broken learner progress test due to the change of mapping file

  1. … 3 more files in changeset.
fix the potential foreign key failure during lesson deletion

  1. … 3 more files in changeset.
add new test case to test updating learner progress and activity comparator

learner progress dao tested

    • -0
    • +117
    ./TestLearnerProgressDAO.java
  1. … 6 more files in changeset.