Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Removed redundant language and country tables - now just use the supported locale tables.

  1. … 20 more files in changeset.
Attempted to translate some of the language names

Remove unused lesson columns in Learning Design table

  1. … 9 more files in changeset.
Added programatically controlled join class for the many-to-many relationship between workspace and workspace folder. Just can't seem to get Hibernate to create the record when we do it using Hibernate's many-to-many.

This should fix the problem with the folder for a new organisation not appearing in the authoring module.

  1. … 11 more files in changeset.
Added Dutch to the list of supported locales

Added accidently - temporary file used to create this table.

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