about summary refs log tree commit homepage
path: root/lib/PublicInbox/Feed.pm
DateCommit message (Expand)
2015-08-22stream HTML views as much as possible
2015-08-20feed: fix extra, unnecessary quote
2015-08-20avoid using header_raw for Message-ID retrieval
2015-08-20index: layout fix + title and Atom feed links at top
2015-08-20index: simplify main landing page if search-enabled
2015-08-20use tables for rendering comment nesting
2015-08-20feed: move timestamp parsing to view
2015-08-20feed: remove threading from index
2015-08-17drop bodies and messages ASAP after processing
2015-08-17feed: disable the generator statement
2015-08-17www: simplify parameter passing to feed
2015-08-17favor /t/ to /s/, since subjects may change mid-thread
2015-08-17feed: remove unnecesary time paramenter in index state
2015-08-15thread: common sorting code
2015-07-20feed: extract subroutines for threading
2015-07-06feed: compile regexps only once
2015-07-06feed: close body tag correctly in index
2014-09-15index: add prev/next index navigation
2014-09-15index group state parameters together for generation
2014-09-15index: show short-ish permalinks to messages in threads
2014-09-13line-wrap generated HTML source around attrs for readability
2014-09-07feed: (cleanup) avoid redundant ->message call
2014-09-07feed: sort child messages (forward) chronologically
2014-08-28feed: deal with removed files
2014-08-28feed: show permalink to home page
2014-08-28redo main HTML index to show nested messages
2014-08-26show date in top-level threaded index
2014-05-07consistently whitespace wrap on <pre> sections
2014-05-05feed: add atom feed link to the bottom
2014-05-05www: add footers to HTML index and message views
2014-05-04add various TODO items
2014-05-02view: API cleanup, remove "as_" prefix
2014-05-02reduce copies by passing string refs to Email::MIME
2014-05-01workaround Mail::Thread memory leak
2014-05-01purge Email::Address cache
2014-04-30feed: unset GIT_DIR and use "git --git-dir=.. log"
2014-04-29implement our own cat-file --batch wrapper
2014-04-28feed: call URI->as_string explicitly
2014-04-28use relative URLs in HTML index
2014-04-28feed: swap order of "next" and "head" links
2014-04-28feed: avoid redirect on permalink
2014-04-28feed: dead code elimination around dropped endpoints
2014-04-28feed: disable navigation to previous page
2014-04-28feed: pedantically quote HTML attributes
2014-04-28allow running as a Plack app without CGI emulation
2014-04-27feeds use XHTML to avoid tag soup
2014-04-27Feed: <id> element must be a URI, oops :x
2014-04-26feed: comment about the %deleted hash
2014-04-26feed: message must exist in current HEAD to show up
2014-04-26huge refactor of encoding handling