Ticket #3624 (assigned defect)

Opened 5 years ago

Last modified 2 weeks ago

invalid link when using more than one tag in tagged

Reported by: anonymous Assigned to: hasienda (accepted)
Priority: normal Component: TagsPlugin
Severity: normal Keywords: HTML links tag quote
Cc: rjollos, otaku42, jun66j5 Trac Release: 0.11

Description

tagged:"tag1 tag2"

results to /tags?q=%27%22tag1+tag2%22%27, not to /tags?q=%27tag1+tag2%27 as expected

Attachments

Change History

10/15/11 15:56:33 changed by hasienda

  • status changed from new to assigned.
  • keywords set to HTML links tag quote.
  • owner changed from athomas to hasienda.
  • cc set to rjollos, otaku42, jun66j5.

As hinted in my comment in #9057 this plugin's use of quotes for tags is wired.

This issue is the result of such insane incantations. As discussed before I think the best (only?) solution is to finally discontinue that quoting inside the '/tags' namespace.

10/15/11 22:41:05 changed by hasienda

(In [10785]) TagsPlugin: Correct tokenization for unary quotes, refs #3624 and #9057.

TagsQuery now has got a unit test in addition to the rather old doc tests. Thanks to Jun Omae for contributing most of the code to this changeset.

09/04/12 23:27:32 changed by hasienda

(In [11935]) TagsPlugin: Remove quotes from tag URLs, refs #3624.

05/15/13 00:08:45 changed by hasienda

(In [13129]) TagsPlugin: Add unit testing for the tag: TracWiki link resolver, refs #3624, #5523 and #9630.

Currently failing two of the tests due to known issues.

Ryan's proposed patch in #10612 has been helpful to get this done too.


Add/Change #3624 (invalid link when using more than one tag in tagged)




Change Properties
Action