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

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