• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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

add clone() function

More changes to suit Hibernate 3

  1. … 31 more files in changeset.
Upgraded Hibernate to 3.0. Using the open session filter pattern to avoid problems with Spring closing the session but objects not being fully loaded (due to lazy loading).

  1. … 3 more files in changeset.
getToolContentID method defintion

implemented getToolContentID method

added contentIDGenerator, used to generate a new content id for a tool/activity

when extracting a learning design, if the learningDesignID field is not null, then load up the learning design object from the database, otherwise create a new one

serverURL temp fix

added property inspector

added toData. Added supports-***** fields

changes for saving a design

move _ddm to Cnavas, now ther is one DDM per canvas to support multiple canvases

added some statics, fix bug in de-nulling false booleans