• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-1265: If you deleted a transition and then redrew it, it triggered a unique key exception. Now the code reuses transitions based on either the UIID or the to/from activity UIIDs so it doesn't trigger the exception.

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

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

  1. … 1 more file in changeset.
move user disabled check after authentication, to give non-db methods a chance to update disabled flag.

integrationService.getExtCourseClassMap creates the ext_course_class_map, and the matching lams org, for the 3rd party course; since the org is now a course (with workspace folder) instead of class, it's nice to have the folder appear when 3rd party users browse list of learning designs.

merge changes from ldap2_0_4 branch back to HEAD

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

  1. … 6 more files in changeset.
LDEV-1194: Fixed custom dialog problems for long messages

  1. … 3 more files in changeset.
Updating Chinese(China) and Polish

merge LangUtil into LanguageUtil

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

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

  1. … 13 more files in changeset.
add default names for some ldap attributes, add LDAPLocaleAttr

  1. … 5 more files in changeset.
refactor locale related code into new LangUtil class, modify existing calls to use LangUtil methods

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

  1. … 42 more files in changeset.
don't use 'disabled' param in struts <html:input />, can't save existing form properties otherwise

forgot to commit tiles definition for all my lessons jsp

remove commented out code

Adds different handling for filenames according to browser.

Now filenames would show properly.

Fixes LDEV-1243

  1. … 1 more file in changeset.
Adding Chinese(China) and Updating Norwegian

    • -102
    • +102
    ./conf/language/lams/ApplicationResources_no_NO.properties
    • -0
    • +186
    ./conf/language/lams/ApplicationResources_zh_CN.properties
  1. … 4 more files in changeset.
Updating English and Norwegian

display 'all my lessons' grouped according to courses/classes

cleaning up lamsauthentication.{xml|dtd} related stuff

  1. … 12 more files in changeset.
change 'login as' to support non LAMS-DB users by maintaining LAMS shared session (universal login module uses it to verify sysadmin role before bypassing authentication)

Resolves LDEV-1343: Live edit wont start when using Blackboard integration.

Should also fix the problems in the other integrations because the fix is all on the LAMS side.

used javascript try-catch statements to catch the cross-domain call problem caused by live edit, and make a new non-cross-domain call specifically for integrations in openUrls.js.

You can test this fix at the test blackboard server http://colis07.melcoe.mq.edu.au:9000

Administrator, pass

    • -0
    • +10
    ./web/includes/javascript/openUrls.js
  1. … 1 more file in changeset.
Updating English

group branching changes in author and tried some changes in learner but haven't completed yet

  1. … 14 more files in changeset.
add 'all my lessons' page to My Profile - lists all active lessons, including those where the user is no longer part of the original course

Updating English

allow non-db users to view their profile, but not edit it (except for locale)