alter_21_branching.sql

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-2903: remove upgrade sql scripts as now they are done by autopatch

  1. … 18 more files in changeset.
LDEV-2807: Support for MySQL 5.5

  1. … 52 more files in changeset.
Removing lams_support@melcoe.mq.edu.au from the config table as it may be misleading to users, this is the email used by the Forgot Password functionality, and it will retrun undeliverable if someone tries to reply to it.

  1. … 4 more files in changeset.
Some of the configuration items were set to required, when they aren't required in the full build scripts.

LDEV-1598 Added four new configuration items for setting screen sizes of authoring, monitor, learner and system admin.

  1. … 11 more files in changeset.
LDEV-1005 adding missing row to update script, otherwise everyone seems to default to flashless learner.

LDEV-1579: Tools now indicate whether or not they support tool outputs, which allows the authoring client to only list tools that should have conditions.

  1. … 12 more files in changeset.
LDEV-1005: Implementing a non-Flash learner interface

  1. … 51 more files in changeset.
LDEV-1563: Allow sites to set up a custom tab.

  1. … 10 more files in changeset.
LDEV-1473 Updating learner_progress_url for branching and sequence activities (now points to ComplexLearnerProgressAction in lams_monitoring rather than an action in lams_learning)

  1. … 1 more file in changeset.
Missed some of the updates to the system tool table for branching and optional sequences.

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

  1. … 3 more files in changeset.
LDEV-1218: Adding the batch size for the learner progress screen to the monitoring call.

  1. … 5 more files 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.

  1. … 4 more files in changeset.
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.

  1. … 7 more files in changeset.
LDEV-1252 adding new table lams_user_organisation_collapsed; refactored jsps/action/data access to accomodate collapsible courses; added callback servlet UpdateCollapsedGroupServlet.

  1. … 20 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.

  1. … 10 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).

  1. … 13 more files in changeset.
remove LamsHome and FileManagerDir from lams_configuration (wasn't removed during previous updates)

fix typo and add inserts for ldap configs. LDEV-1301, LDEV-1365

LDEV-1301 i18n configuration items, categorise items, add validation

  1. … 12 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. … 2 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. … 4 more files in changeset.
Removing entry_id column that should not have been there.

  1. … 2 more files in changeset.
LDEV-1109: Fixing bugs in the authoring support for tool output based branching and getting the progress engine working. A rough implementation of the condition checking down for one MCQ condition for demonstration purposes. Two new methods added to the tool contract.

  1. … 36 more files in changeset.
LDEV-1109: Implement more of the authoring support for tool output based branching. Added the table to store the conditions designed in authoring and refactored the branch mapping table to support the conditions. Modified the authoring code to expect the new objects from the authoring client.

  1. … 10 more files in changeset.
Changes to support tool output based branching. Work in progress!

  1. … 32 more files in changeset.
LDEV-1134: Branching: Added stopAfterActivity flag to activity, which will allow us to "end" a lesson at the end of the activity. Authoring changes done.

  1. … 9 more files in changeset.
LDEV-1134: Branching: View screen for the class export portfolio. Required refactoring of classes and moving the system tool link to move to an interface.

  1. … 19 more files in changeset.
LDEV-1256: Added admin_url column to tool and system tool tables

  1. … 8 more files in changeset.