about summary refs log tree commit homepage
path: root/t/plack.t
DateCommit message (Expand)
2020-01-27tests: move the majority of t/view.t into t/plack.t
2020-01-27t/plack.t: modernize and unindent
2020-01-05tests: remove some "git config" calls after "git init"
2019-12-24testcommon: add require_mods method and use it
2019-12-19tests: move t/common.perl to PublicInbox::TestCommon
2019-11-24tests: use File::Temp->newdir instead of tempdir()
2019-11-04tests: rely on PublicInbox::Git for pathname safety
2019-10-16config: support "inboxdir" in addition to "mainrepo"
2019-09-09run update-copyrights from gnulib for 2019
2019-01-08view: fix wrong date for non-Xapian/SQLite v1 users
2019-01-04t/cgi.t: move expected failure tests to t/plack.t
2019-01-04t/cgi.t: move dumb HTTP git clone/fetch tests to plack.t
2019-01-04t/cgi.t: remove atom.xml test
2019-01-04t/cgi.t: remove redundant redirect check
2018-03-29www: cleanup expensive fallback for legacy URLs
2018-02-07update copyrights for 2018
2017-06-26tests: deal with the removal of '.' from @INC in newer Perl
2016-10-05thread: remove Mail::Thread dependency
2016-08-14www: do not unecessarily escape some chars in paths
2016-07-07www: remove old footer generation code and normalize new.html
2016-07-02www: remove Plack::Request dependency entirely
2016-05-28t/plack: ensure we can cascade on common endpoints
2016-05-27config: fix NewsWWW fallback for newsgroups in HTTP URLs
2016-05-02t/*.t: reduce -mda calls
2016-04-15www: redirect /$MESSAGE_ID/f/ endpoints
2016-03-03t/*.t: use identifiable tempdir names
2016-01-09www: fix redirection loops
2015-12-27t/plack.t: fix test *with* plack installed... oops
2015-12-26tests: fixup requirements for tests
2015-12-25examples/public-inbox.psgi: make output chunky by default
2015-09-06update copyright headers and email addresses
2015-09-01completely revamp URL structure to shorten permalinks
2015-09-01www: root atom feed is "new.atom" and not "atom.xml"
2015-08-27implement legacy redirects for old URLs
2015-08-27wire up to display non-suffixed Message-ID links
2015-08-27wire up shorter, less ambiguous URLs
2014-09-13line-wrap generated HTML source around attrs for readability
2014-05-01split out WWW package and CGI/PSGI-specific parts