• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-2829 Lesson intro page

  1. … 1 more file in changeset.
LDEV-2782 adding new labels and control over enabling/disabling of options

  1. … 2 more files in changeset.
LDEV-2782 added new Conditions tab (with Preceding Lesson and Time Limitations options) to CloudWizard

  1. … 5 more files in changeset.
LDEV-2593 removed ability to choose timezones in CloudWizard

  1. … 5 more files in changeset.
LDEV-2593 fixed CloudWizard's scheduling feature

  1. … 2 more files in changeset.
WVI-15 Add ability for monitors to email students based on selected criteria

WVI-14 adding Lesson time limits feature

LDEV-2480 Author progress

Work on property inspectore to use binding instead of stated to determine the layout.

Group activities finished

    • -0
    • +12
    ./LamsAuthor/src/assets/languages/dictionary.xml
LDEV-2480 Author progress

Fixing up the appearance of the selected activity

LDEV-2480 Author progress

Fixing up the appearance of the selected activity

LDEV-2480 Author progress

Fixing drag and drop to appear nicely and not move when you drop the activity

LDEV-2480 Author progress

Fixing drag and drop to appear nicely and not move when you drop the activity

    • -0
    • +719
    ./LamsAuthor/src/mx/managers/dragClasses/DragProxy.as
LDEV-2480 Author progress

Restructuring of author project to seperate model and view properly. Views are now binded to model objects

  1. … 18 more files in changeset.
LDEV-2480 Author progress

Fixing up structure

Adding fisrt steps towards auto-generated branching

    • -11
    • +2
    ./LamsAuthor/.actionScriptProperties
  1. … 4 more files in changeset.
Adding another method to the wddx parser that allows you to pass an XML object ot be parsed

LDEV-2480 Author progress

Added utitlity to LamsFlexCommon that allows you to make a synchronous ajax call by using Flex's inbuild javascipt running engine.

    • -126
    • +127
    ./LamsFlexCommon/.flexLibProperties
LDEV-2480 Author progress

Tool activity property inspector:

- Gets available groups for toolactivity

- Gets possible tool outputs

TODO: Competence editor

Removing uneeded file

    • -7
    • +0
    ./LamsAuthor/bin-debug/assets/css/activities.css
LDEV-2480 Author progress

Progress work on property inspector for tool activities

LDEV-2480 Author progress

Fixing up property bar min/max icon

    • binary
    ./LamsAuthor/src/assets/icons/maximise.png
    • binary
    ./LamsAuthor/src/assets/icons/minimise.png
LDEV-2480 Author progress

- Added minimise/maximise functionality to propertyInspector (Added to lamscommon components for re-use

- The layout size greatly reduced for propertyInspector

    • -0
    • +6
    ./LamsAuthor/src/assets/css/propertyInspector.css
    • binary
    ./LamsAuthor/src/assets/icons/maximise.png
    • binary
    ./LamsAuthor/src/assets/icons/minimise.png
    • -125
    • +126
    ./LamsFlexCommon/.flexLibProperties
LDEV-2480 Author progress

Group implementation first round completed, there is interfaces for all types of grouping

    • -0
    • +36
    ./LamsAuthor/src/assets/languages/dictionary.xml
LDEV-2480 Author progress

Added group activities, random activities completes

Work on the property inspector, now when you click on a random group activity, it populates the property inspector for you

    • -0
    • +23
    ./LamsAuthor/src/assets/css/author.css
    • -7
    • +6
    ./LamsAuthor/src/assets/css/propertyInspector.css
    • -0
    • +4
    ./LamsAuthor/src/assets/languages/dictionary.xml
  1. … 9 more files in changeset.
LDEV-2480 Author progress

Fixed a little bug that arose because the activity state wasnt returned to normal for the source activity after a transition is completed

LDEV-2480 Author progress

Added bin functionality for deleting activities and transitions

    • -188
    • +0
    ./LamsAuthor/ActivityComponent.as
    • binary
    ./LamsAuthor/src/assets/icons/bin.png
    • binary
    ./LamsAuthor/src/assets/icons/bin_over.png
adding cvsignore file to LamsAuthor

LDEV-2480 Author progress

Progress on the property inspector, now it loses opcaity nicely when your mouse leaves the area.

    • -0
    • +56
    ./LamsAuthor/src/assets/css/propertyInspector.css
LDEV-2480 Author progress

Property inspector added, first version allows you to change the activity title

    • -0
    • +7
    ./LamsAuthor/src/assets/languages/dictionary.xml
    • -0
    • +1041
    ./LamsAuthor/src/assets/languages/en_AU_dictionary.xml
LDEV-2480 Author progress

Validation added for transitions including checking for circuits within learning design

    • -0
    • +9
    ./LamsAuthor/src/assets/languages/dictionary.xml
LDEV-2480 Author progress

- Added optional fallback language file to the dictionary library. Now if there is a key that isnt translated, it will fallback to the the file specified to find the label. If it still cant be found "??" + key + "??" is returned as with the java languages file implementation.