Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
*** empty log message ***

    • -0
    • +31
    ./flash/org/lamsfoundation/lams/common/util/LFError.as
full class name

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

added getCurrentCursorRef

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
    ./flash/assets/tools/Comms_test.fla
    • -0
    • +63
    ./flash/assets/tools/CreateDictionary.as
    • binary
    ./flash/assets/tools/CreateDictionary.fla
    • -0
    • +29614
    ./flash/assets/tools/CreateDictionary.hqx
    • -0
    • +41
    ./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 initial Theme support

  1. … 20 more files in changeset.
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

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

Should never have been in CVS

Moved to the exception directory

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 ***

  1. … 1 more file in changeset.
*** empty log message ***

    • -0
    • +5
    ./java/org/lamsfoundation/lams/tool/Tool.java
  1. … 1 more file in changeset.
*** empty log message ***

    • -0
    • +480
    ./java/org/lamsfoundation/lams/tool/BasicToolVO.java
  1. … 2 more files in changeset.
*** empty log message ***

  1. … 1 more file in changeset.
changed message log retrieval to include scope

changed to fit new application architecture + added 'load' event

added 'load' and 'init' events, changed to fit new architecture in Application

added 'load' event & get for className

changed from dummyServerDefaults to _configData

getWorkspaceByRootFolderID now handles no workspace being returned. Was throwing an array index exception.