#13413 closed defect (bug) (worksforme)
Querying Taxonomies (Tag) containing the sequence "-נ-" fails.
Reported by: | hakre | Owned by: | scribu |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.0 |
Component: | Query | Keywords: | has-patch needs-refresh |
Focuses: | Cc: |
Description
Fresh from Beta testing latest trunk:
1.) Created a Tag "test -נ- end"
2.) Added the Tag to a Post
3.) Pressed that Tag in my Tag Cloud
4.) Get the not Found Message.
Attachments (3)
Change History (27)
#2
@
15 years ago
This went through, related tickets were:
#11669 is not a duplicate because that is 2.9 and cutting names. The tag now works while creating it. This time it is about querying all pages with that tag I guess. I dunno where that 404 actually comes from. That needs to be investigated further.
#11724 might be the exact same thing, but I'm not sure.
#4
@
15 years ago
I cut-and-paste that text and couldn't reproduce in 2.9 or 3.0, for what it's worth.
#5
follow-up:
↓ 7
@
15 years ago
I could reproduce it in 3.0 and 2.9 on my local install (windows, xampp) but not on my server install.
#6
@
15 years ago
- Milestone changed from 3.0 to 3.1
If it's not a regression in 3.0 then let's move it to 3.1. There are similar tickets we can take care of at the same time.
#7
in reply to:
↑ 5
@
15 years ago
Replying to ocean90:
I could reproduce it in 3.0 and 2.9 on my local install (windows, xampp) but not on my server install.
Good you wrote that, my report is based on windows as well.
#11
@
14 years ago
I was able to fix the problem with the patch. The cause is that the regex used does not properly handle UTF-8 encoded strings. The \s character class is causing this again (see [12501]). Will scan core for more of these.
#13
@
14 years ago
I reduced the code changes to the bare minimum. The first patch contains some code cleanups and on function did return a reference which was not necessary because the return value was an array.
#14
@
14 years ago
- Cc wojtek.szkutnik@… added
- Keywords has-patch needs-testing gsoc added; reporter-feedback removed
I think you missed one ;)
#20
@
14 years ago
- Milestone Awaiting Review deleted
- Resolution set to worksforme
- Status changed from accepted to closed
Tested in trunk and this works fine for me.
#21
@
14 years ago
Could not reproduce with trunk any longer:
Worked with PHP 5.2.14 (cli) (built: Jul 27 2010 10:43:58) on win 32.
Tried to get PHP 4 running to check if it's related to an older version (I remember it's a windows specific bug and I smell/assume this is related to some pcre lib version) but was not able to get PHP 4 running any longer and didn't want to downgrade PHP 5.2.
X-Ref: #16765
Is this not an obvious duplicate of #11669?