]> git.immae.eu Git - github/shaarli/Shaarli.git/commit - index.php
Fixes #456: Tag cloud does not sort tags (fully) alphabetically 461/head
authorArthurHoaro <arthur@hoa.ro>
Fri, 5 Feb 2016 15:10:26 +0000 (16:10 +0100)
committerArthurHoaro <arthur@hoa.ro>
Fri, 5 Feb 2016 15:10:34 +0000 (16:10 +0100)
commitf1e96a06d8471dd10b730bf89747665eb4595211
tree6fe1eb10f9f10b6e5d793251397144531d328342
parent268a2e52659964fb7d033a1bb4d1490bf8cc49bf
Fixes #456: Tag cloud does not sort tags (fully) alphabetically

  * Use Collator class to sort tags using the locale (in PECL intl, included in most PHP installation).
  * Use strcasecmp if Collator is not found.

Both sorts are case insensitive.
index.php