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

Shared session latest solution.

Delete the wrong solution for shared session across web apps

Stopped the authoring using the DTOs as a way of converting the data coming from Flash.

Using the DTOs caused the WDDX null values (e.g. -1111111) to be written to the database.

  1. … 13 more files in changeset.
*** empty log message ***

  1. … 1 more file in changeset.
add toData()

WIP 0p converted tk to comps, error handling, denulling

WIP 0p converted tk to comps, error handling, denulling

Improved the special NULL handling code for WDDX processing. Now uses the convertToBlah utilities in WDDXProcessor.

  1. … 8 more files in changeset.
Switched date conversion to use the DateUtil function. Still need to get the right format for Flash and include in the function

modified getAllLearningLibraryDetails , for each learning library it retrieves the template activities

Changed authoring storeLearningDesignDetails and storeTheme to use standalone servlets.

The struts actions can't take the WDDX packet from Flash as a POST body.

  1. … 24 more files in changeset.