myexperiment-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myexperiment-hackers] [3125] trunk: bug fix for myexp:workflow:componen


From: noreply
Subject: [myexperiment-hackers] [3125] trunk: bug fix for myexp:workflow:components rake task
Date: Thu, 13 Sep 2012 13:56:20 +0000 (UTC)

Revision
3125
Author
dgc
Date
2012-09-13 13:56:20 +0000 (Thu, 13 Sep 2012)

Log Message

bug fix for myexp:workflow:components rake task

Modified Paths

Removed Paths

Diff

Modified: trunk/app/models/workflow_version.rb (3124 => 3125)


--- trunk/app/models/workflow_version.rb	2012-09-13 13:55:49 UTC (rev 3124)
+++ trunk/app/models/workflow_version.rb	2012-09-13 13:56:20 UTC (rev 3125)
@@ -3,6 +3,8 @@
 # Copyright (c) 2012 University of Manchester and the University of Southampton.
 # See license.txt for details.
 
+require 'lib/previews'
+
 class WorkflowVersion < ActiveRecord::Base
 
   is_version_of :workflow

Modified: trunk/config/environment.rb (3124 => 3125)


--- trunk/config/environment.rb	2012-09-13 13:55:49 UTC (rev 3124)
+++ trunk/config/environment.rb	2012-09-13 13:56:20 UTC (rev 3125)
@@ -43,7 +43,6 @@
     :exception_notification,
     :fckeditor,
     :headliner,
-    :mannie_taverna_scufl,
     :oauth,
     :oauth_plugin,
     :open_id_authentication,

Modified: trunk/public/stylesheets/styles.css (3124 => 3125)


--- trunk/public/stylesheets/styles.css	2012-09-13 13:55:49 UTC (rev 3124)
+++ trunk/public/stylesheets/styles.css	2012-09-13 13:56:20 UTC (rev 3125)
@@ -2302,10 +2302,15 @@
 }
 
 #user-check-list .sleep TD {
-	border: 1px solid #808080;
-  background: #c0c0c0;
+	border: 1px solid #c0e0c0;
+  background: #e0ffe0;
 }
 
+#user-check-list .suspect TD {
+	border: 1px solid #e0c0c0;
+  background: #ffe0e0;
+}
+
 #user-check-list .delete TD {
 	border: 1px solid #c08080;
   background: #ffc0c0;

reply via email to

[Prev in Thread] Current Thread [Next in Thread]