Opened 4 years ago
Last modified 2 years ago
features:
changeset
for case insensitive
for custom fields and case insensitive
for page content and tag change in one submit
Please provide your change as a patch. You can generate one from within an svn checkout with:
svn diff > my-patch.diff
svn diff
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.
Reassign to new maintainer.
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.
I'll take care for it as my time permits.
(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.