about summary refs log tree commit homepage
path: root/lib/PublicInbox/View.pm
DateCommit message (Expand)
2015-12-02view: don't kill topic summarization for level==0
2015-11-20various internal documentation updates
2015-11-18view: further reduce size of attribution/timestamp
2015-11-18view: remove "created" and "updated" noise words
2015-10-08view: fixup bad comparison
2015-10-08view: remove attribution for topics in top-level view
2015-10-04view: add links for mbox and atom feeds in homepage
2015-10-02rename mid_compress to id_compress
2015-10-01view: correctly pick latest in index anchor links
2015-09-30view: use '+' instead of '%20' to escape spaces in mailto:
2015-09-16view: do not shorten top-level messages in thread view
2015-09-13view: jump to anchor of current message on References
2015-09-13view: do not show References unless a message has them
2015-09-13view: use header_obj to avoid extra method calls
2015-09-13view: extra Atom feed link in standalone message view
2015-09-13view: add Atom links in headers for per-message links
2015-09-12searchview: support displaying entire threads
2015-09-12view: more consistent prefix for ghost links
2015-09-10constent X?HTML MIME type filtering
2015-09-07view: change References link to expand thread
2015-09-06update copyright headers and email addresses
2015-09-04view: fix broken link to ghost fallback
2015-09-04view: thread view expands focused message
2015-09-04view: indentation adjustments for collapsed headers
2015-09-04view: reduce redundant attributions in permalink refs
2015-09-04view: add missing newline to inline dump
2015-09-04view: adjust spacing and indentation of index threads
2015-09-04view: one line for thread subjects
2015-09-04view: eliminate redundant [threaded|flat] link
2015-09-04view: do not generate anchors in thread views
2015-09-04view: avoid attempting to find "subject dummy"
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