Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
organise imports only

close file output stream finally

use string constants

generate unique image file name to avoid browser caching

new login page maintain feature

    • -0
    • +92
    ./org/lamsfoundation/lams/admin/web/LoginMaintainAction.java
    • -0
    • +191
    ./org/lamsfoundation/lams/admin/web/LoginSaveAction.java
  1. … 2 more files in changeset.
organise imports only

LDEV-546: change organisation list to display locale description instead of old language/country

  1. … 2 more files in changeset.
organise imports only

Removed redundant language and country tables - now just use the supported locale tables.

  1. … 31 more files in changeset.
avoid using http session

  1. … 1 more file in changeset.
move to lams_common for usermanageservice to use

add import to compile only

some optimisation to avoid unnecessary db queries.

removed getRolesForOrgType method

  1. … 2 more files in changeset.
switch to use adminMessageService instead of ActionMessages to display errors such as error.authorisation and error.org.invalid in the new error.jsp

new adminMessageService for sending message resources to error.jsp

  1. … 1 more file in changeset.
fix bug where course managers could not manage users

fix bug where check for course admin/manager roles was being made on the user's class roles, not their course roles

LDEV-491 fix only 1 role being added

add javascript to check all/none checkboxes

  1. … 2 more files in changeset.
only add user to org once roles are saved; fixed bug where a hibernate cascade error occurred if user tried to remove themself from an organisation

only add user to org once roles are saved

list users according to login

clarify behaviour for whitespace (searching on a space returns nothing now)

user-search functionality

    • -0
    • +134
    ./org/lamsfoundation/lams/admin/web/UserSearchAction.java
  1. … 2 more files in changeset.
fixed bug where roles did not appear in user list until you refreshed the page. needed to attach the UserOrganisationRole to the UserOrganisation instead of just saving the UserOrganisationRole.

remove session scoped ActionForm when it's not going to used

struts hack

added new screen for assigning roles to users added to an organisation

    • -0
    • +72
    ./org/lamsfoundation/lams/admin/web/UserBean.java
    • -0
    • +110
    ./org/lamsfoundation/lams/admin/web/UserOrgRoleAction.java
    • -0
    • +74
    ./org/lamsfoundation/lams/admin/web/UserOrgRoleForm.java
    • -0
    • +115
    ./org/lamsfoundation/lams/admin/web/UserOrgRoleSaveAction.java
  1. … 3 more files in changeset.
Exception handler define for STRUTS.

  1. … 8 more files in changeset.