about summary refs log tree commit homepage
path: root/lib/PublicInbox/Feed.pm
DateCommit message (Expand)
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
2014-04-24html: refactor header value handling to be OO
2014-04-22fix quoted URL generation in feeds
2014-04-21feed: fix address when multiple addresses exist
2014-04-21config: use description file for gitweb
2014-04-21html/index: fix broken prev/next pagination on short histories
2014-04-21feed: there is only one atom feed, with all messages
2014-04-21html/index: do not waste space with non-existent thread roots
2014-04-20feed: close string ref before returning
2014-04-20cgi: delay some requires
2014-04-20feed: speed up blob checks if Git.pm is usable
2014-04-19cgi: index pages allow iterating some pagination
2014-04-17cgi: sort HTML index by most recent date
2014-04-17HTML: various encoding fixups
2014-04-17Feed: add bug note on memory cycle
2014-04-15cgi: support /all.html page with inline threads
2014-04-15HTML: use shorter URLs in indices