• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
adding saveLessonFed servlet, for saving external lessons

  1. … 3 more files in changeset.
file SaveLessonFedServlet.java was initially added on branch shibboleth_2_0.

file FedRegistryUpdateServlet.java was initially added on branch shibboleth_2_0.

file ShibMonitorServlet.java was initially added on branch shibboleth_2_0.

file ShibLoginServlet.java was initially added on branch shibboleth_2_0.

file ShibLearnerServlet.java was initially added on branch shibboleth_2_0.

file ShibExportPortfolioServlet.java was initially added on branch shibboleth_2_0.

file SaveFedLessonsServlet.java was initially added on branch shibboleth_2_0.

file GetFedServerLessonsServlet.java was initially added on branch shibboleth_2_0.

file GetFedServerIdsServlet.java was initially added on branch shibboleth_2_0.

file GetFedServerGroupsServlet.java was initially added on branch shibboleth_2_0.

adding saveFedLessons servlet for flash

  1. … 5 more files in changeset.
adding orgCode field to extLessonDTO

  1. … 4 more files in changeset.
retrieve ext orgs for fed server + customised icon

remodified code base for add lesson wizard

file WizardLessonDetailsView.as was initially added on branch shibboleth_2_0.

file WizardSummaryView.as was initially added on branch shibboleth_2_0.

file WizardServerView.as was initially added on branch shibboleth_2_0.

file WizardSequenceView.as was initially added on branch shibboleth_2_0.

file WizardOrganisationView.as was initially added on branch shibboleth_2_0.

additions to wizard dictionary

    • -1
    • +1
    ./conf/flashxml/lams/wizard/en_dictionary.xml
changed to normal HttpServlet

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. … 18 more files in changeset.
adding getFedServerIds servlet to allow flash to read locally the names and ids of each lams server in 'federation'

  1. … 5 more files in changeset.
file GetFedServerIdsServlet.java was initially added on branch shibboleth_2_0.

updated organisation DTO for new boolean fields (joint lessons) and tested access to values in flash

  1. … 2 more files in changeset.
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.

  1. … 2 more files in changeset.
more LDAP support; UserManagementService.setRolesForUserOrganisations has LazyInitialisationException problem

  1. … 7 more files in changeset.
temp call for returning Tool Output Definitions

  1. … 1 more file in changeset.
merge with alert dialog fixes