Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
*** empty log message ***

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.
Updated address of FSF in copyright statement

  1. … 1378 more files in changeset.
split user action into separate actions for user details and user's roles

  1. … 6 more files in changeset.
read/write news.html with UTF-8 charset

i18n'd audit messages

  1. … 4 more files in changeset.
LDEV-661 switch to StringUtils.equals to handle null values; i18n'd audit messages

change role saving to use service method - also creates workspace for author if for some reason the user doesn't have one. (LDEV-668)

LDEV-662: courseAdminCanAddNewUsers and courseAdminCanBrowseAllUsers are now 1-1 with the 'create new user' and 'add/remove users' buttons. Used to need the canAddNewUsers permission before admin/manager would see the 'add/remove users' button.

  1. … 1 more file in changeset.
fix logic bug

LDEV-660: allow course managers/admins to view their courses (groups) using the group management link

  1. … 1 more file in changeset.
audit entries for user/organisation management

fix bug where sysadmin could add userOrganisation rows to the same org indefinitely because the userOrganisations were not being added to organisation's attached Set.

tried to clarify some debug messages

change memberOfParent boolean to be true when parent is the root organisation. don't want to automatically add users to the root organisation, only standard parent groups.

LDEV-551 commented out 'remove' method as organisations won't actually be deleted from database, just flagged as removed.

automatically set user's flash/html themes to server default

sysadmin can disable/enable users

  1. … 2 more files in changeset.
when adding existing user to a subgroup, user is automatically added to group with same roles.

  1. … 1 more file in changeset.
Moved remove user business logic to the service.

add error handling for when user is not a member of any organisation; fix forward-path when errors found in form

don't return disabled users in search results

add error handling for when user is not a member of any organisation