updatescripts

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-1229: Add a unique key on the activity columns in transition. Somehow we are ending up with duplicate rows in the database, which stops the design being opened. This will stop the bad data being written to the database.

    • -0
    • +7
    ./alter_203_transition.sql
    • -0
    • +16
    ./check_203_upgrade_okay.sql
  1. … 2 more files in changeset.
Missed adding design_version to the update script when we changed the create script

add missing semicolon

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. Changing flag for waiting from boolean to a numeric flag.

    • -0
    • +7
    ./alter_203_learner_progress.sql
  1. … 6 more files in changeset.
Merging RAMS and Edit On Fly changes from branch to the head.

    • -0
    • +20
    ./alter_203_editonfly.sql
  1. … 239 more files in changeset.
Adding RAMS theme and version to the build.

    • -0
    • +4
    ./alter_203_rams_theme.sql
  1. … 18 more files in changeset.
update script for LDEV-1107

Changed update scripts to make them compatible for remote ant call (for updater)

    • -2
    • +2
    ./alter_201_system_tool_user_workspace.sql
missing semi-colon

LI-57: Upgrader needs to update the web.xml and manifest files for learning and monitoring.

    • -0
    • +14
    ./alter_201_tool.sql
  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.

    • -0
    • +22
    ./alter_201_system_tool_user_workspace.sql
  1. … 8 more files in changeset.
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
    ./alter_201_system_tool_user.sql
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
    ./alter_201_theme.sql
  1. … 3 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.

    • -0
    • +22
    ./alter_201_locale_id.sql
  1. … 13 more files in changeset.