Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-1488: Demo was missing the system_tool_id for 90 grouping activities. This script fixes this problelm - how it arose is unknown.

    • -0
    • +6
    ./updatescripts/alter_21_fixgroupings.sql
Missed some of the updates to the system tool table for branching and optional sequences.

    • -7
    • +16
    ./updatescripts/alter_21_branching.sql
Preparing for 2.1 Beta Release - Updated dictionary date.

Preparing for 2.1 Beta Release

LDEV-1284 integration organisation no longer mandatory; marking file as ascii, not binary

LDEV-1284 integration organisation no longer mandatory; orgid column in lams_ext_server_org_map can be null now.

    • -0
    • +3
    ./updatescripts/alter_21_branching.sql
  1. … 3 more files in changeset.
LDEV-1218: Adding the batch size for the learner progress screen to the monitoring call.

    • -1
    • +2
    ./updatescripts/alter_21_branching.sql
  1. … 1 more file in changeset.
LDEV-1301: Changing some of the I18N labels for the configuration screen to reuse existing labels. Removed the LearnerProgressBatchSize as we aren't using it for the Learner Progress screen after all.

    • -22
    • +19
    ./insert_lams_unix_config_data.sql
    • -22
    • +19
    ./insert_lams_windows_config_data.sql
    • -23
    • +20
    ./insert_rams_unix_config_data.sql
    • -22
    • +19
    ./insert_rams_windows_config_data.sql
    • -50
    • +124
    ./updatescripts/alter_21_branching.sql
LDEV-1285: Adding a new Activity type "Options With Sequences" so the Flash will know whether to expect sequences or not. The type is stored in the database otherwise we won't know which type it will be if the user saves the Optional without any child activities. The back end treats all Optional activities the same.

    • -0
    • +2
    ./updatescripts/alter_21_branching.sql
  1. … 6 more files in changeset.
fix missing semi-colon

    • -1
    • +1
    ./updatescripts/Alter21Integration.java
removing accidental commit

    • -10
    • +0
    ./lams_user_organisation_collapsed.sql
LDEV-1252 adding new table lams_user_organisation_collapsed; refactored jsps/action/data access to accomodate collapsible courses; added callback servlet UpdateCollapsedGroupServlet.

    • -0
    • +10
    ./lams_user_organisation_collapsed.sql
    • -1
    • +10
    ./updatescripts/alter_21_branching.sql
  1. … 18 more files in changeset.
LDEV-1278: Adding calls that allow the sending of learner progress records in batches. This requires specific HQL to lookup the records, and a new entry (for the size of the batches) in the configuration table.

    • -0
    • +1
    ./updatescripts/alter_21_branching.sql
  1. … 6 more files in changeset.
LDEV-1251, LDEV-1064. Refactored the way lessons are retrieved for the index page (fixed LDEV-1064); added interface 1.2 (jquery extension), allowing sorting of lessons via drag and drop (LDEV-1251); added ordered_lesson_ids column to lams_organisation (LDEV-1251).

    • -0
    • +3
    ./updatescripts/alter_21_branching.sql
  1. … 12 more files in changeset.
remove LamsHome and FileManagerDir from lams_configuration (wasn't removed during previous updates)

    • -0
    • +4
    ./updatescripts/alter_21_branching.sql
LDEV-1375: Adding a page for sequence activities for class export portfolio. This requires setting it up as a system tool so that we have a url for the export portfolio.

  1. … 3 more files in changeset.
fix typo and add inserts for ldap configs. LDEV-1301, LDEV-1365

    • -39
    • +38
    ./updatescripts/alter_21_branching.sql
LDEV-1301 i18n configuration items, categorise items, add validation

    • -71
    • +212
    ./insert_lams_unix_config_data.sql
    • -71
    • +212
    ./insert_lams_windows_config_data.sql
    • -34
    • +212
    ./insert_rams_unix_config_data.sql
    • -34
    • +212
    ./insert_rams_windows_config_data.sql
    • -46
    • +71
    ./updatescripts/alter_21_branching.sql
  1. … 8 more files in changeset.
LDEV-1348: Tweaking the db handling of branch activity mappings. If a user deletes and then readds an identical mapping for grouped based branching, we get a new entry created and the old entry deleted. Can't guarantee what order Hibernate will persist the changes to the db, so e can't have a unique key on group/sequence on the table.

    • -1
    • +0
    ./updatescripts/alter_21_branching.sql
  1. … 1 more file in changeset.
LDEV-1284: set run sequences folder's parent folder id, and append 'Run Sequences' to its name, clarified comments.

    • -6
    • +24
    ./updatescripts/Alter21Integration.java
LDEV-1280: Implementing assign groups to branch in monitor screen (for define later). Split the current branching activity into three - one for each type of branching. Also moved the UTF-8 ajax fix to a common class in lams.jar so it can be used for all AJAX calls if desired.

  1. … 10 more files in changeset.
merging changes from ldap2_0_4 branch to HEAD

  1. … 11 more files in changeset.
LDEV-1301: Added new fields to the configuration items, to support the I18N of descriptions and heading on the page, along with some basic validation.

    • -1
    • +53
    ./updatescripts/alter_21_branching.sql
  1. … 3 more files in changeset.
forgot to increment some ids

adding ms_MY locale and malay/malay user

LDEV-1284 change integration classes to courses (also creates workspace/folders)

    • -0
    • +180
    ./updatescripts/Alter21Integration.java
merge changes from ldap2_0_4 branch back to HEAD

  1. … 4 more files in changeset.
merge changes from ldap2_0_4 branch back to HEAD

    • -1
    • +10
    ./insert_lams_windows_config_data.sql
    • -0
    • +37
    ./updatescripts/alter_205_ldap.sql
  1. … 12 more files in changeset.
adding ja_JP locale and china/china, japanese/japanese users to shaun script. locale's description isn't localised to Japanese though.

add boolean config option LDAPEncryptPasswordFromBrowser - allows admin to turn off sha1'ing of password in javascript

  1. … 3 more files in changeset.