Skip to content

Show wiki tree structure in sidebar and pages overview

Markus Koller requested to merge 17673-wiki-pages-tree-structure into master

What does this MR do?

Replaces WikiPage.group_by_directory with WikiDirectory.group_pages, which groups the pages recursively by their path.

The views were already set up for recursive partials, so we only had to change them to show the basename of each directory, rather than their full path. This is done through a new WikiDirectory#title helper.

Ref: #17673 (closed), and partially #27876 (closed) since the sidebar and pages overview share code.

Screenshots

Before After
Sidebar image image
Pages image image

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • [-] Label as security and @ mention @gitlab-com/gl-security/appsec
  • [-] The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • [-] Security reports checked/validated by a reviewer from the AppSec team
Edited by Markus Koller

Merge request reports