Allow moving wiki pages from the UI
显示
- Gemfile 4 个添加, 0 个删除Gemfile
- app/assets/stylesheets/pages/wiki.scss 8 个添加, 0 个删除app/assets/stylesheets/pages/wiki.scss
- app/controllers/projects/wikis_controller.rb 2 个添加, 2 个删除app/controllers/projects/wikis_controller.rb
- app/helpers/wiki_helper.rb 18 个添加, 0 个删除app/helpers/wiki_helper.rb
- app/models/project_wiki.rb 4 个添加, 0 个删除app/models/project_wiki.rb
- app/models/wiki_page.rb 54 个添加, 12 个删除app/models/wiki_page.rb
- app/views/projects/wikis/_form.html.haml 7 个添加, 1 个删除app/views/projects/wikis/_form.html.haml
- app/views/projects/wikis/edit.html.haml 1 个添加, 4 个删除app/views/projects/wikis/edit.html.haml
- changelogs/unreleased/fj-37273-moving-wiki-pages-from-the-ui.yml 5 个添加, 0 个删除...ogs/unreleased/fj-37273-moving-wiki-pages-from-the-ui.yml
- config/initializers/gollum.rb 82 个添加, 0 个删除config/initializers/gollum.rb
- doc/user/project/wiki/img/wiki_move_page_1.png 0 个添加, 0 个删除doc/user/project/wiki/img/wiki_move_page_1.png
- doc/user/project/wiki/img/wiki_move_page_2.png 0 个添加, 0 个删除doc/user/project/wiki/img/wiki_move_page_2.png
- doc/user/project/wiki/index.md 12 个添加, 0 个删除doc/user/project/wiki/index.md
- lib/gitlab/git/wiki.rb 19 个添加, 5 个删除lib/gitlab/git/wiki.rb
- locale/gitlab.pot 124 个添加, 11 个删除locale/gitlab.pot
- spec/features/projects/wiki/user_updates_wiki_page_spec.rb 73 个添加, 1 个删除spec/features/projects/wiki/user_updates_wiki_page_spec.rb
- spec/features/projects/wiki/user_views_wiki_page_spec.rb 2 个添加, 1 个删除spec/features/projects/wiki/user_views_wiki_page_spec.rb
- spec/lib/gitlab/git/wiki_spec.rb 36 个添加, 0 个删除spec/lib/gitlab/git/wiki_spec.rb
- spec/models/wiki_page_spec.rb 116 个添加, 4 个删除spec/models/wiki_page_spec.rb
加载中
想要评论请 注册 或 登录