lamsfoundation

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
sort toolkit items

changed the dto.title to dto.activityTitle in both populateFromDto and toData method

fixed a bug which was stoping an activity to be assigned as optional activity

    • -399
    • +379
    ./lams/authoring/cv/CanvasController.as
menu control for monitor

    • -2
    • +4
    ./lams/monitoring/mv/tabviews/TodoTabView.as
added schedule date

  1. … 1 more file in changeset.
added a method to show general info, this fuctionality is not complete yet

    • -4
    • +20
    ./lams/authoring/cv/PropertyInspectorNew.as
added a exportportfolio button property and methiod to show or hide button and also added a update event case in update method

    • -1
    • +13
    ./lams/monitoring/mv/MonitorView.as
added a method to launch class export portfolio on click of Export POrtfoli button on Sequence Tab

    • -2
    • +12
    ./lams/monitoring/mv/MonitorController.as
added a method to show or hide classExportPortfolio button based on the selected tab

    • -0
    • +6
    ./lams/monitoring/mv/tabviews/TodoTabView.as
using popup window for double click on tool activity

    • -1
    • +3
    ./lams/monitoring/mv/MonitorController.as
change in the drawactivity method to load and show correct gate activity in design

change in the draw method to hide padlock open icon when closed

    • -1
    • +2
    ./lams/authoring/cv/CanvasOptionalActivity.as
changes in some methodfs to resolve JIRA Task 245 and

further reducd the height of PI Panel.

    • -17
    • +49
    ./lams/authoring/cv/PropertyInspectorNew.as
changes in createGateTransition and addTranstionTOActivity methods

    • -77
    • +69
    ./lams/authoring/cv/CanvasModel.as
added method to return ddm data fro workspace

    • -0
    • +20
    ./lams/authoring/DesignDataModel.as
changes to resolve some PI issue regarding not showing grouping for optional activity

    • -9
    • +10
    ./lams/authoring/cv/PropertyInspectorNew.as
changes in activityClick, activityRelease, activityReleaseOutside and createValidTransitionTarget to fix issues related to JIRA task - 311 and check if activity has to or from transition then user cannot assign it as an optional activity

    • -22
    • +46
    ./lams/authoring/cv/CanvasController.as
changes in the addActivityToTransition method to handle error message for invalid transitions

added a dictionary value to contribute button

    • -5
    • +10
    ./lams/monitoring/mv/tabviews/TodoTabView.as
use popup windows for contribute tasks

    • -1
    • +2
    ./lams/monitoring/mv/tabviews/TodoTabView.as
validation for import/export and enabling of export menu item

added modified flag

changes in setStyle method to resolve jira task 326

    • -5
    • +16
    ./lams/authoring/cv/PropertyInspectorNew.as
open virtual folders in workspace and start with private folder selected (step 1)

  1. … 1 more file in changeset.
fixed label for go button (contribute task)

    • -1
    • +1
    ./lams/monitoring/mv/tabviews/TodoTabView.as
A new class to show set properties for all types of activities, called when Application attaches PropertyInspectorNew movieclip on the root of authoring Application

    • -0
    • +966
    ./lams/authoring/cv/PropertyInspectorNew.as
added import/export popup methods

added a property for piHeight set from PropertyInspectorNew class and created set metthod to set the height for PI called onResize on Application and get method to return the new piHeight set to adjust the canvas and PI height

commented out all the methods and properties used for initiating Property Inspector in popup window

1) Added properties property inspector. 2) Added a line of code in constructor function. 3) Added code to launch PI on screen below the canvas in setupUI method. 4) Change in the code for onResize method and 5) Made changes to onKeyDown method

    • -113
    • +127
    ./lams/authoring/Application.as