]> Sergey Matveev's repositories - public-inbox.git/history - lib/PublicInbox/View.pm
view: s/threaded/nested/ in view
[public-inbox.git] / lib / PublicInbox / View.pm
2017-10-18 Eric Wongview: s/threaded/nested/ in view
2017-10-03 Eric Wongsearch: try to fill in ghosts when generating thread...
2017-10-03 Eric Wongthreading: deal with improperly-terminated References...
2017-06-29 Eric Wongview: cull redundant phrases in subjects
2017-06-23 Eric Wongallow admins to configure non-obfuscated addresses...
2017-06-23 Eric Wongview: add newline before mailto: instructions in reply
2017-06-23 Eric Wongreply: handle address obfuscation :<
2017-06-16 Eric Wongview: implement optional address obfuscation
2017-06-15 Eric Wongreplyto parameter support
2017-06-15 Eric Wongview: split out reply logic into its own module
2017-03-14 Eric Wongview: escape HTML description name
2017-02-11 Eric Wonghandle repeated References and In-Reply-To headers
2017-01-10 Eric Wongintroduce PublicInbox::MIME wrapper class
2016-12-24 Eric Wonglinkify: modify argument in place
2016-12-24 Eric Wongview: do not modify array during iteration
2016-12-24 Eric Wongview: stop chomping off whitespace at ends of messages
2016-12-24 Eric Wongview: remove unused parameter
2016-12-21 Eric Wongsearchthread: simplify API and remove needless OO
2016-12-20 Eric Wongsearchmsg: remove ensure_metadata
2016-12-10 Eric Wongsearch: retry document loading from Xapian
2016-12-10 Eric Wongsearch: always sort thread results in ascending time...
2016-12-10 Eric Wongview: reduce indentation for skeleton generation
2016-12-10 Eric Wongview: favor SearchMsg for In-Reply-To over Email::MIME
2016-11-22 Eric Wongview: fix spaces in mailto: link
2016-10-14 Eric Wongthread: reinstates stable ordering when ghosts are...
2016-10-05 Eric Wongview: remove redundant children array in thread views
2016-10-05 Eric Wongthread: use hash + array instead of hand-rolled linked...
2016-10-05 Eric Wongthread: fix sorting without topmost
2016-10-05 Eric Wongthread: remove rootset accessor method
2016-10-05 Eric Wongthread: remove Email::Abstract wrapping
2016-10-05 Eric Wongthread: pass array refs instead of entire arrays
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
next