]> git.immae.eu Git - github/shaarli/Shaarli.git/commit
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)
commit29d108820f05615d5c36608fde86f64f0750531a
treed3d241f80ffbb8f26d3add96001bbf5f285689a1
parentbea80e43a3714663b0c32879f7bdf4fd19161b2e
Link ID refactoring

    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.
application/LinkDB.php