lams_central

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Updating English

each branching view is created (straight away) for each branching activity in the newly opened design but kept hidden until double clicked to open the view.

  1. … 6 more files in changeset.
added new dictionary labels for branching

  1. … 6 more files in changeset.
Tweaking the save to get around a saving problem that Mitch is getting - entry id is null which suggests a problem with the order that Hibernate is using to save the records.

Updating English

screen changes to conditions setup dialog

  1. … 1 more file in changeset.
lots of tool based branching improvements (dialogs) + setting defaultBranch for BranchingActivity

  1. … 14 more files in changeset.
Clarifying why leaving the second parameter to new AuthoringActivityDTO() as null is okay.

[ LDEV-1325] Added log.error() to the catch blocks in LessonManagerServlet and LeraningDesignRepositoryServlet. Now when you put incorrect parameters in, the logs will tell you so.

Updating German, Korean, Maori, Polish

    • -113
    • +114
    ./conf/language/lams/ApplicationResources_ko_KR.properties
Updating German, Korean, Maori, Polish

Updating German

Adding Dutch, Updating German, Greek, Spanish, Italian, Jorean, Maori, Norwegian, Polish

    • -0
    • +1
    ./conf/flashxml/lams/monitoring/nl_BE_dictionary.xml
Updating German, Greek, English, Spanish, Korean, Maori, Dutch, Norwegian, Polish, Chinese (China)

constructor problem

Updating Chinese(China)

  1. … 1 more file in changeset.
LDEV-1109: Fixing bugs in the authoring support for tool output based branching and getting the progress engine working. A rough implementation of the condition checking down for one MCQ condition for demonstration purposes. Two new methods added to the tool contract.

  1. … 35 more files in changeset.
Removing unnecessary lookup of the activity - it shouldn't be a cglib activity as it has just created.

added tool output conditions dialog labels

fixed incorrect constructor name which was resulting in app calls failing

  1. … 2 more files in changeset.
putting ldap's add/create/update user into it's own spring transaction'd bean; added some more config parameters for ldap

  1. … 6 more files in changeset.
adding authenticationMethodId to UserDTO so profile.jsp knows not to display 'edit profile/password'

  1. … 2 more files in changeset.
LDEV-1109: Fixed up a couple of bugs with saving and copying the learning design that crept in due to the addition of the tool output based branching - the branch mappings weren't saving or being copied properly.

LDEV-1109: Implement more of the authoring support for tool output based branching. Added the table to store the conditions designed in authoring and refactored the branch mapping table to support the conditions. Modified the authoring code to expect the new objects from the authoring client.

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

Changes to support tool output based branching. Work in progress!

  1. … 31 more files in changeset.