Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Removed '/lams' from the image urls as per Dave's request. He will include the 'lams' bit.

  1. … 3 more files in changeset.
added test data so that users can run the examples on the noticeboard starter page

changed the url from /tool/.../ to /lams/tool/...

Add the new tool identifier and version fields.

*** empty log message ***

  1. … 1 more file in changeset.
the userId field is no longer specified to be unique. "UNIQUE" keyword removed from create statement

removed the columns offline_instructions and online_instructions to suit the new table structure

removed the dbname when creating / dropping tables

*** empty log message ***

    • -0
    • +84
    ./activity_insert.sql
    • -0
    • +18
    ./library_insert.sql
    • -0
    • +56
    ./test_data_lams_tool_nb.sql
  1. … 1 more file in changeset.
increased the filename field in attachment table to be varchar(255) instead of varchar(50).

  1. … 2 more files in changeset.
uuid is now a mandatory field

  1. … 1 more file in changeset.
renamed to lams_tool_nb.sql

*** empty log message ***

  1. … 2 more files in changeset.
sql scripts which include the new table "attachments"

*** empty log message ***

  1. … 7 more files in changeset.
new db model includes a user table, used for monitoring to get statistics for the users of noticeboard activity

  1. … 1 more file in changeset.
Database model has changed to account for the unique identifier field uid, present in both content and session table. The corresponding sql scripts have been updated to reflect this change as well.

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

    • -0
    • +25
    ./create_lams_tool_nb.sql
    • -0
    • +4
    ./drop_lams_tool_nb.sql
    • -0
    • +32
    ./init_lams_tool_nb.sql
    • -0
    • +71
    ./insert_lams_tool_nb_data.sql
    • -0
    • +26
    ./lams_tool_noticeboard.sql
  1. … 122 more files in changeset.