Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Replaced indicator dots with loading animation

LDEV-2133

LDEV-2117 non-complex support activity popup window now closing when learner clicks next activity

LDEV-2117 Added flash support in author, learner and monitor for support activites.

  1. … 35 more files in changeset.
LDEV-2111 Upgraded FCKEditor to version 2.6.4 and FCKEditor.java (taglibs) to 2.4.1 - displayExpanded default set to true

  1. … 25 more files in changeset.
LDEV-2111 Upgraded FCKEditor to version 2.6.4 and FCKEditor.java (taglibs) to 2.4.1

  1. … 85 more files in changeset.
LDEV-2113: Update FCKEditor.tag

  1. … 21 more files in changeset.
LDEV-2074 Updated export for learners to include floating activities.

  1. … 3 more files in changeset.
LDEV-2074 Updated the Progress Engine to handle floating (reference) activities, activation from the progress bar and progress status of the activities. Display floating activities in non-flash progress bar with valid links to launch the activities (to-do: still need to fix window pop-up size).

LDEV-2074 Updated the Progress Engine to handle floating (reference) activities, activation from the progress bar and progress status of the activities. Display floating activities in non-flash progress bar with valid links to launch the activities (to-do: still need to fix window pop-up size).

  1. … 8 more files in changeset.
LDEV-2026 Presence.js missing...

LDEV-2026 Proper solution for bad encoding integrated. The problem lay in the fact that strings were not urlEncoded when passed from Flash to Javascript. Url encoding and decoding are now taken care of both in on the Flash-side and JS-side.

NOTE: When a Flash movie is being run in IE, urlEncoding seems to be automatic. Therefore, if Flash is being run in IE, no urlEncoding is done on the Flash-side. For all other browsers urlEncoding is done.

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