Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
updated test service - removed WDDX test

The main tool context application file moved so that only the tool's have a context file classpath of /org/lamsfoundation/lams/tool.

  1. … 5 more files in changeset.
Updated test case for DateUtil

Copyright statement change - only support GPL v2, not future versions. Missed the "version 2.0" the previous check in

  1. … 247 more files in changeset.
Copyright statement change - only support GPL v2, not future versions. Got the lines in the wrong order in the last check in.

  1. … 247 more files in changeset.
Copyright statement change - only support GPL v2, not future versions.

  1. … 247 more files in changeset.
Changed learning design activities and transition collections to use all-delete-orphan cascade management. This will ensure that the secondary records are created and removed as required.

This required fixing code that trigger cascade problems and also highlighted some session problems with the learner cache created by Jacky.

  1. … 38 more files in changeset.
Split learner and export urls (in Tool) to have separate urls for teacher, learner and authoring modes. Added language file columns to activity and tool - this will be used to internationalise the activity and tool name and descriptions that are currently in the database.

  1. … 35 more files in changeset.
Logging settings to be used by the junit testcases.

LDEV-75: Tweaked the Flash crash dump - must be logged in to do a dump and the file now has a .xml extension.

  1. … 4 more files in changeset.
Add group name.

  1. … 9 more files in changeset.
LDEV-73: Added method to check that two licenses are the "same" for import purposes ie compares license id and name.

  1. … 2 more files in changeset.
LDEV-75 Implemented a Flash client crash dump utility. Writes out the wddx packet from Flash to a file in the LAMS dump directory. The DumpDirectory is configured via DumpDir in the LAMS configuration file.

  1. … 7 more files in changeset.
LDEV-61 Fixing tool sessions - all users were getting separate tool sessions. Modified ToolSessionDAO to look up either a grouped tool session or an individual tool session using the learner rather than the group (in the group cases). The "get group" code only worked for explicit groups defined in the activity object, it didn't work for a "class wide" group, so the call to the get group in the tool session lookup was replaced by an extented HQL query which look at the actual group data in the database (looking via the session table, rather than via activity).

  1. … 2 more files in changeset.
Moved most of the names from WebUtils to AttributeNames so that they were all in the one place.

  1. … 4 more files in changeset.
fixed up test cases for createZip File

More changes to suit Hibernate 3

  1. … 32 more files in changeset.
Upgraded Hibernate to 3.0

  1. … 84 more files in changeset.
Added copyright statements.

    • -8
    • +21
    ./org/lamsfoundation/lams/util/TestWebUtil.java
Added methods to parse a date from a string.

    • -0
    • +118
    ./org/lamsfoundation/lams/util/TestDateUtil.java
  1. … 1 more file in changeset.
added tests to test the createZipFile method

tsets the FileUtil class

    • -0
    • +220
    ./org/lamsfoundation/lams/util/TestFileUtil.java
Converted to use JNDI datasource. Cleaned up some of the context files - moved the ones in the test area into src.

    • -10
    • +20
    ./org/lamsfoundation/lams/tool/dao/TestToolDAO.java
  1. … 13 more files in changeset.
Converted to use JNDI datasource. Moved some workspace code back into lams_common so that lams_common isn't dependent on another project

  1. … 8 more files in changeset.
Added initial Theme support

    • -0
    • +267
    ./org/lamsfoundation/lams/themes/dao/TestCSSThemeDAO.java
  1. … 32 more files in changeset.
Hopefully the problems with the moved Tool Exceptions are now fixed.

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

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

*** empty log message ***

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

  1. … 4 more files in changeset.