#3206 closed defect (fixed)
[PATCH] Edit Wiki Page content and tag
Reported by: | Catalin BALAN | Owned by: | Alec Thomas |
---|---|---|---|
Priority: | normal | Component: | TagsPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
- edit tags and content at the same time
- after saving, only the tag was altered but the content remained unchanged.
The attached patch fixes that.
Thank you
Attachments (1)
Change History (12)
Changed 16 years ago by
Attachment: | tags.th.patch added |
---|
comment:1 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 16 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
(in reply to http://trac-hacks.org/ticket/3145#comment:4)
I should have re-opened #3206 instead, even though they seem related.
At least it is not working for me. As you can see, the embedded patch *removes* some code added by [3877]. Either way, please add the setup.cfg file for the sake of those who run the trunk version.
Please investigate the patch in http://trac-hacks.org/ticket/3145#comment:3
comment:4 Changed 16 years ago by
What behaviour are you seeing? The same as this bug? Or is it slightly different?
comment:5 Changed 16 years ago by
I am seeing this issue as well with TagsPlugin 0.6 and Trac 0.11. When I attempt to create a new page (with new content) and tag it at the same time, only the tag is persisted in the DB, while the page remains in an uncreated state with the content I entered discarded.
comment:6 Changed 16 years ago by
Same is happening if you update content and tags of a wiki page at the same time: Tags are updated, changes to the contents are lost. Using the latest trunk versions of both, trac and the TagsPlugin.
comment:7 Changed 16 years ago by
i am seeing this too. on creation one cannot add a tag without loosing the content
comment:9 Changed 15 years ago by
comment:10 follow-up: 11 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
comment:11 Changed 15 years ago by
Replying to otaku42:
(In [7372]) Fix a bug that, when trying to create a new wiki page with one or more tags, discarded the wiki page content. Thanks to cbalan for the patch. Fixes #3206.
Guess I had a bad day:
I accidentally committed stuff to the tagged release v0.6 rather than to trunk, which of course was wrong. I'll thus roll back r7372. No need to re-apply the patch to trunk, however, as the issue has been fixed there before.
(In [3877]) Fix Wiki tag saving semantics. Fixes #3206.