• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
remove deprecated DAO reference , use baseDAO instead

    • -3
    • +1
    ./web/WEB-INF/struts/struts-config.xml
  1. … 1 more file in changeset.
small changes

add create/edit user functionality

    • -1
    • +84
    ./web/WEB-INF/struts/struts-config.xml
spelling fix for xnix systems

added div to control layout

added definition for userlist.jsp

initial commit for user listing

    • -0
    • +138
    ./src/java/org/lamsfoundation/lams/admin/web/UserManageAction.java
added user management messages

added struts el tag lib definitions

    • -0
    • +212
    ./web/WEB-INF/struts/tlds/struts-bean-el.tld
    • -0
    • +3302
    ./web/WEB-INF/struts/tlds/struts-html-el.tld
    • -0
    • +382
    ./web/WEB-INF/struts/tlds/struts-logic-el.tld
    • -0
    • +343
    ./web/WEB-INF/struts/tlds/struts-tiles-el.tld
*** empty log message ***

    • -4
    • +8
    ./web/WEB-INF/struts/struts-config.xml