]> git.immae.eu Git - github/shaarli/Shaarli.git/commit
Feature: support any tag separator
authorArthurHoaro <arthur@hoa.ro>
Thu, 22 Oct 2020 14:21:03 +0000 (16:21 +0200)
committerArthurHoaro <arthur@hoa.ro>
Thu, 5 Nov 2020 16:54:42 +0000 (17:54 +0100)
commitb3bd8c3e8d367975980043e772f7cd78b7f96bc6
treeec79899ea564c093d8b0578f3e614881a4ea7c3d
parent48df9f45b8c4b2995c1e04146071628668531b37
Feature: support any tag separator

So it allows to have multiple words tags.

Breaking change: commas ',' are no longer a default separator.

Fixes #594
38 files changed:
application/bookmark/Bookmark.php
application/bookmark/BookmarkFileService.php
application/bookmark/BookmarkFilter.php
application/bookmark/LinkUtils.php
application/config/ConfigManager.php
application/formatter/BookmarkDefaultFormatter.php
application/formatter/BookmarkFormatter.php
application/front/controller/admin/ManageTagController.php
application/front/controller/admin/ShaareManageController.php
application/front/controller/admin/ShaarePublishController.php
application/front/controller/visitor/BookmarkListController.php
application/front/controller/visitor/TagCloudController.php
application/front/controller/visitor/TagController.php
application/http/HttpAccess.php
application/http/HttpUtils.php
application/http/MetadataRetriever.php
application/legacy/LegacyUpdater.php
application/netscape/NetscapeBookmarkUtils.php
application/render/PageBuilder.php
assets/default/js/base.js
assets/default/scss/shaarli.scss
doc/md/Shaarli-configuration.md
index.php
tests/bookmark/BookmarkFilterTest.php
tests/bookmark/BookmarkTest.php
tests/bookmark/LinkUtilsTest.php
tests/front/controller/admin/ManageTagControllerTest.php
tests/front/controller/admin/ShaarePublishControllerTest/DisplayCreateFormTest.php
tests/front/controller/admin/ShaarePublishControllerTest/DisplayEditFormTest.php
tests/front/controller/visitor/BookmarkListControllerTest.php
tests/front/controller/visitor/FrontControllerMockHelper.php
tests/front/controller/visitor/TagCloudControllerTest.php
tests/front/controller/visitor/TagControllerTest.php
tests/netscape/BookmarkImportTest.php
tpl/default/changetag.html
tpl/default/linklist.html
tpl/default/page.footer.html
tpl/default/tag.cloud.html