• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
fixing up the formatting for registerAction

    • -55
    • +55
    ./lams/admin/web/RegisterAction.java
LDEV-1416: Sysadmin can now change user's authentication method in admin control panel.

    • -256
    • +252
    ./lams/admin/web/UserAction.java
    • -126
    • +127
    ./lams/admin/web/UserSaveAction.java
  1. … 5 more files in changeset.
LDEV-1919 add tool/db versions to tool management screen; adjusted layout to accomodate extra info

    • -57
    • +82
    ./lams/admin/web/ToolContentListAction.java
  1. … 5 more files in changeset.
LDEV-1495 course checkbox 'course admins can add new users' enables course admins and managers to create as well as edit users.

    • -1
    • +2
    ./lams/admin/web/UserManageAction.java
  1. … 1 more file in changeset.
LDEV-523, LDEV-1527: The tool's help urls need to be modified to include the language code before sending to Flash.

    • -2
    • +12
    ./lams/admin/web/LibraryManageAction.java
    • -2
    • +12
    ./lams/admin/web/ToolContentListAction.java
  1. … 18 more files in changeset.
LDEV-1270 Add spreadsheet import summary and failure statements to the audit log.

    • -6
    • +41
    ./lams/admin/service/ImportService.java
  1. … 2 more files in changeset.
LDEV-1324 Allow group admins/managers to edit group details, but not group permissions; group's status editable by admin/manager when 'canChangeStatusOfCourse' is enabled; refactored organisation related jsps into their own directory.

    • -10
    • +19
    ./lams/admin/web/OrgSaveAction.java
    • -2
    • +7
    ./lams/admin/web/OrganisationAction.java
  1. … 7 more files in changeset.
LDEV-1267 add support for authentication_method_id as well as name in user spreadsheet. tweak logging output.

    • -28
    • +36
    ./lams/admin/service/ImportService.java
LDEV-1298 Apply tablesorter to 'find user' search results. Also tweaked css settings for results table (table headers look more like the old table, don't sort on the 'actions' column)

    • -71
    • +22
    ./lams/admin/web/UserSearchAction.java
  1. … 5 more files in changeset.
LDEV-1323 fix 'show all potential users' link not showing potential users from parent group

LDEV-1323 just putting size argument in label itself.

  1. … 1 more file in changeset.
Refactor admin breadcrumb so that title of a page is separate from the breadcrumb; put more info in orgs and user lists.

    • -66
    • +98
    ./lams/admin/web/OrgManageAction.java
    • -6
    • +31
    ./lams/admin/web/UserManageAction.java
    • -0
    • +97
    ./lams/admin/web/form/OrgManageForm.java
  1. … 32 more files in changeset.
LDEV-1284 add check for when organisation is missing in integration entry; don't add new users to the integration org since there no longer is one. Backported from HEAD.

    • -1
    • +3
    ./lams/admin/web/ServerMaintainAction.java
  1. … 1 more file in changeset.
LDEV-1284 add check for when organisation is missing in integration entry; don't add new users to the integration org since there no longer is one.

    • -1
    • +3
    ./lams/admin/web/ServerMaintainAction.java
  1. … 1 more file in changeset.
merge changes from HEAD to ldap2_0_4 branch for LDEV-1284, making integration organsiations not mandatory (requires alter_206_integration.sql update script to be run)

    • -1
    • +2
    ./lams/admin/web/ServerSaveAction.java
  1. … 3 more files in changeset.
LDEV-1284 integration organisation no longer mandatory; orgid column in lams_ext_server_org_map can be null now.

    • -1
    • +2
    ./lams/admin/web/ServerSaveAction.java
  1. … 3 more files in changeset.
LDEV-1328 fixed group managers and group admins should be able to edit subgroup details

    • -28
    • +54
    ./lams/admin/web/OrganisationAction.java
  1. … 3 more files in changeset.
LDEV-1323 overhaul add/remove user screen which didn't scale well for sysadmins - users added via search field now, with the option to click a link to retrieve all potential users

    • -56
    • +1
    ./lams/admin/web/UserOrgAction.java
    • -0
    • +112
    ./lams/admin/web/action/UserBasicListAction.java
    • -0
    • +109
    ./lams/admin/web/action/UserSearchSingleTermAction.java
  1. … 6 more files in changeset.
LDEV-1301 only called updateItem previously, now calls persist method as well in order to save to database

    • -15
    • +18
    ./lams/admin/web/ConfigAction.java
  1. … 1 more file in changeset.
handle format column being null

LDEV-1301 i18n configuration items, categorise items, add validation

  1. … 12 more files in changeset.
merging changes from ldap2_0_4 branch to HEAD

    • -35
    • +98
    ./lams/admin/web/action/LdapConfigAction.java
  1. … 13 more files in changeset.
count users by using aggregate function count instead of getting all rows and counting the rows

    • -14
    • +3
    ./lams/admin/web/action/LdapConfigAction.java
  1. … 2 more files in changeset.
improve speed of bulk update by running in separate thread (bypass hibernate filter); make sync page refresh every 5 seconds to prevent timeout (and also to detect when bulk update is finished)

    • -9
    • +55
    ./lams/admin/web/action/LdapConfigAction.java
  1. … 2 more files in changeset.
support multiple base DNs; support paged search results from ldap; remove bulk update method from spring's transactions; improve bulk update results report

    • -28
    • +56
    ./lams/admin/web/action/LdapConfigAction.java
  1. … 12 more files in changeset.
merge LangUtil into LanguageUtil

    • -3
    • +3
    ./lams/admin/service/ImportService.java
    • -2
    • +2
    ./lams/admin/web/ServerSaveAction.java
  1. … 5 more files in changeset.
merge LangUtil into LanguageUtil

    • -3
    • +3
    ./lams/admin/service/ImportService.java
    • -2
    • +2
    ./lams/admin/web/ServerSaveAction.java
  1. … 5 more files in changeset.
merge changes from ldap2_0_4 branch back to HEAD

    • -11
    • +5
    ./lams/admin/service/ImportService.java
    • -4
    • +2
    ./lams/admin/web/ServerSaveAction.java
  1. … 11 more files in changeset.
refactor locale related code into new LangUtil class, modify existing calls to use LangUtil methods

    • -19
    • +6
    ./lams/admin/service/ImportService.java
    • -4
    • +2
    ./lams/admin/web/ServerSaveAction.java
  1. … 5 more files in changeset.
merge ldap changes from HEAD to this branch, branched from 2.0.4

    • -2
    • +2
    ./lams/admin/service/ImportService.java
    • -9
    • +9
    ./lams/admin/web/UserOrgRoleSaveAction.java
    • -2
    • +2
    ./lams/admin/web/UserRolesSaveAction.java
    • -32
    • +5
    ./lams/admin/web/UserSaveAction.java
    • -1
    • +1
    ./lams/admin/web/action/LdapConfigAction.java
  1. … 49 more files in changeset.