• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
change toData() to omit fields that are undefined

removed grouping.setGroupingTypeId, this does need to be set as hibernate deals with it.

modifications done on groupings stuff.

added method parseGroupings and changed it so that the groupings object is not created when parsing the grouping activities.

Instead it will be created when processing the groupings array.

removed some use of instanceOf as it wasnt working.

Calculate first activity for a learning design now works properly.

user super() for po9pulateFromDTO

some comments

extend

improve the populateFromDTO to use super() method

modified parseActivities and parseTransitions.

properties of activities and transitions will only be updated if the field is sent by wddx

remove nulls from DTO.

Added new tags to help with the lams url, the local tool url + the stylesheets.

    • -0
    • +107
    ./java/org/lamsfoundation/lams/web/tag/CssTag.java
    • -0
    • +81
    ./java/org/lamsfoundation/lams/web/tag/LAMSURLTag.java
    • -0
    • +92
    ./java/org/lamsfoundation/lams/web/tag/WebAppURLTag.java
  1. … 2 more files in changeset.
Added checks, so that it will only set the value if the field is present in the wddx packet.

Will also update any activities that exist in a learning design, and delete unused ones.

instead of creating new entries each time al earning design is saved

workspace changes

  1. … 1 more file in changeset.
copy & paste.

Fix bugs in setDesign (had old code form manpreets designs)

add event dispatching

remove some debugging

WIP on undo (multi level)

stuff

add removeTransition function, also add event dispatch for updates

key listeners and handlers for copy/paste and undo

round x & y coords to INT

in extractActivityObject method, changed it to get the hashtable key xCoord instead of xcoord, since flash is sending xCoord.

ycoord is also changed to yCoord.

added bin

added a remove activity method

Property inspector, wsp

added create from DTO method. Also proeprty names and additions

added lots of new fields to follow server, also fixing bugs in the setDesign method - TODO - create Transition instance from DTO

changes to follow server side code

Sets the first activity column

  1. … 1 more file in changeset.
Added User Tag, to allow easy access to the userid, name, etc in the UserDTO object from a jsp

    • -0
    • +127
    ./java/org/lamsfoundation/lams/web/tag/UserTag.java
  1. … 5 more files in changeset.
*** empty log message ***

auto show debugger