diff options
author | intrigeri <intrigeri@web> | 2013-12-30 20:53:36 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-12-30 20:53:36 -0400 |
commit | 701ecfc2bb339d438d1138233e8a9250e580adf1 (patch) | |
tree | 6e6c100e256a2d4cb038b401b31653e78e6ba298 | |
parent | 0d8f3310cb631439ff12cfa0483bdb56fc66556b (diff) | |
download | ikiwiki-701ecfc2bb339d438d1138233e8a9250e580adf1.tar ikiwiki-701ecfc2bb339d438d1138233e8a9250e580adf1.tar.gz |
Reply on the cgit URL encoding problem.
-rw-r--r-- | doc/todo/support_linking_to_cgit.mdwn | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/todo/support_linking_to_cgit.mdwn b/doc/todo/support_linking_to_cgit.mdwn index 92c7cb8a6..5c61ff42f 100644 --- a/doc/todo/support_linking_to_cgit.mdwn +++ b/doc/todo/support_linking_to_cgit.mdwn @@ -17,4 +17,16 @@ the substitution of `\[[file]]` in `diffurl` and `historyurl`? > In `91b477c` I made a similar change to how the cvs backend encodes > `diffurl`. Perhaps it applies to all VCS backends? --[[schmonz]] +>> Thanks a lot! I've not looked at it yet, but will try to do so +>> soonish, as this bug is a real problem for Tails when welcoming potential +>> new contributors. +>> +>> Also, note that this does not affect recentchanges only: we have +>> the same problem for URLs generated by the shortcut plugin, e.g. +>> `\[[!tails_gitweb config/chroot_local-includes/usr/local/sbin/unsafe-browser]]` +>> in a page (with the shortcut defined as +>> `\[[!shortcut name=tails_gitweb url="https://git-tails.immerda.ch/tails/plain/%s"]]`) +>> produces URLs with `/` encoded as `%2F`, which fails the same way +>> in combination with cgit. --[[intrigeri]] + [[wishlist]] |