]> Sergey Matveev's repositories - public-inbox.git/history - lib/PublicInbox/View.pm
Merge remote-tracking branch 'origin/search'
[public-inbox.git] / lib / PublicInbox / View.pm
2015-08-17 Eric WongMerge remote-tracking branch 'origin/search'
2015-08-16 Eric Wongview: kill leading empty lines correctly
2015-08-16 Eric Wongview: cleaner killing of leading/trailing whitespace
2015-08-16 Eric Wongview: hoist out index_walk function
2015-08-16 Eric Wongview: deduplicate common code for loading search results
2015-08-16 Eric Wongimplement /s/$SUBJECT_PATH.html lookups
2015-08-16 Eric Wongwww: /t/$MESSAGE_ID.html for threads
2015-08-16 Eric Wongview: hoist out index_walk function
2015-08-16 Eric Wongview: reply threading adjustment
2015-08-15 Eric Wongthread: common sorting code
2015-08-15 Eric Wongview: display replies in per-message view
2015-08-15 Eric Wongextract redundant Message-ID handling code
2015-08-12 Eric Wongview: consistent ordering of Cc: addresses
2015-08-05 Eric Wongview: remove unused $enc_mime Encoding object
2015-08-05 Eric Wongview: pass fallback encoding to enc_for
2015-07-29 Eric Wongview: simplify timestamp generation
2015-07-06 Eric Wongview: reduce empty <a>, use "id" instead of "name"...
2015-03-04 Eric Wongview: fix linkification and quote-folding conflicts
2015-02-09 Eric Wongview: generate links for common protocols in browsers
2014-11-13 Eric Wongview: account for filter bugs which leak HTML into...
2014-11-02 Eric Wongview: add time to entries older than one day
2014-11-02 Eric Wongview: rename "permalink" to "threadlink"
2014-10-26 Eric Wongview: show raw message link as "raw"
2014-10-05 Eric Wongview: tweak attribution line
2014-10-04 Eric Wongview: make the thread index less claustrophobic
2014-09-22 Eric Wongview: relax line break detection
2014-09-15 Eric Wongindex: drop signatures from nested output
2014-09-15 Eric Wongindex: add prev/next index navigation
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