• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-2120 Fixed export button not being enabled, added i18n for import from community button

    • -2
    • +2
    ./org/lamsfoundation/lams/common/ui/LFMenuBar.as
  1. … 2 more files in changeset.
LDEV-2117 Support activity container now set to read only in live edit if one of the child activities has been attempted to prevent deletion of parent container after child has been attempted. Also fixed compile error involving ObjState class

    • -9
    • +9
    ./org/lamsfoundation/lams/common/util/ObjState.as
  1. … 4 more files in changeset.
LDEV-2117 Added flash support in author, learner and monitor for support activites.

    • -0
    • +8
    ./org/lamsfoundation/lams/common/ui/LFMenuBar.as
    • -2
    • +2
    ./org/lamsfoundation/lams/common/util/Debugger.as
  1. … 32 more files in changeset.
LDEV-2107 Added public folder to workspace to enable saving designs/files to a shared public folder resource (across the server).

    • -0
    • +4
    ./org/lamsfoundation/lams/common/ws/Workspace.as
  1. … 11 more files in changeset.
LDEV-2097 LDEV-2078 Merge to 2.2.1 branch

  1. … 2 more files in changeset.
LDEV-2078 Restrict reserved characters (URI) in sequence title.

  1. … 4 more files in changeset.
LDEV-2097 Added last modified date to workspace in author and sequence step in wizard.

  1. … 12 more files in changeset.
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. … 6 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.
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. … 29 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
    • +39
    ./org/lamsfoundation/lams/common/Sequence.as
  1. … 36 more files in changeset.
LDEV-1949 Added support for condition (tool-output) based gates

    • -0
    • +55
    ./org/lamsfoundation/lams/common/util/ObjState.as
  1. … 21 more files in changeset.
LDEV-1948 Added View competence mappings to context menu, and fixed it so that it only appears in author/monitor when a tool activity is selected

  1. … 7 more files in changeset.
Changed all .as files from binary to ascii in order to use diff tool correctly in Eclipse

    • -119
    • +119
    ./org/lamsfoundation/lams/common/AboutDialog.as
    • -292
    • +292
    ./org/lamsfoundation/lams/common/ApplicationParent.as
    • -373
    • +373
    ./org/lamsfoundation/lams/common/Config.as
    • -258
    • +258
    ./org/lamsfoundation/lams/common/DebugDialog.as
  1. … 185 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

    • -0
    • +199
    ./com/macromedia/javascript/JavaScriptProxy.as
    • -0
    • +478
    ./com/macromedia/javascript/JavaScriptSerializer.as
  1. … 20 more files in changeset.
LDEV-1930 internationalisation added to competence editor

    • -4
    • +2
    ./org/lamsfoundation/lams/common/ui/LFMenuBar.as
  1. … 10 more files in changeset.
LDEV-1921, LDEV-1922, LDEV-1923, LDEV-1924 Competence editor front-end for author and monitor

    • -1
    • +14
    ./org/lamsfoundation/lams/common/ui/LFMenuBar.as
  1. … 19 more files in changeset.
Added method for removing leading and trailing spaces from an input string

LDEV-1855 Fixed occurrences of duplicate nodes within the workspace dialog tree structure, upon double clicking a folder node containing child nodes

  1. … 2 more files 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.
removed redundant imports.

LDEV-1745 Added comments to improve documentation and assist with understanding of class' purpose and use.

LDEV-1745 Added comments to improve documentation and assist with understanding of class' purpose and use.

LDEV-1827 Author now disallows any attempt to save a learning design to the Lesson Sequence Folder

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

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

  1. … 3 more files in changeset.
cleaned up AS codebase - removing unrequired comments or code

    • binary
    ./assets/tools/CreateDictionary.swf
    • -5
    • +3
    ./org/lamsfoundation/lams/common/Config.as
    • -20
    • +12
    ./org/lamsfoundation/lams/common/DebugDialog.as
    • -7
    • +2
    ./org/lamsfoundation/lams/common/Progress.as
    • -18
    • +2
    ./org/lamsfoundation/lams/common/Sequence.as
    • -4
    • +2
    ./org/lamsfoundation/lams/common/ToolTip.as
    • -25
    • +7
    ./org/lamsfoundation/lams/common/ui/Cursor.as
  1. … 97 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-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. … 3 more files in changeset.
LDEV-1745 Improved level setting for active complex activities, and use of level values (parent's level and complexLevel value) to draw amount of dash's in title.

  1. … 3 more files in changeset.