• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
change list of roles to omit course admin and course manager when editing a user's role in a class

    • -13
    • +10
    ./lams/admin/web/UserAction.java
fix bug where course admin was not allowed to view users of a class where they where course admin of that class' course.

    • -9
    • +13
    ./lams/admin/web/UserManageAction.java
fix a bug about loading locales and status

    • -3
    • +10
    ./lams/admin/web/OrganisationAction.java
create a 'canEdit' boolean allowing only sysadmin to edit user's details such as name and address. otherwise only edit user's roles.

  1. … 1 more file in changeset.
use proper spring context as Dapeng found out to fix OpenSessionInViewFilter-not-work issue

    • -20
    • +23
    ./lams/admin/web/UserAction.java
    • -12
    • +15
    ./lams/admin/web/UserManageAction.java
    • -15
    • +18
    ./lams/admin/web/UserOrgAction.java
    • -13
    • +16
    ./lams/admin/web/UserOrgSaveAction.java
    • -24
    • +27
    ./lams/admin/web/UserSaveAction.java
retrieve WebApplicationContext from proper servletContext to get IUserMangementService bean , as Dapeng found out to fix OpenSessionInViewFilter-not-work issue

    • -16
    • +13
    ./lams/admin/web/CacheAction.java
    • -8
    • +16
    ./lams/admin/web/OrgManageAction.java
    • -17
    • +17
    ./lams/admin/web/OrgSaveAction.java
    • -21
    • +18
    ./lams/admin/web/OrganisationAction.java
  1. … 2 more files in changeset.
sysadmin shouldn't appear in list of roles to add (except for sysadmins)

password hashing and related checking, some cleanup

    • -20
    • +32
    ./lams/admin/web/UserSaveAction.java
use service method getSupportedLocale

add restrictions based on new org permissions

    • -6
    • +16
    ./lams/admin/web/UserManageAction.java
    • -12
    • +7
    ./lams/admin/web/UserOrgAction.java
  1. … 1 more file in changeset.
*** empty log message ***

    • -0
    • +93
    ./lams/admin/web/StrutsExceptionHandler.java
make locale set by ServerLanguage in lams.xml the default locale for new users

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)

    • -2
    • +7
    ./lams/admin/web/UserOrgSaveAction.java
remove unnecessary role checking (done in web.xml)

change language/country in form to single locale field

    • -10
    • +34
    ./lams/admin/web/UserAction.java
    • -3
    • +16
    ./lams/admin/web/UserSaveAction.java
  1. … 1 more file in changeset.
change list of users from which you can add/remove people to a course/class

    • -23
    • +28
    ./lams/admin/web/UserOrgAction.java
add user to class gives user membership in corresponding course with same roles

    • -18
    • +25
    ./lams/admin/web/UserSaveAction.java
specify roles when create user

    • -15
    • +10
    ./lams/admin/web/UserAction.java
    • -9
    • +11
    ./lams/admin/web/UserSaveAction.java
  1. … 1 more file in changeset.
modified to use locale

    • -7
    • +20
    ./lams/admin/web/OrganisationAction.java
  1. … 2 more files in changeset.
give learner role to new user created in root org

    • -6
    • +10
    ./lams/admin/web/UserSaveAction.java
unnecessary since Role is now comparable

sort role list, switch from RoleDTO to Role

    • -1
    • +3
    ./lams/admin/web/UserManageAction.java
added some error checking and fixed create user

    • -27
    • +19
    ./lams/admin/web/UserSaveAction.java
added primitive menu links, some fixes

    • -2
    • +17
    ./lams/admin/web/UserManageAction.java
    • -19
    • +58
    ./lams/admin/web/UserSaveAction.java
  1. … 3 more files in changeset.
added roles to user display

    • -1
    • +2
    ./lams/admin/web/UserManageAction.java
    • -1
    • +12
    ./lams/admin/web/UserManageBean.java
  1. … 1 more file in changeset.
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)

    • -21
    • +2
    ./lams/admin/web/UserOrgSaveAction.java
    • -15
    • +5
    ./lams/admin/web/UserSaveAction.java
add/remove users from organisations functionality

    • -0
    • +136
    ./lams/admin/web/UserOrgAction.java
    • -0
    • +152
    ./lams/admin/web/UserOrgSaveAction.java
  1. … 4 more files in changeset.
fixed bug - couldn't remove more than 1 role at a time

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.

    • -20
    • +7
    ./lams/admin/web/OrgSaveAction.java
  1. … 33 more files in changeset.
edit roles working, removed hard coded roles

    • -32
    • +35
    ./lams/admin/web/UserAction.java
    • -43
    • +64
    ./lams/admin/web/UserSaveAction.java
  1. … 2 more files in changeset.