]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
Link ID refactoring
authorArthurHoaro <arthur@hoa.ro>
Mon, 28 Nov 2016 14:30:17 +0000 (15:30 +0100)
committerArthurHoaro <arthur@hoa.ro>
Mon, 12 Dec 2016 02:02:01 +0000 (03:02 +0100)
    Links now use an incremental unique numeric identifier.
    This ID is persistent and must never change.

    ArrayAccess is used to match the link ID with the array keys (see the comment in LinkDB for more details)

    Key 'created' added, with creation date as a DateTime object. 'updated' is now also a DateTime.


No differences found