-
- Downloads
Merge branch 'id-51433-sort-wiki-by-date' into 'master'
Allow to sort wiki pages by date and title See merge request gitlab-org/gitlab-ce!25365
No related branches found
No related tags found
Showing
- app/controllers/projects/wikis_controller.rb 4 additions, 1 deletionapp/controllers/projects/wikis_controller.rb
- app/helpers/wiki_helper.rb 20 additions, 0 deletionsapp/helpers/wiki_helper.rb
- app/models/project_wiki.rb 14 additions, 2 deletionsapp/models/project_wiki.rb
- app/models/wiki_page.rb 9 additions, 10 deletionsapp/models/wiki_page.rb
- app/views/projects/wikis/pages.html.haml 13 additions, 0 deletionsapp/views/projects/wikis/pages.html.haml
- changelogs/unreleased/id-51433-sort-wiki-by-date.yml 5 additions, 0 deletionschangelogs/unreleased/id-51433-sort-wiki-by-date.yml
- lib/gitlab/git/wiki.rb 6 additions, 4 deletionslib/gitlab/git/wiki.rb
- lib/gitlab/gitaly_client/wiki_service.rb 7 additions, 2 deletionslib/gitlab/gitaly_client/wiki_service.rb
- locale/gitlab.pot 9 additions, 0 deletionslocale/gitlab.pot
- spec/features/projects/wiki/user_views_wiki_pages_spec.rb 89 additions, 0 deletionsspec/features/projects/wiki/user_views_wiki_pages_spec.rb
- spec/helpers/wiki_helper_spec.rb 52 additions, 0 deletionsspec/helpers/wiki_helper_spec.rb
- spec/models/wiki_page_spec.rb 31 additions, 14 deletionsspec/models/wiki_page_spec.rb
Please register or sign in to comment