Defect #20910
closedHierarchy in TOC is not preserved when Wiki index is exported to HTML
0%
Description
- TOC items hierarchy is not supported, only one-level list is exported
- images links are incomplete with "/redmine/xxx". Full path to images is expected to see them.
Files
Related issues
Updated by Toshi MARUYAMA about 9 years ago
- Related to Feature #550: Function to export whole wiki added
Updated by Mizuki ISHIKAWA over 6 years ago
- File 0001-Change-the-file-path-of-html-image-to-be-exported-to.patch added
- File 0002-Nest-the-exported-html-table-of-contents.patch 0002-Nest-the-exported-html-table-of-contents.patch added
I wrote a patch to solve these two problems.
(It may be better to divide the issues...)
images links are incomplete with "/redmine/xxx". Full path to images is expected to see them.
→ attachment:0001-Change-the-file-path-of-html-image-to-be-exported-to.patch
TOC items hierarchy is not supported, only one-level list is exported
→ 0002-Nest-the-exported-html-table-of-contents.patch
By applying the patch, I think the exported HTML will be easier to see.
Updated by Go MAEDA over 6 years ago
- Related to Patch #16446: Generate full URLs to images and linked pages in the Wiki HTML export added
Updated by Go MAEDA over 6 years ago
Mizuki ISHIKAWA wrote:
images links are incomplete with "/redmine/xxx". Full path to images is expected to see them.
→ attachment:0001-Change-the-file-path-of-html-image-to-be-exported-to.patch
The patch is identical to #16446, which I have just committed as r17229. Let's discuss the patch 0002 on this issue.
Updated by Mizuki ISHIKAWA over 6 years ago
- File after.png after.png added
- File before.png before.png added
Go MAEDA wrote:
The patch is identical to #16446, which I have just committed as r17229. Let's discuss the patch 0002 on this issue.
I did not notice that the same patch already exists.
I am glad that the image link has been changed to a Full path.
before | after |
Updated by Go MAEDA over 6 years ago
- File deleted (
0001-Change-the-file-path-of-html-image-to-be-exported-to.patch)
Updated by Go MAEDA over 6 years ago
- Target version set to Candidate for next major release
Updated by Go MAEDA over 5 years ago
- File 20910-v2.patch 20910-v2.patch added
- Target version changed from Candidate for next major release to 4.1.0
Updated the patch for the current trunk.
Updated by Go MAEDA over 5 years ago
- Subject changed from Wiki HTML export bugs to Hierarchy in TOC is not preserved when a Wiki page is exported to HTML
Updated by Go MAEDA over 5 years ago
- Subject changed from Hierarchy in TOC is not preserved when a Wiki page is exported to HTML to Hierarchy in TOC is not preserved when Wiki index is exported to HTML
- Status changed from New to Closed
- Assignee set to Go MAEDA
- Resolution set to Fixed
Committed the patch with slight changes. Thank you for the fix.