You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by Sam Ruby <ru...@apache.org> on 2015/12/04 20:20:19 UTC

[whimsy.git] [43/50] Commit c170e15: Remove part of a failed experiment.

Commit c170e15ba65dc0307e9ccbac15f1d6db888ebc84:
    Remove part of a failed experiment.
    Rail's distance_of_time_in_words would have been handy, but it attempts to
    read and trust a configuration file, but doesn't call untaint as it doesn't
    expect to be run in a secure context.
    git-svn-id: https://svn.apache.org/repos/infra/infrastructure/trunk/projects/whimsy@820660 90ea9780-b833-de11-8433-001ec94261de


Branch: refs/heads/master
Author: Sam Ruby <ru...@apache.org>
Committer: Sam Ruby <ru...@apache.org>
Pusher: rubys <ru...@apache.org>

------------------------------------------------------------
www/secretary/workbench/file.cgi                             |  --
------------------------------------------------------------
2 changes: 0 additions, 2 deletions.
------------------------------------------------------------


diff --git a/www/secretary/workbench/file.cgi b/www/secretary/workbench/file.cgi
index f7f36bb..021b25f 100755
--- a/www/secretary/workbench/file.cgi
+++ b/www/secretary/workbench/file.cgi
@@ -5,8 +5,6 @@ require './local_paths'
 require 'fileutils'
 require 'ostruct'
 require 'escape'
-require 'action_view'
-include ActionView::Helpers::DateHelper
 
 ENV['LANG'] = 'en_US.UTF-8'