Modify ↓
#7081 closed defect (fixed)
mercurial plugin conflicts with wiki writing
Reported by: | Owned by: | Christian Boos | |
---|---|---|---|
Priority: | normal | Milestone: | not applicable |
Component: | plugin/mercurial | Version: | 0.10-stable |
Severity: | major | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
what I did: pasted a SHA1 sum (of an attached file) to a wiki page
what I expected: to read the SHA1 sum after submitting the page
what I got: some Python error stack, also trying to read that page again led to the error stack (see attachment)
configuration: mercurial-plugin:0.10-stable hg:0.9.5-3 trac:0.10.4 apache2:2.2.8-1 OS:linux:debian:sid:2.6.24
workaround: remove the page with trac-admin, next time put the sha1 sum in triple-braces.
Attachments (1)
Change History (3)
by , 17 years ago
comment:1 by , 17 years ago
Status: | new → assigned |
---|
comment:2 by , 17 years ago
Milestone: | 0.10.5 → not applicable |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Done in r6812.
Note:
See TracTickets
for help on using tickets.
In newer versions of the plugin, you'll get a link to the corresponding changeset (most probably in "missing" style here ;-) ).
Need to backport r6445.