Modify ↓
Opened 18 years ago
Last modified 9 years ago
#5059 new defect
PageOutline macro is hardcoded to truncate long names
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | topic-wikiengine |
Component: | wiki system | Version: | |
Severity: | minor | Keywords: | PageOutline |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
when using PageOutline
as of 0.10, long heading names are truncated, with an ellipsis "…" at the end. This behavior should be removed, or at least an option added to PageOutline
so that its configurable.
matt good refers to 3408 as the location of the change, where the call to _parse_heading()
should get False
as its last argument.
Attachments (0)
Change History (6)
comment:1 by , 18 years ago
Milestone: | → 0.11 |
---|---|
Severity: | normal → minor |
comment:2 by , 18 years ago
Milestone: | 0.11 → 0.12 |
---|
WikiEngine refactoring and related fixes postponed.
comment:4 by , 15 years ago
Milestone: | next-major-0.1X → 0.13 |
---|
comment:5 by , 14 years ago
Milestone: | 0.13 → 0.14-wikiengine |
---|
comment:6 by , 9 years ago
Owner: | removed |
---|
Note:
See TracTickets
for help on using tickets.
Well, the change was intentional in order to keep the PageOutline box narrow. But it's probably better to not truncate in inline mode.