Opened at 2012-11-14T22:02:47Z
Closed at 2012-11-15T18:14:30Z
#1858 closed enhancement (wontfix)
Add redirect_to_index_html boolean to [client]
Reported by: | thedod | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | undecided |
Component: | code-frontend-web | Version: | unknown |
Keywords: | wui portal | Cc: | |
Launchpad Bug: |
Description
See github pull request #21.
This feature is mainly relevant for a public portal (see #389 and lafs-rpg): if wui is asked to show a folder, it checks whether the folder contains an index.html file. If there is one, wui redirects to it. Otherwise, it displays a folder view.
Examples:
- https://dubiousdod.org/uri/URI:DIR2-RO:r7xnodn7et6d3ex44p77qk4eka:nvca4ivhhm2an3eafzpg7wpppy7osgyxvngng5uriqjv2qkcag6a/ shows a folder view.
- Clicking on Latest or any sub folder of Archives blocks users from browsing the folder (making "draft" posts possible).
Only active if redirect_to_index_html is True.
Change History (1)
comment:1 Changed at 2012-11-15T18:14:30Z by thedod
- Resolution set to wontfix
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
As decided at pull request #21, this ticket will be closed and another one - with requirements for a builtin public web-server - will replace it.