about summary refs log tree commit homepage
path: root/t
DateCommit message (Expand)
2014-09-22public-inbox-init: manages the config files
2014-09-15filter: ensure CRs do not show up in lynx conversions
2014-09-13line-wrap generated HTML source around attrs for readability
2014-08-28view: increase MAX_INLINE_QUOTED threshold to 12
2014-08-04t/view: ensure HTML shows QP text
2014-08-04filter: preserve QP when collapsing multipart
2014-06-28t/html_index.t: fix warnings in test case
2014-05-02view: API cleanup, remove "as_" prefix
2014-05-01split out WWW package and CGI/PSGI-specific parts
2014-04-28mda: support aliased addresses
2014-04-27Feed: <id> element must be a URI, oops :x
2014-04-26huge refactor of encoding handling
2014-04-23t/feed: cleanup test and add test for /f/ link
2014-04-23feed: add tests for <id> element setting
2014-04-23t/feed: notify user of missing XML::Feed
2014-04-22view: fix link to raw message from /f/ endpoint
2014-04-21config: use description file for gitweb
2014-04-21feed: there is only one atom feed, with all messages
2014-04-20use ORIGINAL_RECIPIENT once again
2014-04-19move precheck to MDA namespace
2014-04-19mda: rename PI_FAILBOX to PI_EMERGENCY
2014-04-19cgi: index pages allow iterating some pagination
2014-04-17view: inline shorter quotes
2014-04-15Revert "cgi: relax path restriction for top-level"
2014-04-15HTML: ensure hrefs are quoted properly
2014-04-14rename list from "bugs" to "meta"
2014-04-14derive -primary_address in config
2014-04-14cgi: fix up top-level index
2014-04-14cgi: 301 for list-indices without trailing slash
2014-04-14t/cgi: cleanup: no need for additional block
2014-04-12cgi: ensure we unescape MIDs correctly in URLs
2014-04-12cgi: relax path restriction for top-level
2014-04-12cgi: rename to have .cgi suffix
2014-04-11config: support multiple addresses for a inbox
2014-04-11add spam/ham learning wrapper script
2014-04-11cgi: wire up HTML pages for messages
2014-04-11cgi: update feed/view and tests for shorter URLs
2014-04-11cgi: /$LISTNAME/ and /$LISTNAME/index.html are equal
2014-04-10cgi: implement get_mid_txt
2014-04-10cgi: wire up index + tests
2014-04-09t/mda: additional precheck tests
2014-04-09mda: set GIT_AUTHOR_DATE in commits as well
2014-04-09config: include listname on lookup
2014-04-09preliminary HTML index generation
2014-04-09precheck: stricter checks including min length
2014-04-07feed: generate takes a hashref for args
2014-04-06feed: reuse view class to display message
2014-04-05get a basic CGI feed sender running
2014-04-05remove failrepo config
2014-04-05view: implement quote folding and flesh out tests