• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-2560: WorkspaceDialog

    • -1174
    • +1182
    ./org/lamsfoundation/lams/common/ws/WorkspaceDialog.as
LDEV-2768: fixed encoding issue when creating new folders

    • -1
    • +1
    ./org/lamsfoundation/lams/common/ws/Workspace.as
LDEV-2559: escaping the new name

    • -1
    • +1
    ./org/lamsfoundation/lams/common/ws/Workspace.as
LDEV-2557: several typos and errors now corrected

    • -1167
    • +1176
    ./org/lamsfoundation/lams/common/ws/WorkspaceDialog.as
LDEV-2557 Added author information for a Learning Design to Workspace dialog in Author.

LDEV-2556 Setting theme style of ToolTip.

    • -8
    • +41
    ./org/lamsfoundation/lams/common/ToolTip.as
  1. … 11 more files in changeset.
LDEV-2507 Use common create date time str for room name (Learner and Monitor spawn IM window).

    • -1
    • +5
    ./org/lamsfoundation/lams/common/Sequence.as
  1. … 1 more file in changeset.
LDEV-2177 Fixed IE using cached version of workspace tree by making each request unique by appending the current time in milliseconds to the request that gets the folder's contents

    • -1
    • +3
    ./org/lamsfoundation/lams/common/ws/Workspace.as
  1. … 2 more files in changeset.
LDEV-1782 Complex boxes now closing properly on progress update

  1. … 3 more files in changeset.
LDEV-1841 Fixed haywire issue

  1. … 3 more files in changeset.
LDEV-2153 Changed order of cancel, save buttons in workspace dialog, disabled save on click

  1. … 3 more files in changeset.
LDEV-2085 Added "Arrange Activities" feature in author to arrange connected activities neatly on the canvas. Tools->Arrange Activities

    • -1
    • +10
    ./org/lamsfoundation/lams/common/ui/LFMenuBar.as
  1. … 7 more files in changeset.
LDEV-2060 Preview button disabled until preview window loaded (with loading cursor icon while it loads)

    • -8
    • +8
    ./org/lamsfoundation/lams/common/util/ObjState.as
  1. … 5 more files in changeset.
LDEV-2078 Merge for 2.2.1

  1. … 2 more files in changeset.
LDEV-2078 Updated reserved characters, improved printed string in alert.

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