lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Removing uneeded file

LDEV-2475 Meging changes with head

LDEV-2489 don't encapsulate cloneLessons in a transaction; the main submethods are already in their own transactions. otherwise we don't get an activityId from a forum&scribe's forum. that's another problem though.

LDEV-2480 Author progress

Progress work on property inspector for tool activities

LDEV-2480 Author progress

Fixing up property bar min/max icon

LDEV-2480 Author progress

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

- The layout size greatly reduced for propertyInspector

    • binary
    /lams_flex/LamsAuthor/src/assets/icons/maximise.png
    • binary
    /lams_flex/LamsAuthor/src/assets/icons/minimise.png
LDEV-2502 fix duplicate Messages appearing in Sets (namely, TextSearchCondition.topics)

LDEV-2480 Author progress

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

LDEV-2489 updated monitoringService interface

    • binary
    /lams_build/lib/lams/lams-monitoring.jar
LDEV-2489 put clone lessons in a transaction

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
    • +6
    /lams_flex/LamsAuthor/src/LamsAuthor.mxml
    • -0
    • +23
    /lams_flex/LamsAuthor/src/assets/css/author.css
  1. … 9 more files in changeset.
LDEV-2500: Spyros has reduce the size of some of the labels to make it fit a bit better

    • -534
    • +534
    /lams_central/web/fckeditor/editor/lang/el.js
LDEV-2468 merged from branch

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

    • binary
    /lams_flex/LamsAuthor/src/assets/icons/bin.png
    • binary
    /lams_flex/LamsAuthor/src/assets/icons/bin_over.png
adding cvsignore file to LamsAuthor

    • -0
    • +3
    /lams_flex/LamsAuthor/cvsignore
LDEV-2480 Author progress

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

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

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

    • -0
    • +4
    /lams_flex/LamsAuthor/src/LamsAuthor.mxml
LDEV-2471 Merging swf to head

    • binary
    /lams_monitoring/web/CloudWizard.swf
LDEV-2480 Author progress

Validation added for transitions including checking for circuits within learning design

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.

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.

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.

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

- Added i18n to project, now reads from xml language files

- Toolbar language done apart from file menu

- Learning library translated

TODO:

- Need to have fallback language entries for un-translated labels

    • -4
    • +12
    /lams_flex/LamsAuthor/src/LamsAuthor.mxml
  1. … 97 more files in changeset.
LDEV-2489 don't let non-sysadmins see clone lessons link; forgot to i18n'ise

LDEV-2449 session cookies should only be valid during session

LDEV-2489 ability to clone lessons from any other group

LDEV-2480 Author progress

- Improved the drag drop by adding a mouse offset based on where you click on the activity when you want to drag it.... still no 100% accurate.

LDEV-2480 Author progress

- Improved the drag drop by adding a mouse offset based on where you click on the activity when you want to drag it.... still no 100% accurate.

LDEV-2480 Author progress

- Splitting events and controller away from the model and view, ie:

- ActivityComponent no longer handles transition end

- CanvasBox no longer handles activity drop for drag and drop

This is handled by AuthorController so we can keep track of the current state of the learning design