• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Updated version number to RC1

  1. … 39 more files in changeset.
Updated address of FSF in copyright statement

  1. … 571 more files in changeset.
i18n headings

split user action into separate actions for user details and user's roles

    • -0
    • +179
    ./src/java/org/lamsfoundation/lams/admin/web/UserRolesAction.java
update/add various messages

Adding the short parameter to the Date tag, and updating the tags for the FCKEditor and rtl/ltr changes

    • -2
    • +3
    ./web/WEB-INF/tags/AuthoringButton.tag
    • -0
    • +57
    ./web/WEB-INF/tags/FCKEditor.tag
  1. … 15 more files in changeset.
Removed xmlrequest.js. No longer being used.

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

i18n'd audit messages

  1. … 3 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)

fix bug, where 'add/remove users' button only appeared if group had 'canBrowseAllUsers' checked. 'add/remove' is always present now, and 'canBrowseAllUsers' only determines who appears in the list of users to add/remove. see LDEV-662

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.

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

    • -0
    • +31
    ./src/java/org/lamsfoundation/lams/admin/AdminConstants.java
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.

LDEV-551 removed link to delete an organisation

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

Fix LDEV-569: removed parentName from javascript link so that link isn't broken when parentName contains certain non-alphanumeric chars

sysadmin can disable/enable users

    • -0
    • +43
    ./web/disabledusers.jsp
when adding existing user to a subgroup, user is automatically added to group with same roles.

assorted new messages/labels

Moved remove user business logic to the service.

add 1 new message; change errors headers to take less space

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