create_lams_11_tables.sql

  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4180: change table and fields name from TEXT to text as in unix these aren't the same

LDEV-4180: Add missing tables.

LDEV-3147 Get rid of 'supports_run_offline_flag' and 'define_later_url' columns from lams_tool table

  1. … 31 more files in changeset.
LDEV-4180: Remove help_text from lams_learning_activity as it is taken from i18n files anyway.

  1. … 9 more files in changeset.
LDEV-4180: Remove help_text from lams_learning_activity as it is take from i18n files anyway.

  1. … 28 more files in changeset.
LDEV-4180: Make DB patches produce up-to-date structure during build instead of applying multiple patches.

Get rid of unnecessary tables and keys.

Modify boolean columns to tinyint(1)

Simplify patches where possible.

    • -377
    • +678
    ./create_lams_11_tables.sql
  1. … 223 more files in changeset.
LDEV-2903: Delete lams_lesson_learner table.

  1. … 2 more files in changeset.
LDEV-2903: Delete lams_lesson_learner table.

  1. … 3 more files in changeset.
LDEV-3319: update create_lams_11_tables.sql to create 'patches' table with compound primary key.

LDEV-2829: reverting sql entries as they are now done by autopatch instead

LDEV-2829 Lesson intro page

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

  1. … 41 more files in changeset.
SIF-10, LDEV-2782: Remove unused release_date column from lams_lesson.

  1. … 2 more files in changeset.
LDEV-2782: Rename table with lesson condtions for better reflection of its function.

Add icon and thickbox on Index page, showing release conditions of given lesson.

Allow removing conditions.

  1. … 15 more files in changeset.
LDEV-2782: Add backend code for conditional release of lessons.

Prevent learners from accessing unreleased lessons.

Inform learners of unlocked lessons after completing preceding lessons.

  1. … 14 more files in changeset.
LDEV-2560: Add information about LearningDesign original author.

Imported LD will have original author set to the importing user.

  1. … 10 more files in changeset.
WVI-15 Email Notifications

*merge from lams2_3_release

  1. … 32 more files in changeset.
WVI-14 adding Lesson time limits feature

*merge from lams2_3_release

  1. … 24 more files in changeset.
WVI-15 Add ability for monitors to email students based on selected criteria

  1. … 19 more files in changeset.
WVI-14 adding Lesson time limits feature

  1. … 25 more files in changeset.
LDEV-2704: updating creation table scripts

LDEV-2704: updating creation table scripts

LDEV-2642, LDEV-2646: Extend access control for Planner nodes.

Add a node's owner field.

Fix exporting/importing nodes.

Upgrade XStream from 1.1 to 1.1.3.

  1. … 11 more files in changeset.
LDEV-2646: Allow access control for viewing/editing a copy/original template in Planner nodes for Teachers.

Swap collapse/expand arrows - it seems more right now.

Some clean up - move PlannerActivityMetadata to a proper packet, change some labels etc.

  1. … 20 more files in changeset.
LDEV-2642, LDEV-2616:

Move Planner activity metadata (hidden, collapsed, expanded) to a separate table, as it may grow in the future and we don't want to make ToolActivity too complex.

Move Editing Advice content from Online Instructions in activities to the metadata table.

Allow editing the Editing Advice straight from the planner. Use jquery_ui instead of cluetip (dispose the last one completely).

While creating a node, the Learning Design is imported just once from ZIP into DB, instead of importing it each time someone opens it in Planner. This allows less unnecessary copies of the LD and allows easier modfication of the original design.

Change the way a Teacher gets a copy of the design. When opening the template in Planner, a copy is made in common folder ("Planner preview"). When the user saves the design, the same copy is *moved* to user's folder, rather than copying it again. Futhermore, each subsequent save modifies the same LD rather than making another copy.

  1. … 19 more files in changeset.
LDEV-2614: Added expand activity button.

Collapse/expand activity state is now stored on "Save as Sequence" action.

  1. … 8 more files in changeset.
LDEV-2550 Developed new event logging mechanism

*merge from lams2_3_release

  1. … 18 more files in changeset.
LDEV-2544 Default Timezones

*merge from lams2_3_release

  1. … 35 more files in changeset.
LDEV-2544 Default Timezones

*added ability to change server timezone

  1. … 20 more files in changeset.
SIF-10 Forgot to add the sql build script change