about summary refs log tree commit homepage
path: root/lib/PublicInbox/Feed.pm
DateCommit message (Expand)
2016-03-05feed: remove unnecessary encoding lookup
2016-03-03use raw header for Message-ID
2016-02-28reduce calls to close unless error checks are needed
2016-02-25remove direct CGI.pm support
2016-02-13feed: favor relative URL to Atom feed in HTML
2016-02-08feed: declare alternate link to HTML interface
2016-01-03www: comments for denoting Plack::Request vs CGI
2015-12-26use "Atom feed" consistently in headers/footers
2015-12-25view: favor whitespace wrap in <head>
2015-12-22rename 'GitCatFile' package to 'Git'
2015-12-22hval: move PRE constant for wrapping UGC here
2015-11-20various internal documentation updates
2015-11-18feed: capitalize "Atom" consistently
2015-09-13searchview: implement Atom feed for search results
2015-09-13feed: consolidate updated tag generation
2015-09-06update copyright headers and email addresses
2015-09-05view: preliminary HTML search interface
2015-09-04index: use message threading if search is available
2015-09-03feed: use application/atom+xml for Content-Type
2015-09-03get rid of Message-ID compression entirely
2015-09-01feed: extra newline after nav footer if list footer exists
2015-09-01feed: fix <updated> tag in Atom feed
2015-09-01completely revamp URL structure to shorten permalinks
2015-09-01www: root atom feed is "new.atom" and not "atom.xml"
2015-09-01implement per-thread Atom feeds
2015-09-01feed: extract atom header generation
2015-09-01feed: use updated date based on git commit date
2015-08-29avoid length in boolean context
2015-08-27wire up to display non-suffixed Message-ID links
2015-08-25feed: fix "created" vs "updated" diff in topics
2015-08-25feed: merge subjects regardless of "[PATCH vN]"
2015-08-25mid: mid_compressed => mid_compress
2015-08-24view: refactor $state as a hash
2015-08-23cleanup Email::Address usage
2015-08-23feed: r= parameter supports "HEAD" as a revision
2015-08-22remove XML::Atom::SimpleFeed dependency
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