about summary refs log tree commit homepage
path: root/lib/PublicInbox/View.pm
DateCommit message (Expand)
2020-05-09replace most uses of PublicInbox::MIME with Eml
2020-05-09msg_iter: pass $idx as a scalar, not array
2020-05-09msg_iter: make ->each_part method for PublicInbox::MIME
2020-05-07viewdiff: stricter highlighting and linkification check
2020-04-22view: actually omit subject text when dumping topics
2020-04-22view: strip omission character from current message in thread view
2020-04-17searchthread: reduce indirection by removing container
2020-04-09triewyde: ficks soem speling errrors
2020-04-07view: do not redundantly obfuscate addresses
2020-04-05release large (non ref) scalars using `undef $sv'
2020-04-04view: inline flush_quote sub
2020-04-04viewdiff: reduce sub parameter count
2020-04-04view: dedupe_subject: allow "0" as a valid Subject
2020-04-04view: use defined-or operator to simplify checks
2020-04-04view: note we assume UTF-8 on unknown encodings
2020-04-03quiet "Complex regular subexpression recursion limit" warnings
2020-04-03view: handle the topic-free case properly
2020-04-02mid: add $MID_EXTRACT regexp for export
2020-03-22rename PublicInbox::SearchMsg => PublicInbox::Smsg
2020-02-17view: shorten life of MIME object for permalink
2020-02-16view: remove last Hval->new caller
2020-02-16view: escape ampersand in Message-IDs
2020-02-16view: escape Subject HTML directly
2020-02-16view,searchview: avoid smsg method calls when using SQLite/Xapian
2020-02-16view: cleanup topic accumulation and dumping
2020-02-16view: dump_topics: better naming of top Subject
2020-02-16view: single id="t" for multi-Subject messages
2020-02-16view: remove mhref arg from multipart_text_as_html
2020-02-06treewide: run update-copyrights from gnulib for 2019
2020-01-27viewdiff: rewrite and simplify
2020-01-27linkify: move to_html over from ViewDiff
2020-01-27view: inline and eliminate msg_html
2020-01-27view: start performing buffering into {obuf}
2020-01-27view: simplify duplicate Message-ID handling
2020-01-27view: thread_skel: drop constant tpfx parameter
2020-01-27view: reduce parameters for html_footer
2020-01-27view: improve readability around walk_thread
2020-01-27www: use "skel" terminology consistently
2020-01-25spelling: favor `publicly' over `publically'
2020-01-12www: discard multipart parent on iteration
2020-01-06view: update POSIX::strftime usage
2020-01-06hval: export prurl and add prototype
2020-01-05view: msg_html: reduce memory use on reused MIDs
2019-12-27view: msg_iter calls add_body_text directly
2019-12-27searchview: remove anonymous sub when sorting threads by relevance
2019-12-27view: thread_html: pass named sub to WwwStream
2019-12-27view: msg_html: stop using an anonymous sub
2019-12-27view: avoid anon sub in stream_thread
2019-12-21searchview: save a column in &x=t thread skeleton
2019-12-20view: show percentage in search results thread skeleton