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

added getContributeActivities

gets contribute activities loaded

removed toolbar from the monitoring Application and moved up the lesson view

now extends Activity

added some set/get accessor methods

updated populateFromDTO method to use updated WDDX packet returned from getContributeActivities request

created movieclip for contribute activities

added static Contribution Type variables

clears canvas before drawing design (on TABCHANGE) event

changed to look at DDM in MonitorModel not Monitor class

addeed condition to check if the data grid is drown for the first time or is it just an update to the list

    • -14
    • +21
    ./org/lamsfoundation/lams/monitoring/ls/LessonView.as
added addRole method

    • -1
    • +6
    ./org/lamsfoundation/lams/monitoring/User.as
contains update for workspaceDialog

stopped workspace tree from being draggable.

merged with pradeep

added methods for handling creating a new Lesson

added refresh method

small bug fixes

added static root method

removed all the not required properties and methods

new dialog for Creating a Lesson

    • -0
    • +810
    ./org/lamsfoundation/lams/monitoring/CreateLessonDialog.as
added new movieclip for creating new start lesson workspace

added get root method to get the root of movieclip to open lesson manager dialog box

created a new movie clip "lessonMangerDialog" for changed requirement for select class event

uncommented the monitor.getOrganisation() in start method

merges lessonManager dialog methods from Mitch's code

added clearDesign, setDirty, setSelectedTab, getSelectedTab methods and updated some method from the latest chamges in organisation related method written by Mitch

merged Mitch's tree node controller code with my controller code

added my clearCanvas code