Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-2036 Grouping now showing in viewMode (src typo) LDEV-2026 Flashless presence showing all characters perfect (html), in Flash latin accents are removed to ensure that they display correctly (mx2004 issue?) LDEV-2025 Flash presence now displaying OK in IE6 LDEV-2040 New checkboxes were not being skinned

  1. … 27 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. … 34 more files in changeset.
LDEV-1968 servlet name should be suffixed with 'Servlet' to be picked up by webdoclet

LDEV-1968 should probably rename servlet if its mapping is going to be renamed

LDEV-1968 change to make flash call lams for each startLesson so we don't run into weird weird problem with the last lesson's single activity's activityId being null.

LDEV-2001 Monitors should be able to add unlocated learners to branches and groups even if the mayDelete flag is set to false

  1. … 5 more files in changeset.
LDEV-1995 Forgot to change the return type of a function in my bastardized merge

LDEV-1995 Forgot to change the return type of a function in my bastardized merge

LDEV-1995 Branching and Grouping modules completed Flex projects added to a new folder in the flash project The servlets used now send back a string of XML which is parsed in Flex instead of a custom string The Grouper and Brancher were separated into two separate modules even if they are very similar. I'm sure that there is a better way of doing it but given that 2.2 is coming up I set things up this way.

  1. … 22 more files in changeset.
LDEV-1968 log error message

LDEV-1968 fix bug when using lessonIds for new lesson classes

use Sun 120 formatting standard

LDEV-1968 add servlet to start multiple lessons in an organisation based on x number of learners per lesson

LDEV-1299: Modified monitoring for condition gates.

  1. … 3 more files in changeset.
LDEV-1299: Fixed a Struts bug in monitoring for condition gates. Added some labels.

  1. … 2 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. … 31 more files in changeset.
LDEV-1299: Added some logic for the new "condition gate" that allows learners to pass depending on condition satisfaction.

  1. … 35 more files in changeset.
LDEV-1896: Extended permission gate. Teacher can now allow a single learner to pass the gate.

  1. … 13 more files in changeset.
Fixing up a comment in monitoring service for customCSV

LDEV-1861 Adding customCSV

Adding the customCSV in to the initializeLesson method, so that when the call for preview is made, the customCSV is passed through and the tools can perform the copy required for tool adapters on external servers

LDEV-1819: Initialise branching activities properly after a live edit

  1. … 2 more files in changeset.
LDEV-1804: Tool urls on the Optional Activity page were missing the tool part - all there was was the lams part.

LDEV-1766: Some of the methods weren't transactioned properly in the context file. Once the transactions were correct, had to tweak some calls to hibernate

LDEV-1766: Removing groups from branches on the define later screen in monitoring wasn't working as I was trying to remove them from the group end and that is only cascade all. Changed to remove from the branch end as that has all-delete-orphan. Also noticed that some of the methods weren't transactioned properly in the context file.

LDEV-1733: Allow teachers to add any number of groups to a chosen grouping, irrespective of the max number set in authoring. If they do add more than the max number, then the max number column is set to null (and not 0) as this matches what authoring expects.

  1. … 2 more files in changeset.
LDEV-1717: scheduling beans are no longer singletons, so the server is trying to set up quartz schedule entries for two gates or two lessons at the same time then they won't interfere with each other.

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.

  1. … 14 more files in changeset.
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.

  1. … 23 more files in changeset.
LDEV-1473: Fixing up the complex activity pages. Now have three statuses: Not Started, Started and Completed. The sequence activities show up as their own pages. The branching, optional sequence and sequence pages all have links to contained activities if the activities are started or completed. The activities in the sequences are now ordered by transition, rather than order id, as that is what the progress engine uses to determine order.

  1. … 1 more file in changeset.
LDEV-1473: Removing the class cast exception that an occur on the learner progress screen for branching - the old CGLIB problem.