lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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
    • +13
    /lams_flash/src/central/flash/main2.as
    • binary
    /lams_learning/web/lams_learner.swf
Updating English

Updating Greek

Updating English

Updating Greek, English, Spanish, Norwegian

Updating English

Updating Greek, English, Spanish, Norwegian

LDEV-2009 * if the size of the image doesn't require zooming then this image will be assigned with close button * also removed wrong forwarding from close area in thickbox layer

making sure run.sh is executable

Making sure dimdim tool is set to hidden for 2.2 install

change of heart to include spreadsheet tool as not hidden for 2.2

Making sure that the blob collumn in the lams_qtz tables do not create a risk of data corruptin in the lams dump

Fixing run.conf to have the correct java memory settings

Fixing removeConfigs.sql to make sure it removes all lams_qtz trigger rows taht may have been created

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).

    • -0
    • +7
    /lams_learning/web/includes/presence.js
Updating Greek

    • -122
    • +154
    /lams_tool_larsrc/conf/language/lams/ApplicationResources_el_GR.properties
Updating Greek, English

Updating Greek, English

Updating Greek

    • -155
    • +123
    /lams_tool_larsrc/conf/language/lams/ApplicationResources_el_GR.properties
Updating English, Greek

LDEV-2042: Unnecessary column is not displayed anymore.

LI-176 Ensuring run.conf has the correct java memory requirements if the user chooses to install without the wrapper

    • -0
    • +50
    /unix_installer/installer-package/conf/run.conf
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...

    • binary
    /lams_learning/web/lams_learner.swf
    • binary
    /lams_monitoring/web/lams_wizard.swf
    • binary
    /lams_monitoring/web/lams_wizard_library.swf
Learner not coming up. Recompiled from Flash and will see if it helps.

    • binary
    /lams_learning/web/lams_learner.swf
LDEV-2039

Fixed typo in message key

Updating English and Spanish

LDEV-2039

Added text 'No lesson found' when user has no lesson,

Fixed validation errors.

    • -16
    • +23
    /lams_central/web/findUserLessons.jsp
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

    • -0
    • +6
    /lams_central/web/css/defaultHTML_learner.css
    • binary
    /lams_flash/src/central/flash/lam_addseq_wiz.fla
    • -7
    • +59
    /lams_learning/web/includes/presence.js
  1. … 15 more files in changeset.
Small gmap language change to make it less confusing when you click save without setting map titles

Fixing spelling mistake in label name

LDEV-2048

Only show notebook entries when it is enabled.