• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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)

add boolean config option LDAPEncryptPasswordFromBrowser - allows admin to turn off sha1'ing of password in javascript

  1. … 3 more files in changeset.
small change for moving buttons in conditions dialog + improvement in Group activity PI controls

  1. … 2 more files in changeset.
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. … 15 more files in changeset.
Clarifying why leaving the second parameter to new AuthoringActivityDTO() as null is okay.