about summary refs log tree commit homepage
path: root/lib/PublicInbox/View.pm
DateCommit message (Expand)
2018-04-03view: avoid offset during pagination
2018-04-02www: rework query responses to avoid COUNT in SQLite
2018-03-30feed: optimize query for feeds, too
2018-03-30view: drop load_results
2018-03-30view: speed up homepage loading time with date clamp
2018-03-29view: get rid of some unnecessary imports
2018-03-29search: get rid of most lookup_* subroutines
2018-03-29www: fix attachment downloads for conflicted Message-IDs
2018-03-29www: remove unnecessary ghost checks
2018-03-27view: depend on SearchMsg for Message-ID
2018-03-27view: permalink (per-message) view shows multiple messages
2018-03-22use both Date: and Received: times
2018-03-06favor Received: date over Date: header globally
2018-02-28view: remove X-PI-TS reference
2018-02-07update copyrights for 2018
2018-02-03view: allow expanding directly to "nested" view
2018-01-30view: close <pre> in reply instructions
2018-01-29view: adjust wording for reply-to-list configs
2017-12-21view: avoid deduping a single word in subject skeletons
2017-11-29view: avoid warning from negative repeat counts
2017-10-18view: s/threaded/nested/ in view
2017-10-03search: try to fill in ghosts when generating thread skeleton
2017-10-03threading: deal with improperly-terminated References headers
2017-06-29view: cull redundant phrases in subjects
2017-06-23allow admins to configure non-obfuscated addresses/domains
2017-06-23view: add newline before mailto: instructions in reply
2017-06-23reply: handle address obfuscation :<
2017-06-16view: implement optional address obfuscation
2017-06-15replyto parameter support
2017-06-15view: split out reply logic into its own module
2017-03-14view: escape HTML description name
2017-02-11handle repeated References and In-Reply-To headers
2017-01-10introduce PublicInbox::MIME wrapper class
2016-12-24linkify: modify argument in place
2016-12-24view: do not modify array during iteration
2016-12-24view: stop chomping off whitespace at ends of messages
2016-12-24view: remove unused parameter
2016-12-21searchthread: simplify API and remove needless OO
2016-12-20searchmsg: remove ensure_metadata
2016-12-10search: retry document loading from Xapian
2016-12-10search: always sort thread results in ascending time order
2016-12-10view: reduce indentation for skeleton generation
2016-12-10view: favor SearchMsg for In-Reply-To over Email::MIME
2016-11-22view: fix spaces in mailto: link
2016-10-14thread: reinstates stable ordering when ghosts are present
2016-10-05view: remove redundant children array in thread views
2016-10-05thread: use hash + array instead of hand-rolled linked list
2016-10-05thread: fix sorting without topmost
2016-10-05thread: remove rootset accessor method
2016-10-05thread: remove Email::Abstract wrapping