about summary refs log tree commit homepage
path: root/lib/PublicInbox/View.pm
DateCommit message (Expand)
2017-02-11handle repeated References and In-Reply-To headers
2017-01-10introduce PublicInbox::MIME wrapper class
2016-12-24linkify: modify argument in place
2016-12-24view: do not modify array during iteration
2016-12-24view: stop chomping off whitespace at ends of messages
2016-12-24view: remove unused parameter
2016-12-21searchthread: simplify API and remove needless OO
2016-12-20searchmsg: remove ensure_metadata
2016-12-10search: retry document loading from Xapian
2016-12-10search: always sort thread results in ascending time order
2016-12-10view: reduce indentation for skeleton generation
2016-12-10view: favor SearchMsg for In-Reply-To over Email::MIME
2016-11-22view: fix spaces in mailto: link
2016-10-14thread: reinstates stable ordering when ghosts are present
2016-10-05view: remove redundant children array in thread views
2016-10-05thread: use hash + array instead of hand-rolled linked list
2016-10-05thread: fix sorting without topmost
2016-10-05thread: remove rootset accessor method
2016-10-05thread: remove Email::Abstract wrapping
2016-10-05thread: pass array refs instead of entire arrays
2016-10-05thread: remove Mail::Thread dependency
2016-10-05view: remove "subject dummy" references
2016-09-08view: handle missing Content-Type in message
2016-08-18view: try assuming UTF-8 for bogus charsets
2016-08-18view: try to display bogus charsets for text/plain
2016-08-18view: attach_link uses string concatentation
2016-08-14www: do not double-clean Message-IDs from internal DBs
2016-08-14www: do not unecessarily escape some chars in paths
2016-08-14view: remove redundant pre closing tag
2016-08-14view: allow for missing In-Reply-To mapping
2016-08-06www: use <hr> to delimit messages in /new.html view, too
2016-08-06view: do not introduce excessive </pre> in $MID/t/ view
2016-08-05view: use <hr> to delineate in /$MID/T/ view
2016-08-04view: do not fail on empty In-Reply-To
2016-07-21view: split up --cc args for git-send-email
2016-07-21www: label sections and hopefully improve navigation
2016-07-10view: conditionally anchor to thread skeleton
2016-07-09view: add "infourl" for reply information
2016-07-09view: show most recently updated topics, first
2016-07-09view: improve grouping for topic view
2016-07-09cleanup some unnecessary use/requires
2016-07-07view: per-message view links to real previous sibling
2016-07-07view: preserve attribution for current message
2016-07-07view: reduce visual noise in conversation view
2016-07-07www: remove old footer generation code and normalize new.html
2016-07-06www: use HTML <hr> instead of XHTML <hr />
2016-07-06view: fix double-escaping of ghost links
2016-07-06hval: get rid of unused parameter for new_msgid
2016-07-03view: remove self-linkification in thread views
2016-07-02view: rely on internal query parser for 'o' param