• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-2839: Add missing methods in Example Tool, do some cleaning.

    • -1
    • +39
    ./lams/tool/example/service/ExampleService.java
  1. … 2 more files in changeset.
LDEV-2174: Added shared context support to Example Tool.

    • -84
    • +0
    ./lams/tool/example/applicationContext.xml
    • -0
    • +71
    ./lams/tool/example/exampleApplicationContext.xml
    • -168
    • +191
    ./lams/tool/example/service/ExampleService.java
  1. … 4 more files in changeset.
file exampleApplicationContext.xml was initially added on branch lams2_3_spring_jboss_tune.

    • -0
    • +0
    ./lams/tool/example/exampleApplicationContext.xml
LDEV-1134: Adding more support for the tool output based branching. Added a couple of simple tool output definitions for MCQ and Forum and added a class to the core to help tools create the tool output definitions (OutputDefinitionFactory), which required a change to MessageService. Also added the call to the core tool service to support calling the tools for their output definitions and new method call to ToolContentManager, requiring a change to all tools.

    • -1
    • +15
    ./lams/tool/example/service/ExampleService.java
  1. … 20 more files in changeset.
Updated address of FSF in copyright statement

    • -2
    • +2
    ./lams/tool/example/ExampleAttachment.java
    • -2
    • +2
    ./lams/tool/example/ExampleSession.java
    • -2
    • +2
    ./lams/tool/example/dao/IExampleAttachmentDAO.java
    • -2
    • +2
    ./lams/tool/example/dao/IExampleDAO.java
  1. … 781 more files in changeset.
Updated for the import/export method changes

Changed name of export/import methods for the learning design export. Got the name wrong before.

  1. … 10 more files in changeset.
Added methods needed for design export

    • -1
    • +23
    ./lams/tool/example/service/ExampleService.java
  1. … 11 more files in changeset.
Added auditService property

    • -1
    • +2
    ./lams/tool/example/applicationContext.xml
    • -1
    • +10
    ./lams/tool/example/service/ExampleService.java
Updated copyright statement - only support GPL v 2.0

    • -21
    • +22
    ./lams/tool/example/Example.java
    • -20
    • +22
    ./lams/tool/example/ExampleAttachment.java
    • -20
    • +22
    ./lams/tool/example/ExampleSession.java
    • -21
    • +22
    ./lams/tool/example/ExampleUser.java
    • -20
    • +22
    ./lams/tool/example/dao/IExampleAttachmentDAO.java
    • -21
    • +22
    ./lams/tool/example/dao/IExampleDAO.java
    • -21
    • +22
    ./lams/tool/example/dao/IExampleSessionDAO.java
    • -20
    • +22
    ./lams/tool/example/dao/IExampleUserDAO.java
    • -20
    • +22
    ./lams/tool/example/service/ExampleService.java
    • -21
    • +22
    ./lams/tool/example/service/IExampleService.java
  1. … 172 more files in changeset.
Trying to get the cvs id keyword expansion to work.

    • -1
    • +2
    ./lams/tool/example/ExampleAttachment.java
    • -2
    • +2
    ./lams/tool/example/ExampleSession.java
    • -0
    • +1
    ./lams/tool/example/applicationContext.xml
    • -2
    • +2
    ./lams/tool/example/dao/IExampleAttachmentDAO.java
    • -2
    • +2
    ./lams/tool/example/dao/IExampleDAO.java
  1. … 4 more files in changeset.
Trying to get the cvs id keyword expansion to work.

Trying to get the cvs id keyword expansion to work.

    • -1
    • +1
    ./lams/tool/example/ExampleAttachment.java
Added missing copyright statement and the cvs id keyword

    • -0
    • +21
    ./lams/tool/example/ExampleAttachment.java
    • -1
    • +22
    ./lams/tool/example/ExampleSession.java
    • -0
    • +21
    ./lams/tool/example/ExampleUser.java
    • -0
    • +26
    ./lams/tool/example/dao/IExampleAttachmentDAO.java
    • -0
    • +26
    ./lams/tool/example/dao/IExampleDAO.java
    • -0
    • +26
    ./lams/tool/example/dao/IExampleSessionDAO.java
Implemented some basic Hibernate POJOs and their DAOs, along with an applicationContext.xml file. The tool should now deploy okay and appear in authoring. So you can run a lesson with it but you can't actually do anything as the service doesn't store any data and no jsp pages exist.

    • -0
    • +319
    ./lams/tool/example/Example.java
    • -0
    • +183
    ./lams/tool/example/ExampleAttachment.java
    • -0
    • +206
    ./lams/tool/example/ExampleSession.java
    • -0
    • +150
    ./lams/tool/example/ExampleUser.java
    • -0
    • +82
    ./lams/tool/example/applicationContext.xml
    • -0
    • +7
    ./lams/tool/example/dao/IExampleAttachmentDAO.java
    • -0
    • +7
    ./lams/tool/example/dao/IExampleDAO.java
    • -0
    • +7
    ./lams/tool/example/dao/IExampleSessionDAO.java
    • -0
    • +7
    ./lams/tool/example/dao/IExampleUserDAO.java
    • -0
    • +8
    ./lams/tool/example/dao/hibernate/ExampleAttachmentDAO.java
    • -0
    • +8
    ./lams/tool/example/dao/hibernate/ExampleDAO.java
    • -0
    • +8
    ./lams/tool/example/dao/hibernate/ExampleSessionDAO.java
    • -0
    • +8
    ./lams/tool/example/dao/hibernate/ExampleUserDAO.java
    • -1
    • +76
    ./lams/tool/example/service/ExampleService.java
    • -0
    • +62
    ./lams/tool/example/util/ExampleToolContentHandler.java
  1. … 16 more files in changeset.
Initial version of example tool. DB setup done but Hibernate objects are yet to be done.

    • -0
    • +100
    ./lams/tool/example/service/ExampleService.java
    • -0
    • +75
    ./lams/tool/example/service/ExampleServiceProxy.java
    • -0
    • +32
    ./lams/tool/example/service/IExampleService.java
  1. … 42 more files in changeset.