]> Sergey Matveev's repositories - public-inbox.git/history - lib/PublicInbox/View.pm
update copyright headers and email addresses
[public-inbox.git] / lib / PublicInbox / View.pm
2014-09-15 Eric Wongindex group state parameters together for generation
2014-09-15 Eric Wongview: standalone view shows link to index
2014-09-15 Eric Wongview: kill unnecessary assignment
2014-09-15 Eric Wongindex: show short-ish permalinks to messages in threads
2014-09-13 Eric Wongline-wrap generated HTML source around attrs for readab...
2014-09-07 Eric Wongview: fixup dropped newline in the last commit
2014-09-07 Eric Wongview: avoid extraneous space for subject-only messages
2014-09-06 Eric Wongview: reduce redundant linkage in index
2014-09-03 Eric Wongview: increase context in index views
2014-08-31 Eric Wongview: kill leading whitespace in index
2014-08-31 Eric Wongview: show quotes in index if parent is too old
2014-08-28 Eric Wongview: tighten up regexps used for trimming index
2014-08-28 Eric Wongview: trim git patches delimited by /^---$/
2014-08-28 Eric Wongview: increase MAX_INLINE_QUOTED threshold to 12
2014-08-28 Eric Wongredo main HTML index to show nested messages
2014-08-28 Eric Wongview: Email::Address cache purge is optional
2014-05-07 Eric Wongconsistently whitespace wrap on <pre> sections
2014-05-05 Eric Wongview: add newline before list-wide footer
2014-05-05 Eric Wongwww: add footers to HTML index and message views
2014-05-04 Eric Wongadd various TODO items
2014-05-02 Eric Wongview: API cleanup, remove "as_" prefix
2014-05-01 Eric Wongpurge Email::Address cache
2014-04-28 Eric Wonguri_escape => uri_escape_utf8
2014-04-27 Eric Wongview: uri_escape subject
2014-04-26 Eric Wongview: show References: header, too
2014-04-26 Eric Wongview: add per-message HTML footer to encourage replies
2014-04-26 Eric Wonghuge refactor of encoding handling
2014-04-25 Eric Wongcgi: eliminate dead/redundant HTML escaping code
2014-04-24 Eric Wonghtml: refactor header value handling to be OO
2014-04-22 Eric Wongview: fix link to raw message from /f/ endpoint
2014-04-22 Eric Wongview: do not decode Message-ID
2014-04-18 Eric Wongview: fix regression in standalone /^&gt;$/ lines
2014-04-17 Eric Wongensure per-message short quotes do not get too long
2014-04-17 Eric Wongview: remove pointless self-linkage
2014-04-17 Eric Wongview: fix title of HTML views
2014-04-17 Eric Wongview: inline shorter quotes
2014-04-17 Eric WongHTML: various encoding fixups
2014-04-15 Eric Wongview: finish HTML in per-message pages
2014-04-15 Eric WongHTML: ensure hrefs are quoted properly
2014-04-11 Eric Wongview: trim_message_id consistently
2014-04-06 Eric Wongview: use "original" rather than "raw"
2014-04-06 Eric Wongview: minor cleanups
2014-04-06 Eric Wongfeed: reuse view class to display message
2014-04-06 Eric Wongview: all content is assumed to be displayable text
2014-04-05 Eric Wongview: use URI::Escape to escape URIs
2014-04-05 Eric Wongview: implement quote folding and flesh out tests
2014-04-05 Eric Wongview: update IRP and MID links
2014-02-25 Eric Wongview: add view module to be used for rendering HTML