• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates

Changeset MAIN:jliew:20070827054608:1 does not match your current filter (clear filter).

file FedRegistryUpdateServlet.java was initially added on branch shibboleth_2_0.

    • -0
    • +0
    ./lams/web/shibboleth/FedRegistryUpdateServlet.java
file GetFedServerGroupsServlet.java was initially added on branch shibboleth_2_0.

    • -0
    • +0
    ./lams/web/shibboleth/GetFedServerGroupsServlet.java
adding saveFedLessons servlet for flash

    • -58
    • +0
    ./lams/web/FedRegistryUpdateServlet.java
    • -40
    • +0
    ./lams/web/GetFedServerGroupsServlet.java
    • -81
    • +0
    ./lams/web/GetFedServerIdsServlet.java
    • -40
    • +0
    ./lams/web/GetFedServerLessonsServlet.java
    • -47
    • +0
    ./lams/web/ShibExportPortfolioServlet.java
    • -119
    • +0
    ./lams/web/ShibLearnerServlet.java
    • -247
    • +0
    ./lams/web/ShibLoginServlet.java
    • -113
    • +0
    ./lams/web/ShibMonitorServlet.java
  1. … 5 more files in changeset.
changed to normal HttpServlet

    • -8
    • +49
    ./lams/web/GetFedServerIdsServlet.java
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.

    • -14
    • +10
    ./lams/authoring/service/AuthoringService.java
    • -2
    • +2
    ./lams/authoring/web/AuthoringAction.java
  1. … 18 more files in changeset.
adding getFedServerIds servlet to allow flash to read locally the names and ids of each lams server in 'federation'

    • -0
    • +40
    ./lams/web/GetFedServerIdsServlet.java
  1. … 5 more files in changeset.
file GetFedServerIdsServlet.java was initially added on branch shibboleth_2_0.

    • -0
    • +0
    ./lams/web/GetFedServerIdsServlet.java
The lookup for the service bean was looking for the "BlahServiceTarget", rather than "BlahService". As a result, it was accessing the functionality of the service bean, but was bypassing the transaction definitions, hence the database updates were not wrapped up in database transaction properly. We didn't notice it previously as the filter that forces the Hibernate Session to stay open during the entire web call was effectively causing us to use the same database connection for the entire web call anyway.

    • -2
    • +2
    ./lams/security/LDAPAuthenticator.java
    • -2
    • +2
    ./lams/security/UniversalLoginModule.java
  1. … 2 more files in changeset.
more LDAP support; UserManagementService.setRolesForUserOrganisations has LazyInitialisationException problem

    • -4
    • +7
    ./lams/security/DatabaseAuthenticator.java
    • -43
    • +213
    ./lams/security/LDAPAuthenticator.java
    • -72
    • +82
    ./lams/security/UniversalLoginModule.java
  1. … 7 more files in changeset.
temp call for returning Tool Output Definitions

    • -1
    • +10
    ./lams/authoring/service/IAuthoringService.java
    • -1
    • +18
    ./lams/authoring/web/AuthoringAction.java
  1. … 1 more file in changeset.
Changes to support tool output based branching. Work in progress!

    • -8
    • +24
    ./lams/authoring/ObjectExtractor.java
    • -10
    • +11
    ./lams/authoring/service/AuthoringService.java
  1. … 31 more files in changeset.
Fixed up lookup of existing group to branch mappings based on UIID and ID. Now uses a combination of both that should cover all cases.

    • -9
    • +21
    ./lams/authoring/ObjectExtractor.java
Fixed up lookup of existing Groups based on UIID and ID. Now uses a combination of both that should cover all cases.

    • -7
    • +15
    ./lams/authoring/ObjectExtractor.java
Handles group records that may or may not have an order id.

group naming dialog + saving groups

  1. … 10 more files in changeset.
add results text when federation server list is updated

    • -1
    • +16
    ./lams/web/FedRegistryUpdateServlet.java
  1. … 2 more files in changeset.
LDEV-1134: Preview now lets the author select a branch to view, but the author can only do one branch. To view all branches, the author needs to run preview multiple times. Did some small refactoring to have only one piece of code that creates the branching mapping related to a group as we have many bits that need to do this (authoring, import, chosen branching in monitoring and now preview!)

  1. … 3 more files in changeset.
added shib servlets to web-security so that ShibLogin is invoked (and shib user created if necessary) before shib servlets have to add shib user to lesson class; refactored ShibExportPortfolioServlet to extend ShibLearnerServlet; moved xdoclet out of .java files because it doesn't work properly with a servlet extending another servlet

    • -58
    • +2
    ./lams/web/ShibExportPortfolioServlet.java
  1. … 3 more files in changeset.
fix logger class name

    • -1
    • +1
    ./lams/web/ShibExportPortfolioServlet.java
fix error text

add email to shib user

removing shib servlets from /servlet/* mapping; fix url for openFedExportPortfolio

    • -1
    • +1
    ./lams/web/ShibExportPortfolioServlet.java
  1. … 1 more file in changeset.
file ShibExportPortfolioServlet.java was initially added on branch shibboleth_2_0.

    • -0
    • +0
    ./lams/web/ShibExportPortfolioServlet.java
file ShibMonitorServlet.java was initially added on branch shibboleth_2_0.

    • -0
    • +0
    ./lams/web/ShibMonitorServlet.java
adding shibbolized links for monitoring and export portfolio

    • -0
    • +103
    ./lams/web/ShibExportPortfolioServlet.java
    • -0
    • +103
    ./lams/web/ShibMonitorServlet.java
  1. … 1 more file in changeset.
remember to stop processing after sending a redirect! also check if user is a local user before updating roles from shib attributes.

various bugfixes

added new shib attribute for the ServerURL of the origin LAMS server to help determine whether user is local or not; added roles for shib users in ShibLoginServlet

    • -24
    • +30
    ./lams/web/ShibLearnerServlet.java
    • -47
    • +132
    ./lams/web/ShibLoginServlet.java
  1. … 5 more files in changeset.
LDEV-1134: Branching: Added stopAfterActivity flag to activity, which will allow us to "end" a lesson at the end of the activity. Authoring changes done.

  1. … 9 more files in changeset.
use lesson service when adding learner to class