lams_admin

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added id="authoringButton" to p element containing buttons. This is need by tool in order so set the visibility when a drop down window is present.

    • -1
    • +1
    ./web/WEB-INF/tags/AuthoringButton.tag
  1. … 14 more files in changeset.
Added "copy-tags" to the build to make it easier to update the tags. Updated the jsp pages to support stripes and the separate learner stylesheet.

  1. … 263 more files in changeset.
Don't display 'create new group' link if user isn't sysadmin. Switched to service proxy. Added comments.

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

Changing Staff to Monitor

LDEV-745 update roles to use message resources

updated roles labels

role tag to display role names in format understood by message resources' key format

  1. … 1 more file in changeset.
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. … 2 more files in changeset.
add error handling

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

removed <col /> tag as it only worked in IE

  1. … 3 more files in changeset.
LDEV-736 removed # column and labelled 'actions' column

LDEV-729 remove number column from list

Updated version number to RC1

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

  1. … 1378 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. … 13 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