pharmazone / redmine_charts2

Plugin which integrates with Redmine 2.0.3 and 2.1.x following charts: burndown, timeline, ratios of logged hours and issues, deviations of logged hours.
http://github.com/pharmazone/redmine_charts2
MIT License
51 stars 22 forks source link

Burndown chart has no working link in navigation, but Gannt chart works great. #21

Closed lkrubner closed 10 years ago

lkrubner commented 11 years ago

Environment: Redmine version 2.2.2.stable.11328 Ruby version 1.8.7 (x86_64-linux) Rails version 3.2.11 Environment production Database adapter MySQL Redmine plugins: redmine_charts2 0.2.1 redmine_embedded 0.0.2 redmine_github_hook 0.2.0

Centos.

Everything was just set up and installed yesterday. An old database from Redmine 1.2 was imported and the "upgrade" rake task was run.

Then I installed your plugin.

The Gannt chart works great and everyone is happy.

The burndown chart does not work. Even in the navigation, it does not appear correctly, rather, all I see is:

translation missing: en.charts_menu_label

Processing by GanttsController#show as HTML Parameters: {"project_id"=>"systems"} Current user: lkrubner (id=176) Rendered queries/_filters.html.erb (191.6ms) Rendered issues/_sidebar.html.erb (15.0ms) Rendered gantts/show.html.erb within layouts/base (1021.3ms) Completed 200 OK in 1163ms (Views: 1022.6ms | ActiveRecord: 48.6ms) Started GET "/charts/burndown2/systems" for 10.0.1.53 at Thu Feb 07 13:17:01 -0500 2013

ActionController::RoutingError (uninitialized constant ChartsBurndown2Controller): activesupport (3.2.11) lib/active_support/inflector/methods.rb:219:in constantize' activesupport (3.2.11) lib/active_support/inflector/methods.rb:218:ineach' activesupport (3.2.11) lib/active_support/inflector/methods.rb:218:in constantize' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:69:incontroller_reference' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:54:in controller' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:32:incall' journey (1.0.4) lib/journey/router.rb:68:in call' journey (1.0.4) lib/journey/router.rb:56:ineach' journey (1.0.4) lib/journey/router.rb:56:in call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:incall' rack-openid (1.3.1) lib/rack/openid.rb:98:in call' actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:incall' rack (1.4.4) lib/rack/etag.rb:23:in call' rack (1.4.4) lib/rack/conditionalget.rb:25:incall' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in call' actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:incall' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'

Look at this screenshot and you can see the navigation error:

http://www.krubner.com/redmine_charts_navigation_error.png

Here is what I see if I click on this link:

http://www.krubner.com/redmine_charts_page_not_found.png

But as you can see, the Gannt chart works great:

http://www.krubner.com/redmine_charts_gannt.png

pharmazone commented 11 years ago

Plugin doesn't adopted for RM 2.2.

I'll notify You when I upgrade it.

pharmazone commented 11 years ago

Hi, I've got feedback from RM 2.2 and 2.3 users. They told everything is working.

Would You send to me rake routes outputs, pls

pharmazone commented 11 years ago

@lkrubner, Is this issue still active?

RobertSkawinski commented 10 years ago

I've exactly the same problem with RM 2.3.4 and 2.4.2.

rake routes
                                  home              /                                                                                 welcome#index
                                signin GET|POST     /login(.:format)                                                                  account#login
                               signout GET|POST     /logout(.:format)                                                                 account#logout
                              register GET|POST     /account/register(.:format)                                                       account#register
                         lost_password GET|POST     /account/lost_password(.:format)                                                  account#lost_password
                      account_activate GET          /account/activate(.:format)                                                       account#activate
                          preview_news GET|POST|PUT /news/preview(.:format)                                                           previews#news
                     preview_new_issue GET|POST|PUT /issues/preview/new/:project_id(.:format)                                         previews#issue
                    preview_edit_issue GET|POST|PUT /issues/preview/edit/:id(.:format)                                                previews#issue
                         preview_issue GET|POST|PUT /issues/preview(.:format)                                                         previews#issue
                                       POST         /projects/:id/wiki(.:format)                                                      wikis#edit
                                       GET|POST     /projects/:id/wiki/destroy(.:format)                                              wikis#destroy
                     new_board_message GET|POST     /boards/:board_id/topics/new(.:format)                                            messages#new
                         board_message GET          /boards/:board_id/topics/:id(.:format)                                            messages#show
                                       GET|POST     /boards/:board_id/topics/quote/:id(.:format)                                      messages#quote
                                       GET          /boards/:board_id/topics/:id/edit(.:format)                                       messages#edit
                 preview_board_message POST         /boards/:board_id/topics/preview(.:format)                                        messages#preview
                                       POST         /boards/:board_id/topics/:id/replies(.:format)                                    messages#reply
                                       POST         /boards/:board_id/topics/:id/edit(.:format)                                       messages#edit
                                       POST         /boards/:board_id/topics/:id/destroy(.:format)                                    messages#destroy
                  auto_complete_issues GET          /issues/auto_complete(.:format)                                                   auto_completes#issues
                   issues_context_menu GET|POST     /issues/context_menu(.:format)                                                    context_menus#issues
                         issue_changes GET          /issues/changes(.:format)                                                         journals#index
                          quoted_issue POST         /issues/:id/quoted(.:format)                                                      journals#new {:id=>/\d+/}
                                       GET          /journals/diff/:id(.:format)                                                      journals#diff {:id=>/\d+/}
                                       GET|POST     /journals/edit/:id(.:format)                                                      journals#edit {:id=>/\d+/}
                         project_gantt GET          /projects/:project_id/issues/gantt(.:format)                                      gantts#show
                          issues_gantt GET          /issues/gantt(.:format)                                                           gantts#show
                      project_calendar GET          /projects/:project_id/issues/calendar(.:format)                                   calendars#show
                       issues_calendar GET          /issues/calendar(.:format)                                                        calendars#show
                 project_issues_report GET          /projects/:id/issues/report(.:format)                                             reports#issue_report
         project_issues_report_details GET          /projects/:id/issues/report/:detail(.:format)                                     reports#issue_report_details
                            my_account GET|POST     /my/account(.:format)                                                             my#account
                    my_account_destroy GET|POST     /my/account/destroy(.:format)                                                     my#destroy
                               my_page GET          /my/page(.:format)                                                                my#page
                                    my GET          /my(.:format)                                                                     my#index
                      my_reset_rss_key POST         /my/reset_rss_key(.:format)                                                       my#reset_rss_key
                      my_reset_api_key POST         /my/reset_api_key(.:format)                                                       my#reset_api_key
                           my_password GET|POST     /my/password(.:format)                                                            my#password
                        my_page_layout GET          /my/page_layout(.:format)                                                         my#page_layout
                          my_add_block POST         /my/add_block(.:format)                                                           my#add_block
                       my_remove_block POST         /my/remove_block(.:format)                                                        my#remove_block
                       my_order_blocks POST         /my/order_blocks(.:format)                                                        my#order_blocks
                                 users GET          /users(.:format)                                                                  users#index
                                       POST         /users(.:format)                                                                  users#create
                              new_user GET          /users/new(.:format)                                                              users#new
                             edit_user GET          /users/:id/edit(.:format)                                                         users#edit
                                  user GET          /users/:id(.:format)                                                              users#show
                                       PUT          /users/:id(.:format)                                                              users#update
                                       DELETE       /users/:id(.:format)                                                              users#destroy
                       user_membership PUT          /users/:id/memberships/:membership_id(.:format)                                   users#edit_membership
                                       DELETE       /users/:id/memberships/:membership_id(.:format)                                   users#destroy_membership
                      user_memberships POST         /users/:id/memberships(.:format)                                                  users#edit_membership
                                 watch POST         /watchers/watch(.:format)                                                         watchers#watch
                        watchers_watch DELETE       /watchers/watch(.:format)                                                         watchers#unwatch
                          watchers_new GET          /watchers/new(.:format)                                                           watchers#new
                              watchers POST         /watchers(.:format)                                                               watchers#create
                       watchers_append POST         /watchers/append(.:format)                                                        watchers#append
                                       DELETE       /watchers(.:format)                                                               watchers#destroy
        watchers_autocomplete_for_user GET          /watchers/autocomplete_for_user(.:format)                                         watchers#autocomplete_for_user
                                       POST         /issues/:object_id/watchers(.:format)                                             watchers#create {:object_type=>"issue"}
                                       DELETE       /issues/:object_id/watchers/:user_id(.:format)                                    watchers#destroy {:object_type=>"issue"}
                      settings_project GET          /projects/:id/settings(/:tab)(.:format)                                           projects#settings
                       modules_project POST         /projects/:id/modules(.:format)                                                   projects#modules
                       archive_project POST         /projects/:id/archive(.:format)                                                   projects#archive
                     unarchive_project POST         /projects/:id/unarchive(.:format)                                                 projects#unarchive
                         close_project POST         /projects/:id/close(.:format)                                                     projects#close
                        reopen_project POST         /projects/:id/reopen(.:format)                                                    projects#reopen
                          copy_project GET|POST     /projects/:id/copy(.:format)                                                      projects#copy
      autocomplete_project_memberships GET          /projects/:project_id/memberships/autocomplete(.:format)                          members#autocomplete
                   project_memberships GET          /projects/:project_id/memberships(.:format)                                       members#index
                                       POST         /projects/:project_id/memberships(.:format)                                       members#create
                new_project_membership GET          /projects/:project_id/memberships/new(.:format)                                   members#new
                            membership GET          /memberships/:id(.:format)                                                        members#show
                                       PUT          /memberships/:id(.:format)                                                        members#update
                                       DELETE       /memberships/:id(.:format)                                                        members#destroy
                  project_enumerations PUT          /projects/:project_id/enumerations(.:format)                                      project_enumerations#update
                                       DELETE       /projects/:project_id/enumerations(.:format)                                      project_enumerations#destroy
                    project_copy_issue GET          /projects/:project_id/issues/:copy_from/copy(.:format)                            issues#new
     report_project_issue_time_entries GET          /projects/:project_id/issues/:issue_id/time_entries/report(.:format)              timelog#report
            project_issue_time_entries GET          /projects/:project_id/issues/:issue_id/time_entries(.:format)                     timelog#index
                                       POST         /projects/:project_id/issues/:issue_id/time_entries(.:format)                     timelog#create
          new_project_issue_time_entry GET          /projects/:project_id/issues/:issue_id/time_entries/new(.:format)                 timelog#new
         edit_project_issue_time_entry GET          /projects/:project_id/issues/:issue_id/time_entries/:id/edit(.:format)            timelog#edit
              project_issue_time_entry GET          /projects/:project_id/issues/:issue_id/time_entries/:id(.:format)                 timelog#show
                                       PUT          /projects/:project_id/issues/:issue_id/time_entries/:id(.:format)                 timelog#update
                                       DELETE       /projects/:project_id/issues/:issue_id/time_entries/:id(.:format)                 timelog#destroy
                        project_issues GET          /projects/:project_id/issues(.:format)                                            issues#index
                                       POST         /projects/:project_id/issues(.:format)                                            issues#create
                     new_project_issue GET          /projects/:project_id/issues/new(.:format)                                        issues#new
                    project_issue_form PUT|POST     /projects/:project_id/issues/update_form(.:format)                                issues#update_form
                         project_files GET          /projects/:project_id/files(.:format)                                             files#index
                                       POST         /projects/:project_id/files(.:format)                                             files#create
                      new_project_file GET          /projects/:project_id/files/new(.:format)                                         files#new
      close_completed_project_versions PUT          /projects/:project_id/versions/close_completed(.:format)                          versions#close_completed
                      project_versions POST         /projects/:project_id/versions(.:format)                                          versions#create
                   new_project_version GET          /projects/:project_id/versions/new(.:format)                                      versions#new
                                       GET          /projects/:project_id/versions.:format                                            versions#index
                       project_roadmap GET          /projects/:project_id/roadmap                                                     versions#index
                                       GET          /projects/:project_id/versions(.:format)                                          versions#index
                    project_news_index GET          /projects/:project_id/news(.:format)                                              news#index
                                       POST         /projects/:project_id/news(.:format)                                              news#create
                      new_project_news GET          /projects/:project_id/news/new(.:format)                                          news#new
           report_project_time_entries GET          /projects/:project_id/time_entries/report(.:format)                               timelog#report
                  project_time_entries GET          /projects/:project_id/time_entries(.:format)                                      timelog#index
                                       POST         /projects/:project_id/time_entries(.:format)                                      timelog#create
                new_project_time_entry GET          /projects/:project_id/time_entries/new(.:format)                                  timelog#new
               edit_project_time_entry GET          /projects/:project_id/time_entries/:id/edit(.:format)                             timelog#edit
                    project_time_entry GET          /projects/:project_id/time_entries/:id(.:format)                                  timelog#show
                                       PUT          /projects/:project_id/time_entries/:id(.:format)                                  timelog#update
                                       DELETE       /projects/:project_id/time_entries/:id(.:format)                                  timelog#destroy
                       project_queries POST         /projects/:project_id/queries(.:format)                                           queries#create
                     new_project_query GET          /projects/:project_id/queries/new(.:format)                                       queries#new
              project_issue_categories GET          /projects/:project_id/issue_categories(.:format)                                  issue_categories#index
                                       POST         /projects/:project_id/issue_categories(.:format)                                  issue_categories#create
            new_project_issue_category GET          /projects/:project_id/issue_categories/new(.:format)                              issue_categories#new
                   edit_issue_category GET          /issue_categories/:id/edit(.:format)                                              issue_categories#edit
                        issue_category GET          /issue_categories/:id(.:format)                                                   issue_categories#show
                                       PUT          /issue_categories/:id(.:format)                                                   issue_categories#update
                                       DELETE       /issue_categories/:id(.:format)                                                   issue_categories#destroy
                     project_documents GET          /projects/:project_id/documents(.:format)                                         documents#index
                                       POST         /projects/:project_id/documents(.:format)                                         documents#create
                  new_project_document GET          /projects/:project_id/documents/new(.:format)                                     documents#new
                        project_boards GET          /projects/:project_id/boards(.:format)                                            boards#index
                                       POST         /projects/:project_id/boards(.:format)                                            boards#create
                     new_project_board GET          /projects/:project_id/boards/new(.:format)                                        boards#new
                    edit_project_board GET          /projects/:project_id/boards/:id/edit(.:format)                                   boards#edit
                         project_board GET          /projects/:project_id/boards/:id(.:format)                                        boards#show
                                       PUT          /projects/:project_id/boards/:id(.:format)                                        boards#update
                                       DELETE       /projects/:project_id/boards/:id(.:format)                                        boards#destroy
                 committers_repository GET|POST     /repositories/:id/committers(.:format)                                            repositories#committers
                  project_repositories POST         /projects/:project_id/repositories(.:format)                                      repositories#create
                new_project_repository GET          /projects/:project_id/repositories/new(.:format)                                  repositories#new
                       edit_repository GET          /repositories/:id/edit(.:format)                                                  repositories#edit
                            repository PUT          /repositories/:id(.:format)                                                       repositories#update
                                       DELETE       /repositories/:id(.:format)                                                       repositories#destroy
                    project_wiki_index GET          /projects/:project_id/wiki/index(.:format)                                        wiki#index
              rename_project_wiki_page GET          /projects/:project_id/wiki/:id/rename(.:format)                                   wiki#rename
                                       POST         /projects/:project_id/wiki/:id/rename(.:format)                                   wiki#rename
             history_project_wiki_page GET          /projects/:project_id/wiki/:id/history(.:format)                                  wiki#history
                diff_project_wiki_page GET          /projects/:project_id/wiki/:id/diff(.:format)                                     wiki#diff
             preview_project_wiki_page POST|PUT     /projects/:project_id/wiki/:id/preview(.:format)                                  wiki#preview
             protect_project_wiki_page POST         /projects/:project_id/wiki/:id/protect(.:format)                                  wiki#protect
      add_attachment_project_wiki_page POST         /projects/:project_id/wiki/:id/add_attachment(.:format)                           wiki#add_attachment
        export_project_wiki_page_index GET          /projects/:project_id/wiki/export(.:format)                                       wiki#export
    date_index_project_wiki_page_index GET          /projects/:project_id/wiki/date_index(.:format)                                   wiki#date_index
                edit_project_wiki_page GET          /projects/:project_id/wiki/:id/edit(.:format)                                     wiki#edit
                     project_wiki_page GET          /projects/:project_id/wiki/:id(.:format)                                          wiki#show
                                       PUT          /projects/:project_id/wiki/:id(.:format)                                          wiki#update
                                       DELETE       /projects/:project_id/wiki/:id(.:format)                                          wiki#destroy
                          project_wiki GET          /projects/:project_id/wiki(.:format)                                              wiki#show
                                       GET          /projects/:project_id/wiki/:id/:version(.:format)                                 wiki#show {:version=>/\d+/}
                                       DELETE       /projects/:project_id/wiki/:id/:version(.:format)                                 wiki#destroy_version
                                       GET          /projects/:project_id/wiki/:id/:version/annotate(.:format)                        wiki#annotate
                                       GET          /projects/:project_id/wiki/:id/:version/diff(.:format)                            wiki#diff
                              projects GET          /projects(.:format)                                                               projects#index
                                       POST         /projects(.:format)                                                               projects#create
                           new_project GET          /projects/new(.:format)                                                           projects#new
                          edit_project GET          /projects/:id/edit(.:format)                                                      projects#edit
                               project GET          /projects/:id(.:format)                                                           projects#show
                                       PUT          /projects/:id(.:format)                                                           projects#update
                                       DELETE       /projects/:id(.:format)                                                           projects#destroy
                      bulk_edit_issues GET|POST     /issues/bulk_edit(.:format)                                                       issues#bulk_edit
                    bulk_update_issues POST         /issues/bulk_update(.:format)                                                     issues#bulk_update
             report_issue_time_entries GET          /issues/:issue_id/time_entries/report(.:format)                                   timelog#report
                    issue_time_entries GET          /issues/:issue_id/time_entries(.:format)                                          timelog#index
                                       POST         /issues/:issue_id/time_entries(.:format)                                          timelog#create
                  new_issue_time_entry GET          /issues/:issue_id/time_entries/new(.:format)                                      timelog#new
                 edit_issue_time_entry GET          /issues/:issue_id/time_entries/:id/edit(.:format)                                 timelog#edit
                      issue_time_entry GET          /issues/:issue_id/time_entries/:id(.:format)                                      timelog#show
                                       PUT          /issues/:issue_id/time_entries/:id(.:format)                                      timelog#update
                                       DELETE       /issues/:issue_id/time_entries/:id(.:format)                                      timelog#destroy
                       issue_relations GET          /issues/:issue_id/relations(.:format)                                             issue_relations#index
                                       POST         /issues/:issue_id/relations(.:format)                                             issue_relations#create
                              relation GET          /relations/:id(.:format)                                                          issue_relations#show
                                       DELETE       /relations/:id(.:format)                                                          issue_relations#destroy
                                issues GET          /issues(.:format)                                                                 issues#index
                                       POST         /issues(.:format)                                                                 issues#create
                             new_issue GET          /issues/new(.:format)                                                             issues#new
                            edit_issue GET          /issues/:id/edit(.:format)                                                        issues#edit
                                 issue GET          /issues/:id(.:format)                                                             issues#show
                                       PUT          /issues/:id(.:format)                                                             issues#update
                                       DELETE       /issues/:id(.:format)                                                             issues#destroy
                                       DELETE       /issues(.:format)                                                                 issues#destroy
                               queries GET          /queries(.:format)                                                                queries#index
                                       POST         /queries(.:format)                                                                queries#create
                             new_query GET          /queries/new(.:format)                                                            queries#new
                            edit_query GET          /queries/:id/edit(.:format)                                                       queries#edit
                                 query PUT          /queries/:id(.:format)                                                            queries#update
                                       DELETE       /queries/:id(.:format)                                                            queries#destroy
                            news_index GET          /news(.:format)                                                                   news#index
                             edit_news GET          /news/:id/edit(.:format)                                                          news#edit
                                  news GET          /news/:id(.:format)                                                               news#show
                                       PUT          /news/:id(.:format)                                                               news#update
                                       DELETE       /news/:id(.:format)                                                               news#destroy
                                       POST         /news/:id/comments(.:format)                                                      comments#create
                                       DELETE       /news/:id/comments/:comment_id(.:format)                                          comments#destroy
                     status_by_version POST         /versions/:id/status_by(.:format)                                                 versions#status_by
                          edit_version GET          /versions/:id/edit(.:format)                                                      versions#edit
                               version GET          /versions/:id(.:format)                                                           versions#show
                                       PUT          /versions/:id(.:format)                                                           versions#update
                                       DELETE       /versions/:id(.:format)                                                           versions#destroy
               add_attachment_document POST         /documents/:id/add_attachment(.:format)                                           documents#add_attachment
                         edit_document GET          /documents/:id/edit(.:format)                                                     documents#edit
                              document GET          /documents/:id(.:format)                                                          documents#show
                                       PUT          /documents/:id(.:format)                                                          documents#update
                                       DELETE       /documents/:id(.:format)                                                          documents#destroy
             time_entries_context_menu GET|POST     /time_entries/context_menu(.:format)                                              context_menus#time_entries
                   report_time_entries GET          /time_entries/report(.:format)                                                    timelog#report
                bulk_edit_time_entries GET          /time_entries/bulk_edit(.:format)                                                 timelog#bulk_edit
              bulk_update_time_entries POST         /time_entries/bulk_update(.:format)                                               timelog#bulk_update
                          time_entries GET          /time_entries(.:format)                                                           timelog#index
                                       POST         /time_entries(.:format)                                                           timelog#create
                        new_time_entry GET          /time_entries/new(.:format)                                                       timelog#new
                       edit_time_entry GET          /time_entries/:id/edit(.:format)                                                  timelog#edit
                            time_entry GET          /time_entries/:id(.:format)                                                       timelog#show
                                       PUT          /time_entries/:id(.:format)                                                       timelog#update
                                       DELETE       /time_entries/:id(.:format)                                                       timelog#destroy {:id=>/\d+/}
                  time_entries_destroy DELETE       /time_entries/destroy(.:format)                                                   timelog#destroy
                                       GET          /projects/:id/activity(.:format)                                                  activities#index
                                       GET          /projects/:id/activity.:format                                                    activities#index
                              activity GET          /activity(.:format)                                                               activities#index
                                       GET          /projects/:id/repository/:repository_id/statistics(.:format)                      repositories#stats
                                       GET          /projects/:id/repository/:repository_id/graph(.:format)                           repositories#graph
                                       GET          /projects/:id/repository/:repository_id/changes(/*path(.:ext))(.:format)          repositories#changes
                                       GET          /projects/:id/repository/:repository_id/revisions/:rev(.:format)                  repositories#revision
                                       GET          /projects/:id/repository/:repository_id/revision(.:format)                        repositories#revision
                                       POST         /projects/:id/repository/:repository_id/revisions/:rev/issues(.:format)           repositories#add_related_issue
                                       DELETE       /projects/:id/repository/:repository_id/revisions/:rev/issues/:issue_id(.:format) repositories#remove_related_issue
                                       GET          /projects/:id/repository/:repository_id/revisions(.:format)                       repositories#revisions
                                       GET          /projects/:id/repository/:repository_id/revisions/:rev/:action(/*path(.:ext))     repositories#(?-mix:(browse|show|entry|raw|annotate|diff)) {:rev=>/[a-z0-9\.\-_]+/}
                                       GET          /projects/:id/repository/statistics(.:format)                                     repositories#stats
                                       GET          /projects/:id/repository/graph(.:format)                                          repositories#graph
                                       GET          /projects/:id/repository/changes(/*path(.:ext))(.:format)                         repositories#changes
                                       GET          /projects/:id/repository/revisions(.:format)                                      repositories#revisions
                                       GET          /projects/:id/repository/revisions/:rev(.:format)                                 repositories#revision
                                       GET          /projects/:id/repository/revision(.:format)                                       repositories#revision
                                       POST         /projects/:id/repository/revisions/:rev/issues(.:format)                          repositories#add_related_issue
                                       DELETE       /projects/:id/repository/revisions/:rev/issues/:issue_id(.:format)                repositories#remove_related_issue
                                       GET          /projects/:id/repository/revisions/:rev/:action(/*path(.:ext))                    repositories#(?-mix:(browse|show|entry|raw|annotate|diff)) {:rev=>/[a-z0-9\.\-_]+/}
                                       GET          /projects/:id/repository/:repository_id/:action(/*path(.:ext))(.:format)          repositories#(?-mix:(browse|show|entry|raw|changes|annotate|diff))
                                       GET          /projects/:id/repository/:action(/*path(.:ext))(.:format)                         repositories#(?-mix:(browse|show|entry|raw|changes|annotate|diff))
                                       GET          /projects/:id/repository/:repository_id(.:format)                                 repositories#show
                                       GET          /projects/:id/repository(.:format)                                                repositories#show
                      named_attachment GET          /attachments/:id/:filename(.:format)                                              attachments#show {:id=>/\d+/, :filename=>/.*/}
             download_named_attachment GET          /attachments/download/:id/:filename(.:format)                                     attachments#download {:id=>/\d+/, :filename=>/.*/}
                                       GET          /attachments/download/:id(.:format)                                               attachments#download {:id=>/\d+/}
                             thumbnail GET          /attachments/thumbnail/:id(/:size)(.:format)                                      attachments#thumbnail {:id=>/\d+/, :size=>/\d+/}
                            attachment GET          /attachments/:id(.:format)                                                        attachments#show
                                       DELETE       /attachments/:id(.:format)                                                        attachments#destroy
           autocomplete_for_user_group GET          /groups/:id/autocomplete_for_user(.:format)                                       groups#autocomplete_for_user
                                groups GET          /groups(.:format)                                                                 groups#index
                                       POST         /groups(.:format)                                                                 groups#create
                             new_group GET          /groups/new(.:format)                                                             groups#new
                            edit_group GET          /groups/:id/edit(.:format)                                                        groups#edit
                                 group GET          /groups/:id(.:format)                                                             groups#show
                                       PUT          /groups/:id(.:format)                                                             groups#update
                                       DELETE       /groups/:id(.:format)                                                             groups#destroy
                           group_users POST         /groups/:id/users(.:format)                                                       groups#add_users {:id=>/\d+/}
                            group_user DELETE       /groups/:id/users/:user_id(.:format)                                              groups#remove_user {:id=>/\d+/}
                                       POST         /groups/destroy_membership/:id(.:format)                                          groups#destroy_membership {:id=>/\d+/}
                                       POST         /groups/edit_membership/:id(.:format)                                             groups#edit_membership {:id=>/\d+/}
                       fields_trackers GET|POST     /trackers/fields(.:format)                                                        trackers#fields
                              trackers GET          /trackers(.:format)                                                               trackers#index
                                       POST         /trackers(.:format)                                                               trackers#create
                           new_tracker GET          /trackers/new(.:format)                                                           trackers#new
                          edit_tracker GET          /trackers/:id/edit(.:format)                                                      trackers#edit
                               tracker PUT          /trackers/:id(.:format)                                                           trackers#update
                                       DELETE       /trackers/:id(.:format)                                                           trackers#destroy
update_issue_done_ratio_issue_statuses POST         /issue_statuses/update_issue_done_ratio(.:format)                                 issue_statuses#update_issue_done_ratio
                        issue_statuses GET          /issue_statuses(.:format)                                                         issue_statuses#index
                                       POST         /issue_statuses(.:format)                                                         issue_statuses#create
                      new_issue_status GET          /issue_statuses/new(.:format)                                                     issue_statuses#new
                     edit_issue_status GET          /issue_statuses/:id/edit(.:format)                                                issue_statuses#edit
                          issue_status PUT          /issue_statuses/:id(.:format)                                                     issue_statuses#update
                                       DELETE       /issue_statuses/:id(.:format)                                                     issue_statuses#destroy
                         custom_fields GET          /custom_fields(.:format)                                                          custom_fields#index
                                       POST         /custom_fields(.:format)                                                          custom_fields#create
                      new_custom_field GET          /custom_fields/new(.:format)                                                      custom_fields#new
                     edit_custom_field GET          /custom_fields/:id/edit(.:format)                                                 custom_fields#edit
                          custom_field PUT          /custom_fields/:id(.:format)                                                      custom_fields#update
                                       DELETE       /custom_fields/:id(.:format)                                                      custom_fields#destroy
                     permissions_roles GET|POST     /roles/permissions(.:format)                                                      roles#permissions
                                 roles GET          /roles(.:format)                                                                  roles#index
                                       POST         /roles(.:format)                                                                  roles#create
                              new_role GET          /roles/new(.:format)                                                              roles#new
                             edit_role GET          /roles/:id/edit(.:format)                                                         roles#edit
                                  role GET          /roles/:id(.:format)                                                              roles#show
                                       PUT          /roles/:id(.:format)                                                              roles#update
                                       DELETE       /roles/:id(.:format)                                                              roles#destroy
                          enumerations GET          /enumerations(.:format)                                                           enumerations#index
                                       POST         /enumerations(.:format)                                                           enumerations#create
                       new_enumeration GET          /enumerations/new(.:format)                                                       enumerations#new
                      edit_enumeration GET          /enumerations/:id/edit(.:format)                                                  enumerations#edit
                           enumeration PUT          /enumerations/:id(.:format)                                                       enumerations#update
                                       DELETE       /enumerations/:id(.:format)                                                       enumerations#destroy
                                       GET          /enumerations/:type(.:format)                                                     enumerations#index
                                       GET          /projects/:id/search(.:format)                                                    search#index
                                search GET          /search(.:format)                                                                 search#index
                          mail_handler POST         /mail_handler(.:format)                                                           mail_handler#index
                                 admin GET          /admin(.:format)                                                                  admin#index
                        admin_projects GET          /admin/projects(.:format)                                                         admin#projects
                         admin_plugins GET          /admin/plugins(.:format)                                                          admin#plugins
                            admin_info GET          /admin/info(.:format)                                                             admin#info
                      admin_test_email GET          /admin/test_email(.:format)                                                       admin#test_email
           admin_default_configuration POST         /admin/default_configuration(.:format)                                            admin#default_configuration
            try_connection_auth_source GET          /auth_sources/:id/test_connection(.:format)                                       auth_sources#test_connection
autocomplete_for_new_user_auth_sources GET          /auth_sources/autocomplete_for_new_user(.:format)                                 auth_sources#autocomplete_for_new_user
                          auth_sources GET          /auth_sources(.:format)                                                           auth_sources#index
                                       POST         /auth_sources(.:format)                                                           auth_sources#create
                       new_auth_source GET          /auth_sources/new(.:format)                                                       auth_sources#new
                      edit_auth_source GET          /auth_sources/:id/edit(.:format)                                                  auth_sources#edit
                           auth_source GET          /auth_sources/:id(.:format)                                                       auth_sources#show
                                       PUT          /auth_sources/:id(.:format)                                                       auth_sources#update
                                       DELETE       /auth_sources/:id(.:format)                                                       auth_sources#destroy
                             workflows GET          /workflows(.:format)                                                              workflows#index
                        workflows_edit GET|POST     /workflows/edit(.:format)                                                         workflows#edit
                 workflows_permissions GET|POST     /workflows/permissions(.:format)                                                  workflows#permissions
                        workflows_copy GET|POST     /workflows/copy(.:format)                                                         workflows#copy
                              settings GET          /settings(.:format)                                                               settings#index
                         settings_edit GET|POST     /settings/edit(.:format)                                                          settings#edit
                       plugin_settings GET|POST     /settings/plugin/:id(.:format)                                                    settings#plugin
                          sys_projects GET          /sys/projects(.:format)                                                           sys#projects
                                       POST         /sys/projects/:id/repository(.:format)                                            sys#create_project_repository
                  sys_fetch_changesets GET          /sys/fetch_changesets(.:format)                                                   sys#fetch_changesets
                               uploads POST         /uploads(.:format)                                                                attachments#upload
                                       GET          /robots.txt(.:format)                                                             welcome#robots
                                       GET|POST     /projects/:id/code_review/:action(.:format)                                       code_review#:action
                                       GET|POST|PUT /projects/:id/code_review_settings/:action(.:format)                              code_review_settings#:action
                                       GET          /charts/burndown2/:project_id(.:format)                                           charts_burndown2#index
                                       GET          /charts/burndown/:project_id(.:format)                                            charts_burndown#index
                                       GET          /charts/ratio/:project_id(.:format)                                               charts_ratio#index
                                       GET          /charts/timeline/:project_id(.:format)                                            charts_timeline#index
                                       GET          /charts/deviation/:project_id(.:format)                                           charts_deviation#index
                                       GET          /charts/issue/:project_id(.:format)                                               charts_issue#index
                                       POST         /charts/destroy_saved_condition/:controller(.:format)                             :controller#destroy_saved_condition
pharmazone commented 10 years ago

Have you checked out redmine21 branch before install? git checkout redmine21

lkrubner commented 10 years ago

Sorry to say we gave up and rolled back to earlier versions, so we never found an answer.

pharmazone commented 10 years ago

it's ok, I hope your next upgrade will be successful.