]> Sergey Matveev's repositories - public-inbox.git/history - lib/PublicInbox/SearchView.pm
view: implement optional address obfuscation
[public-inbox.git] / lib / PublicInbox / SearchView.pm
2017-06-16 Eric Wongview: implement optional address obfuscation
2017-05-23 Eric Wongsearchview: retry queries if uri_unescape-able
2017-05-23 Eric Wongwww: do not mangle characters from search queries
2017-03-24 Eric Wongsearchview: show full (&x=t) messages in ascending...
2017-03-24 Eric Wongsearchview: add "t" id to link to thread overview
2017-02-06 Eric Wongsearchview: increase limit for displaying search results
2017-02-06 Eric Wongsearchview: clarify numeric summary at bottom
2017-01-10 Eric Wongintroduce PublicInbox::MIME wrapper class
2016-12-21 Eric Wongsearchthread: simplify API and remove needless OO
2016-12-10 Eric Wongsearch: retry document loading from Xapian
2016-12-03 Eric Wongatom: switch to getline/close for response bodies
2016-12-03 Eric Wongsearchview: fix <title> tag in Atom feed
2016-10-14 Eric Wongthread: reinstates stable ordering when ghosts are...
2016-10-05 Eric Wongthread: fix sorting without topmost
2016-10-05 Eric Wongthread: remove Email::Abstract wrapping
2016-10-05 Eric Wongthread: pass array refs instead of entire arrays
2016-10-05 Eric Wongthread: remove Mail::Thread dependency
2016-08-18 Eric Wongsearchview: link to internal help text
2016-08-14 Eric Wongwww: do not unecessarily escape some chars in paths
2016-07-06 Eric Wongwww: use HTML <hr> instead of XHTML <hr />
2016-07-02 Eric Wongwww: use PSGI env directly
2016-07-01 Eric Wongsearchview: add missing newline in search results
2016-06-30 Eric Wongsearchview: show result count in thread index, for now
2016-06-30 Eric Wongwww_stream: add response wrapper sub
2016-06-30 Eric WongMerge branch 'thread-view-skel'
2016-06-30 Eric Wongview: merge $state hash with existing $ctx
2016-06-30 Eric Wongview: show thread context in the thread-aware flat...
2016-06-30 Eric Wongwww: use WwwStream for dumping thread and search views
2016-06-30 Eric Wongwww: implement hybrid flat+thread conversation view
2016-06-21 Eric Wongview: common thread walking interface
2016-06-21 Eric Wongsearchview: remove recursion from thread view
2016-06-20 Eric Wongsearchview: use inbox->msg_by_mid
2016-06-20 Eric Wongsearchview: fix Atom dump
2016-06-20 Eric Wongfeed: remove dependence on fh->write for streaming
2016-06-07 Eric WongMerge branch 'unsubscribe'
2016-05-30 Eric Wongwww: remove a few more Plack::Request dependencies
2016-05-25 Eric Wongremove Email::Address dependency
2016-05-22 Eric Wongwww: avoid warnings on bad offsets for Xapian
2016-05-02 Eric Wongview: disable subject threading
2016-04-25 Eric Wongsearchview: add "rel=next" and "rel=prev" here, too
2016-04-13 Eric Wongsearchview: deal with the removal of rsort
2016-04-02 Eric Wongwww: various style changes and comment updates
2016-03-12 Eric Wongreduce "PublicInbox::Hval->new_oneline" use
2016-03-03 Eric Wonguse raw header for Message-ID
2016-02-25 Eric Wonghval: implement common UI for protocol-relative URLs
2016-01-09 Eric Wonghval: use more appropriate hvals for documentation
2016-01-04 Eric Wongview: label "relevance" in threaded search view
2015-12-31 Eric Wongview: fixup indentation nesting in search
2015-12-26 Eric Wonguse "Atom feed" consistently in headers/footers
2015-12-26 Eric Wongsearchview: fix unclosed tags in threaded search results
2015-12-26 Eric Wongsearchview: fix up Atom feed in search results
2015-12-26 Eric Wongsearchview: fixup stupid syntax error
2015-12-25 Eric Wongview: favor whitespace wrap in <head>
2015-12-22 Eric Wongrename 'GitCatFile' package to 'Git'
2015-12-22 Eric Wonghval: move PRE constant for wrapping UGC here
2015-12-05 Eric Wong*view: avoid leading zero in time display of the hour
2015-11-20 Eric Wongvarious internal documentation updates
2015-10-01 Eric Wongsearchview: fix syntax error
2015-09-30 Eric Wongremove unnecessary fields usage
2015-09-14 Eric Wongsearchview: do not link Atom feed by relevance
2015-09-13 Eric Wongsearchview: implement Atom feed for search results
2015-09-12 Eric Wongsearchview: support displaying entire threads
2015-09-12 Eric Wongsearchview: hoist out subroutines for clarity
2015-09-05 Eric Wongsearchview: link users to permalink instead of thread
2015-09-05 Eric Wongsearchview: error description for invalid queries
2015-09-05 Eric Wongsearchview: factor out dump_mset subroutine
2015-09-05 Eric Wongsearchview: improve footer navigation
2015-09-05 Eric Wongview: preliminary HTML search interface