]> git.immae.eu Git - github/shaarli/Shaarli.git/commit
Add a persistent 'shorturl' key to all links 697/head
authorArthurHoaro <arthur@hoa.ro>
Mon, 28 Nov 2016 17:24:15 +0000 (18:24 +0100)
committerArthurHoaro <arthur@hoa.ro>
Mon, 12 Dec 2016 02:03:12 +0000 (03:03 +0100)
commitd592daea8343bb4dfecff5d97e93699581ccc58c
treed508b902b3aba45795fafe16e0b921ac5ea7c4c4
parentc3dfd8995921083ff7250c25d0b6ab1184b91aff
Add a persistent 'shorturl' key to all links

All existing link will keep their permalinks.
New links will have smallhash generated with date+id.

The purpose of this is to avoid collision between links due to their creation date.
15 files changed:
application/FeedBuilder.php
application/LinkDB.php
application/LinkFilter.php
application/LinkUtils.php
application/NetscapeBookmarkUtils.php
application/Updater.php
application/Utils.php
index.php
plugins/isso/isso.php
tests/FeedBuilderTest.php
tests/LinkDBTest.php
tests/NetscapeBookmarkUtils/BookmarkImportTest.php
tests/Updater/UpdaterTest.php
tests/plugins/PluginIssoTest.php
tests/utils/ReferenceLinkDB.php