Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fixes Smack throwing exceptions (flashless version) The problem was being caused by the PresenceServlet calling Smack in order to create a new room which already existed.

Example:

-shaun has 5 lessons, each with their chatrooms which are named using the lessonId ie 1,2,3...

-shaun gets rebuilt, no more lessons, lessons restart counting at 1

-jabber server already has a room named "1" so it throws an exception

The lessonId as chatRoomName is bound to cause problems if different servers are using the same chatServer. Therefore, room names are now formed by concatenating lessonId to createDateTime and by replacing " " and ":" characters with underscores (Jabber servers don't accept those characters).

  1. … 3 more files in changeset.
Fixes Smack throwing exceptions The problem was being caused by the PresenceServlet calling Smack in order to create a new room which already existed. Example: shaun has 5 lessons, each with their chatrooms which are named using the lessonId ie 1,2,3...

  1. … 8 more files in changeset.
Learner not coming up. Recompiled from Flash and will see if it helps.

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.
Moved javascript variable 'tb_pathToImage' and converted to absolute path.

  1. … 2 more files in changeset.
-Presence in Flash now shows the number of leaners using presence -Little indentation error in flashless interface

  1. … 1 more file in changeset.
LDEV-2025 Flashless presence is now sorted as in Flash

LDEV-2023 Resizing correctly now

  1. … 2 more files in changeset.
LDEV-1932: Added competences to export portfolio both for teacher and learner.

  1. … 6 more files in changeset.
LDEV-1299: Backend for condition gates.

  1. … 25 more files in changeset.
LDEV-1929 Presence now creating users with LAMS Jabber manager account in both flash and flashless learner modules

  1. … 5 more files in changeset.
LDEV-1929 Fixed a bug with IE not detecting flashvars for connecting with presence

  1. … 1 more file in changeset.
LDEV-1976 Space in username added for presence

  1. … 1 more file 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

    • -0
    • +455
    ./includes/JavaScriptFlashGateway.js
    • binary
    ./includes/JavaScriptFlashGateway.swf
    • -0
    • +3
    ./includes/jsjac-1.3.1/AUTHORS
    • -0
    • +11
    ./includes/jsjac-1.3.1/COPYING
    • -0
    • +143
    ./includes/jsjac-1.3.1/ChangeLog
    • -0
    • +470
    ./includes/jsjac-1.3.1/MPL-1.1.txt
    • -0
    • +57
    ./includes/jsjac-1.3.1/Makefile
    • -0
    • +87
    ./includes/jsjac-1.3.1/README
    • -0
    • +314
    ./includes/jsjac-1.3.1/examples/simpleclient.html
    • -0
    • +339
    ./includes/jsjac-1.3.1/gpl-2.0.txt
    • -0
    • +506
    ./includes/jsjac-1.3.1/jsjac.js
    • -0
    • +33
    ./includes/jsjac-1.3.1/jsjac.packed.js
    • -0
    • +504
    ./includes/jsjac-1.3.1/lgpl-2.1.txt
    • -0
    • +55
    ./includes/jsjac-1.3.1/src/JSJaC.js
    • -0
    • +126
    ./includes/jsjac-1.3.1/src/JSJaCBuilder.js
  1. … 22 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. … 20 more files in changeset.
LDEV-1912 set session timeout programmatically according to lams' UserInactiveTimeout value via a servlet listener rather than hard coding to 120 mins (in some webapps, no session timeout was specified at all).

  1. … 35 more files in changeset.
LDEV-1299: Added some logic for the new "condition gate" that allows learners to pass depending on condition satisfaction.

    • -0
    • +24
    ./gate/conditionGateContent.jsp
  1. … 34 more files in changeset.
LDEV-1581: Added most of the logic for creating/managing learner's choice grouping.

    • -104
    • +109
    ./WEB-INF/struts/struts-config.xml
    • -0
    • +77
    ./grouping/choose.jsp
  1. … 29 more files in changeset.
[2nd attempt]

LDEV-1816:

-removed some extra symbols in the Montoring .fla

LDEV-1783

-new error message case used to send alert to javascript popup, message still needs to be added to the Learner flash dictionaries

  1. … 2 more files in changeset.
LDEV-1811 lams.tld has been updated in all packages

  1. … 19 more files in changeset.
For LDEV-1874, max optional activities was implemented, but not max number of optional sequences, this has been fixed

  1. … 2 more files in changeset.
For LDEV-1784. When the max number of optional activities has been reached, the choose button on the optional activity summary page will not appear, instead a message appears telling the user that they have reached the maximum number of optionals.

Also added a tick image to signify which activities were completed

  1. … 4 more files in changeset.
LDEV-1740 minor fix to ensure learners can't skip ahead to a sequence activity they have not reached

  1. … 1 more file in changeset.
LDEV-1740 Changed double click behaviour of sequence activities within optional sequence to not expand/collapse immediately on mouse release, but instead expand/collapse after a short double click delay, in case the user double clicked. This way the sublists won't expand/contract immediately after the first mouse release, hence allowing for double click input

  1. … 4 more files in changeset.
LDEV-1757 tooltips added for gates in learner progress view

  1. … 1 more file in changeset.
LDEV-1208: Preview's special define later screen to update the Flash progress bar.

  1. … 1 more file in changeset.
Fixed lost tooltips in learner progress bar (happened sometime after 2.1rc)

  1. … 3 more files in changeset.
LDEV-1745 Improved opening of sequences (of nested opt seq) when all activities are completed in monitor.

  1. … 3 more files in changeset.
LDEV-1817: Fixing up message on preview define later screen to be appropriate for branching.

LDEV-1745 Improved behaviour and display of Learner Complex Activity (and nested LCA's), featuring branching, optionals and other complex activities in the progress bar of Monitor and Learner.

  1. … 4 more files in changeset.