]> Sergey Matveev's repositories - public-inbox.git/history - lib/PublicInbox/View.pm
thread: remove Mail::Thread dependency
[public-inbox.git] / lib / PublicInbox / View.pm
2016-10-05 Eric Wongthread: remove Mail::Thread dependency
2016-10-05 Eric Wongview: remove "subject dummy" references
2016-09-08 Eric Wongview: handle missing Content-Type in message
2016-08-18 Eric Wongview: try assuming UTF-8 for bogus charsets
2016-08-18 Eric Wongview: try to display bogus charsets for text/plain
2016-08-18 Eric Wongview: attach_link uses string concatentation
2016-08-14 Eric Wongwww: do not double-clean Message-IDs from internal DBs
2016-08-14 Eric Wongwww: do not unecessarily escape some chars in paths
2016-08-14 Eric Wongview: remove redundant pre closing tag
2016-08-14 Eric Wongview: allow for missing In-Reply-To mapping
2016-08-06 Eric Wongwww: use <hr> to delimit messages in /new.html view...
2016-08-06 Eric Wongview: do not introduce excessive </pre> in $MID/t/...
2016-08-05 Eric Wongview: use <hr> to delineate in /$MID/T/ view
2016-08-04 Eric Wongview: do not fail on empty In-Reply-To
2016-07-21 Eric Wongview: split up --cc args for git-send-email
2016-07-21 Eric Wongwww: label sections and hopefully improve navigation
2016-07-10 Eric Wongview: conditionally anchor to thread skeleton
2016-07-09 Eric Wongview: add "infourl" for reply information
2016-07-09 Eric Wongview: show most recently updated topics, first
2016-07-09 Eric Wongview: improve grouping for topic view
2016-07-09 Eric Wongcleanup some unnecessary use/requires
2016-07-07 Eric Wongview: per-message view links to real previous sibling
2016-07-07 Eric Wongview: preserve attribution for current message
2016-07-07 Eric Wongview: reduce visual noise in conversation view
2016-07-07 Eric Wongwww: remove old footer generation code and normalize...
2016-07-06 Eric Wongwww: use HTML <hr> instead of XHTML <hr />
2016-07-06 Eric Wongview: fix double-escaping of ghost links
2016-07-06 Eric Wonghval: get rid of unused parameter for new_msgid
2016-07-03 Eric Wongview: remove self-linkification in thread views
2016-07-02 Eric Wongview: rely on internal query parser for 'o' param
2016-07-01 Eric Wongview: avoid redundant trailing slash for In-Reply-To
2016-06-30 Eric Wongview: fix permalink and raw links at the top
2016-06-30 Eric Wongview: move per-message anchor to top in conversation...
2016-06-30 Eric Wongview: reference posting style article on Wikipedia
2016-06-30 Eric Wongview: improve readability of msg_reply with here-doc
2016-06-30 Eric Wongwww_stream: add response wrapper sub
2016-06-30 Eric Wongview: fixup bad reference to new_msgid
2016-06-30 Eric WongMerge branch 'thread-view-skel'
2016-06-30 Eric Wongview: show thread size when linking to summary
2016-06-30 Eric Wongview: default to flat/hybrid thread display
2016-06-30 Eric Wongview: fix up some HTML injection via Message-ID vectors
2016-06-30 Eric Wongwww: reinstate old thread view as an option
2016-06-30 Eric WongRevert "view: update git-send-email URL"
2016-06-30 Eric Wongview: show more nearby messages in flat thread view
2016-06-30 Eric Wongview: tweak thread/index header slightly
2016-06-30 Eric Wongview: merge $state hash with existing $ctx
2016-06-30 Eric Wongview: show thread context in the thread-aware flat...
2016-06-30 Eric Wongwww: use WwwStream for dumping thread and search views
2016-06-30 Eric Wongwww: implement hybrid flat+thread conversation view
2016-06-27 Eric Wongview: HTML escape mailto: link
2016-06-27 Eric Wongview: attribute in parent link for permalink message
2016-06-25 Eric Wongview: safer and optional quoting for --in-reply-to arg
2016-06-25 Eric Wongaddress: remove Address::from_name
2016-06-25 Eric Wongview: show To/Cc destinations in conversation view
2016-06-23 Eric Wongview: update git-send-email URL
2016-06-22 Eric Wongview: allow thread generation to EOF on errors
2016-06-22 Eric Wongview: fix topic threading when ghosts are present
2016-06-21 Eric Wongview: support non-existent Subjects for permalink titles
2016-06-21 Eric Wongview: common thread walking interface
2016-06-21 Eric Wongview: avoid recursion in topic index
2016-06-21 Eric Wongview: remove recursion from expanded thread view
2016-06-21 Eric Wongview: remove recursion from thread skeleton dump
2016-06-21 Eric Wongview: remove dst parameter from thread skeleton dump
2016-06-21 Eric Wongview: remove upfx parameter from thread skeleton dump
2016-06-20 Eric Wongwww: improve topic view by scanning for ghosts
2016-06-20 Eric Wongfeed: various object-orientation cleanups
2016-06-18 Eric Wongview: consolidate per-message newline handling
2016-06-18 Eric Wongview: minor tweaks to reduce long lines
2016-06-18 Eric Wongview: introduce WwwStream interface
2016-06-13 Eric Wongview: msg_html uses getline body to reduce latency
2016-06-07 Eric WongMerge branch 'unsubscribe'
2016-06-07 Eric Wongview: be sure reply text describes plain-text
2016-06-07 Eric Wongview: remove trailing whitespace from reply command
2016-06-07 Eric Wongview: escape From name properly for title
2016-06-05 Eric Wongview: inline message reply into message view
2016-05-30 Eric Wonguse utf8::{encode,decode} for in-place transforms
2016-05-25 Eric Wongremove Email::Address dependency
2016-05-22 Eric Wongwww: avoid warnings on bad offsets for Xapian
2016-05-19 Eric Wongwww: tighten up allowable filenames for attachments
2016-05-19 Eric Wongview: reduce clutter for attachments w/o description
2016-05-19 Eric Wongwww: validate and check filenames in URLs
2016-05-19 Eric Wongwww: support downloading attachments
2016-05-19 Eric Wongswitch read-only uses of walk_parts to msg_iter
2016-05-19 Eric Wongview: rely on Email::MIME::body_str for decoding
2016-05-18 Eric Wongview: avoid redirect to reply endpoint
2016-05-18 Eric Wongfeed: inline feed entry generation
2016-05-17 Eric Wongview: escape Message-ID for "next" link
2016-05-14 Eric Wongrename most instances of "list" to "inbox"
2016-05-02 Eric Wongview: disable subject threading
2016-04-25 Eric Wongwww: add rel=next and rel=prev navigation hints
2016-04-25 Eric Wongview: fix link generation for replies in threads
2016-04-24 Eric Wongview: add extra newline in flat thread view for lynx
2016-04-24 Eric Wongview: more consistent prefixing for thread skeletons
2016-04-16 Eric Wongview: show flat thread view in chronological order
2016-04-15 Eric Wongview: thread skeleton tweaks
2016-04-15 Eric Wongwww: redirect /$MESSAGE_ID/f/ endpoints
2016-04-14 Eric Wongview: drop vestigial elements of quote folding
2016-04-13 Eric Wongwww: stop generating /$MESSAGE_ID/f/ links
2016-04-13 Eric Wongview: fix link to view replies from $MESSAGE_ID/f/...
2016-04-13 Eric Wongsearchview: deal with the removal of rsort
next