]> git.immae.eu Git - github/shaarli/Shaarli.git/commit - composer.json
Introduce Bookmark object and Service layer to retrieve them
authorArthurHoaro <arthur@hoa.ro>
Sat, 25 May 2019 13:46:47 +0000 (15:46 +0200)
committerArthurHoaro <arthur@hoa.ro>
Fri, 17 Jan 2020 17:42:11 +0000 (18:42 +0100)
commit336a28fa4a09b968ce4705900bf57693e672f0bf
treeb3773e674a59c441270a56441fbadfa619527940
parent796c4c57d085ae4589b53dfe8369ae9ba30ffdaf
Introduce Bookmark object and Service layer to retrieve them

See https://github.com/shaarli/Shaarli/issues/1307 for details
21 files changed:
application/bookmark/Bookmark.php [new file with mode: 0644]
application/bookmark/BookmarkArray.php [new file with mode: 0644]
application/bookmark/BookmarkFileService.php [new file with mode: 0644]
application/bookmark/BookmarkFilter.php [new file with mode: 0644]
application/bookmark/BookmarkIO.php [new file with mode: 0644]
application/bookmark/BookmarkInitializer.php [new file with mode: 0644]
application/bookmark/BookmarkServiceInterface.php [new file with mode: 0644]
application/bookmark/LinkUtils.php
application/bookmark/exception/BookmarkNotFoundException.php [moved from application/bookmark/exception/LinkNotFoundException.php with 84% similarity]
application/bookmark/exception/EmptyDataStoreException.php [new file with mode: 0644]
application/bookmark/exception/InvalidBookmarkException.php [new file with mode: 0644]
application/bookmark/exception/NotWritableDataStoreException.php [new file with mode: 0644]
application/formatter/BookmarkDefaultFormatter.php [new file with mode: 0644]
application/formatter/BookmarkFormatter.php [new file with mode: 0644]
application/formatter/BookmarkMarkdownFormatter.php [new file with mode: 0644]
application/formatter/BookmarkRawFormatter.php [new file with mode: 0644]
application/formatter/FormatterFactory.php [new file with mode: 0644]
application/legacy/LegacyLinkDB.php [moved from application/bookmark/LinkDB.php with 89% similarity]
application/legacy/LegacyLinkFilter.php [moved from application/bookmark/LinkFilter.php with 96% similarity]
application/legacy/LegacyUpdater.php [new file with mode: 0644]
composer.json