clarification: too many things called cgiurl

master
http://smcv.pseudorandom.co.uk/ 2010-10-01 22:50:26 +00:00 committed by Joey Hess
parent f768b6bf16
commit 28c9f7dbcf
1 changed files with 4 additions and 3 deletions

View 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