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

Added tool icon paths. The icons have come from Dave, and are yet to reconciled to our list of tools. They are stuck in lams_central for now but should go into the tool projects.

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

Changed name of constraints - sometimes causes problems with creating the database.