Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Adding support for LAMS 1.0.2 import. Includes a table to map the old tool types to our new tool signatures. Can import a sequence with tool tasks, no grouping and no data.

  1. … 14 more files in changeset.
Renamed variable for consistency.

  1. … 2 more files in changeset.
Added new field create_date and update_date

  1. … 1 more file in changeset.
Changed entry field to use text rather than varchar

  1. … 3 more files in changeset.
Changed the name of the licensing and all the LAMS Recommended license. Also we will use the license_id to sort the display licenses when presented in authoring (so re-ordered them appropriately

Renamed Journal to Notebook. The Notebook is accessed via coreNotebookService

    • -0
    • +2
    ./create_notebook_tables.sql
    • -0
    • +2
    ./notebook_table-schema.sql
  1. … 14 more files in changeset.
Added Journal Service.

    • -0
    • +2
    ./create_journal_tables.sql
    • -0
    • +2
    ./journal_table-schema.sql
  1. … 9 more files in changeset.
change lamskh01 country from 'nz' to 'au' (nz not currently in supported_locale)

change 'null' to null

set country to null for some orgs

Added the "course admin can do blah" fields

  1. … 3 more files in changeset.
remove unsupported countries

reverted to previous version, to be synchronized with the list in lams community website

add/modify some data

Adding a combined language/country supported locale table

    • -0
    • +13
    ./lams_supported_locale.sql
  1. … 4 more files in changeset.
Genericising the relationship between folders and workspaces - now one folder can be in many workspaces. Problem with the code though - when run from junit the relationship is set up okay, but when run in JBOSS the lams_workspace_workspace_folder records are not created.

  1. … 19 more files in changeset.
Implementing gate and grouping screens for export portfolio.

  1. … 41 more files in changeset.
sha1 passwords for shaun users

    • -0
    • +1
    ./shaun/sha1_shaun_user_password.sql
sha1 password

  1. … 1 more file in changeset.
insert locale_language and locale_country into lams_organisation table

Adding unarchive functionality.

  1. … 11 more files in changeset.
insert data lams_privilege, lams_role_privilege tables modified data in lams_role table

Implementation of jsp based chosen grouping, with the appropriate screen in monitoring.

  1. … 15 more files in changeset.
add commas between the common values to fix the sql syntax error. Sorry about the build failures

insert some data into lams_country and lams_language

Added lams_language and lams_country tables

Enforce uniqueness of lesson/user id relationship in learner progress table. Ensures that the query based on lesson, user id will only return one row.

  1. … 1 more file in changeset.
Fixed typo in name

Updated users so that all are staff - now mmm should appear on the staff list in the wizard.

Adding organisation status

  1. … 1 more file in changeset.