]> Sergey Matveev's repositories - public-inbox.git/history - lib/PublicInbox/Feed.pm
add various TODO items
[public-inbox.git] / lib / PublicInbox / Feed.pm
2014-05-04 Eric Wongadd various TODO items
2014-05-02 Eric Wongview: API cleanup, remove "as_" prefix
2014-05-02 Eric Wongreduce copies by passing string refs to Email::MIME
2014-05-01 Eric Wongworkaround Mail::Thread memory leak
2014-05-01 Eric Wongpurge Email::Address cache
2014-04-30 Eric Wongfeed: unset GIT_DIR and use "git --git-dir=.. log"
2014-04-29 Eric Wongimplement our own cat-file --batch wrapper
2014-04-28 Eric Wongfeed: call URI->as_string explicitly
2014-04-28 Eric Wonguse relative URLs in HTML index
2014-04-28 Eric Wongfeed: swap order of "next" and "head" links
2014-04-28 Eric Wongfeed: avoid redirect on permalink
2014-04-28 Eric Wongfeed: dead code elimination around dropped endpoints
2014-04-28 Eric Wongfeed: disable navigation to previous page
2014-04-28 Eric Wongfeed: pedantically quote HTML attributes
2014-04-28 Eric Wongallow running as a Plack app without CGI emulation
2014-04-27 Eric Wongfeeds use XHTML to avoid tag soup
2014-04-27 Eric WongFeed: <id> element must be a URI, oops :x
2014-04-26 Eric Wongfeed: comment about the %deleted hash
2014-04-26 Eric Wongfeed: message must exist in current HEAD to show up
2014-04-26 Eric Wonghuge refactor of encoding handling
2014-04-24 Eric Wonghtml: refactor header value handling to be OO
2014-04-22 Eric Wongfix quoted URL generation in feeds
2014-04-21 Eric Wongfeed: fix address when multiple addresses exist
2014-04-21 Eric Wongconfig: use description file for gitweb
2014-04-21 Eric Wonghtml/index: fix broken prev/next pagination on short...
2014-04-21 Eric Wongfeed: there is only one atom feed, with all messages
2014-04-21 Eric Wonghtml/index: do not waste space with non-existent thread...
2014-04-20 Eric Wongfeed: close string ref before returning
2014-04-20 Eric Wongcgi: delay some requires
2014-04-20 Eric Wongfeed: speed up blob checks if Git.pm is usable
2014-04-19 Eric Wongcgi: index pages allow iterating some pagination
2014-04-17 Eric Wongcgi: sort HTML index by most recent date
2014-04-17 Eric WongHTML: various encoding fixups
2014-04-17 Eric WongFeed: add bug note on memory cycle
2014-04-15 Eric Wongcgi: support /all.html page with inline threads
2014-04-15 Eric WongHTML: use shorter URLs in indices
2014-04-15 Eric WongHTML: ensure hrefs are quoted properly
2014-04-14 Eric Wongcgi: fix up top-level index
2014-04-11 Eric Wongcgi: update feed/view and tests for shorter URLs
2014-04-11 Eric Wongcgi: /$LISTNAME/ and /$LISTNAME/index.html are equal
2014-04-09 Eric Wongpreliminary HTML index generation
2014-04-08 Eric Wongfeed: filter out each_recent_blob wrapper
2014-04-07 Eric Wongfeed: generate takes a hashref for args
2014-04-06 Eric Wongfeed: reuse view class to display message
2014-04-05 Eric Wongfeed: remove unnecessary use
2014-04-05 Eric Wongfeed: use Date::Parse to parse dates
2014-04-05 Eric Wongget a basic CGI feed sender running
2014-03-24 Eric Wonginitial cut at Atom feed generation