about summary refs log tree commit homepage
path: root/lib/PublicInbox/SearchView.pm
DateCommit message (Expand)
2019-04-18view: show "(no subject)" consistently in HTML
2019-04-16cleanup: use '$ibx' consistently when referring to Inbox refs
2019-01-08searchview: drop unused {seen} hashref
2018-04-23searchview: do not blindly append "l" parameter to URL
2018-04-18Merge remote-tracking branch 'origin/master' into v2
2018-04-05searchview: minor cleanup
2018-04-03mbox: do not barf on queries which return no results
2018-04-01searchview: fix non-numeric comparison
2018-04-01Allow specification of the number of search results to return
2018-03-29search: get rid of most lookup_* subroutines
2018-03-27view: depend on SearchMsg for Message-ID
2018-03-27searchview: remove unnecessary imports from MID module
2018-03-22use both Date: and Received: times
2018-02-07update copyrights for 2018
2017-12-08search: force large mbox result downloads to POST
2017-12-07searchview: nofollow on mbox downloads
2017-12-01search: allow downloading search results as mbox
2017-11-29searchview: s/threaded/nested/
2017-10-03search: try to fill in ghosts when generating thread skeleton
2017-06-23allow admins to configure non-obfuscated addresses/domains
2017-06-16view: implement optional address obfuscation
2017-05-23searchview: retry queries if uri_unescape-able
2017-05-23www: do not mangle characters from search queries
2017-03-24searchview: show full (&x=t) messages in ascending chronlogical order
2017-03-24searchview: add "t" id to link to thread overview
2017-02-06searchview: increase limit for displaying search results
2017-02-06searchview: clarify numeric summary at bottom
2017-01-10introduce PublicInbox::MIME wrapper class
2016-12-21searchthread: simplify API and remove needless OO
2016-12-10search: retry document loading from Xapian
2016-12-03atom: switch to getline/close for response bodies
2016-12-03searchview: fix <title> tag in Atom feed
2016-10-14thread: reinstates stable ordering when ghosts are present
2016-10-05thread: fix sorting without topmost
2016-10-05thread: remove Email::Abstract wrapping
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