• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Removing LAMS from titles, updating FCKEditor to remove lams from the path and to stop file uploads on the maintain jsp page.

  1. … 2 more files in changeset.
LDEV-1212 - remove EARDir path from static/final variable so EARDir changes are registered on the fly

removing Configuration.get(EARDir) from static final file paths

news_page_path shouldn't be static final if it includes 'Configuration.get(EARDir)', since a sysadmin may need to change value of EARDir

login_page_path shouldn't be static final if it includes 'Configuration.get(EARDir)', since a sysadmin may need to change value of EARDir; show error if can't write to login.jsp based on path in EARDir

    • -12
    • +33
    ./org/lamsfoundation/lams/admin/web/ConfigAction.java
  1. … 3 more files in changeset.
configure shibboleth attribute header names in lams_configuration table

  1. … 6 more files in changeset.
LDEV-167 new screen for sysadmins for cleaning up temp files

  1. … 4 more files in changeset.
Merging 2.0.1 changes from the HEAD

  1. … 165 more files in changeset.
Merged 2.0.1 release changes from HEAD.

  1. … 190 more files in changeset.
LDEV-1145 sort org beans alphabetically

send extra 'no. of sessions' attribute to jsp, doesn't cause javascript warnings like before

handle v1 user with no orgrights without causing null exception, even though a v1 user should always have at least 1 orgright

use change_password field in user table to show user 'password change' screen instead of index page when they login

  1. … 4 more files in changeset.
change SpreadsheetService to ImportService; adjust jsp display

    • -0
    • +699
    ./org/lamsfoundation/lams/admin/service/ImportService.java
  1. … 6 more files in changeset.
change imported passwords to sha1(login) instead of v1's md5 password; fix null bug

LDEV-1089 import v1 users and orgs

    • -0
    • +58
    ./org/lamsfoundation/lams/admin/web/action/ImportV1Action.java
    • -0
    • +59
    ./org/lamsfoundation/lams/admin/web/dto/V1OrgRightDTO.java
    • -0
    • +78
    ./org/lamsfoundation/lams/admin/web/dto/V1OrganisationDTO.java
    • -0
    • +134
    ./org/lamsfoundation/lams/admin/web/dto/V1UserDTO.java
    • -0
    • +55
    ./org/lamsfoundation/lams/admin/web/form/ImportV1Form.java
  1. … 8 more files in changeset.
LDEV-1107 use course type orgs not root type

Finally version for learning library management.

  1. … 3 more files in changeset.
Add learning library management

    • -0
    • +129
    ./org/lamsfoundation/lams/admin/web/LibraryManageAction.java
  1. … 8 more files in changeset.
LDEV-1098: Increased size of locale_id field so that it will take more than 127 rows in the database. Matching java field is now an Integer, not a Byte.

  1. … 11 more files in changeset.
forgot to set user's create date and disabled=false

LDEV-1082 allow users to be added to more than one org at a time via spreadsheet; refactored to spreadsheet service

    • -0
    • +563
    ./org/lamsfoundation/lams/admin/service/SpreadsheetService.java
  1. … 4 more files in changeset.
updated register server page

  1. … 5 more files in changeset.
fixed stats on register server page

  1. … 5 more files in changeset.
remove unused imports

LDEV-987 split search results into pages

  1. … 3 more files in changeset.
fix import users being able to assign invalid roles for a particular orgType

  1. … 3 more files in changeset.
set archived_date when organisation becomes archived

  1. … 3 more files in changeset.
change 'course admin/manager' in db to 'group admin/manager' so users don't have to say 'course admin/manager' when specifying roles in a spreadsheet ('course' replaced by 'group').

  1. … 10 more files in changeset.
return error when encounter invalid role name