[ARVADOS] updated: 3c3d04e7e6ec2b21fed84faa2789c4bac3fd4355
git at public.curoverse.com
git at public.curoverse.com
Sat Mar 21 09:47:00 EDT 2015
Summary of changes:
apps/workbench/config/application.default.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 3c3d04e7e6ec2b21fed84faa2789c4bac3fd4355 (commit)
via 10d3f91d4b5619172dd5d8fbf3e8aa863b673e2f (commit)
from 1d20cb1d8ff6c4ba678fb5387265f99b4912a028 (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 3c3d04e7e6ec2b21fed84faa2789c4bac3fd4355
Author: Radhika Chippada <radhika at curoverse.com>
Date: Sat Mar 21 09:32:31 2015 -0400
5375: added javascript and rtf application types to white-listed application types after observing that these were disabled when testing in staging.
diff --git a/apps/workbench/config/application.default.yml b/apps/workbench/config/application.default.yml
index 1851de0..a487081 100644
--- a/apps/workbench/config/application.default.yml
+++ b/apps/workbench/config/application.default.yml
@@ -192,7 +192,7 @@ common:
# would be enabled in a collection's show page.
# It is sufficient to list only applications here.
# No need to list text and image types.
- application_mimetypes_with_view_icon: [fasta, go, json, pdf, python, r, sam, sh, xml, xsl]
+ application_mimetypes_with_view_icon: [fasta, go, javascript, json, pdf, python, r, rtf, sam, sh, xml, xsl]
# the maximum number of bytes to load in the log viewer
log_viewer_max_bytes: 1000000
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list