about summary refs log tree commit homepage
path: root/lib/PublicInbox/View.pm
DateCommit message (Expand)
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
2016-07-01view: avoid redundant trailing slash for In-Reply-To
2016-06-30view: fix permalink and raw links at the top
2016-06-30view: move per-message anchor to top in conversation view
2016-06-30view: reference posting style article on Wikipedia
2016-06-30view: improve readability of msg_reply with here-doc
2016-06-30www_stream: add response wrapper sub
2016-06-30view: fixup bad reference to new_msgid
2016-06-30Merge branch 'thread-view-skel'
2016-06-30view: show thread size when linking to summary
2016-06-30view: default to flat/hybrid thread display
2016-06-30view: fix up some HTML injection via Message-ID vectors
2016-06-30www: reinstate old thread view as an option
2016-06-30Revert "view: update git-send-email URL"