aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/formatter/BookmarkDefaultFormatterTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Support search highlights when matching URL contentArthurHoaro2021-01-191-2/+9
| | | | | | | | | | DefaultFormatter: - format 'a' tag content and not href attribute - format hashtags properly Markdown(Extra)Formatter: - Extend Parsedown to format highlight properly: https://github.com/erusev/parsedown/wiki/Tutorial:-Create-Extensions Fixes #1681
* Default formatter: add a setting to disable auto-linkificationArthurHoaro2020-11-031-0/+20
| | | | | | | + update documentation + single parameter for both URL and hashtags Fixes #1094
* add search highlight unit testsArthurHoaro2020-10-161-0/+115
|
* Compatibility with PHPUnit 9ArthurHoaro2020-09-291-1/+1
|
* Comply with PHPUnit V8: setup/teardown functions must return voidArthurHoaro2020-09-261-1/+1
|
* Slim router: handle add tag routeArthurHoaro2020-07-231-2/+2
|
* Fix an issue with private tags and fix nomarkdown tagArthurHoaro2020-01-181-1/+22
| | | | | | | | The new bookmark service wasn't handling private tags properly. nomarkdown tag is now shown only for logged in user in bookmarks, and hidden for everyone in tag clouds/lists. Fixes #726
* Add and update unit test for the new system (Bookmark + Service)ArthurHoaro2020-01-181-0/+156
See #1307