aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsmcv <smcv@web>2014-09-01 04:05:54 -0400
committeradmin <admin@branchable.com>2014-09-01 04:05:54 -0400
commit048c32543c8e139c8a3141b8814312d1d080d667 (patch)
tree6f5d86ff96e0cb28c4356707f7781483914ca77e
parent18441e8ee01e9c63f0ca9e1279aaa97508338cc2 (diff)
downloadikiwiki-048c32543c8e139c8a3141b8814312d1d080d667.tar
ikiwiki-048c32543c8e139c8a3141b8814312d1d080d667.tar.gz
respond to chrysn's feedback, update branch accordingly
-rw-r--r--doc/todo/edittemplate_should_support_uuid__44___date_variables.mdwn10
1 files changed, 8 insertions, 2 deletions
diff --git a/doc/todo/edittemplate_should_support_uuid__44___date_variables.mdwn b/doc/todo/edittemplate_should_support_uuid__44___date_variables.mdwn
index 73f04adf0..e5a8d0ab9 100644
--- a/doc/todo/edittemplate_should_support_uuid__44___date_variables.mdwn
+++ b/doc/todo/edittemplate_should_support_uuid__44___date_variables.mdwn
@@ -47,8 +47,8 @@ Changes to the structure of `$pagestate{$registering_page}{edittemplate}{$pagesp
>> better way based on that, maybe global configuration in `$config`.
>> --[[smcv]]
->>> [[!template id=gitbranch branch=smcv/ready/edittemplate
- browse=http://git.pseudorandom.co.uk/smcv/ikiwiki.git/shortlog/refs/heads/ready/edittemplate
+>>> [[!template id=gitbranch branch=smcv/ready/edittemplate2
+ browse=http://git.pseudorandom.co.uk/smcv/ikiwiki.git/shortlog/refs/heads/ready/edittemplate2
author="Jonathon Anderson, [[smcv]]"]]
>>> Here is a version of that branch that I [[would merge|users/smcv/ready]] if I could.
>>> Changes since Jonathon's version:
@@ -77,3 +77,9 @@ Changes to the structure of `$pagestate{$registering_page}{edittemplate}{$pagesp
>>>> html5 would leave old evaluations of displaytime around in the repository.
>>>> (example template: `\[[!meta date="<TMPL_VAR time>"]]I wrote this post at
>>>> \[[!displaytime "<TMPL_VAR time>"]]`). --[[chrysn]]
+
+>>>>> That's a very good point; and Joey added `\[[!date "<TMPL_VAR time">]]`,
+>>>>> which does the same thing as your hypothetical `\[[!displaytime]]`,
+>>>>> almost 5 years ago. Branch replaced by `smcv/ready/edittemplate2`
+>>>>> which drops `formatted_time` and `html_time`, and adds a suggestion
+>>>>> to use `\[[!date]]`. --[[smcv]]