Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-987 add checkbox to display all users (still need to split results into pages)

  1. … 3 more files in changeset.
code block should work now that UserManagementService is updated (sorry!)

Commenting out the code that is breaking the build.

LDEV-986 display user's org roles when editing/viewing their profile

    • -0
    • +61
    ./org/lamsfoundation/lams/admin/web/dto/UserOrgRoleDTO.java
  1. … 2 more files in changeset.
fix bug where the list of users would include the list from a previous invocaation, when the user did not save/cancel to leave the page

fix bug where you could add user without any roles

LDEV-954 update struts-forwards to use sysadmin action instead of going straight to the jsp

sysadmin window now displays links according to role (either sysadmin or author admin)

    • -0
    • +51
    ./org/lamsfoundation/lams/admin/web/dto/LinkBean.java
  1. … 2 more files in changeset.
move filterRoles to service

add global roles to group management screen; restrict possible roles to 3 sections, global/course/class.

  1. … 6 more files in changeset.
LDEV-231 edit default tool content

    • -0
    • +109
    ./org/lamsfoundation/lams/admin/web/ToolContentListAction.java
  1. … 3 more files in changeset.
register form update

  1. … 2 more files in changeset.
LDEV-884 add audit log for spreadsheet-imported users

check login exists when editing user

breadcrumb links; changed navigation a bit in group management tab; updated system admin tab

  1. … 14 more files in changeset.
remove most remaining 'getBlahService' text and use functions in AdminServiceProxy

register server

    • -0
    • +161
    ./org/lamsfoundation/lams/admin/web/RegisterAction.java
  1. … 8 more files in changeset.
bulk import support

    • -0
    • +61
    ./org/lamsfoundation/lams/admin/web/ImportExcelAction.java
    • -0
    • +55
    ./org/lamsfoundation/lams/admin/web/ImportExcelForm.java
    • -0
    • +90
    ./org/lamsfoundation/lams/admin/web/ImportExcelSaveAction.java
  1. … 8 more files in changeset.
admin - managing configuration settings

    • -0
    • +102
    ./org/lamsfoundation/lams/admin/web/ConfigAction.java
  1. … 8 more files in changeset.
sort lists of ExtServerOrgMap and Organisations to display

set "please select" as the first option instead of the last one

*** empty log message ***

    • -0
    • +70
    ./org/lamsfoundation/lams/admin/web/ServerListAction.java
    • -0
    • +146
    ./org/lamsfoundation/lams/admin/web/ServerMaintainAction.java
    • -0
    • +191
    ./org/lamsfoundation/lams/admin/web/ServerSaveAction.java
add comments only

Don't display 'create new group' link if user isn't sysadmin. Switched to service proxy. Added comments.

  1. … 1 more file in changeset.
Gives authorisation error is someone tries to create a new group/course and is not sysadmin; switched to use service proxy

add service proxy class to share spring beans among admin code

fix bug when saving an existing organisation, you wouldn't see any classes in the list of orgs.

add form validation for first name, last name, and email

  1. … 3 more files in changeset.
add error handling

add org name to jsp, removed <col />, add error handling

  1. … 1 more file in changeset.