• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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
fixed bug - couldn't remove more than 1 role at a time

updated message for add/remove users

Genericising the relationship between folders and workspaces - now one folder can be in many workspaces. Problem with the code though - when run from junit the relationship is set up okay, but when run in JBOSS the lams_workspace_workspace_folder records are not created.

  1. … 33 more files in changeset.
edit roles working, removed hard coded roles

renamed UserOrgRolesDTO to RoleDTO

proper roles add/remove logic

removed sometimes broken link

added workspace and workspaceFolder maintenance code since it's easier done here rather than in service layer. workspace/workspaceFolder/organisation/user may need be remodeled to make thing clearer

remove unnecessary bean definitions to speed up application startup a bit

use updated UserManagementService interfaces

  1. … 1 more file in changeset.