#4200 closed enhancement (fixed)
[Patch] Some enhancements that may be helpful
Reported by: | georgesoon | Owned by: | Steffen Hoffmann |
---|---|---|---|
Priority: | normal | Component: | TagsPlugin |
Severity: | normal | Keywords: | casing query |
Cc: | Michael Renzmann | Trac Release: | 0.11 |
Description
features:
- query is not case sensitive
- page content change along with tag change in one submit
- in 0.6, only tag change in wiki page takes effect
- content change is lost
- collect tag from any custom field
changeset
- api.py
- ticket.py
- query.py
- wiki.py
Attachments (5)
Change History (17)
Changed 16 years ago by
comment:1 Changed 16 years ago by
Please provide your change as a patch. You can generate one from within an svn checkout with:
svn diff > my-patch.diff
comment:2 Changed 15 years ago by
Summary: | some enhancements may be helpful → [Patch] Some enhancements that may be helpful |
---|
comment:3 Changed 15 years ago by
Owner: | changed from Alec Thomas to Michael Renzmann |
---|
Replying to georgesoon:
- page content change along with tag change in one submit
- in 0.6, only tag change in wiki page takes effect
- content change is lost
This had been reported in #3206 and has just been fixed in r7372.
For the rest: could you please provide one patch per new feature, rather than one patch per changed file? That'd make it a lot easier to review the changes in context.
comment:5 Changed 14 years ago by
See #4799 for another take on case-insensitive behavior, but this time with configuration option to retain old/default case-sensitive behavior, that should definitely be considered.
comment:6 Changed 13 years ago by
Keywords: | casing query added |
---|---|
Owner: | changed from Michael Renzmann to Steffen Hoffmann |
I'll take care for it as my time permits.
comment:7 Changed 13 years ago by
Cc: | Michael Renzmann added; anonymous removed |
---|
comment:8 Changed 13 years ago by
(In [10736]) TagsPlugin: Allow mixing of upper- and lower-case tags in sorted tags cloud, refs #4200 and #4799.
This is controlled by a new option cloud_caseless_sort
that defaults to
False for backwards-compatibility and doesn't touch the more general issue of
case-sensitive tag handling (in TagsQuery) as detailed in #4200.
Thanks to Jeff Hammel for contributing the code for this enhancement.
comment:10 Changed 8 years ago by
Owner: | Steffen Hoffmann deleted |
---|
comment:11 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Replying to georgesoon:
- collect tag from any custom field
This is the only request that hasn't already been handled in this ticket, and it's a duplicate of #2804.
comment:12 Changed 8 years ago by
Owner: | set to Steffen Hoffmann |
---|
for case insensitive