]> Sergey Matveev's repositories - public-inbox.git/history - lib/PublicInbox/WWW.pm
www: make interface more OO
[public-inbox.git] / lib / PublicInbox / WWW.pm
2016-02-25 Eric Wongwww: make interface more OO
2016-02-25 Eric Wongremove direct CGI.pm support
2016-02-24 Eric Wongwww: support $MESSAGE_ID/R/ endpoint for replies
2016-02-13 Eric Wongwww: document "git clone --mirror" usage
2016-02-13 Eric Wongwww: advertise clone-ability over http/https
2016-02-07 Eric Wongsupport smart HTTP cloning
2016-02-02 Eric Wongwww: support git cloning via dumb HTTP
2016-01-09 Eric Wongwww: fix redirection loops
2016-01-03 Eric Wongwww: comments for denoting Plack::Request vs CGI
2016-01-02 Eric Wongwww: redirect with query string
2015-12-22 Eric Wongrename 'GitCatFile' package to 'Git'
2015-12-22 Eric Wongconfig: hoist out common functions
2015-11-20 Eric Wongvarious internal documentation updates
2015-10-04 Eric Wongmbox: generate Archived-At, List-Post, List-Archive...
2015-09-12 Eric Wongsearchview: support displaying entire threads
2015-09-06 Eric Wongupdate copyright headers and email addresses
2015-09-05 Eric Wongextmsg: fall back to partial Message-ID matching
2015-09-05 Eric Wongview: preliminary HTML search interface
2015-09-04 Eric Wongwww: extra redirects for the '/'-challenged
2015-09-03 Eric Wongwww: move fallback after legacy matches
2015-09-03 Eric Wongwww: attempt to handle Message-IDs with slashes
2015-09-03 Eric Wongget rid of Message-ID compression entirely
2015-09-02 Eric Wongimplement external Message-ID finder
2015-09-02 Eric Wongview: optional flat view for recent messages
2015-09-01 Eric Wongcompletely revamp URL structure to shorten permalinks
2015-09-01 Eric Wongwww: root atom feed is "new.atom" and not "atom.xml"
2015-09-01 Eric Wongwww: compile mbox regexp only once
2015-09-01 Eric Wongimplement per-thread Atom feeds
2015-08-30 Eric Wongwww: avoid BEGIN block for config loading
2015-08-29 Eric Wongavoid length in boolean context
2015-08-27 Eric Wongimplement legacy redirects for old URLs
2015-08-27 Eric Wongwire up to display non-suffixed Message-ID links
2015-08-27 Eric Wongwire up shorter, less ambiguous URLs
2015-08-27 Eric Wongwww: minor cleanups to shorten code
2015-08-27 Eric Wongwww: reduce unused arguments in internal API
2015-08-24 Eric Wongview: refactor $state as a hash
2015-08-23 Eric Wong.txt links return an mbox instead
2015-08-22 Eric Wongmbox: support uncompressed mbox
2015-08-22 Eric Wongremove XML::Atom::SimpleFeed dependency
2015-08-22 Eric Wongwww: enable and expand preload from mod_perl2
2015-08-22 Eric Wongstream HTML views as much as possible
2015-08-21 Eric Wongswitch to gzipped mboxes
2015-08-21 Eric Wongsupport dumping thread as an mbox
2015-08-20 Eric Wongdead code cleanup
2015-08-20 Eric Wongwww: remove useless no-op assignment statement
2015-08-20 Eric Wongreplace references to lynx
2015-08-19 Eric Wongwww: redirect /f/$MESSAGE_ID.txt links to /m/$MESSAGE_I...
2015-08-17 Eric Wongwww: simplify parameter passing to feed
2015-08-17 Eric WongWWW: eliminate "top" parameter for feeds
2015-08-17 Eric Wongfavor /t/ to /s/, since subjects may change mid-thread
2015-08-17 Eric WongMerge remote-tracking branch 'origin/search'
2015-08-16 Eric Wongview: deduplicate common code for loading search results
2015-08-16 Eric Wongimplement /s/$SUBJECT_PATH.html lookups
2015-08-16 Eric Wongwww: /t/$MESSAGE_ID.html for threads
2015-08-15 Eric Wongview: display replies in per-message view
2014-09-15 Eric Wongview: support SHA-1 of Message-IDs for message links
2014-09-13 Eric Wongline-wrap generated HTML source around attrs for readab...
2014-05-07 Eric Wongwww: attempt to improve formatting of footer
2014-05-05 Eric Wongwww: set charset=UTF-8 in full message view
2014-05-05 Eric Wongwww: multi-line cloneurl maps to multiple lines
2014-05-05 Eric Wongwww: add footers to HTML index and message views
2014-05-02 Eric Wongview: API cleanup, remove "as_" prefix
2014-05-02 Eric Wongreduce copies by passing string refs to Email::MIME
2014-05-01 Eric Wongworkaround Mail::Thread memory leak
2014-05-01 Eric Wongsplit out WWW package and CGI/PSGI-specific parts