• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
make locale set by ServerLanguage in lams.xml the default locale for new users

change language/country in form to single locale field

make name field longer than code field as Fiona suggested

make English (Australia) as default locale

giving learner role to users added to a course/class, so that their role list is not empty for that org (otherwise they will get an exception when logging in)

remove unnecessary role checking (done in web.xml)

change language/country in form to single locale field

change list of users from which you can add/remove people to a course/class

add user to class gives user membership in corresponding course with same roles

specify roles when create user

modified to use locale

modify orgForm definition, removed localeLanguage and localeCountry, added localeId

added new messages

give learner role to new user created in root org

unnecessary since Role is now comparable

sort role list, switch from RoleDTO to Role

add field to form (forgot to commit this)

set table class to use alternative-color

changed page definitions by removing header and footer for each page

removed deprecated jsp files

added some error checking and fixed create user

adjust the layout to apply the new css

added new message

adjusting page to apply new css

added primitive menu links, some fixes

removed old header visually conflicting with new css

some corrections

added roles to user display

fix for adding more than 1 row into database at a time (previously hibernate would only add the first row and act like it had added subsequent rows)

add/remove users from organisations functionality

    • -0
    • +152
    ./src/java/org/lamsfoundation/lams/admin/web/UserOrgSaveAction.java