about summary refs log tree commit homepage
path: root/lib/PublicInbox/View.pm
DateCommit message (Expand)
2014-05-04add various TODO items
2014-05-02view: API cleanup, remove "as_" prefix
2014-05-01purge Email::Address cache
2014-04-28uri_escape => uri_escape_utf8
2014-04-27view: uri_escape subject
2014-04-26view: show References: header, too
2014-04-26view: add per-message HTML footer to encourage replies
2014-04-26huge refactor of encoding handling
2014-04-25cgi: eliminate dead/redundant HTML escaping code
2014-04-24html: refactor header value handling to be OO
2014-04-22view: fix link to raw message from /f/ endpoint
2014-04-22view: do not decode Message-ID
2014-04-18view: fix regression in standalone /^>$/ lines
2014-04-17ensure per-message short quotes do not get too long
2014-04-17view: remove pointless self-linkage
2014-04-17view: fix title of HTML views
2014-04-17view: inline shorter quotes
2014-04-17HTML: various encoding fixups
2014-04-15view: finish HTML in per-message pages
2014-04-15HTML: ensure hrefs are quoted properly
2014-04-11view: trim_message_id consistently
2014-04-06view: use "original" rather than "raw"
2014-04-06view: minor cleanups
2014-04-06feed: reuse view class to display message
2014-04-06view: all content is assumed to be displayable text
2014-04-05view: use URI::Escape to escape URIs
2014-04-05view: implement quote folding and flesh out tests
2014-04-05view: update IRP and MID links
2014-02-25view: add view module to be used for rendering HTML