lams_11.clay

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. … 34 more files in changeset.
Remove unused lesson columns in Learning Design table

  1. … 10 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. … 12 more files in changeset.
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. … 15 more files in changeset.
Added the "course admin can do blah" fields

  1. … 3 more files in changeset.
Adding a combined language/country supported locale table

  1. … 7 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. … 33 more files in changeset.
Implementing gate and grouping screens for export portfolio.

  1. … 42 more files in changeset.
Adding unarchive functionality.

  1. … 12 more files in changeset.
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.
Adding organisation status

  1. … 3 more files in changeset.
Adding new org columns and the privilege tables

  1. … 2 more files in changeset.
Adding a run sequence folder to a course's workspace. Fixing bugs in authoring relating to grouped activities.

  1. … 16 more files in changeset.
Changing organisation structure to a simple root, course, class structure.

  1. … 37 more files in changeset.
Moving gate and group url support to a lams_system_tool table - the first "inch" towards making these pluggable tools in a later version of LAMS.

  1. … 20 more files in changeset.
Added chat id to the user table (for the jabber id)

  1. … 5 more files in changeset.
For 1.1 we will have separate theme definitions - Flash will use a handcoded XML file and HTML (jsps) will use a handcoded css file. As these two may not be in sync, we need two entries in the user table to link to themes. The db has been changed to have two entries but none of the java code is changed to match yet.

  1. … 3 more files in changeset.
Remove nv_id in lams_cr_node table.

  1. … 2 more files in changeset.
Split learner and export urls (in Tool) to have separate urls for teacher, learner and authoring modes. Added language file columns to activity and tool - this will be used to internationalise the activity and tool name and descriptions that are currently in the database.

  1. … 35 more files in changeset.
upgrade for MySQL5.x

  1. … 2 more files in changeset.
Persist toolSessionName.

  1. … 3 more files in changeset.
Add group name.

  1. … 11 more files in changeset.
Changed name of parentLearningDesign to originalLearningDesign. This field links the lesson version of a design back to its original design, but the parent name suggests that the parent learning design contains the child learning design (this is the meaning in the activity table) so the name was changed.

  1. … 9 more files in changeset.
Added new column for the default run sequence folder for a workspace.

Added initial Theme support

  1. … 13 more files in changeset.
Changed name of constraints - sometimes causes problems with creating the database.

  1. … 2 more files in changeset.
*** empty log message ***

  1. … 33 more files in changeset.
DB Changes: lams_tool: columns learning_library_id and default_tool_content_id made nullable (C Perfect's request). lams_user: column user_organisation_id removed (checked with F Yang)

  1. … 4 more files in changeset.
Modified table lams_workspace: made root_folder_id nullable

  1. … 1 more file in changeset.
added table lams_log_event_type added table lams_log_event (includes fk to lams_log_event_type) modified table lams_tool: added create_date_time modified insert_types_data.sql: added values for lasm_log_event_type

  1. … 3 more files in changeset.