lamsfoundation

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
added debugger command

made changes to enable/disable and show/hide button based on schedule checkbox selection and also did some alignments of schedule fields

changed the variable assignment for month in getScheduleDateTime method

added a validation for empty schedule date field

made changes to resolve bugs: 608 and 609 and added a new label for time fields under manage lesson

flash received content folder id when new design is started (may not be saved yet) + id stored in ddm + id appended to tool authoring url query

  1. … 2 more files in changeset.
added call for generating unique content folder for learning design

    • -0
    • +20
    ./lams/authoring/DesignDataModel.as
  1. … 6 more files in changeset.
tool content id fix for first save of design (modified mode use)

  1. … 2 more files in changeset.
added code to return transition's x pos used for activity snap back if it does not hit bin on release

    • -3
    • +6
    ./lams/authoring/cv/CanvasTransition.as
added code and made changes in the transitionDoubleClick method to fix a bug which was not allowing users from creating gate transition

    • -8
    • +15
    ./lams/authoring/cv/CanvasController.as
added code in openEditActivityContent method to check if the acitivity is seleted

license change

    • -1
    • +1
    ./lams/authoring/cv/CanvasController.as
changes in the cut and copy methods to put some condtions before puting activity on clip board

*** empty log message ***

    • -41
    • +2
    ./lams/authoring/cv/CanvasController.as
added code to show custom context menu for activity

    • -13
    • +17
    ./lams/authoring/cv/CanvasActivity.as
added code to show custom context menu

license change

    • -1
    • +1
    ./lams/authoring/cv/CanvasController.as
    • -1
    • +1
    ./lams/authoring/cv/CanvasOptionalActivity.as
  1. … 109 more files in changeset.
save-as clears the tool content id (to null or default value) for each tool activitiy

  1. … 2 more files in changeset.
made a small change in the removeOptionalCA method

fixed multiple calls issue in monitor

  1. … 2 more files in changeset.
correct event listeners

added code to initiate drawing of temperory transition when user click on activity with transition tool active

    • -3
    • +25
    ./lams/authoring/cv/CanvasController.as
added code to draw transition as users mouse drags on the canvas from one activity to another

reverted controller code + updated preloader to load movie to root

    • -4
    • +4
    ./lams/authoring/cv/CanvasController.as
  1. … 5 more files in changeset.
deleted some code related to context menu

removed some code related to contect menu

preloader + cursor + transition fixes

    • -3
    • +11
    ./lams/authoring/cv/CanvasController.as
  1. … 6 more files in changeset.
changed code to hide steppers in PI when author loads

    • -4
    • +24
    ./lams/authoring/cv/PropertyInspectorNew.as
added autoSaved flag

enabled branch button to show toltip but it does not perform any function yet