about summary refs log tree commit homepage
path: root/lib/PublicInbox/Feed.pm
DateCommit message (Expand)
2017-01-10introduce PublicInbox::MIME wrapper class
2016-12-17feed: support publicinbox.<name>.feedmax
2016-12-03atom: switch to getline/close for response bodies
2016-08-14www: do not double-clean Message-IDs from internal DBs
2016-08-14www: do not unecessarily escape some chars in paths
2016-08-06www: use <hr> to delimit messages in /new.html view, too
2016-07-09feed: remove dead code and unneeded use
2016-07-09www: cleanup parameter passing
2016-07-07www: remove old footer generation code and normalize new.html
2016-07-06feed: fix links to attachments in Atom feed
2016-07-06www: use HTML <hr> instead of XHTML <hr />
2016-07-02www: remove Plack::Request dependency entirely
2016-07-02inbox: base_url method takes PSGI env hashref instead
2016-06-30www_stream: add response wrapper sub
2016-06-30feed: add $INBOX/new.html endpoint
2016-06-30view: merge $state hash with existing $ctx
2016-06-30view: show thread context in the thread-aware flat view
2016-06-30www: use WwwStream for dumping thread and search views
2016-06-25address: remove Address::from_name
2016-06-20feed: various object-orientation cleanups
2016-06-20feed: remove dependence on fh->write for streaming
2016-06-20feed: avoid needless method dispatches on 404
2016-06-17feed: split out top-of-page generation
2016-05-30www: remove a few more Plack::Request dependencies
2016-05-25remove Email::Address dependency
2016-05-21localize $/ in more places to avoid potential problems
2016-05-19www: support downloading attachments
2016-05-18feed: inline feed entry generation
2016-05-16www: fix for running under mount paths
2016-05-14rename most instances of "list" to "inbox"
2016-04-25www: add rel=next and rel=prev navigation hints
2016-04-13www: stop generating /$MESSAGE_ID/f/ links
2016-04-02www: various style changes and comment updates
2016-03-12feed: fix brain farts in new_oneline removal
2016-03-12reduce "PublicInbox::Hval->new_oneline" use
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