• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-1134: Complete implementation of conditions in MCQ and Forum.

    • -223
    • +0
    ./lams/tool/OutputDefinitionFactory.java
    • -0
    • +234
    ./lams/tool/OutputFactory.java
  1. … 10 more files in changeset.
merge LangUtil into LanguageUtil

    • -3
    • +3
    ./lams/integration/service/IntegrationService.java
  1. … 5 more files in changeset.
merge LangUtil into LanguageUtil

    • -5
    • +8
    ./lams/integration/service/IntegrationService.java
  1. … 5 more files in changeset.
merge changes from ldap2_0_4 branch back to HEAD

    • -44
    • +6
    ./lams/integration/service/IntegrationService.java
  1. … 9 more files in changeset.
add default names for some ldap attributes, add LDAPLocaleAttr

  1. … 4 more files in changeset.
file LangUtil.java was initially added on branch ldap2_0_4.

    • -0
    • +0
    ./lams/util/LangUtil.java
refactor locale related code into new LangUtil class, modify existing calls to use LangUtil methods

    • -44
    • +6
    ./lams/integration/service/IntegrationService.java
  1. … 5 more files in changeset.
add ldap attributes for all LAMS user attributes

  1. … 6 more files in changeset.
merge ldap changes from HEAD to this branch, branched from 2.0.4

    • -2
    • +9
    ./lams/usermanagement/dto/UserDTO.java
    • -50
    • +0
    ./lams/util/AuthEntityResolver.java
    • -2
    • +10
    ./lams/util/audit/AuditService.java
    • -0
    • +11
    ./lams/util/audit/IAuditService.java
  1. … 42 more files in changeset.
LDEV-1134: Tweaks to make preview work - handling special cases when the branch selected is not the user's normal branch.

    • -2
    • +23
    ./lams/learningdesign/RandomGrouper.java
    • -3
    • +4
    ./lams/lesson/service/LessonService.java
write audit log when ldap users are created on the fly.

move some audit log messages from lams_admin to lams_common (in order for system-generated audit messages such as when users are auto-created to be used)

  1. … 5 more files in changeset.
LDEV-1109: Fixing branching support in LAMS import/export.

    • -1
    • +13
    ./lams/learningdesign/BranchCondition.java
Adds different handling for filenames according to browser.

Now filenames would show properly.

Fixes LDEV-1243

  1. … 1 more file in changeset.
cleaning up lamsauthentication.{xml|dtd} related stuff

    • -50
    • +0
    ./lams/util/AuthEntityResolver.java
  1. … 11 more files in changeset.
adding ldap database synchronisation and screen

  1. … 7 more files in changeset.
Fixed the conversion of the Long's to cope with WDDX's numeric format.

    • -4
    • +15
    ./lams/learningdesign/BranchCondition.java
add boolean config option LDAPEncryptPasswordFromBrowser - allows admin to turn off sha1'ing of password in javascript

  1. … 4 more files in changeset.
WDDXProcessor will now convert any object type to a string, when reading from the WDDX packet.

Somehow lost setting the default activity for all Complex Activities.

LDEV-1109: Fixing bugs in the authoring support - the branch mappings for tool output based branching wasn't been sent to Flash

    • -4
    • +6
    ./lams/learningdesign/ComplexActivity.java
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.

    • -4
    • +116
    ./lams/learningdesign/BranchCondition.java
    • -1
    • +6
    ./lams/learningdesign/ComplexActivity.java
    • -2
    • +2
    ./lams/learningdesign/OptionsActivity.java
    • -2
    • +37
    ./lams/tool/ToolSessionManager.java
    • -6
    • +127
    ./lams/tool/service/LamsCoreToolService.java
  1. … 22 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

    • -0
    • +24
    ./lams/usermanagement/ldapContext.xml
    • -0
    • +41
    ./lams/usermanagement/service/ILdapService.java
    • -0
    • +261
    ./lams/usermanagement/service/LdapService.java
  1. … 5 more files in changeset.
adding authenticationMethodId to UserDTO so profile.jsp knows not to display 'edit profile/password'

    • -2
    • +9
    ./lams/usermanagement/dto/UserDTO.java
  1. … 1 more file in changeset.
LDEV-1109: Fixed up a couple of bugs with copying the learning design that crept in due to the addition of the tool output based branching - the branch mappings weren't being copied properly.

fixed for lessons call on service + desc value changes in flash

  1. … 4 more files in changeset.
fixed up service - missing methods

    • -3
    • +16
    ./lams/federation/service/FederationService.java
    • -1
    • +10
    ./lams/federation/service/IFederationService.java
adding description field to extLessonDTO received from remote lams server

    • -0
    • +9
    ./lams/federation/dto/ExtLessonDTO.java
  1. … 1 more file in changeset.
removing unused methods

    • -20
    • +0
    ./lams/federation/service/FederationService.java
    • -28
    • +1
    ./lams/federation/service/IFederationService.java
adding field for lesson description of remote shared lessons

    • -1
    • +19
    ./lams/federation/LessonFederation.java
  1. … 1 more file in changeset.