]> git.immae.eu Git - github/shaarli/Shaarli.git/commit - index.php
Fixes presence of empty tags for private tags and in search results 725/head
authorArthurHoaro <arthur@hoa.ro>
Tue, 20 Dec 2016 10:06:22 +0000 (11:06 +0100)
committerArthurHoaro <arthur@hoa.ro>
Tue, 3 Jan 2017 08:47:15 +0000 (09:47 +0100)
commitb3051a6aae446e063c3b6fa4a6a600357a9f24af
treebefc1823dfc935fd827e6753b48f53d8150c3493
parente0177549c760b143efdd17b1579e0c0199dce939
Fixes presence of empty tags for private tags and in search results

  * Private tags: make sure empty tags are properly filtered
  * Search results:
    * Use preg_split instead of function combination
    * Add normalize_spaces to remove extra whitespaces displaying empty tags search
application/LinkFilter.php
application/Utils.php
index.php
tests/UtilsTest.php