about summary refs log tree commit homepage
path: root/lib/PublicInbox/View.pm
DateCommit message (Expand)
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
2015-08-20feed: move timestamp parsing to view
2015-08-19view: return empty string to avoid undefined values
2015-08-19view: fix spacing on missing ghosts
2015-08-18view: close anchor tag correctly before starting another
2015-08-18search: common Subject: normalization for Re: prefixes
2015-08-18view: cleaner Message-ID filtering for References
2015-08-17view: do not recompress already-compressed MID for anchors
2015-08-17view: always compress Message-IDs for anchors
2015-08-17drop bodies and messages ASAP after processing
2015-08-17terminology: replies => followups
2015-08-17favor /t/ to /s/, since subjects may change mid-thread
2015-08-17Merge remote-tracking branch 'origin/search'
2015-08-16view: kill leading empty lines correctly
2015-08-16view: cleaner killing of leading/trailing whitespace
2015-08-16view: hoist out index_walk function
2015-08-16view: deduplicate common code for loading search results
2015-08-16implement /s/$SUBJECT_PATH.html lookups
2015-08-16www: /t/$MESSAGE_ID.html for threads
2015-08-16view: hoist out index_walk function