]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/todo/design_for_cross-linking_between_content_and_CGI.mdwn
Merge branch 'master' into sipb
[ikiwiki.git] / doc / todo / design_for_cross-linking_between_content_and_CGI.mdwn
index 64b3e848c056dd5ae29b85593c4fb8ffda5c87fd..d8040bf3e31e18ba7e4961e9d0b0838cfbeb8981 100644 (file)
@@ -109,3 +109,26 @@ in the setup file as http if you intend that they will most commonly
 be accessed via http (e.g. the "my cert is not CA-cartel approved"
 use-case), or as https if you intend to force accesses into
 being via https (the "my wiki is secret" use-case).
+
+# Regression test
+
+I've added a regression test in `t/relativity.t`. We might want to
+consider dropping some of it or skipping it unless a special environment
+variable is set once this is all working, since it's a bit slow.
+--[[smcv]]
+
+# Remaining bugs
+
+## Arguable
+
+* Configure the url and cgiurl to both be https, then access the
+  CGI via a non-https address. The stylesheet is loaded from the http
+  version of the static site, but maybe it should be forced to https?
+
+* Configure url = "http://static.example.com/",
+  cgiurl = "http://cgi.example.com/ikiwiki.cgi" and access the
+  CGI via staging.example.net. Self-referential links to the
+  CGI point to cgi.example.com, but maybe they should point to
+  staging.example.net?
+
+* *(possibly incomplete, look for TODO and ??? in relativity.t)*