• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-1280: Implementing assign groups to branch in monitor screen (for define later). Required adding new functionality to branch related objects and a new call in lesson that allows monitoring to check if the branching activity has been attempted (we don't let the user remove groups or users from a branch once the branching activity has been commenced). Also moved the UTF-8 ajax fix to a common class in lams.jar so it can be used for all AJAX calls if desired.

  1. … 1 more file in changeset.
LDEV-1280: Implementing define in monitor for group based branching. Adding define later to the possible contribution types for branching activities, so that it will appear in the list in monitor.

handle exceptions at the end of the call stack so that errors can be shown to the user

  1. … 1 more file in changeset.
LDEV-26: Cleaned up some typos, removed old debugging.

merging changes from ldap2_0_4 branch to HEAD

  1. … 7 more files in changeset.
fix problem with integration users getting rejected when LDAPEncryptPasswordFromBrowser is false; generate random password for ldap users instead of hard coded text

  1. … 1 more file in changeset.
count users by using aggregate function count instead of getting all rows and counting the rows

  1. … 1 more file in changeset.
LDEV-1301: Added new fields to the configuration items, to support the I18N of descriptions and heading on the page, along with some basic validation.

  1. … 4 more files in changeset.
improve speed of bulk update by running in separate thread (bypass hibernate filter); make sync page refresh every 5 seconds to prevent timeout (and also to detect when bulk update is finished)

  1. … 2 more files in changeset.
file BulkUpdateResultDTO.java was initially added on branch ldap2_0_4.

support multiple base DNs; support paged search results from ldap; remove bulk update method from spring's transactions; improve bulk update results report

  1. … 8 more files in changeset.
merge change from ldap2_0_4 branch back to HEAD

fix error when hibernate didn't initialise user.userOrgs for newly created user during bulk update

merge changes from ldap2_0_4 branch back to HEAD

  1. … 1 more file in changeset.
fix bug when ldap user has no disabled attribute and LDAPDisabledAttr is prefixed with '!'.

merge changes from ldap2_0_4 branch back to HEAD

  1. … 4 more files in changeset.
add support for user enabled/disabled flag in ldap

  1. … 4 more files in changeset.
LDEV-1134: Fixed the View Branches screen for tool output based branching - I can't list the users based on groups as they aren't in groups (and I can't put them in groups as the groups have to be linked to the condition and if the user goes to the default branch there is no condition). So for tool output based branching I have to find the users via their progress records.

  1. … 5 more files in changeset.
LDEV-1134: Complete implementation of conditions in MCQ and Forum.

  1. … 10 more files in changeset.
merge LangUtil into LanguageUtil

  1. … 5 more files in changeset.
merge LangUtil into LanguageUtil

  1. … 5 more files in changeset.
merge changes from ldap2_0_4 branch back to HEAD

  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
    ./java/org/lamsfoundation/lams/util/LangUtil.java
refactor locale related code into new LangUtil class, modify existing calls to use LangUtil methods

  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

  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.

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.