From 4ee8c2e7fdddb9e9f4e20569057f5964dce201ed Mon Sep 17 00:00:00 2001 From: Dan Rice Date: Tue, 10 Jun 2014 17:50:47 -0400 Subject: [PATCH] Remove executable bit from files in app/ --- app/helpers/stats_helper.rb | 0 app/views/stats/_actions.html.erb | 0 app/views/stats/_chart.html.erb | 0 app/views/stats/_contexts.html.erb | 0 app/views/stats/_projects.html.erb | 0 app/views/stats/_tags.html.erb | 0 app/views/stats/_totals.html.erb | 0 app/views/stats/actions_completion_time_data.html.erb | 0 app/views/stats/actions_day_of_week_30days_data.html.erb | 0 app/views/stats/actions_day_of_week_all_data.html.erb | 0 app/views/stats/actions_done_last12months_data.html.erb | 0 app/views/stats/actions_done_last30days_data.html.erb | 0 app/views/stats/actions_running_time_data.html.erb | 0 app/views/stats/actions_time_of_day_30days_data.html.erb | 0 app/views/stats/actions_time_of_day_all_data.html.erb | 0 app/views/stats/actions_visible_running_time_data.html.erb | 0 app/views/stats/index.html.erb | 0 app/views/stats/pie_chart_data.html.erb | 0 18 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 app/helpers/stats_helper.rb mode change 100755 => 100644 app/views/stats/_actions.html.erb mode change 100755 => 100644 app/views/stats/_chart.html.erb mode change 100755 => 100644 app/views/stats/_contexts.html.erb mode change 100755 => 100644 app/views/stats/_projects.html.erb mode change 100755 => 100644 app/views/stats/_tags.html.erb mode change 100755 => 100644 app/views/stats/_totals.html.erb mode change 100755 => 100644 app/views/stats/actions_completion_time_data.html.erb mode change 100755 => 100644 app/views/stats/actions_day_of_week_30days_data.html.erb mode change 100755 => 100644 app/views/stats/actions_day_of_week_all_data.html.erb mode change 100755 => 100644 app/views/stats/actions_done_last12months_data.html.erb mode change 100755 => 100644 app/views/stats/actions_done_last30days_data.html.erb mode change 100755 => 100644 app/views/stats/actions_running_time_data.html.erb mode change 100755 => 100644 app/views/stats/actions_time_of_day_30days_data.html.erb mode change 100755 => 100644 app/views/stats/actions_time_of_day_all_data.html.erb mode change 100755 => 100644 app/views/stats/actions_visible_running_time_data.html.erb mode change 100755 => 100644 app/views/stats/index.html.erb mode change 100755 => 100644 app/views/stats/pie_chart_data.html.erb diff --git a/app/helpers/stats_helper.rb b/app/helpers/stats_helper.rb old mode 100755 new mode 100644 diff --git a/app/views/stats/_actions.html.erb b/app/views/stats/_actions.html.erb old mode 100755 new mode 100644 diff --git a/app/views/stats/_chart.html.erb b/app/views/stats/_chart.html.erb old mode 100755 new mode 100644 diff --git a/app/views/stats/_contexts.html.erb b/app/views/stats/_contexts.html.erb old mode 100755 new mode 100644 diff --git a/app/views/stats/_projects.html.erb b/app/views/stats/_projects.html.erb old mode 100755 new mode 100644 diff --git a/app/views/stats/_tags.html.erb b/app/views/stats/_tags.html.erb old mode 100755 new mode 100644 diff --git a/app/views/stats/_totals.html.erb b/app/views/stats/_totals.html.erb old mode 100755 new mode 100644 diff --git a/app/views/stats/actions_completion_time_data.html.erb b/app/views/stats/actions_completion_time_data.html.erb old mode 100755 new mode 100644 diff --git a/app/views/stats/actions_day_of_week_30days_data.html.erb b/app/views/stats/actions_day_of_week_30days_data.html.erb old mode 100755 new mode 100644 diff --git a/app/views/stats/actions_day_of_week_all_data.html.erb b/app/views/stats/actions_day_of_week_all_data.html.erb old mode 100755 new mode 100644 diff --git a/app/views/stats/actions_done_last12months_data.html.erb b/app/views/stats/actions_done_last12months_data.html.erb old mode 100755 new mode 100644 diff --git a/app/views/stats/actions_done_last30days_data.html.erb b/app/views/stats/actions_done_last30days_data.html.erb old mode 100755 new mode 100644 diff --git a/app/views/stats/actions_running_time_data.html.erb b/app/views/stats/actions_running_time_data.html.erb old mode 100755 new mode 100644 diff --git a/app/views/stats/actions_time_of_day_30days_data.html.erb b/app/views/stats/actions_time_of_day_30days_data.html.erb old mode 100755 new mode 100644 diff --git a/app/views/stats/actions_time_of_day_all_data.html.erb b/app/views/stats/actions_time_of_day_all_data.html.erb old mode 100755 new mode 100644 diff --git a/app/views/stats/actions_visible_running_time_data.html.erb b/app/views/stats/actions_visible_running_time_data.html.erb old mode 100755 new mode 100644 diff --git a/app/views/stats/index.html.erb b/app/views/stats/index.html.erb old mode 100755 new mode 100644 diff --git a/app/views/stats/pie_chart_data.html.erb b/app/views/stats/pie_chart_data.html.erb old mode 100755 new mode 100644