about summary refs log tree commit homepage
path: root/lib/PublicInbox/View.pm
DateCommit message (Expand)
2016-06-30view: show more nearby messages in flat thread view
2016-06-30view: tweak thread/index header slightly
2016-06-30view: merge $state hash with existing $ctx
2016-06-30view: show thread context in the thread-aware flat view
2016-06-30www: use WwwStream for dumping thread and search views
2016-06-30www: implement hybrid flat+thread conversation view
2016-06-27view: HTML escape mailto: link
2016-06-27view: attribute in parent link for permalink message
2016-06-25view: safer and optional quoting for --in-reply-to arg
2016-06-25address: remove Address::from_name
2016-06-25view: show To/Cc destinations in conversation view
2016-06-23view: update git-send-email URL
2016-06-22view: allow thread generation to EOF on errors
2016-06-22view: fix topic threading when ghosts are present
2016-06-21view: support non-existent Subjects for permalink titles
2016-06-21view: common thread walking interface
2016-06-21view: avoid recursion in topic index
2016-06-21view: remove recursion from expanded thread view
2016-06-21view: remove recursion from thread skeleton dump
2016-06-21view: remove dst parameter from thread skeleton dump
2016-06-21view: remove upfx parameter from thread skeleton dump
2016-06-20www: improve topic view by scanning for ghosts
2016-06-20feed: various object-orientation cleanups
2016-06-18view: consolidate per-message newline handling
2016-06-18view: minor tweaks to reduce long lines
2016-06-18view: introduce WwwStream interface
2016-06-13view: msg_html uses getline body to reduce latency
2016-06-07view: be sure reply text describes plain-text
2016-06-07view: remove trailing whitespace from reply command
2016-06-07view: escape From name properly for title
2016-06-05view: inline message reply into message view
2016-05-30use utf8::{encode,decode} for in-place transforms
2016-05-25remove Email::Address dependency
2016-05-22www: avoid warnings on bad offsets for Xapian
2016-05-19www: tighten up allowable filenames for attachments
2016-05-19view: reduce clutter for attachments w/o description
2016-05-19www: validate and check filenames in URLs
2016-05-19www: support downloading attachments
2016-05-19switch read-only uses of walk_parts to msg_iter
2016-05-19view: rely on Email::MIME::body_str for decoding
2016-05-18view: avoid redirect to reply endpoint
2016-05-18feed: inline feed entry generation
2016-05-17view: escape Message-ID for "next" link
2016-05-14rename most instances of "list" to "inbox"
2016-05-02view: disable subject threading
2016-04-25www: add rel=next and rel=prev navigation hints
2016-04-25view: fix link generation for replies in threads
2016-04-24view: add extra newline in flat thread view for lynx
2016-04-24view: more consistent prefixing for thread skeletons
2016-04-16view: show flat thread view in chronological order