-
- Downloads
Merge branch 'fix-wiki-page-history' into 'master'
Fix broken Wiki Page History This MR fixes the broken Page History on the Wiki pages. It turns out `WikiHelper` did not allow users to view different versions due to its omitting of query string parameters, which was necessary to specify different `version_id` parameters. Instead of this hacky approach, use manually-specified wildcard routes that match the ID field properly for slashes. Closes #2104 Closes #1751 Closes #1592 Closes https://github.com/gitlabhq/gitlabhq/issues/9399 See merge request !1232
No related branches found
No related tags found
Showing
- CHANGELOG 1 addition, 0 deletionsCHANGELOG
- app/controllers/projects/wikis_controller.rb 0 additions, 1 deletionapp/controllers/projects/wikis_controller.rb
- app/helpers/wiki_helper.rb 0 additions, 24 deletionsapp/helpers/wiki_helper.rb
- app/views/projects/wikis/_main_links.html.haml 2 additions, 2 deletionsapp/views/projects/wikis/_main_links.html.haml
- app/views/projects/wikis/_nav.html.haml 2 additions, 2 deletionsapp/views/projects/wikis/_nav.html.haml
- app/views/projects/wikis/show.html.haml 1 addition, 1 deletionapp/views/projects/wikis/show.html.haml
- config/routes.rb 13 additions, 9 deletionsconfig/routes.rb
- features/project/wiki.feature 12 additions, 0 deletionsfeatures/project/wiki.feature
- features/steps/project/wiki.rb 8 additions, 1 deletionfeatures/steps/project/wiki.rb
app/helpers/wiki_helper.rb
deleted
100644 → 0
Please register or sign in to comment