]> Sergey Matveev's repositories - public-inbox.git/history - lib/PublicInbox/Feed.pm
remove XML::Atom::SimpleFeed dependency
[public-inbox.git] / lib / PublicInbox / Feed.pm
2015-08-22 Eric Wongremove XML::Atom::SimpleFeed dependency
2015-08-22 Eric Wongstream HTML views as much as possible
2015-08-20 Eric Wongfeed: fix extra, unnecessary quote
2015-08-20 Eric Wongavoid using header_raw for Message-ID retrieval
2015-08-20 Eric Wongindex: layout fix + title and Atom feed links at top
2015-08-20 Eric Wongindex: simplify main landing page if search-enabled
2015-08-20 Eric Wonguse tables for rendering comment nesting
2015-08-20 Eric Wongfeed: move timestamp parsing to view
2015-08-20 Eric Wongfeed: remove threading from index
2015-08-17 Eric Wongdrop bodies and messages ASAP after processing
2015-08-17 Eric Wongfeed: disable the generator statement
2015-08-17 Eric Wongwww: simplify parameter passing to feed
2015-08-17 Eric Wongfavor /t/ to /s/, since subjects may change mid-thread
2015-08-17 Eric Wongfeed: remove unnecesary time paramenter in index state
2015-08-17 Eric WongMerge remote-tracking branch 'origin/search'
2015-08-15 Eric Wongthread: common sorting code
2015-07-20 Eric Wongfeed: extract subroutines for threading
2015-07-06 Eric Wongfeed: compile regexps only once
2015-07-06 Eric Wongfeed: close body tag correctly in index
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 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 Wongfeed: (cleanup) avoid redundant ->message call
2014-09-07 Eric Wongfeed: sort child messages (forward) chronologically
2014-08-28 Eric Wongfeed: deal with removed files
2014-08-28 Eric Wongfeed: show permalink to home page
2014-08-28 Eric Wongredo main HTML index to show nested messages
2014-08-26 Eric Wongshow date in top-level threaded index
2014-05-07 Eric Wongconsistently whitespace wrap on <pre> sections
2014-05-05 Eric Wongfeed: add atom feed link to the bottom
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-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