about summary refs log tree commit homepage
path: root/lib/PublicInbox/SearchView.pm
DateCommit message (Expand)
2016-10-05thread: pass array refs instead of entire arrays
2016-10-05thread: remove Mail::Thread dependency
2016-08-18searchview: link to internal help text
2016-08-14www: do not unecessarily escape some chars in paths
2016-07-06www: use HTML <hr> instead of XHTML <hr />
2016-07-02www: use PSGI env directly
2016-07-01searchview: add missing newline in search results
2016-06-30searchview: show result count in thread index, for now
2016-06-30www_stream: add response wrapper sub
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-30www: implement hybrid flat+thread conversation view
2016-06-21view: common thread walking interface
2016-06-21searchview: remove recursion from thread view
2016-06-20searchview: use inbox->msg_by_mid
2016-06-20searchview: fix Atom dump
2016-06-20feed: remove dependence on fh->write for streaming
2016-05-30www: remove a few more Plack::Request dependencies
2016-05-25remove Email::Address dependency
2016-05-22www: avoid warnings on bad offsets for Xapian
2016-05-02view: disable subject threading
2016-04-25searchview: add "rel=next" and "rel=prev" here, too
2016-04-13searchview: deal with the removal of rsort
2016-04-02www: various style changes and comment updates
2016-03-12reduce "PublicInbox::Hval->new_oneline" use
2016-03-03use raw header for Message-ID
2016-02-25hval: implement common UI for protocol-relative URLs
2016-01-09hval: use more appropriate hvals for documentation
2016-01-04view: label "relevance" in threaded search view
2015-12-31view: fixup indentation nesting in search
2015-12-26use "Atom feed" consistently in headers/footers
2015-12-26searchview: fix unclosed tags in threaded search results
2015-12-26searchview: fix up Atom feed in search results
2015-12-26searchview: fixup stupid syntax error
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-12-05*view: avoid leading zero in time display of the hour
2015-11-20various internal documentation updates
2015-10-01searchview: fix syntax error
2015-09-30remove unnecessary fields usage
2015-09-14searchview: do not link Atom feed by relevance
2015-09-13searchview: implement Atom feed for search results
2015-09-12searchview: support displaying entire threads
2015-09-12searchview: hoist out subroutines for clarity
2015-09-05searchview: link users to permalink instead of thread
2015-09-05searchview: error description for invalid queries
2015-09-05searchview: factor out dump_mset subroutine
2015-09-05searchview: improve footer navigation