aboutsummaryrefslogtreecommitdiff
path: root/t/relativity.t
Commit message (Collapse)AuthorAge
* Extract test subs for each site. No change meant.Amitai Schlair2014-10-12
|
* Extract run_cgi(). No functional change intended.Amitai Schlair2014-10-12
|
* Extract check_generated_content(). Same output.Amitai Schlair2014-10-11
|
* Extract check_cgi_mode_bits(). No change intended.Amitai Schlair2014-10-10
|
* Extract thoroughly_rebuild(), a slight test change.Amitai Schlair2014-10-10
| | | | | | | I didn't try to parameterize when a test should fail when we can't remove ikiwiki.cgi because there already isn't one. (Hooray, natural language.) Instead, we stop worrying about it and always tolerate ENOENT.
* Extract write_setup_file(). No functional change.Amitai Schlair2014-10-10
| | | | Test output differs only by the line numbers of the TODO items.
* simplify IPC::Run check (same behavior)Amitai Schlair2014-10-06
|
* In html5 mode, generate a host- or protocol-relative <base> for the CGISimon McVittie2014-10-05
| | | | This increases the number of situations in which we do the right thing.
* Add reverse_proxy option which hard-codes cgiurl in CGI outputSimon McVittie2014-10-05
| | | | | This solves several people's issues with the CGI trying to be too clever when IkiWiki is placed behind a reverse-proxy.
* Avoid mixed content when cgiurl is https but url is notSimon McVittie2014-10-05
|
* Use protocol-relative URIs if cgiurl and url differ only by authority (hostname)Simon McVittie2014-10-05
|
* Fix a test-case that actually just repeated the previous one insteadSimon McVittie2014-10-05
|
* Force use of $config{url} as top URL in w3mmodeSimon McVittie2014-10-05
|
* relative URLs test: pass an appropriate PERL5LIB throughSimon McVittie2014-10-05
| | | | | We were previously using the system copy of IkiWiki, because the CGI resets its environment.
* add the beginnings of a test for CGI/static URL interactionsSimon McVittie2014-10-05