Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
adding branch activity to sequence - basic model/dto changes and packet handling

  1. … 9 more files in changeset.
needed to add an extra row to lams_learning_activity_type for the edit on the fly to work

    • -0
    • +1
    ./updatescripts/alter_203_editonfly.sql
Updating version numbers for LAMS 2.0.3, RAMS 0.8.1 (Still 1.0 beta!)

[LDEV-1229] Add unique index on transitions

For the 2.0.3 updater, existing duplicate rows need to be deleted from the lams_learning_transition table, this SQL code has been added to the alter_203_transition.sql

    • -1
    • +17
    ./updatescripts/alter_203_transition.sql
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
    ./updatescripts/alter_203_transition.sql
    • -0
    • +16
    ./updatescripts/check_203_upgrade_okay.sql
  1. … 1 more file in changeset.
Missed adding design_version to the update script when we changed the create script

    • -0
    • +1
    ./updatescripts/alter_203_editonfly.sql
add missing semicolon

    • -1
    • +1
    ./updatescripts/alter_203_editonfly.sql
Previous version checked in in error - contains my own local values.

Checked in in error

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
    • +48
    ./lams_learning_design.sql
    • -0
    • +7
    ./updatescripts/alter_203_learner_progress.sql
  1. … 1 more file in changeset.
Fixed version string - missing "Beta"

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

    • -11
    • +13
    ./insert_rams_windows_config_data.sql
    • -0
    • +20
    ./updatescripts/alter_203_editonfly.sql
  1. … 233 more files in changeset.
Checked in the wrong values for the server url and the jboss directory.

Adding RAMS theme and version to the build.

    • -0
    • +32
    ./insert_lams_unix_config_data.sql
    • -0
    • +295
    ./insert_lams_users.sql
    • -0
    • +32
    ./insert_lams_windows_config_data.sql
    • -0
    • +32
    ./insert_rams_unix_config_data.sql
    • -0
    • +170
    ./insert_rams_users.sql
    • -0
    • +32
    ./insert_rams_windows_config_data.sql
    • -0
    • +4
    ./updatescripts/alter_203_rams_theme.sql
  1. … 9 more files in changeset.
Fix problem with database name always being lams instead of the one specified in the db.name var

  1. … 1 more file in changeset.
LDEV-1176: Update the release to 2.0.2

Updated DictionaryDate for the 2.0.1 release

Updated release number to 2.0.1, ready for the release next week.

make the 'moodle test' organisation have type=course and state=hidden, by default - for LDEV-1107

update script for LDEV-1107

    • -0
    • +58
    ./updatescripts/alter_201_ext.sql
Changed update scripts to make them compatible for remote ant call (for updater)

    • -3
    • +3
    ./updatescripts/alter_201_locale_id.sql
    • -2
    • +2
    ./updatescripts/alter_201_system_tool_user_workspace.sql
Marking version as 2.0.1b

missing semi-colon

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

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

    • -16
    • +0
    ./updatescripts/alter_201_system_tool_user.sql
    • -0
    • +22
    ./updatescripts/alter_201_system_tool_user_workspace.sql
  1. … 6 more files in changeset.
Add a new column to user to indicate that the user needs to change their password.

  1. … 1 more file 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
    ./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

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
    ./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. … 12 more files in changeset.