Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
remove unnecessary role checking (done in web.xml)

change language/country in form to single locale field

  1. … 1 more file in changeset.
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

  1. … 1 more file in changeset.
modified to use locale

  1. … 2 more files in changeset.
give learner role to new user created in root org

unnecessary since Role is now comparable

    • -63
    • +0
    ./org/lamsfoundation/lams/admin/web/RoleDTO.java
sort role list, switch from RoleDTO to Role

added some error checking and fixed create user

added primitive menu links, some fixes

  1. … 3 more files in changeset.
added roles to user display

  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)

add/remove users from organisations functionality

    • -0
    • +136
    ./org/lamsfoundation/lams/admin/web/UserOrgAction.java
    • -0
    • +152
    ./org/lamsfoundation/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.

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

  1. … 2 more files in changeset.
renamed UserOrgRolesDTO to RoleDTO

    • -0
    • +63
    ./org/lamsfoundation/lams/admin/web/RoleDTO.java
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

use updated UserManagementService interfaces

  1. … 1 more file in changeset.
remove deprecated DAO reference , use baseDAO instead

  1. … 2 more files in changeset.
small changes

  1. … 1 more file in changeset.
add create/edit user functionality

    • -0
    • +79
    ./org/lamsfoundation/lams/admin/web/UserOrgRolesDTO.java
    • -0
    • +179
    ./org/lamsfoundation/lams/admin/web/UserSaveAction.java
  1. … 5 more files in changeset.
initial commit for user listing

    • -0
    • +69
    ./org/lamsfoundation/lams/admin/web/UserListDTO.java
    • -0
    • +138
    ./org/lamsfoundation/lams/admin/web/UserManageAction.java
    • -0
    • +94
    ./org/lamsfoundation/lams/admin/web/UserManageBean.java
  1. … 1 more file in changeset.
made save organisation work, added error handling in org management

Added funtionality implementation

changed OrgManageAction.java, OrganisationAction.java changed struts doclet of ScheduledJobListAction.java Added OrgSaveAction.java

    • -0
    • +70
    ./org/lamsfoundation/lams/admin/web/OrgSaveAction.java
added/removed/modified a few files

    • -0
    • +82
    ./org/lamsfoundation/lams/admin/web/OrgListDTO.java
    • -0
    • +114
    ./org/lamsfoundation/lams/admin/web/OrgManageBean.java
  1. … 6 more files in changeset.
removed sysadmin package

removed some classes, added some, modified some

    • -0
    • +116
    ./org/lamsfoundation/lams/admin/web/OrgManageAction.java
    • -0
    • +144
    ./org/lamsfoundation/lams/admin/web/OrgManageActionForm.java