|
|
 |
- last updated a few seconds ago
Friday 06 Jun 2008
LDEV-1817: Define later branching was breaking Preview. Now the preview hack allows it to be used with Random Grouping and this required regetting the grouping at one point to avoid a CGLIB class cast exception (hack on hack). Bleah. The chosen grouping now works as I clear the number of groups before creating a group (and then allocating to a branch), otherwise I could run into the max number of branches test. Another hack.
-
-
-
… 1 more file in
changeset.
Tuesday 03 Jun 2008
LDEV-1763: Hiding the "Branching" and "Branch Blah" levels when the learner is in a branch.
Monday 02 Jun 2008
-
-
… 1 more file in
changeset.
Friday 30 May 2008
LDEV-1774: No longer set up tool sessions for any child activities as may that breaks on any children that are in a sequence.
Tuesday 27 May 2008
LDEV-1763Flattened branching tree when performing a learner export portfolio. Branching activity and sequence activity headings are removed and the activities are placed directly under the main tree.
Monday 19 May 2008
LDEV-1624. Download of file wasn't being triggered in Safari as the browser appears to not be sending in the session cookies. Fixed it by removing the newline at the end of the filename, which is appended to the url for downloading.
Monday 05 May 2008
Branching preview screen wasn't selecting the group properly for a chosen branching. So when you return to the selection screen, it has some odd behaviour about when it displays a default branch.
Wednesday 16 Apr 2008
LDEV-1624: Added some extra debugging so we can tell what is happening on Shaun.
Monday 14 Apr 2008
Fixed up code that creates the folder so that it only tries to create it when the folder doesn't exist - eitherwise it gives a false error when it tries to create the images folder for a second time.
LDEV-1571: Sync gates to open for group based and teacher chosen branching. The "potential list of learners" is restricted to the group of learners associated with the group assigned to the branch.
-
-
-
-
-
… 12 more files in
changeset.
Tuesday 08 Apr 2008
LDEV-1607: Adding a few misc images to the export portfolio e.g. tick, cross, error.
LDEV-1607: Adding a few misc images to the export portfolio e.g. tick, cross, error.
Monday 17 Mar 2008
False warning being thrown as not all progress engine calls supply the tested parameter (and other bits of code copes with that). Changed the warning so that it is a proper warning.
Wednesday 12 Mar 2008
LDEV-1576: Going back to a completed sequence activity was causing the first child activity to be marked as current (when it was already completed). Now it checks that the activity isn't completed before marking it as current.
Friday 07 Mar 2008
LDEV-1005: Added lesson name to headings, added help button, improved layout, improved browser compatibility on the page sizing, added scrolling to the iframe, hide the branches that the user isn't doing, adding support for the jump ahead in preview.
Wednesday 05 Mar 2008
LDEV-1005: Implementing a non-Flash learner interface
-
-
-
-
-
-
-
… 46 more files in
changeset.
Monday 03 Mar 2008
LDEV-1558: Once a learner completes a lesson by hitting a "stop after activity" branch, it stays completed, irrespective of whether the user hits resume or if Live Edit is done and new activities are added to the end of the design.
-
-
-
-
… 7 more files in
changeset.
Wednesday 27 Feb 2008
LDEV-1558: When a learner completes a lesson at the end of a branch (ie a branch that stops, rather than continuing) then the parent activities are also marked as complete.
Tuesday 19 Feb 2008
LDEV-1534: Deadlock happening on users starting the lesson when run from test harness. The exception was being caught but not logged properly. Is now always logged so we can debug this problem now!
Monday 18 Feb 2008
LDEV-1400: When a branch / sequence is selected but the lesson is completed, the completion flag is removed so that it will go to the end of the sequence, rather than going straight to the end of the lesson.
Friday 08 Feb 2008
LDEV-995 Export portfolio now includes the images uploaded into the FCKEditor
Tuesday 05 Feb 2008
LDEV-1523 Learner's login is included now in the filename for teacher exported learner export portfolios
Monday 04 Feb 2008
LDEV-1217: Tweaking logging so that we do log the part that still throws the exception.
Thursday 31 Jan 2008
LDEV-1217 When user cancels an export portfolio download, an exception is not caught
-
-
… 1 more file in
changeset.
Friday 25 Jan 2008
LDEV-1508: change content-type to fix Safari export portfolio download
Tuesday 08 Jan 2008
lams_central shouldn't have dependency in lams_learning - moving method from LearnerService to LessonService in lams_common, as a result also moving Index*Beans to lams_common
-
-
-
… 12 more files in
changeset.
Refactor jdbc call in DisplayGroupAction (gets list of lessons for index page) to use hibernate named query via LessonDAO and ICoreLearnerService.
-
-
-
… 4 more files in
changeset.
Wednesday 21 Nov 2007
LDEV-1179: Export portfolio now displays a different msg for run offline activities. The screen comes from the learning war, and is called from the code on AbstractExportPortfolioServlet. Tools don't have to do anything, but they can override a new method in the servlet and supply the name of the activity (as per the tool's authoring screen) or do their own screen. Our tools will just display the name of the activity.
-
-
… 15 more files in
changeset.
Makes isParallelWaitActivity a bit more robust when the progress engine is having trouble working out the next activity.
Tuesday 13 Nov 2007
LDEV-1402: Support empty branches by going straight to the next activity - this will be supported in the authoring client as a normal branch.
-
-
… 4 more files in
changeset.
|