]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
Add exclusion in tag search
authorArthurHoaro <arthur@hoa.ro>
Wed, 20 Jan 2016 22:34:33 +0000 (23:34 +0100)
committerArthurHoaro <arthur@hoa.ro>
Mon, 15 Feb 2016 19:40:39 +0000 (20:40 +0100)
  * Searching '-mytag' will now exlude all shaares with 'mytag' tag.
  * All tags starting with a '-' are renamed without it (through the Updater).
  * Unit tests.

Minor code changes:

 * LinkDB->filter() can now take no parameters (get all link depending on logged status).
 * tagsStrToArray() is now static and filters blank tags.


No differences found