Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-1051 and LDEV-1198: Fixed the break out of frames logic for parallels at the end of a design and inside an optional activity.

    • -3
    • +10
    ./lamsfoundation/lams/lesson/LearnerProgress.java
  1. … 12 more files in changeset.
LDEV-1227: Export failing when the content directory under lams-www/secure had an images directory but no files in the images directory. Wasn't detected the directory as empty (as there was an images directory) but the zip failed as there were no files in the zip file. Now the check for an empty directory checks for empty subdirectories as well.

    • -6
    • +27
    ./lamsfoundation/lams/util/FileUtil.java
Error message of new exception didn't actually include the message of the causing exception.

Merging RAMS and Edit On Fly changes from branch to the head.

    • -0
    • +149
    ./lamsfoundation/lams/learningdesign/SystemGateActivity.java
    • -4
    • +36
    ./lamsfoundation/lams/lesson/Lesson.java
  1. … 225 more files in changeset.
LDEV-1100

Encoded the username component in the userinfo callback url.

JIRA-1174

Moved extCourseId from the 'code' to the 'description' field.

LDEV-167 refactor cleanup file functions (cleansup lamstmp_* as well as lamszip_* files)

    • -0
    • +80
    ./lamsfoundation/lams/util/FileUtil.java
    • -0
    • +67
    ./lamsfoundation/lams/util/TempDirectoryFilter.java
  1. … 1 more file in changeset.
updated authoring, monitoring, wizard to load their library swf's from a common (swf serving) jsp.

  1. … 14 more files in changeset.
LDEV-1152 sql was checking existence of role and organisation membership separately, they should both be in the same UserOrganisationRole

LDEV-1107 extserver classes are created as subgroups, not groups; make extuser a member of the group as well as the subgroup; don't give extusers group manager role as they don't need it, especially in a subgroup

  1. … 1 more file in changeset.
LDEV-1146: Increase login field length to 255. Also increased the workspace folder name to 255 as found that it wasn't long enough for a user with two very long names, while testing the login field changes.

  1. … 8 more files in changeset.
added changePassword=false to default/minimal constructors

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.
add null check to setRolesForUserOrganisation

LDEV-1131: If the user is using a custom stylesheet, export portfolio wasn't copying the images directory for the stylesheet. Changed the export so it now copies the theme's special images (using the new image_directory column in the theme) as well as the default images.

    • -2
    • +8
    ./lamsfoundation/lams/util/CSSThemeUtil.java
  1. … 10 more files in changeset.
fixed export failure on incorrect EARDir key and empty directory

    • -0
    • +16
    ./lamsfoundation/lams/util/FileUtil.java
  1. … 1 more file in changeset.
Fixed bugs with CSS code, which was stopping user themes working. The order was wrong (default came second) and it wasn't handling the login page properly.

    • -22
    • +24
    ./lamsfoundation/lams/util/CSSThemeUtil.java
LDEV-1115: Moving FlashMessage to a local variable, so to make the code more robust.

Deprecate this class since i18n problem.

LDEV-1102 disable Register web service by default, add key check

  1. … 5 more files in changeset.
Change some API for learning library management

    • -0
    • +1
    ./lamsfoundation/lams/commonContext.xml
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. … 13 more files in changeset.
Removed call to decode the redirect URL.

Add new method for executable file check.

    • -1
    • +2
    ./lamsfoundation/lams/util/FileUtil.java
Add new method for executable file check.

    • -0
    • +1
    ./lamsfoundation/lams/util/FileUtil.java
LDEV-1093 ensure group manager has monitor; fix bug when setting monitor for group managers

Add new method for executable file check.

    • -1
    • +39
    ./lamsfoundation/lams/util/FileUtil.java
  1. … 1 more file in changeset.
Small change in FileVaildateUitl: to add new method to give key of ActionMessage.

  1. … 1 more file in changeset.
Just remove some unused import package.

Update validate file size method (for validate.xml use). Add new method for java method validate.