Index: lams_tool_vote/build.properties =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/build.properties,v diff -u -r1.12 -r1.13 --- lams_tool_vote/build.properties 10 Jan 2008 23:16:49 -0000 1.12 +++ lams_tool_vote/build.properties 26 Mar 2008 04:08:57 -0000 1.13 @@ -4,7 +4,7 @@ signature=lavote11 #project version -tool.version=20080108 +tool.version=20080326 # hide tool option hideTool=false Index: lams_tool_vote/conf/hibernate/mappings/org/lamsfoundation/lams/tool/vote/VoteContent.hbm.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/conf/hibernate/mappings/org/lamsfoundation/lams/tool/vote/Attic/VoteContent.hbm.xml,v diff -u -r1.8 -r1.9 --- lams_tool_vote/conf/hibernate/mappings/org/lamsfoundation/lams/tool/vote/VoteContent.hbm.xml 8 Nov 2006 22:07:04 -0000 1.8 +++ lams_tool_vote/conf/hibernate/mappings/org/lamsfoundation/lams/tool/vote/VoteContent.hbm.xml 26 Mar 2008 04:08:22 -0000 1.9 @@ -151,7 +151,15 @@ length="5" /> + + - - -Voting Tool for Lams 1.1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-
-
-
+ + + +Voting Tool for Lams 1.1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+
Index: lams_tool_vote/db/sql/create_lams_tool_vote.sql =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/db/sql/create_lams_tool_vote.sql,v diff -u -r1.24 -r1.25 --- lams_tool_vote/db/sql/create_lams_tool_vote.sql 8 Jan 2008 01:32:12 -0000 1.24 +++ lams_tool_vote/db/sql/create_lams_tool_vote.sql 26 Mar 2008 04:08:39 -0000 1.25 @@ -17,6 +17,7 @@ , lock_on_finish TINYINT(1) NOT NULL DEFAULT 1 , retries TINYINT(1) NOT NULL DEFAULT 0 , reflectionSubject TEXT + , show_results TINYINT(1) NOT NULL DEFAULT 1 , PRIMARY KEY (uid) )TYPE=InnoDB; Fisheye: Tag 1.4 refers to a dead (removed) revision in file `lams_tool_vote/db/sql/updatescripts/updateTo20080108.sql'. Fisheye: No comparison available. Pass `N' to diff? Index: lams_tool_vote/db/sql/updatescripts/updateTo20080326.sql =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/db/sql/updatescripts/Attic/updateTo20080326.sql,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ lams_tool_vote/db/sql/updatescripts/updateTo20080326.sql 26 Mar 2008 04:08:39 -0000 1.1 @@ -0,0 +1,23 @@ +-- Update the Vote tables to version 20080108 +-- This is for the LAMS 2.1 release. + +UPDATE tl_lavote11_content +SET lock_on_finish = 0 +WHERE content_id = ( + SELECT default_tool_content_id + FROM lams_tool + WHERE tool_signature = 'lavote11' +); + +UPDATE lams_tool SET modified_date_time = NOW() WHERE tool_signature = 'lavote11'; + +update lams_tool set supports_outputs = 1 where tool_signature = "lavote11"; + +ALTER TABLE tl_lavote11_content +ADD COLUMN show_results TINYINT(1) NOT NULL DEFAULT 1; + +UPDATE tl_lavote11_content set show_results = 1; + +-- update the tool version - special code that should only be executed if the upgrade is being done manually. +-- if it is being done via the tool deployer then it will update the version automatically. +-- UPDATE lams_tool SET tool_version = "20080326" WHERE tool_signature = "lavote11"; Index: lams_tool_vote/web/authoring/AdvancedContent.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/web/authoring/AdvancedContent.jsp,v diff -u -r1.24 -r1.25 --- lams_tool_vote/web/authoring/AdvancedContent.jsp 16 Jan 2008 22:34:02 -0000 1.24 +++ lams_tool_vote/web/authoring/AdvancedContent.jsp 26 Mar 2008 04:08:48 -0000 1.25 @@ -51,6 +51,15 @@

+ + + +

+ + +