Ticket #3757 (closed defect: fixed)
Changeset 3610 changes ReST formatter behaviour
| Reported by: | alastair@… | Owned by: | cboos |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.10 |
| Component: | wiki system | Version: | 0.10b1 |
| Severity: | minor | Keywords: | reStructuredText |
| Cc: | alastair@… |
Description
I've just upgraded a trac installation to 0.10b1 and discovered that reST links that previously worked were marked as "broken trac links." I trawled through at the code, I traced it down to [3610].
Previously, if a link was not in CamelCase, the reST formatter would make it into a "to be added" link, rather than a warning box. Similarly, if a link was in non-conforming CamelCase such as "AddingMySQLAccounts", it would still link to the right page. With the refactoring patch in [3610], all this behaviour has changed. Instead, these links will now cause a warning box to show up.
I'm not sure what the best way to approach it is, but it seems some more thought on the rst.py refactoring is needed.


