Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sub-Pages #6

Closed
10 tasks done
sbrl opened this issue Jun 13, 2015 · 3 comments
Closed
10 tasks done

Sub-Pages #6

sbrl opened this issue Jun 13, 2015 · 3 comments
Labels
enhancement Let's make it better!

Comments

@sbrl
Copy link
Owner

sbrl commented Jun 13, 2015

We should implement sub pages.

Things that need checking / doing:

  • Check that the page name escaper correctly handles forward slashes
  • Add support for sub-pages to the page index
    • Add field that indicates whether a given pages has any sub pages
  • Update the page-list extension to support sub-pages
  • Add support for sub pages to the page index rebuilder
  • Allow sub pages to be saved in sub folders
  • Display a configurable list of sub pages on pages that have sub pages

Update:

Bugs to fix before this is done:

@sbrl sbrl added the enhancement Let's make it better! label Jun 13, 2015
@sbrl sbrl mentioned this issue Jun 13, 2015
4 tasks
@sbrl
Copy link
Owner Author

sbrl commented Jul 12, 2015

Updating the page name escaper to allow forward slashes is easy - it's adding the field that gives a list of all the sub pages every page has that will be slightly more challenging. Perhaps for the page index rebuilder we could add this field in after the index has been built.

@sbrl
Copy link
Owner Author

sbrl commented Jul 13, 2015

The page index rebuilder works with subpages now!
You can also create / save subpages too, but the page index doesn't get updated quite right yet (issue #13).

@sbrl
Copy link
Owner Author

sbrl commented Jul 14, 2015

Achievement get: Add subpages!

@sbrl sbrl closed this as completed Jul 14, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Let's make it better!
Projects
None yet
Development

No branches or pull requests

1 participant