diff options
author | Arthur <arthur@hoa.ro> | 2016-10-12 14:51:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-12 14:51:37 +0200 |
commit | 03542572665bae57705a2f57b0737ed43f4f1415 (patch) | |
tree | ed4f096826babda6ad25eba4951a6a76cbad2a34 /application/LinkDB.php | |
parent | adcdac1dec45090e2fa1cd4a340e91a40c7a205f (diff) | |
parent | c6d876bb2afe7e9ec1a64c74e766360e2fa441e0 (diff) | |
download | Shaarli-03542572665bae57705a2f57b0737ed43f4f1415.tar.gz Shaarli-03542572665bae57705a2f57b0737ed43f4f1415.tar.zst Shaarli-03542572665bae57705a2f57b0737ed43f4f1415.zip |
Merge pull request #622 from ArthurHoaro/update-date
Save link update dates and render it in templates and feeds
Diffstat (limited to 'application/LinkDB.php')
-rw-r--r-- | application/LinkDB.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/application/LinkDB.php b/application/LinkDB.php index d80434bf..de9e73b0 100644 --- a/application/LinkDB.php +++ b/application/LinkDB.php | |||
@@ -12,8 +12,9 @@ | |||
12 | * | 12 | * |
13 | * Available keys: | 13 | * Available keys: |
14 | * - description: description of the entry | 14 | * - description: description of the entry |
15 | * - linkdate: date of the creation of this entry, in the form YYYYMMDD_HHMMSS | 15 | * - linkdate: creation date of this entry, format: YYYYMMDD_HHMMSS |
16 | * (e.g.'20110914_192317') | 16 | * (e.g.'20110914_192317') |
17 | * - updated: last modification date of this entry, format: YYYYMMDD_HHMMSS | ||
17 | * - private: Is this link private? 0=no, other value=yes | 18 | * - private: Is this link private? 0=no, other value=yes |
18 | * - tags: tags attached to this entry (separated by spaces) | 19 | * - tags: tags attached to this entry (separated by spaces) |
19 | * - title Title of the link | 20 | * - title Title of the link |