#9620 closed defect (duplicate)
TitleIndex is not able to handle numbers / digits
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | wiki system | Version: | 0.11.7 |
Severity: | normal | Keywords: | wiki, TitleIndex, title index, numbers, digits |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
The TitleIndex macro doesn't seem to be able to generate headings with digits / numbers in them.
For example, the pages below:
SomethingSomethingFirst
SomethingSomethingFirstFourth
SomethingSomethingFirstOne
SomethingSomethingFirstSecond
SomethingSomethingFirstThird
SomethingSomethingFirstTwo
SomethingSomethingFourth
SomethingSomethingSecond
SomethingSomethingThird
Something123SomethingFirst
Something123SomethingFirstFourth
Something123SomethingFirstOne
Something123SomethingFirstSecond
Something123SomethingFirstThird
Something123SomethingFirstTwo
Something123SomethingFourth
Something123SomethingSecond
Something123SomethingThird
Are indexed as:
- Something
- Something
- First
- SomethingSomethingFirst
- SomethingSomethingFirstFourth
- SomethingSomethingFirstOne
- SomethingSomethingFirstSecond
- SomethingSomethingFirstThird
- SomethingSomethingFirstTwo
- SomethingSomethingFirst
- SomethingSomethingFourth
- SomethingSomethingSecond
- SomethingSomethingThird
- First
- 1
- Something123SomethingFirst
- Something123SomethingFirstFourth
- Something123SomethingFirstOne
- Something123SomethingFirstSecond
- Something123SomethingFirstThird
- Something123SomethingFirstTwo
- Something123SomethingFourth
- Something123SomethingSecond
- Something123SomethingThird
- Something
The title for 123 is cut off and the subtitle First isn't generated at all.
I'm running:
- Trac 0.11.7-4 on Debian Squeeze (Testing)
Plugins from Debian repository:
- trac-accountmanager
- trac-wikirename
- python-setuptools
Manually installed package:
- PermRedirectPlugin
Best Regards,
Daniel Andersson
Attachments (0)
Change History (5)
comment:1 by , 14 years ago
Milestone: | → next-minor-0.12.x |
---|
comment:2 by , 14 years ago
Too bad then. I'm using Debian and 0.12 isn't even available in Unstable. From what I can Google, it won't be any available in Debian Squeeze (Testing): http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=563391
I'll have to skip the TitleIndex group feature all to together. But thanks for a great product and keep up the good work!
follow-up: 4 comment:3 by , 13 years ago
comment:4 by , 12 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:5 by , 12 years ago
Milestone: | next-minor-0.12.x |
---|
Great, thanks for checking! I forgot about this one (and probably many others on next-minor-0.12.x…)
There are a few pending issues with the
[[TitleIndex]]
macro.