]> git.immae.eu Git - github/shaarli/Shaarli.git/commit
Fixes #497: ignore case difference between tags 583/head
authorArthurHoaro <arthur@hoa.ro>
Thu, 14 Apr 2016 15:59:37 +0000 (17:59 +0200)
committerArthurHoaro <arthur@hoa.ro>
Tue, 31 May 2016 07:09:32 +0000 (09:09 +0200)
commitb1eb5d1d31e3ea256501c08a3ed9aa7183b27466
treeda39f2c91bf636ff7a9d0890ec70601b2ca92797
parent11609d9fd8ba53f049e6c913d8e3affab6cfc9ce
Fixes #497: ignore case difference between tags

While retrieving all tags, case differences will be ignored.
This affects:

  * tag cloud
  * tag autocompletion
application/LinkDB.php
tests/FeedBuilderTest.php
tests/LinkDBTest.php
tests/utils/ReferenceLinkDB.php