From: ArthurHoaro Date: Mon, 28 Nov 2016 14:30:17 +0000 (+0100) Subject: Link ID refactoring X-Git-Tag: v0.8.1~3^2~4 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;ds=inline;h=29d108820f05615d5c36608fde86f64f0750531a;hp=29d108820f05615d5c36608fde86f64f0750531a;p=github%2Fshaarli%2FShaarli.git 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. ---