diff --git a/app/controllers/rb_statistics_controller.rb b/app/controllers/rb_statistics_controller.rb deleted file mode 100644 index b458bc3d2f..0000000000 --- a/app/controllers/rb_statistics_controller.rb +++ /dev/null @@ -1,14 +0,0 @@ -class RbStatisticsController < RbApplicationController - unloadable - - skip_before_filter :authorize - before_filter :authorize_global - - def show - @projects = EnabledModule.find(:all, - :conditions => ["enabled_modules.name = 'backlogs' and status = ?", Project::STATUS_ACTIVE], - :include => :project, - :joins => :project).collect { |mod| mod.project } - @projects.sort! {|a, b| a.scrum_statistics.score <=> b.scrum_statistics.score} - end -end diff --git a/app/models/sprint.rb b/app/models/sprint.rb index a9443f7be4..08af90d2f9 100644 --- a/app/models/sprint.rb +++ b/app/models/sprint.rb @@ -81,16 +81,6 @@ class Sprint < Version (self.start_date .. cutoff).select {|d| alldays || (d.wday > 0 and d.wday < 6) } end - def eta - return nil unless self.start_date - - dpp = self.project.scrum_statistics.info[:average_days_per_point] - return nil unless dpp - - # assume 5 out of 7 are working days - self.start_date + Integer(self.points * dpp * 7.0/5) - end - def has_burndown? !!(self.effective_date and self.start_date) end diff --git a/app/views/rb_statistics/show.html.erb b/app/views/rb_statistics/show.html.erb deleted file mode 100644 index 76a07642bc..0000000000 --- a/app/views/rb_statistics/show.html.erb +++ /dev/null @@ -1,67 +0,0 @@ -<%- content_for :header_tags do %> - <%= stylesheet_link_tag 'rb_default/statistics', 'rb_default/jquery-ui', :plugin => 'redmine_backlogs' %> - <%= javascript_include_tag_backlogs 'lib/jquery.js', - 'lib/jquery-ui.js' %> -<%- end %> - - - -
<%= l(e) %> | -<%= (n * 100) / @projects.size %>% | -- |
- <%= label_tag("settings[show_statistics]", l('backlogs.show_statistics')) %> - <%= check_box_tag("settings[show_statistics]", - "1", - Setting.plugin_redmine_backlogs[:show_statistics]) %> -
<%= label_tag("settings[points_burn_direction]", l(:backlogs_points_burn_direction)) %> <%= select_tag("settings[points_burn_direction]", diff --git a/config/locales/de.yml b/config/locales/de.yml index 8c84e6e58c..a996a2b45a 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -27,7 +27,6 @@ de: points_to_resolve: "Nicht beschlossene Punkte" points_resolved: "Beschlossene Punkte" remaining_hours: "Verbleibende Stunden" - field_velocity_based_estimate: "Geschwindigkeitsbasierende Absch\xC3\xA4tzung" backlogs_active: "aktiv" @@ -41,7 +40,6 @@ de: label_back_to_project: "Zur\xC3\xBCck zur Projektseite" label_sprint_name: "Sprint \"%{name}\"" label_backlogs: "Backlogs" - label_scrum_statistics: "Scrum Statistiken" label_backlog: "Backlog" label_sprint_backlog: "Sprint Backlog" @@ -114,7 +112,6 @@ de: remaining_hours: "Verbleibende Stunden" remaining_hours_ideal: "Verbleibende Stunden (ideal)" show_burndown_chart: "Burndown-Chart" - show_statistics: "Scrum Statistiken anzeigen" story: "Story" story_points: "Story Points" story_points_ideal: "Story Points (ideal)" diff --git a/config/locales/en-GB.yml b/config/locales/en-GB.yml index e8ce8809d0..64233744e7 100644 --- a/config/locales/en-GB.yml +++ b/config/locales/en-GB.yml @@ -43,7 +43,6 @@ en-GB: points_to_resolve: points not resolved label_select_all: Select all backlogs_sprint_unestimated: Closed or active sprints with unestimated stories - label_scrum_statistics: Scrum statistics required_burn_rate_points: required burn rate (points) error_blank: cannot be blank points_to_accept: points not accepted @@ -75,7 +74,6 @@ en-GB: %{description} label_burndown: Burndown rb_label_copy_tasks_all: "[[All]]" - field_velocity_based_estimate: Velocity based estimate todo_issue_description: |- %{summary}: %{url} %{description} @@ -95,7 +93,6 @@ en-GB: error_must_block_at_least_one_issue: must contain the ID of at least one ticket backlogs: - show_statistics: 'Show Scrum statistics' show_burndown_chart: 'Burndown Chart' add_new_story: 'New Story' column_with: "Column width:" @@ -103,4 +100,4 @@ en-GB: task: Task story: Story any: any - \ No newline at end of file + diff --git a/config/locales/en.yml b/config/locales/en.yml index 4989507491..097c03b57c 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -27,7 +27,6 @@ en: points_to_resolve: "points not resolved" points_resolved: "points resolved" remaining_hours: "remaining hours" - field_velocity_based_estimate: "Velocity based estimate" backlogs_active: "active" @@ -41,7 +40,6 @@ en: label_back_to_project: "Back to project page" label_sprint_name: "Sprint \"%{name}\"" label_backlogs: "Backlogs" - label_scrum_statistics: "Scrum statistics" label_backlog: "Backlog" label_sprint_backlog: "sprint backlog" @@ -114,7 +112,6 @@ en: remaining_hours: "Remaining hours" remaining_hours_ideal: "Remaining hours (ideal)" show_burndown_chart: "Burndown Chart" - show_statistics: "Show Scrum statistics" story: "Story" story_points: "Story Points" story_points_ideal: "Story Points (ideal)" diff --git a/config/locales/fr.yml b/config/locales/fr.yml index 6e253c2c2b..4468aee71d 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -43,7 +43,6 @@ fr: points_to_resolve: "points non-résolus" label_select_all: "Sélectionner tout" backlogs_sprint_unestimated: "Sprints fermés ou actifs avec scénarios non-estimés" - label_scrum_statistics: Statistiques du Scrum required_burn_rate_points: taux de progression requis (points) error_blank: "ne peut être vide" points_to_accept: "points non-acceptés" @@ -75,7 +74,6 @@ fr: %{description} label_burndown: Progression rb_label_copy_tasks_all: "[[All]]" - field_velocity_based_estimate: "Estimé basé sur la vélocité" todo_issue_description: |- %{summary}: %{url} %{description} diff --git a/config/locales/nl.yml b/config/locales/nl.yml index b7fec7c768..54a75a0431 100644 --- a/config/locales/nl.yml +++ b/config/locales/nl.yml @@ -43,7 +43,6 @@ nl: field_blocks: Blokkeert label_select_all: Selecteer alles backlogs_sprint_unestimated: Gesloten of actieve sprints bevatten stories zonder tijdschattingen - label_scrum_statistics: Scrum statistieken required_burn_rate_points: benodigde burn rate (points) error_blank: mag niet leeg zijn points_to_accept: points niet geaccepteerd @@ -79,7 +78,6 @@ nl: %{summary}: %{url} %{description} label_chart_options: Grafiek Opties - field_velocity_based_estimate: Schatting obv velocity backlogs_product_backlog: Product backlog remaining_hours: resterende uren error_outro: Verbeter a.u.b de eerdergenoemde problemen voordat u nogmaals verzend. diff --git a/config/locales/pt-BR.yml b/config/locales/pt-BR.yml index 5283251a15..2203f2b306 100644 --- a/config/locales/pt-BR.yml +++ b/config/locales/pt-BR.yml @@ -45,7 +45,6 @@ pt-BR: points_to_resolve: "Pontos n\xC3\xA3o resolvidos" label_select_all: Selecinar Todos backlogs_sprint_unestimated: "Ativar ou desativar sprints com est\xC3\xB3rias sem estimativas" - label_scrum_statistics: "Estat\xC3\xADsticas do scrum" required_burn_rate_points: "Taxa pontos necess\xC3\xA1ria" error_blank: "[[cannot be blank]]" points_to_accept: "Pontos n\xC3\xA3o aceitos" @@ -77,7 +76,6 @@ pt-BR: %{description} label_burndown: Burndown rb_label_copy_tasks_all: "[[All]]" - field_velocity_based_estimate: Velocidade estimada todo_issue_description: |- %{summary}: %{url} %{description} diff --git a/config/locales/zh.yml b/config/locales/zh.yml index 16ff431dbf..2884cbe047 100644 --- a/config/locales/zh.yml +++ b/config/locales/zh.yml @@ -118,9 +118,6 @@ zh: 5bey5YWz6Zet5LqG55qE77yI5oiW5rS76LeD55qE77yJ5Yay5Yi66YeM5a2Y 5Zyo5pyq5Lyw6YeP55qE5pWF5LqL - label_scrum_statistics: !binary | - U2NydW0g57uf6K6h - required_burn_rate_points: !binary | 5b+F6KaB54eD54On546HICjngrnmlbAp @@ -197,9 +194,6 @@ zh: 54eD5bC9 rb_label_copy_tasks_all: "[[All]]" - field_velocity_based_estimate: !binary | - 6YCf5bqm6K6h6YeP5Y2V5L2N - todo_issue_description: |- %{summary}: %{url} %{description} diff --git a/config/routes.rb b/config/routes.rb index 0a21a9acf4..ea61574917 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -5,7 +5,6 @@ ActionController::Routing::Routes.draw do |map| map.resource :rb, :only => :none do |rb| rb.resource :query, :only => :show, :controller => :rb_queries, :as => "queries/:project_id" rb.resource :wiki, :only => [:show, :edit], :controller => :rb_wikis, :as => "wikis/:sprint_id" - rb.resource :statistics, :only => :show, :controller => :rb_statistics rb.resource :burndown_chart, :only => :show, :controller => :rb_burndown_charts, :as => "projects/:project_id/burndown_charts/:sprint_id" rb.resource :impediment, :except => :index, :controller => :rb_impediments, :as => "impediment/:id" rb.resources :impediments, :only => :index, :controller => :rb_impediments, :as => "impediments/:sprint_id" diff --git a/features/statistics.feature b/features/statistics.feature deleted file mode 100644 index d5debb4eb1..0000000000 --- a/features/statistics.feature +++ /dev/null @@ -1,42 +0,0 @@ -Feature: Scrum statistics - As a product owner - I want to see scrum statistics - So that I am able to check the performance of the team - - Background: - Given there is 1 project with: - | name | ecookbook | - And I am working in project "ecookbook" - And the project uses the following modules: - | backlogs | - And the backlogs module is initialized - And there is 1 user with: - | login | mathias | - And there is a role "product owner" - And the role "product owner" may have the following rights: - | view_scrum_statistics | - And the user "mathias" is a "product owner" - And there is 1 user with: - | login | andre | - And there is a role "visitor" - And the role "visitor" has no permissions - And the user "andre" is a "visitor" - - Scenario: View scrum statistics - Given the scrum statistics are enabled - And I am logged in as "mathias" - When I go to the home page - And I follow "Scrum statistics" - Then I should be on the scrum statistics page - - Scenario: Hide scrum statistics - Given the scrum statistics are enabled - And I am logged in as "andre" - When I go to the home page - Then I should not see "Scrum statistics" within "#main-menu" - - Scenario: Deactivate scrum statistics - Given the scrum statistics are disabled - And I am logged in as "mathias" - When I go to the home page - Then I should not see "Scrum statistics" within "#main-menu" diff --git a/features/step_definitions/_given_steps.rb b/features/step_definitions/_given_steps.rb index 6cf101baa3..f6f915c0d0 100644 --- a/features/step_definitions/_given_steps.rb +++ b/features/step_definitions/_given_steps.rb @@ -298,14 +298,6 @@ Given /^I am working in [pP]roject "(.+?)"$/ do |project_name| @project = Project.find_by_name(project_name) end -Given /^the scrum statistics are disabled$/ do - Setting.plugin_redmine_backlogs = Setting.plugin_redmine_backlogs.merge(:show_statistics => false) -end - -Given /^the scrum statistics are enabled$/ do - Setting.plugin_redmine_backlogs = Setting.plugin_redmine_backlogs.merge(:show_statistics => true) -end - Given /^the tracker "(.+?)" is configured to track tasks$/ do |tracker_name| tracker = Tracker.find_by_name(tracker_name) tracker = Factory.create(:tracker, :name => tracker_name) if tracker.blank? diff --git a/features/step_definitions/_when_steps.rb b/features/step_definitions/_when_steps.rb index e6d1510d56..fb36c8787a 100644 --- a/features/step_definitions/_when_steps.rb +++ b/features/step_definitions/_when_steps.rb @@ -92,10 +92,6 @@ When /^I update the task$/ do @task_params.merge({ "_method" => "put" }) end -Given /^I visit the scrum statistics page$/ do - visit url_for(:controller => :rb_statistics, :action => :show) -end - When /^I view the master backlog$/ do visit url_for(:controller => :projects, :action => :show, :id => @project) click_link("Backlogs") diff --git a/features/support/paths.rb b/features/support/paths.rb index 99bdc707e4..e84c7037cc 100644 --- a/features/support/paths.rb +++ b/features/support/paths.rb @@ -35,9 +35,6 @@ module BacklogsNavigationHelpers "/rb/taskboards/#{sprint.id}" - when /^the scrum statistics page$/ - "/rb/statistics" - when /^the backlogs plugin configuration page$/ "/settings/plugin/redmine_backlogs" else diff --git a/init.rb b/init.rb index 11d195f52c..6ce8604470 100644 --- a/init.rb +++ b/init.rb @@ -14,7 +14,6 @@ Dispatcher.to_prepare do require_dependency 'backlogs_query_patch' require_dependency 'backlogs_version_patch' - require_dependency 'backlogs_project_patch' require_dependency 'backlogs_user_patch' require_dependency 'backlogs_version_controller_patch' require_dependency 'backlogs_hooks' @@ -99,8 +98,6 @@ Redmine::Plugin.register :redmine_backlogs do permission :create_impediments, { :rb_impediments => [:new, :create] } permission :update_impediments, { :rb_impediments => [:edit, :update], :issue_boxes => [:edit, :update] } - - permission :view_scrum_statistics, { :rb_statistics => :show } end menu :project_menu, @@ -109,9 +106,4 @@ Redmine::Plugin.register :redmine_backlogs do :caption => :project_module_backlogs, :after => :new_issue, :param => :project_id - menu :application_menu, - :backlogs, - {:controller => :rb_statistics, :action => :show}, - :caption => :label_scrum_statistics, - :if => proc { Setting.plugin_redmine_backlogs[:show_statistics] && User.current.allowed_to?(:view_scrum_statistics, nil, :global => true) } end diff --git a/lib/backlogs_hooks.rb b/lib/backlogs_hooks.rb index c3a7f44583..8c18fc2da9 100644 --- a/lib/backlogs_hooks.rb +++ b/lib/backlogs_hooks.rb @@ -49,16 +49,6 @@ module BacklogsPlugin