aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/formatter
Commit message (Collapse)AuthorAgeFilesLines
* Compatibility with PHPUnit 9ArthurHoaro2020-09-294-4/+4
|
* Comply with PHPUnit V8: setup/teardown functions must return voidArthurHoaro2020-09-264-4/+4
|
* Slim router: handle add tag routeArthurHoaro2020-07-232-4/+4
|
* Fix an issue with private tags and fix nomarkdown tagArthurHoaro2020-01-184-4/+25
| | | | | | | | 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-184-0/+514
See #1307