about summary refs log tree commit homepage
path: root/t
DateCommit message (Expand)
2015-08-27wire up shorter, less ambiguous URLs
2015-08-25search: implement subject summarization
2015-08-25mid: mid_compressed => mid_compress
2015-08-24view: refactor $state as a hash
2015-08-23search: respect core.sharedRepository in for Xapian DB
2015-08-22search: split search indexing to a separate file
2015-08-22remove XML::Atom::SimpleFeed dependency
2015-08-22stream HTML views as much as possible
2015-08-21search: s/count/total/ for results
2015-08-21switch to gzipped mboxes
2015-08-21support dumping thread as an mbox
2015-08-20view: avoid nesting <a> tags from auto-linkification
2015-08-18search: avoid creating ghosts for circular References
2015-08-17search: simplify indexing operation
2015-08-17mid: compress Message-IDs with '%' in them
2015-08-17drop bodies and messages ASAP after processing
2015-08-17terminology: replies => followups
2015-08-17skip search test if search support is missing
2015-08-16implement /s/$SUBJECT_PATH.html lookups
2015-08-15search: make search results more OO
2015-08-13initial search backend implementation
2015-08-12view: consistent ordering of Cc: addresses
2015-07-14reject HTML loudly and automatically
2015-07-06view: reduce empty <a>, use "id" instead of "name" attributes
2014-11-13-learn: nuke HTML portions when training as ham
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