about summary refs log tree commit homepage
path: root/lib/PublicInbox/View.pm
DateCommit message (Expand)
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
2016-04-15view: thread skeleton tweaks
2016-04-15www: redirect /$MESSAGE_ID/f/ endpoints
2016-04-14view: drop vestigial elements of quote folding
2016-04-13www: stop generating /$MESSAGE_ID/f/ links
2016-04-13view: fix link to view replies from $MESSAGE_ID/f/ links
2016-04-13searchview: deal with the removal of rsort
2016-04-12view: allow topics to be "bumped" by new replies
2016-04-06view: account for threads lacking a common parent
2016-04-06view: shorter link for ghosts in per-message view
2016-04-06view: do not prune ghosts from threads
2016-04-06view: eliminate dead code and hash fields
2016-04-05view: link restructuring for index view
2016-04-02www: various style changes and comment updates
2016-03-12reduce "PublicInbox::Hval->new_oneline" use
2016-03-03view: fix stupid typo in inline_dump
2016-03-03use raw header for Message-ID
2016-03-01extract linkification code to a separate package
2016-03-01view: consolidate whitespace stripping from messages
2016-03-01view: do not hide patches or signatures
2016-02-24www: support $MESSAGE_ID/R/ endpoint for replies
2016-02-24view: capture header object early
2016-02-08view: fix link to top-level ghost parent
2016-02-08view: simplify topic handling based on subjects
2016-02-01view: reference ghost parent in permalink view
2016-01-30view: cleanup permalink Thread: header display
2016-01-30view: do not kill whitespace in permalink thread timestamp