Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-2913: Remove test sources and build tasks from LAMS projects.

    • -145
    • +0
    ./service/TestLamsCoreToolService.java
  1. … 289 more files in changeset.
Updated address of FSF in copyright statement

    • -1
    • +1
    ./service/TestLamsCoreToolService.java
  1. … 1387 more files in changeset.
remove DAOs that don't do much, rewrite BaseDAO, update UserManagementService(not completed yet), very messy

  1. … 54 more files in changeset.
Moving gate and group url support to a lams_system_tool table - the first "inch" towards making these pluggable tools in a later version of LAMS.

    • -4
    • +4
    ./service/TestLamsCoreToolService.java
  1. … 20 more files in changeset.
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.
Copyright statement change - only support GPL v2, not future versions. Missed the "version 2.0" the previous check in

    • -2
    • +2
    ./service/TestLamsCoreToolService.java
  1. … 256 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
    • +1
    ./service/TestLamsCoreToolService.java
  1. … 256 more files in changeset.
Copyright statement change - only support GPL v2, not future versions.

    • -3
    • +3
    ./service/TestLamsCoreToolService.java
  1. … 256 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.

    • -16
    • +12
    ./service/TestLamsCoreToolService.java
  1. … 35 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.

    • -6
    • +6
    ./service/TestLamsCoreToolService.java
  1. … 4 more files in changeset.
Upgraded Hibernate to 3.0

  1. … 91 more files in changeset.
Converted to use JNDI datasource. Cleaned up some of the context files - moved the ones in the test area into src.

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

  1. … 33 more files in changeset.
Hopefully the problems with the moved Tool Exceptions are now fixed.

    • -0
    • +1
    ./service/TestLamsCoreToolService.java
Fixed test case - was referring to the wrong ID for the chat tool

*** empty log message ***

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

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

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

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

  1. … 116 more files in changeset.
Removed supportsGrouping field as it doesn't exist in the database. The call was commented out in the test case so it was removed Also corrected the supportsGrouping call in the testcase.

*** empty log message ***

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

  1. … 19 more files in changeset.
make the session factory configurable. - needs to be further refactored

  1. … 9 more files in changeset.
new test cases for url service methods

    • -0
    • +148
    ./service/TestLamsCoreToolService.java
    • -115
    • +0
    ./service/TestLamsToolService.java
getToolUrlByMode method implemented and tested

  1. … 2 more files in changeset.
create separate tool interface for core lams module and tool module

  1. … 5 more files in changeset.
helper methods added to enable flash java communication

    • -0
    • +90
    ./service/TestLamsToolService.java
  1. … 11 more files in changeset.
update method for tool session added

  1. … 4 more files in changeset.