Skip to:
Content

bbPress.org

Opened 16 years ago

Closed 16 years ago

Last modified 2 months ago

#850 closed defect (bug) (fixed)

adding tag sometimes will not re-use existing tags and creates tag-1

Reported by: _ck_'s profile _ck_ Owned by:
Milestone: 0.9.0.2 Priority: normal
Severity: major Version: 0.9.0.1
Component: Back-end Keywords:
Cc:

Description

I have a few posts with the tag "themes".

Since the 0.9 upgrade, if I try to add the tag "themes" to an existing post, it creates a new tag called "themes-1". I'm making sure there is no whitespace and examining the tag table in phpmyadmin show the row to be clean.

Are there reserved tag words in bbPress 0.9 or is this a weird bug?

Change History (8)

#1 @_ck_
16 years ago

  • Severity changed from normal to major

You can see an example of this problem here:
http://bbshowcase.org/forums/tags/
Look carefully at the big THEMES and then the little themes next to it which go go /themes and /themes-1

This should never happen no? If I try to delete the -1 tag off the post and then re-add "themes" tag, it still becomes themes-1.

Happy to test any fixes or find additional debug info as needed.

#2 @mdawaffe
16 years ago

I've seen this bug before too. There are no reserved tags in bbPress. It appears random. It happened to hit the themes tag on your site.

I don't know how to reproduce this bug.

#3 @mdawaffe
16 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [1441]) tag slug incrementing was b0rked. Not an issue on trunk. Bad merge? Fixes #850

#4 @mdawaffe
16 years ago

I think that squashed the bug. You'll still have both theme and theme-1 floating around though.

#5 @mdawaffe
16 years ago

(In [1442]) tag slug incrementing was b0rked. Fixes #850 for trunk. [1441] I lied

#6 @mdawaffe
16 years ago

(In [1468]) old tags can have whitespace. Trim whitespace from raw_tag. Fixes #850 for trunk for realies.

#7 @mdawaffe
16 years ago

(In [1469]) old tags can have whitespace. Trim whitespace from raw_tag. Fixes #850 for branches/0.9 for realies.

#8 @mdawaffe
16 years ago

  • Milestone changed from 1.0-beta & XML-RPC to 0.9.1
  • Version set to 0.9.0.1
Note: See TracTickets for help on using tickets.