about summary refs log tree commit homepage
path: root/lib/PublicInbox/View.pm
DateCommit message (Expand)
2015-09-04consolidate thread sorting in view
2015-09-04index: use message threading if search is available
2015-09-03get rid of Message-ID compression entirely
2015-09-03view: include ghost messages in thread views
2015-09-02implement external Message-ID finder
2015-09-02view: avoid links to unknown compressed Message-IDs
2015-09-02view: pre-anchor entries for flat view
2015-09-02view: simplify parent anchoring code
2015-09-02view: account for missing In-Reply-To header
2015-09-02view: optional flat view for recent messages
2015-09-02view: close possible race condition in thread view
2015-09-01view: purge email address cache after rendering thread
2015-09-01view: change wording to include "thread" in footer
2015-09-01view: add missing space
2015-09-01view: more robust link generation
2015-09-01view: drop extra '</a>' tag
2015-09-01completely revamp URL structure to shorten permalinks
2015-09-01implement per-thread Atom feeds
2015-09-01search: reduce redundant doc data
2015-08-30view: avoid broken parent link in per-message view
2015-08-30view: remove "threadlink" from thread view
2015-08-30view: remove "threadlink" name in per-message view
2015-08-30view: fix broken threadlink
2015-08-30view: display thread outline in single-message view
2015-08-30view: update linkification regexp to be more domain sensitive
2015-08-29view: remove dead commented line
2015-08-29avoid length in boolean context
2015-08-27view: fix short followup links
2015-08-27wire up to display non-suffixed Message-ID links
2015-08-25mid: mid_compressed => mid_compress
2015-08-24view: refactor $state as a hash
2015-08-23view: simplify root filtering in followup display
2015-08-23view: case-insensitive "Re:" check for replies
2015-08-23cleanup calls to header_obj
2015-08-23cleanup Email::Address usage
2015-08-22view: wire up mbox.gz links
2015-08-22view: reference total followups
2015-08-22view: misc cleanups and simplifications
2015-08-22view: prevent 'once' warnings for sub ref
2015-08-22stream HTML views as much as possible
2015-08-21search: s/count/total/ for results
2015-08-21view: "next" link in thread view goes to next Subject line
2015-08-21view: cleanup and reduce duplication
2015-08-20avoid using header_raw for Message-ID retrieval
2015-08-20view: simplify message threading dumpers
2015-08-20dead code cleanup
2015-08-20view: do not fold top-level messages in thread
2015-08-20view: reduce memory usage when displaying large threads
2015-08-20view: avoid nesting <a> tags from auto-linkification
2015-08-20use tables for rendering comment nesting