• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
public static function getCenterOfMC(mc:MovieClip):Point{

*** empty log message ***

full class name

full class name

added getCurrentCursorRef

changing calls to dict to reflect new method of getting values with strings

add load button to parse WDDX

editing serverdefdaults loaded function

converting dictionary to use string identifiers (working now)

tools that help with the development and testing of LAMS 1.1 UI

    • binary
    ./src/flash/assets/tools/Comms_test.fla
    • binary
    ./src/flash/assets/tools/CreateDictionary.as
    • binary
    ./src/flash/assets/tools/CreateDictionary.fla
    • binary
    ./src/flash/assets/tools/CreateDictionary.hqx
    • binary
    ./src/flash/assets/tools/comms_test.as
Switched style and elements collections to not lazy load - makes creating the DTO easier.

  1. … 1 more file in changeset.
modifications to support string identifiers. now use 'key' to get a definition.

Added in error - is a temporary file.

Added initial Theme support

    • binary
    ./conf/create_lams_11_tables.sql
    • -82
    • +125
    ./db/sql/create_lams_11_tables.sql
    • -144
    • +159
    ./db/sql/insert_test_data.sql
    • -0
    • +743
    ./db/sql/lams_11.sql
  1. … 34 more files in changeset.
Upgraded to Struts 1.2.7

    • -0
    • +270
    ./web/WEB-INF/struts/struts-html-el.tld
    • -0
    • +270
    ./web/WEB-INF/struts/struts-html.tld
    • -0
    • +285
    ./web/WEB-INF/struts/struts-nested.tld
Added a customised LookupDispatchAction to match the actions created by Dave Garth. Uses the LAMS TokenProcessor

Checked in by DC - addtional functions added

Debugging

add getBaseStyleObject

Hopefully the problems with the moved Tool Exceptions are now fixed.

Removed accidently - looked like they were in the build area.

Should never have been in CVS

Moved to the exception directory

Fixed test case - added an extra cleanup before testing the file delete, so that it won't be thrown off by other old files.

Fixed test case - was referring to the wrong ID for the chat tool

Added remove session data call to ToolSessionManager, changed remove content call in ToolContentManager to include a parameter to control session data deletion.

Added general tool exceptions to all the methods in ToolSessionManager and ToolContentManager, so that the LamsCoreToolService can look out for known exceptions (being thrown by the tools). Otherwise it can't catch "this session doesn't exist" type errors.

Moved all the tool exceptions to one package.

Moved exception to common so that we didn't have a double reference from authoring to workspace and workspace to authoring

*** empty log message ***

*** empty log message ***

*** empty log message ***

    • -0
    • +480
    ./src/java/org/lamsfoundation/lams/tool/BasicToolVO.java