• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
fixed unlock problem for edit on the fly mode + created common canvas view file for CanvasView and MonitorTabView

  1. … 5 more files 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
    • +1
    ./db/sql/insert_windows_config_data.sql
    • -0
    • +22
    ./db/sql/updatescripts/alter_201_system_tool_user_workspace.sql
added changePassword=false to default/minimal constructors

fix mistake where change_password had 'not-null=true'

Updated author validation on read-only activities and transitions in Edit-on-the-Fly mode. Read only field is set when activity is attempted (ProgressEngine).

  1. … 8 more files in changeset.
made authoring (edit-on-fly) popup out of monitor (temp.) + authoring changes for edit mode (loading design to edit on startup) + canvas view changes (lesson name lip) + backend java changes for setting up edit locks for LD

  1. … 21 more files in changeset.
Updating Welsh

    • -2
    • +2
    ./conf/language/ApplicationResources_cy_GB.properties
  1. … 3 more files in changeset.
use change_password field in user table to show user 'password change' screen instead of index page when they login

  1. … 3 more files in changeset.
Add a new column to user to indicate that the user needs to change their password.

Change the grouping screen in learner progress to not have a finish button - required a change to the url for learner progress.

Add a new column to user to indicate that the user needs to change their password.

    • -0
    • +16
    ./db/sql/updatescripts/alter_201_system_tool_user.sql
Change the grouping screen in learner progress to not have a finish button - required a change to the url for learner progress

layout manager controls display/control of components in movie - correct display achieved for edit-on-fly mode with altered toolbar

  1. … 8 more files in changeset.
add null check to setRolesForUserOrganisation

file ILayoutManager.as was initially added on branch editonfly_branching.

file LFLayoutManager.as was initially added on branch editonfly_branching.

file LFLayoutItem.as was initially added on branch editonfly_branching.

file LFLayout.as was initially added on branch editonfly_branching.

added layout manager functionality

  1. … 8 more files in changeset.
model changes for edit-on-the-fly

  1. … 7 more files in changeset.
Updating Spanish

    • -16
    • +16
    ./conf/language/ApplicationResources_es_ES.properties
  1. … 7 more files in changeset.
file lams_learning_design.sql was initially added on branch editonfly_branching.

    • -0
    • +0
    ./db/sql/lams_learning_design.sql
LDEV-1110: New columns required for edit on fly - added read only to activity, edit override and edit override user to learning design.

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.

    • -0
    • +16
    ./db/sql/updatescripts/alter_201_theme.sql
  1. … 3 more files in changeset.
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.

  1. … 5 more files in changeset.
Fixing theme issues

fixed export failure on incorrect EARDir key and empty directory

  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.

Wrong varibale, caused null ptr exception.

Adding a catch for the login page - when no user theme can be found, use the server default theme.

Reordered themes, so that default comes first. Then default will be listed first in the HTML.