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
    ./sql/activity_insert.sql
    • -0
    • +18
    ./sql/library_insert.sql
    • -0
    • +56
    ./sql/test_data_lams_tool_nb.sql
    • -0
    • +50
    ./sql/tool_insert.sql
  1. … 1 more file in changeset.
increased the filename field in attachment table to be varchar(255) instead of varchar(50).

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

  1. … 1 more file in changeset.
uuid is not a mandatory field

renamed to lams_tool_nb.sql

*** empty log message ***

  1. … 2 more files in changeset.
changed the column name from is_online to online_file

change the property isOnline to is_onilne

sql scripts which include the new table "attachments"

new table in db model. attachment which saves information about the files uploaded for online and offline instructions

*** 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

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.

    • -0
    • +208
    ./model/lams_tool_nb.clay
    • -182
    • +0
    ./model/lams_tool_noticeboard.clay
    • -43
    • +11
    ./sql/insert_lams_tool_nb_data.sql
    • -0
    • +28
    ./sql/lams_tool_nb.sql
*** empty log message ***

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