• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-1257: Added support for Groups to be created in authoring (so that the names can be entered) and the mapping table to map groups to a sequence activity (ala branch) for a Group based branching activity.

  1. … 18 more files in changeset.
merge with lams2_0_3 tag on HEAD

  1. … 129 more files in changeset.
LDEV-1229: Add a unique key on the activity columns in transition. Somehow we are ending up with duplicate rows in the database, which stops the design being opened. This will stop the bad data being written to the database.

  1. … 3 more files in changeset.
LDEV-1051 and LDEV-1198: Fixed the break out of frames logic for parallels at the end of a design and inside an optional activity. Changing flag for waiting from boolean to a numeric flag.

  1. … 6 more files in changeset.
Merging RAMS and Edit On Fly changes from branch to the head.

  1. … 7 more files in changeset.
Adding initialise field, so we can tell which activities get added during the live edit.

  1. … 6 more files in changeset.
Added a hibernate version field to the learning design. This allows the Flash progress bar in learner to work out whether or not to get a new design. When edit on the fly is done, the design is changed and hence the new design will need to be displayed next time the learner completes an activity.

  1. … 1 more file in changeset.
Merging 2.0.1 changes from the HEAD

  1. … 42 more files in changeset.
Merged 2.0.1 release changes from HEAD.

  1. … 130 more files in changeset.
LI-57: Upgrader needs to update the web.xml and manifest files for learning and monitoring.

  1. … 5 more files in changeset.
Added version and lockedForEdit fields, which will be used to stop the learner's progressing while the stop gates are added, for edit on the fly.

  1. … 4 more files in changeset.
LDEV-1146: Increase login field length to 255. Also increased the workspace folder name to 255 as found that it wasn't long enough for a user with two very long names, while testing the login field changes.

  1. … 9 more files in changeset.
Add a new column to user to indicate that the user needs to change their password.

  1. … 1 more file in changeset.
LDEV-1110: New columns required for edit on fly - added read only to activity, edit override and edit override user to learning design.

  1. … 6 more files in changeset.
LDEV-1131: If the user is using a custom stylesheet, export portfolio wasn't copying the images directory for the stylesheet. Changed the export so it now copies the theme's special images (using the new image_directory column in the theme) as well as the default images.

  1. … 13 more files in changeset.
Missed changing column type in organisation and user tables in the db model when I updated the locale table.

LDEV-1098: Increased size of locale_id field so that it will take more than 127 rows in the database. Matching java field is now an Integer, not a Byte.

  1. … 13 more files in changeset.
Adding an archived date to lams_organisation

  1. … 1 more file in changeset.
Adding a flag to control whether or not the export portfolio button appears on the learner client. Includes a change to the lesson table in the database and adding the new field to the LessonDetailsDTO.

  1. … 4 more files in changeset.
Moving the configuration details into the database.

  1. … 4 more files in changeset.
Added created by field to organisation.

Added help url column to tool.

Started to record user id against entries in content repository - not yet completed.

  1. … 2 more files in changeset.
Changed the columns in lams_wkspc_wkspc_folder to allow nulls. When hibernate is removing the related workspace objects, it seems determined to set these fields to null before deleting.

Added postcode and portrait uuid fields

  1. … 1 more file in changeset.
Added country code to all locales

  1. … 67 more files in changeset.
table name length audit + changed table names with length greater than 30 + updated changed table references in the code (LDEV-47)

  1. … 9 more files in changeset.
Clay model had wrong foriegn keys for organisation (mouse errors while updating), leading to bad foriegn keys in the script. The new locale foriegn key missing in the user script.

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