Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-2913: Remove application context files used for the removed junit tests.

    • -2
    • +1
    ./contentrepository/package-summary.html
  1. … 4 more files in changeset.
LDEV-3336: Remove code for unnecessary ContentRepository WAR.

    • -306
    • +0
    ./contentrepository/AccessDeniedException.html
    • -263
    • +0
    ./contentrepository/AllTests.html
    • -246
    • +0
    ./contentrepository/BaseTestCase.html
    • -282
    • +0
    ./contentrepository/CheckCredentialTicketBeforeAdvice.html
    • -504
    • +0
    ./contentrepository/CrCredential.html
    • -741
    • +0
    ./contentrepository/CrNodeVersion.html
    • -690
    • +0
    ./contentrepository/CrNodeVersionProperty.html
    • -506
    • +0
    ./contentrepository/CrWorkspace.html
    • -460
    • +0
    ./contentrepository/CrWorkspaceCredential.html
    • -307
    • +0
    ./contentrepository/FileException.html
    • -286
    • +0
    ./contentrepository/ICredentials.html
    • -870
    • +0
    ./contentrepository/IRepository.html
    • -292
    • +0
    ./contentrepository/IRepositoryAdmin.html
    • -274
    • +0
    ./contentrepository/ITicket.html
  1. … 256 more files in changeset.
Clarifying naming of bean

    • -5
    • +3
    ./contentrepository/client/ToolContentHandler.html
Modified the ToolDownload to pick up the name of the tool content handler bean from the servlet definition, rather than hardcoding a standard name. This is needed as we can't have duplicated bean names across projects - the beans overwrite each other when loaded in lams_learning and lams_monitoring.

    • -26
    • +27
    ./contentrepository/client/Download.html
    • -65
    • +38
    ./contentrepository/client/IToolContentHandler.html
    • -31
    • +30
    ./contentrepository/client/ToolContentHandler.html
    • -43
    • +77
    ./contentrepository/client/ToolDownload.html
    • -10
    • +14
    ./contentrepository/client/class-use/Download.html
    • -9
    • +15
    ./contentrepository/client/package-summary.html
    • -11
    • +15
    ./contentrepository/client/package-tree.html
Move common.js in Lams_central to /includes/javascript subfolder

  1. … 11 more files in changeset.
No longer rollback on checked exceptions - causes problems if the calling handles the exception and tries to continue the transaction.. Also tidied up a few javadoc errors.

    • -1
    • +1
    ./contentrepository/AccessDeniedException.html
    • -1
    • +1
    ./contentrepository/CheckCredentialTicketBeforeAdvice.html
    • -2
    • +4
    ./contentrepository/CrNodeVersion.html
    • -1
    • +1
    ./contentrepository/CrNodeVersionProperty.html
    • -1
    • +1
    ./contentrepository/CrWorkspaceCredential.html
    • -1
    • +1
    ./contentrepository/FileException.html
    • -1
    • +1
    ./contentrepository/IVersionDetail.html
    • -1
    • +1
    ./contentrepository/IVersionedNode.html
    • -1
    • +1
    ./contentrepository/IVersionedNodeAdmin.html
  1. … 168 more files in changeset.
Completed generic tool file download servlet.

    • -1
    • +1
    ./contentrepository/AccessDeniedException.html
    • -1
    • +1
    ./contentrepository/CheckCredentialTicketBeforeAdvice.html
    • -1
    • +1
    ./contentrepository/CrNodeVersion.html
    • -1
    • +1
    ./contentrepository/CrNodeVersionProperty.html
    • -1
    • +1
    ./contentrepository/CrWorkspaceCredential.html
    • -1
    • +1
    ./contentrepository/FileException.html
    • -1
    • +1
    ./contentrepository/IVersionDetail.html
    • -1
    • +1
    ./contentrepository/IVersionedNode.html
    • -1
    • +1
    ./contentrepository/IVersionedNodeAdmin.html
  1. … 100 more files in changeset.
Completed generic tool file download servlet.

    • -0
    • +136
    ./contentrepository/client/class-use/ToolDownload.html
    • -1
    • +1
    ./contentrepository/dao/ICredentialDAO.html
    • -1
    • +1
    ./contentrepository/dao/IWorkspaceDAO.html
    • -1
    • +1
    ./contentrepository/dao/file/FileDAO.html
    • -1
    • +1
    ./contentrepository/dao/file/package-frame.html
  1. … 14 more files in changeset.
Completed generic tool file download servlet.

    • -1
    • +1
    ./contentrepository/service/IRepositoryService.html
    • -1
    • +1
    ./contentrepository/service/SimpleCredentials.html
    • -16
    • +16
    ./contentrepository/service/SimpleRepository.html
    • -1
    • +1
    ./contentrepository/service/SimpleVersionedNode.html
  1. … 36 more files in changeset.
Started client download servlet. Trying out in forum - there is some issue with accessing the servlet. Checked in as this code has been released to Dolly.

    • -1
    • +1
    ./contentrepository/AccessDeniedException.html
    • -1
    • +1
    ./contentrepository/CheckCredentialTicketBeforeAdvice.html
    • -1
    • +1
    ./contentrepository/CrNodeVersion.html
    • -1
    • +1
    ./contentrepository/CrNodeVersionProperty.html
    • -1
    • +1
    ./contentrepository/CrWorkspaceCredential.html
    • -1
    • +1
    ./contentrepository/FileException.html
    • -1
    • +1
    ./contentrepository/IVersionDetail.html
    • -1
    • +1
    ./contentrepository/IVersionedNode.html
    • -1
    • +1
    ./contentrepository/IVersionedNodeAdmin.html
  1. … 145 more files in changeset.
Started client download servlet. Trying out in forum - there is some issue with accessing the servlet. Checked in as this code has been released to Dolly.

    • -0
    • +439
    ./contentrepository/client/Download.html
    • -0
    • +591
    ./contentrepository/client/IToolContentHandler.html
    • -73
    • +121
    ./contentrepository/client/ToolContentHandler.html
    • -0
    • +136
    ./contentrepository/client/class-use/Download.html
    • -0
    • +189
    ./contentrepository/client/class-use/IToolContentHandler.html
    • -1
    • +14
    ./contentrepository/client/package-frame.html
    • -1
    • +21
    ./contentrepository/client/package-summary.html
    • -2
    • +10
    ./contentrepository/client/package-tree.html
  1. … 6 more files in changeset.
Fixed up the documentation for the new class

    • -1
    • +3
    ./contentrepository/AccessDeniedException.html
    • -1
    • +3
    ./contentrepository/CheckCredentialTicketBeforeAdvice.html
    • -1
    • +3
    ./contentrepository/CrNodeVersion.html
    • -4
    • +6
    ./contentrepository/CrNodeVersionProperty.html
    • -1
    • +3
    ./contentrepository/CrWorkspaceCredential.html
    • -1
    • +3
    ./contentrepository/FileException.html
    • -1
    • +3
    ./contentrepository/IVersionDetail.html
    • -2
    • +4
    ./contentrepository/IVersionedNode.html
    • -12
    • +14
    ./contentrepository/IVersionedNodeAdmin.html
  1. … 165 more files in changeset.
Restructured code to specify application context files by name in the web.xml.

    • -1
    • +1
    ./contentrepository/AccessDeniedException.html
    • -1
    • +1
    ./contentrepository/CheckCredentialTicketBeforeAdvice.html
    • -1
    • +1
    ./contentrepository/CrNodeVersion.html
    • -1
    • +1
    ./contentrepository/CrNodeVersionProperty.html
    • -1
    • +1
    ./contentrepository/CrWorkspaceCredential.html
    • -1
    • +1
    ./contentrepository/FileException.html
    • -10
    • +32
    ./contentrepository/IRepository.html
    • -5
    • +3
    ./contentrepository/IRepositoryAdmin.html
    • -1
    • +1
    ./contentrepository/IVersionDetail.html
  1. … 110 more files in changeset.
Moved code around so that the main repository class was named a service class and exists in the service directory (as per LAMS programming standards)

    • -5
    • +3
    ./contentrepository/AccessDeniedException.html
    • -5
    • +3
    ./contentrepository/CheckCredentialTicketBeforeAdvice.html
    • -203
    • +21
    ./contentrepository/CrNodeVersion.html
    • -6
    • +9
    ./contentrepository/CrNodeVersionProperty.html
    • -5
    • +7
    ./contentrepository/CrWorkspaceCredential.html
    • -3
    • +1
    ./contentrepository/FileException.html
    • -3
    • +1
    ./contentrepository/IVersionDetail.html
    • -6
    • +1
    ./contentrepository/IVersionedNode.html
    • -6
    • +1
    ./contentrepository/IVersionedNodeAdmin.html
  1. … 108 more files in changeset.
Change name from com.lamsinternational to org.lamsfoundation. Changed all the entries I can find but the jar file still contains a folder reference it appears.

    • -0
    • +306
    ./contentrepository/AccessDeniedException.html
    • -0
    • +263
    ./contentrepository/AllTests.html
    • -0
    • +246
    ./contentrepository/BaseTestCase.html
    • -0
    • +282
    ./contentrepository/CheckCredentialTicketBeforeAdvice.html
    • -0
    • +502
    ./contentrepository/CrCredential.html
    • -0
    • +791
    ./contentrepository/CrNode.html
    • -0
    • +919
    ./contentrepository/CrNodeVersion.html
    • -0
    • +685
    ./contentrepository/CrNodeVersionProperty.html
    • -0
    • +502
    ./contentrepository/CrWorkspace.html
    • -0
    • +456
    ./contentrepository/CrWorkspaceCredential.html
    • -0
    • +307
    ./contentrepository/FileException.html
    • -0
    • +286
    ./contentrepository/ICredentials.html
    • -0
    • +848
    ./contentrepository/IRepository.html
    • -0
    • +294
    ./contentrepository/IRepositoryAdmin.html
    • -0
    • +274
    ./contentrepository/ITicket.html
  1. … 401 more files in changeset.