Index: lams_tool_dimdim/build.properties =================================================================== RCS file: /usr/local/cvsroot/lams_tool_dimdim/build.properties,v diff -u -r1.4 -r1.5 --- lams_tool_dimdim/build.properties 7 Dec 2016 13:47:23 -0000 1.4 +++ lams_tool_dimdim/build.properties 27 Feb 2017 14:00:07 -0000 1.5 @@ -1,7 +1,7 @@ # Minimum compatible version of server -min.server.version.number=2.0 +min.server.version.number=3.0 signature=laddim10 -tool.version=20080811 +tool.version=20170101 tool.hide=true tool.short.name=dimdim \ No newline at end of file Index: lams_tool_dimdim/db/sql/activity_insert.sql =================================================================== RCS file: /usr/local/cvsroot/lams_tool_dimdim/db/sql/activity_insert.sql,v diff -u -r1.3 -r1.4 --- lams_tool_dimdim/db/sql/activity_insert.sql 7 Dec 2016 13:47:22 -0000 1.3 +++ lams_tool_dimdim/db/sql/activity_insert.sql 27 Feb 2017 14:00:07 -0000 1.4 @@ -1,74 +1,30 @@ INSERT INTO lams_learning_activity ( -activity_ui_id -, description + description , title , help_text -, xcoord -, ycoord -, parent_activity_id -, parent_ui_id , learning_activity_type_id , grouping_support_type_id , apply_grouping_flag -, grouping_id -, grouping_ui_id -, order_id -, define_later_flag -, learning_design_id , learning_library_id , create_date_time -, run_offline_flag -, max_number_of_options -, min_number_of_options -, options_instructions , tool_id -, tool_content_id , activity_category_id -, gate_activity_level_id -, gate_open_flag -, gate_start_time_offset -, gate_end_time_offset , library_activity_ui_image -, create_grouping_id -, create_grouping_ui_id -, library_activity_id , language_file ) VALUES ( -NULL + 'Dimdim Tool' , 'Dimdim Tool' -, 'Dimdim Tool' , 'Put some help text here.' -, NULL -, NULL -, NULL -, NULL , 1 , 2 , 0 -, NULL -, NULL -, NULL -, 0 -, NULL , ${learning_library_id} , NOW() -, 0 -, NULL -, NULL -, NULL , ${tool_id} -, NULL , 2 -, NULL -, NULL -, NULL -, NULL , 'tool/laddim10/images/icon_dimdim.swf' -, NULL -, NULL -, NULL , 'org.lamsfoundation.lams.tool.dimdim.ApplicationResources' -) +) \ No newline at end of file Index: lams_tool_dimdim/db/sql/drop_lams_tool_dimdim.sql =================================================================== RCS file: /usr/local/cvsroot/lams_tool_dimdim/db/sql/Attic/drop_lams_tool_dimdim.sql,v diff -u -r1.1 -r1.2 --- lams_tool_dimdim/db/sql/drop_lams_tool_dimdim.sql 15 Aug 2008 08:42:42 -0000 1.1 +++ lams_tool_dimdim/db/sql/drop_lams_tool_dimdim.sql 27 Feb 2017 14:00:07 -0000 1.2 @@ -1,13 +1,6 @@ --- CVS ID: $Id$ - SET FOREIGN_KEY_CHECKS=0; DROP TABLE IF EXISTS tl_laddim10_user; DROP TABLE IF EXISTS tl_laddim10_attachment; DROP TABLE IF EXISTS tl_laddim10_session; DROP TABLE IF EXISTS tl_laddim10_dimdim; -SET FOREIGN_KEY_CHECKS=1; - - - - - +SET FOREIGN_KEY_CHECKS=1; \ No newline at end of file Index: lams_tool_dimdim/db/sql/tool_insert.sql =================================================================== RCS file: /usr/local/cvsroot/lams_tool_dimdim/db/sql/tool_insert.sql,v diff -u -r1.5 -r1.6 --- lams_tool_dimdim/db/sql/tool_insert.sql 7 Dec 2016 13:47:22 -0000 1.5 +++ lams_tool_dimdim/db/sql/tool_insert.sql 27 Feb 2017 14:00:07 -0000 1.6 @@ -6,8 +6,6 @@ description, tool_identifier, tool_version, -learning_library_id, -default_tool_content_id, valid_flag, grouping_support_type_id, supports_run_offline_flag, @@ -16,9 +14,7 @@ learner_progress_url, author_url, monitor_url, -define_later_url, pedagogical_planner_url, -help_url, language_file, create_date_time, modified_date_time, @@ -32,8 +28,6 @@ 'Dimdim', 'dimdim', '@tool_version@', -NULL, -NULL, 0, 2, 1, @@ -42,9 +36,7 @@ 'tool/laddim10/learning.do?mode=teacher', 'tool/laddim10/authoring.do', 'tool/laddim10/monitoring.do', -NULL, 'tool/laddim10/authoring.do', -NULL, 'org.lamsfoundation.lams.tool.dimdim.ApplicationResources', NOW(), NOW(),