]> Sergey Matveev's repositories - public-inbox.git/history - t/cgi.t
www: drop --subject from "git send-email" instructions
[public-inbox.git] / t / cgi.t
2021-03-15 Eric Wongt/cgi: create_inbox
2021-02-10 Eric Wongt/cgi.t: modernizations and style updates
2021-01-25 Eric Wongdoc: re-add missing 1.6 release notes
2021-01-01 Eric Wongupdate copyrights for 2021
2020-09-10 Eric Wongt/cgi.t: show stderr on failures
2020-06-08 Eric Wongindex: v2: parallel by default
2020-05-09 Eric Wongremove most internal Email::MIME usage
2020-04-22 Eric Wongt/*.t: reduce dependency on Email::MIME APIs
2020-04-22 Eric WongMerge branch '1.4.0-tag-merge'
2020-04-21 Eric Wongindex: support --max-size / publicinbox.indexMaxSize
2020-04-20 Eric Wongimport: init_bare: allow use as method, use in tests
2020-02-07 Eric Wongtests: switch to XML::TreePP for testing Atom feeds
2020-02-06 Eric Wongtreewide: run update-copyrights from gnulib for 2019
2020-01-11 Eric Wongmake Plack optional for non-WWW and non-httpd users
2020-01-06 Eric Wongtreewide: "require" + "use" cleanup and docs
2020-01-05 Eric Wongtests: remove some "git config" calls after "git init"
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-16 Eric Wongt/common: introduce run_script wrapper for t/cgi.t
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-05-23 Eric Wongv1writable: retire in favor of InboxWritable
2019-05-21 Eric WongMerge remote-tracking branch 'origin/xap-optional'...
2019-05-15 Eric Wonglazy load Xapian and make it optional for v2
2019-05-14 Eric Wongtests: get rid of unnecessary Cwd module use
2019-01-04 Eric Wongt/cgi.t: remove more redundant tests
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
2019-01-04 Eric Wongt/cgi.t: eliminate some cruft and unnecessary tests
2018-12-29 Eric Wongt/cgi.t: shorten %ENV setting
2018-06-26 Eric Wongwww: use undecoded paths for Message-ID extraction
2018-04-22 Eric Wong (Contrac... extmsg: use Xapian only for partial matches
2018-02-07 Eric Wongupdate copyrights for 2018
2017-02-14 Eric Wongwww: do not unescape PATH_INFO twice
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-06-17 Eric Wongremove dependency on IPC::Run
2016-05-14 Eric Wongrename most instances of "list" to "inbox"
2016-05-02 Eric Wongt/*.t: reduce -mda calls
2016-04-25 Eric Wongremove GIT_DIR env usage in favor of --git-dir
2016-04-15 Eric Wongwww: redirect /$MESSAGE_ID/f/ endpoints
2016-03-03 Eric Wongt/*.t: use identifiable tempdir names
2016-02-04 Eric Wongt/cgi.t: fix broken test for dumb HTTP
2016-02-02 Eric Wongwww: support git cloning via dumb HTTP
2015-09-06 Eric Wongupdate copyright headers and email addresses
2015-09-03 Eric Wongfeed: use application/atom+xml for Content-Type
2015-09-03 Eric WongExtMsg: 300 to external mailing list archives
2015-09-01 Eric Wongcompletely revamp URL structure to shorten permalinks
2015-09-01 Eric Wongimplement per-thread Atom feeds
2015-08-27 Eric Wongwire up to display non-suffixed Message-ID links
2015-08-27 Eric Wongwire up shorter, less ambiguous URLs
2015-08-21 Eric Wongswitch to gzipped mboxes
2015-08-21 Eric Wongsupport dumping thread as an mbox
2015-08-12 Eric Wongview: consistent ordering of Cc: addresses
2014-04-21 Eric Wongconfig: use description file for gitweb
2014-04-21 Eric Wongfeed: there is only one atom feed, with all messages
2014-04-20 Eric Wonguse ORIGINAL_RECIPIENT once again
2014-04-19 Eric Wongmda: rename PI_FAILBOX to PI_EMERGENCY
2014-04-19 Eric Wongcgi: index pages allow iterating some pagination
2014-04-15 Eric WongRevert "cgi: relax path restriction for top-level"
2014-04-14 Eric Wongcgi: fix up top-level index
2014-04-14 Eric Wongcgi: 301 for list-indices without trailing slash
2014-04-14 Eric Wongt/cgi: cleanup: no need for additional block
2014-04-12 Eric Wongcgi: ensure we unescape MIDs correctly in URLs
2014-04-12 Eric Wongcgi: relax path restriction for top-level
2014-04-12 Eric Wongcgi: rename to have .cgi suffix
2014-04-11 Eric Wongcgi: wire up HTML pages for messages
2014-04-11 Eric Wongcgi: update feed/view and tests for shorter URLs
2014-04-11 Eric Wongcgi: /$LISTNAME/ and /$LISTNAME/index.html are equal
2014-04-10 Eric Wongcgi: implement get_mid_txt
2014-04-10 Eric Wongcgi: wire up index + tests
2014-04-05 Eric Wongget a basic CGI feed sender running