diff options
author | Simon McVittie <smcv@debian.org> | 2019-02-03 16:54:20 +0000 |
---|---|---|
committer | Simon McVittie <smcv@debian.org> | 2019-02-03 16:55:14 +0000 |
commit | 1094c6ecbf28d6469d91da8d4bdeaefb195bb7df (patch) | |
tree | 010da99440f438a220a348bab96da3f05da41547 | |
parent | b760b8f171fb99013c7e1462f79df3522e973472 (diff) | |
download | ikiwiki-1094c6ecbf28d6469d91da8d4bdeaefb195bb7df.tar ikiwiki-1094c6ecbf28d6469d91da8d4bdeaefb195bb7df.tar.gz |
Mark as applied
Signed-off-by: Simon McVittie <smcv@debian.org>
-rw-r--r-- | CHANGELOG | 2 | ||||
-rw-r--r-- | doc/todo/hide_add_comment_button_in_print.mdwn | 2 |
2 files changed, 4 insertions, 0 deletions
@@ -15,6 +15,8 @@ ikiwiki (3.20180312) UNRELEASED; urgency=medium * table: Cope with non-ASCII content in CSV format tables. Thanks, Feng Shu * trail: Allow unescaped punctuation in `pagenames` parameter + * comments: Hide "add comment" link from print stylesheet. + Thanks, Antoine Beaupré * debian: Allow Breezy as an alternative to bzr Thanks, Jelmer Vernooij * inline: Add basic test coverage for [[!inline rootpage]] diff --git a/doc/todo/hide_add_comment_button_in_print.mdwn b/doc/todo/hide_add_comment_button_in_print.mdwn index cbfaca888..7ed2645b3 100644 --- a/doc/todo/hide_add_comment_button_in_print.mdwn +++ b/doc/todo/hide_add_comment_button_in_print.mdwn @@ -45,4 +45,6 @@ Thanks! -- [[anarcat]] [remove]: https://gitlab.com/anarcat/ikiwiki-bootstrap-anarcat/commit/94521766f4206882c44764253452ec666d90d5c1 [this patch]: https://gitlab.com/anarcat/ikiwiki/commit/33630b561623b8dca946916b733807e9b8c97849.patch +> [[Applied|done]] --[[smcv]] + [[!tag patch]] |