[ARVADOS] updated: a9c8f2dd15af7843ac4d86e5820ab0771cc5fd78
git at public.curoverse.com
git at public.curoverse.com
Wed Mar 18 11:13:39 EDT 2015
Summary of changes:
apps/workbench/app/helpers/collections_helper.rb | 1 -
apps/workbench/config/application.default.yml | 2 +-
apps/workbench/config/initializers/mime_types.rb | 2 +-
3 files changed, 2 insertions(+), 3 deletions(-)
via a9c8f2dd15af7843ac4d86e5820ab0771cc5fd78 (commit)
from f75e2ecbcb1e511e26ae34fb4ebb9bf81e1cbe8f (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit a9c8f2dd15af7843ac4d86e5820ab0771cc5fd78
Author: Radhika Chippada <radhika at curoverse.com>
Date: Wed Mar 18 11:13:20 2015 -0400
5375: white space
diff --git a/apps/workbench/app/helpers/collections_helper.rb b/apps/workbench/app/helpers/collections_helper.rb
index f310265..0564ec9 100644
--- a/apps/workbench/app/helpers/collections_helper.rb
+++ b/apps/workbench/app/helpers/collections_helper.rb
@@ -54,7 +54,6 @@ module CollectionsHelper
file_path = "#{f0}#{file[1]}"
end
-
##
# Check if collection preview is allowed for the given filename with extension
#
diff --git a/apps/workbench/config/application.default.yml b/apps/workbench/config/application.default.yml
index 716978f..c613453 100644
--- a/apps/workbench/config/application.default.yml
+++ b/apps/workbench/config/application.default.yml
@@ -191,7 +191,7 @@ common:
# Filename suffixes of applications for which the
# view icon would be shown in collection show page.
# It is sufficient to list only applications here.
- # No need to list text and image types.
+ # No need to list text and image types.
filename_suffixes_with_view_icon: [fa, fasta, go, json, pdf, py, r, sam, sh, xml, xsl]
# the maximum number of bytes to load in the log viewer
diff --git a/apps/workbench/config/initializers/mime_types.rb b/apps/workbench/config/initializers/mime_types.rb
index 2cbdbd8..848b3dc 100644
--- a/apps/workbench/config/initializers/mime_types.rb
+++ b/apps/workbench/config/initializers/mime_types.rb
@@ -9,7 +9,7 @@
require 'mime/types'
include MIME
-# register new MIME types with MIME::Types gem
+# register and add new MIME types to MIME::Types gem
if (MIME::Types.type_for('file.fa').first.nil?)
Mime::Type.register "application/fa", :fa
MIME::Types.add(MIME::Type.new(["application/fa", %(fa)]))
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list