]> sipb.mit.edu Git - ikiwiki.git/commitdiff
clarification: too many things called cgiurl
authorhttp://smcv.pseudorandom.co.uk/ <smcv@web>
Fri, 1 Oct 2010 22:50:26 +0000 (22:50 +0000)
committerJoey Hess <joey@kitenet.net>
Fri, 1 Oct 2010 22:50:26 +0000 (22:50 +0000)
doc/todo/want_to_avoid_ikiwiki_using_http_or_https_in_urls_to_allow_serving_both.mdwn

index 969b17fa26aa4f1ff4004a14ddd3c7256307c500..262d5c22d254be0e9dc37a43a19b3836685187ea 100644 (file)
@@ -185,9 +185,10 @@ Bugs:
 
 * I don't think anything except `openid` calls `cgiurl` without also
   passing in `local_cgiurl => 1`, so perhaps that should be the default;
-  `openid` uses `cgiurl` anyway, so there doesn't even necessarily need
-  to be a way to force absolute URLs? Any other module that really needs
-  an absolute URL could use `cgiurl(cgiurl => $config{cgiurl}, ...)`,
+  `openid` uses the `cgiurl` named parameter anyway, so there doesn't even
+  necessarily need to be a way to force absolute URLs? Any other module
+  that really needs an absolute URL could use
+  `cgiurl(cgiurl => $config{cgiurl}, ...)`,
   although that does look a bit strange
 
 * It occurs to me that `IkiWiki::cgiurl` could probably benefit from being