diff options
Diffstat (limited to 'doc/recentchanges/change_178d6a16c2fff68edfbe6a1af5c8a9fa91db6039._change')
-rw-r--r-- | doc/recentchanges/change_178d6a16c2fff68edfbe6a1af5c8a9fa91db6039._change | 90 |
1 files changed, 0 insertions, 90 deletions
diff --git a/doc/recentchanges/change_178d6a16c2fff68edfbe6a1af5c8a9fa91db6039._change b/doc/recentchanges/change_178d6a16c2fff68edfbe6a1af5c8a9fa91db6039._change deleted file mode 100644 index 0e44d6398..000000000 --- a/doc/recentchanges/change_178d6a16c2fff68edfbe6a1af5c8a9fa91db6039._change +++ /dev/null @@ -1,90 +0,0 @@ -[[!meta author="""joey"""]] - -[[!meta authorurl="""http://ikiwiki.info/ikiwiki.cgi?page=users%2Fjoey&do=goto"""]] - -[[!meta title="""change to todo/want_to_avoid_ikiwiki_using_http_or_https_in_urls_to_allow_serving_both on ikiwiki"""]] - -[[!meta permalink="http://ikiwiki.info/recentchanges/#change-178d6a16c2fff68edfbe6a1af5c8a9fa91db6039"]] - -<div id="change-178d6a16c2fff68edfbe6a1af5c8a9fa91db6039" class="metadata"> -<span class="desc"><br />Changed pages:</span> -<span class="pagelinks"> - -<a href="http://git.ikiwiki.info/?p=ikiwiki;a=blobdiff;f=doc/todo/want_to_avoid_ikiwiki_using_http_or_https_in_urls_to_allow_serving_both.mdwn;h=4fafc2bbc249ac9e22869129f8702e0a6d54a5ba;hp=20d22b9ab837dfc3d5c9e0a787479b49fd2d6043;hb=178d6a16c2fff68edfbe6a1af5c8a9fa91db6039;hpb=a6c3d71787c528888c3f66c7ded8dd0c8f430b7e" title="diff" rel="nofollow">[[diff|wikiicons/diff.png]]</a><a href="http://ikiwiki.info/ikiwiki.cgi?page=todo%2Fwant_to_avoid_ikiwiki_using_http_or_https_in_urls_to_allow_serving_both&do=goto" rel="nofollow">todo/want to avoid ikiwiki using http or https in urls to allow serving both</a> - - -</span> -<span class="desc"><br />Changed by:</span> -<span class="committer"> - -<a href="http://ikiwiki.info/ikiwiki.cgi?page=users%2Fjoey&do=goto" rel="nofollow">joey</a> - -</span> -<span class="desc"><br />Commit type:</span> -<span class="committype">git</span> -<span class="desc"><br />Date:</span> -<span class="changedate"><span class="relativedate" title="Mon, 22 Nov 2010 18:05:37 +0000">18:05:37 11/22/10</span></span> -<span class="desc"><br /></span> -</div> - -<span class="revert"> -<a href="http://ikiwiki.info/ikiwiki.cgi?rev=178d6a16c2fff68edfbe6a1af5c8a9fa91db6039&do=revert" title="revert" rel="nofollow">[[revert|wikiicons/revert.png]]</a> -</span> - -<div class="changelog"> - - -comments (finally)<br /> - - -</div> - -<div class="diff"> -<pre> -diff --git a/doc/todo/want_to_avoid_ikiwiki_using_http_or_https_in_urls_to_allow_serving_both.mdwn b/doc/todo/want_to_avoid_ikiwiki_using_http_or_https_in_urls_to_allow_serving_both.mdwn -index 20d22b9..4fafc2b 100644 ---- a/doc/todo/want_to_avoid_ikiwiki_using_http_or_https_in_urls_to_allow_serving_both.mdwn -+++ b/doc/todo/want_to_avoid_ikiwiki_using_http_or_https_in_urls_to_allow_serving_both.mdwn -@@ -181,6 +181,16 @@ New API added by this branch: - - * `urlto(x, y, 'local')` uses `$local_url` instead of `$config{url}` - -+ > Yikes. I see why you wanted to keep it to 3 parameters (4 is too many, -+ > and po overrides it), but I dislike overloading the third parameter -+ > like that. -+ > -+ > There are fairly few calls to `urlto($foo, $bar)`, so why not -+ > make that always return the semi-local url form, and leave the third -+ > parameter for the cases that need a true fully-qualified url. -+ > The new form for local urls will typically be only a little bit longer, -+ > except in the unusual case where the cgiurl is elsewhere. --[[Joey]] -+ - * `IkiWiki::baseurl` has a new second argument which works like the - third argument of `urlto` - -@@ -199,9 +209,13 @@ Bugs: - `cgiurl(cgiurl => $config{cgiurl}, ...)`, - although that does look a bit strange - -+ > I agree that makes sense. --[[Joey]] -+ - * It occurs to me that `IkiWiki::cgiurl` could probably benefit from being - exported? Perhaps also `IkiWiki::baseurl`? - -+ > Possibly, see [[firm_up_plugin_interface]]. --[[Joey]] -+ - * Or, to reduce use of the unexported `baseurl` function, it might make - sense to give `urlto` a special case that references the root of the wiki, - with a trailing slash ready to append stuff: perhaps `urlto('/')`, -@@ -210,3 +224,6 @@ Bugs: - do_something(baseurl => urlto('/', undef, local)`); - do_something_else(urlto('/').'style.css'); - IkiWiki::redirect(urlto('/', undef, 1)); -+ -+ > AFACIS, `baseurl` is only called in 3 places so I don't think that's -+ > needed. --[[Joey]] - -</pre> -</div> - -<!-- 178d6a16c2fff68edfbe6a1af5c8a9fa91db6039 --> |