about summary refs log tree commit homepage
path: root/lib/PublicInbox/WWW.pm
DateCommit message (Expand)
2015-09-12searchview: support displaying entire threads
2015-09-06update copyright headers and email addresses
2015-09-05extmsg: fall back to partial Message-ID matching
2015-09-05view: preliminary HTML search interface
2015-09-04www: extra redirects for the '/'-challenged
2015-09-03www: move fallback after legacy matches
2015-09-03www: attempt to handle Message-IDs with slashes
2015-09-03get rid of Message-ID compression entirely
2015-09-02implement external Message-ID finder
2015-09-02view: optional flat view for recent messages
2015-09-01completely revamp URL structure to shorten permalinks
2015-09-01www: root atom feed is "new.atom" and not "atom.xml"
2015-09-01www: compile mbox regexp only once
2015-09-01implement per-thread Atom feeds
2015-08-30www: avoid BEGIN block for config loading
2015-08-29avoid length in boolean context
2015-08-27implement legacy redirects for old URLs
2015-08-27wire up to display non-suffixed Message-ID links
2015-08-27wire up shorter, less ambiguous URLs
2015-08-27www: minor cleanups to shorten code
2015-08-27www: reduce unused arguments in internal API
2015-08-24view: refactor $state as a hash
2015-08-23.txt links return an mbox instead
2015-08-22mbox: support uncompressed mbox
2015-08-22remove XML::Atom::SimpleFeed dependency
2015-08-22www: enable and expand preload from mod_perl2
2015-08-22stream HTML views as much as possible
2015-08-21switch to gzipped mboxes
2015-08-21support dumping thread as an mbox
2015-08-20dead code cleanup
2015-08-20www: remove useless no-op assignment statement
2015-08-20replace references to lynx
2015-08-19www: redirect /f/$MESSAGE_ID.txt links to /m/$MESSAGE_ID.txt
2015-08-17www: simplify parameter passing to feed
2015-08-17WWW: eliminate "top" parameter for feeds
2015-08-17favor /t/ to /s/, since subjects may change mid-thread
2015-08-16view: deduplicate common code for loading search results
2015-08-16implement /s/$SUBJECT_PATH.html lookups
2015-08-16www: /t/$MESSAGE_ID.html for threads
2015-08-15view: display replies in per-message view
2014-09-15view: support SHA-1 of Message-IDs for message links
2014-09-13line-wrap generated HTML source around attrs for readability
2014-05-07www: attempt to improve formatting of footer
2014-05-05www: set charset=UTF-8 in full message view
2014-05-05www: multi-line cloneurl maps to multiple lines
2014-05-05www: add footers to HTML index and message views
2014-05-02view: API cleanup, remove "as_" prefix
2014-05-02reduce copies by passing string refs to Email::MIME
2014-05-01workaround Mail::Thread memory leak
2014-05-01split out WWW package and CGI/PSGI-specific parts