]> Sergey Matveev's repositories - public-inbox.git/history - t/plack.t
www: drop --subject from "git send-email" instructions
[public-inbox.git] / t / plack.t
2022-06-09 Eric Wongview: do not escape first `@' in mailto: URLs
2021-10-25 Eric Wongwww: $MSGID/raw: set charset in HTTP response
2021-04-26 Eric Wongwww: missing /$INBOX/$MSGID/raw returns 404
2021-03-15 Eric Wongt/plack: use create_inbox
2021-01-25 Eric Wongdoc: re-add missing 1.6 release notes
2021-01-01 Eric Wongupdate copyrights for 2021
2021-01-01 Eric Wongspawn: move run_die here from PublicInbox::Import
2020-09-16 Eric Wongtreewide: relax allow >=40 chars for git OID
2020-07-06 Eric Wongwww: need: use WwwStream::html_oneshot
2020-05-09 Eric Wongremove most internal Email::MIME usage
2020-04-26 Eric Wongtests: remove Email::MIME->create use entirely
2020-04-26 Eric Wongtestcommon: introduce mime_load sub
2020-04-22 Eric Wongt/*.t: reduce dependency on Email::MIME APIs
2020-02-24 Eric Wonghval: ascii_html: drop CRLF => LF conversion
2020-02-06 Eric Wongtreewide: run update-copyrights from gnulib for 2019
2020-02-04 Eric Wongwww: serve $INBOX_DIR/description as $INBOX_URL/description
2020-01-27 Eric Wongtests: move the majority of t/view.t into t/plack.t
2020-01-27 Eric Wongt/plack.t: modernize and unindent
2020-01-05 Eric Wongtests: remove some "git config" calls after "git init"
2019-12-24 Eric Wongtestcommon: add require_mods method and use it
2019-12-19 Eric Wongtests: move t/common.perl to PublicInbox::TestCommon
2019-11-24 Eric Wongtests: use File::Temp->newdir instead of tempdir()
2019-11-04 Eric Wongtests: rely on PublicInbox::Git for pathname safety
2019-10-17 Eric WongMerge remote-tracking branch 'origin/inboxdir'
2019-10-16 Eric Wongconfig: support "inboxdir" in addition to "mainrepo"
2019-09-09 Eric Wongrun update-copyrights from gnulib for 2019
2019-01-08 Eric Wongview: fix wrong date for non-Xapian/SQLite v1 users
2019-01-04 Eric Wongt/cgi.t: move expected failure tests to t/plack.t
2019-01-04 Eric Wongt/cgi.t: move dumb HTTP git clone/fetch tests to plack.t
2019-01-04 Eric Wongt/cgi.t: remove atom.xml test
2019-01-04 Eric Wongt/cgi.t: remove redundant redirect check
2018-04-18 Eric Wong (Contrac... Merge remote-tracking branch 'origin/master' into v2
2018-03-29 Eric Wong (Contrac... www: cleanup expensive fallback for legacy URLs
2018-02-07 Eric Wongupdate copyrights for 2018
2017-06-26 Eric Wongtests: deal with the removal of '.' from @INC in newer...
2016-10-05 Eric Wongthread: remove Mail::Thread dependency
2016-08-14 Eric Wongwww: do not unecessarily escape some chars in paths
2016-07-07 Eric Wongwww: remove old footer generation code and normalize...
2016-07-02 Eric Wongwww: remove Plack::Request dependency entirely
2016-06-30 Eric Wongwww: reinstate old thread view as an option
2016-06-30 Eric Wongwww: implement hybrid flat+thread conversation view
2016-06-07 Eric WongMerge branch 'unsubscribe'
2016-05-28 Eric Wongt/plack: ensure we can cascade on common endpoints
2016-05-27 Eric Wongconfig: fix NewsWWW fallback for newsgroups in HTTP...
2016-05-02 Eric Wongt/*.t: reduce -mda calls
2016-04-15 Eric Wongwww: redirect /$MESSAGE_ID/f/ endpoints
2016-03-03 Eric Wongt/*.t: use identifiable tempdir names
2016-01-09 Eric Wongwww: fix redirection loops
2015-12-27 Eric Wongt/plack.t: fix test *with* plack installed... oops
2015-12-26 e@80x24.orgtests: fixup requirements for tests
2015-12-25 Eric Wongexamples/public-inbox.psgi: make output chunky by default
2015-09-06 Eric Wongupdate copyright headers and email addresses
2015-09-01 Eric Wongcompletely revamp URL structure to shorten permalinks
2015-09-01 Eric Wongwww: root atom feed is "new.atom" and not "atom.xml"
2015-08-27 Eric Wongimplement legacy redirects for old URLs
2015-08-27 Eric Wongwire up to display non-suffixed Message-ID links
2015-08-27 Eric Wongwire up shorter, less ambiguous URLs
2014-09-13 Eric Wongline-wrap generated HTML source around attrs for readab...
2014-05-01 Eric Wongsplit out WWW package and CGI/PSGI-specific parts