]> Sergey Matveev's repositories - public-inbox.git/history - lib
examples: make web configs consistent and add README
[public-inbox.git] / lib /
2014-04-30 Eric Wong"git cat-file --batch" wrapper really mod_perl-compatible
2014-04-30 Eric Wongcgi: remove dependency on IPC::Run in CGI
2014-04-30 Eric Wongconfig: avoid double-slash in expand_path output
2014-04-30 Eric Wongfavor "--git-dir=..." over "--git-dir ..."
2014-04-30 Eric Wongfeed: unset GIT_DIR and use "git --git-dir=.. log"
2014-04-29 Eric Wongimplement our own cat-file --batch wrapper
2014-04-29 Eric Wongconfig: use "git config --file" to avoid changing %ENV
2014-04-28 Eric Wongfeed: call URI->as_string explicitly
2014-04-28 Eric Wonguse relative URLs in HTML index
2014-04-28 Eric Wongfeed: swap order of "next" and "head" links
2014-04-28 Eric Wongfeed: avoid redirect on permalink
2014-04-28 Eric Wongfeed: dead code elimination around dropped endpoints
2014-04-28 Eric Wongmda: support aliased addresses
2014-04-28 Eric Wongfeed: disable navigation to previous page
2014-04-28 Eric Wongfeed: pedantically quote HTML attributes
2014-04-28 Eric Wongallow running as a Plack app without CGI emulation
2014-04-28 Eric Wonguri_escape => uri_escape_utf8
2014-04-27 Eric Wongfeeds use XHTML to avoid tag soup
2014-04-27 Eric WongFeed: <id> element must be a URI, oops :x
2014-04-27 Eric Wongview: uri_escape subject
2014-04-26 Eric Wongfeed: comment about the %deleted hash
2014-04-26 Eric Wongfeed: message must exist in current HEAD to show up
2014-04-26 Eric Wongview: show References: header, too
2014-04-26 Eric Wongview: add per-message HTML footer to encourage replies
2014-04-26 Eric Wonghuge refactor of encoding handling
2014-04-25 Eric Wongcgi: eliminate dead/redundant HTML escaping code
2014-04-24 Eric Wonghtml: refactor header value handling to be OO
2014-04-22 Eric Wongview: fix link to raw message from /f/ endpoint
2014-04-22 Eric Wongfix quoted URL generation in feeds
2014-04-22 Eric Wongview: do not decode Message-ID
2014-04-21 Eric Wongfeed: fix address when multiple addresses exist
2014-04-21 Eric Wongconfig: use description file for gitweb
2014-04-21 Eric Wonghtml/index: fix broken prev/next pagination on short...
2014-04-21 Eric Wongfeed: there is only one atom feed, with all messages
2014-04-21 Eric Wonghtml/index: do not waste space with non-existent thread...
2014-04-20 Eric Wongfeed: close string ref before returning
2014-04-20 Eric Wongcgi: delay some requires
2014-04-20 Eric Wongfeed: speed up blob checks if Git.pm is usable
2014-04-19 Eric Wongmda: share commit setup code with -learn
2014-04-19 Eric Wongmove precheck to MDA namespace
2014-04-19 Eric Wongcgi: index pages allow iterating some pagination
2014-04-18 Eric Wongview: fix regression in standalone /^&gt;$/ lines
2014-04-17 Eric Wongensure per-message short quotes do not get too long
2014-04-17 Eric Wongcgi: sort HTML index by most recent date
2014-04-17 Eric Wongview: remove pointless self-linkage
2014-04-17 Eric Wongview: fix title of HTML views
2014-04-17 Eric Wongview: inline shorter quotes
2014-04-17 Eric WongHTML: various encoding fixups
2014-04-17 Eric WongFeed: add bug note on memory cycle
2014-04-15 Eric Wongview: finish HTML in per-message pages
2014-04-15 Eric Wongcgi: support /all.html page with inline threads
2014-04-15 Eric WongHTML: use shorter URLs in indices
2014-04-15 Eric WongHTML: ensure hrefs are quoted properly
2014-04-14 Eric Wongderive -primary_address in config
2014-04-14 Eric Wongcgi: fix up top-level index
2014-04-11 Eric Wongview: trim_message_id consistently
2014-04-11 Eric Wongconfig: support multiple addresses for a inbox
2014-04-11 Eric Wongfilter: clarify regular expression
2014-04-11 Eric Wongcgi: update feed/view and tests for shorter URLs
2014-04-11 Eric Wongcgi: /$LISTNAME/ and /$LISTNAME/index.html are equal
2014-04-11 Eric Wongfilter: use IPC::Run and improve lynx error handling
2014-04-09 Eric Wongconfig: include listname on lookup
2014-04-09 Eric Wongpreliminary HTML index generation
2014-04-09 Eric Wongprecheck: stricter checks including min length
2014-04-08 Eric Wongprecheck: reject messages with no subject
2014-04-08 Eric Wongfeed: filter out each_recent_blob wrapper
2014-04-07 Eric Wongfeed: generate takes a hashref for args
2014-04-06 Eric Wongview: use "original" rather than "raw"
2014-04-06 Eric Wongview: minor cleanups
2014-04-06 Eric Wongfeed: reuse view class to display message
2014-04-06 Eric Wongview: all content is assumed to be displayable text
2014-04-05 Eric Wongview: use URI::Escape to escape URIs
2014-04-05 Eric Wongfeed: remove unnecessary use
2014-04-05 Eric Wongfeed: use Date::Parse to parse dates
2014-04-05 Eric Wongget a basic CGI feed sender running
2014-04-05 Eric Wongremove failrepo config
2014-04-05 Eric Wongview: implement quote folding and flesh out tests
2014-04-05 Eric Wongconfig: add shortcut for retrieving elements
2014-04-05 Eric Wongview: update IRP and MID links
2014-04-05 Eric Wongflesh out MDA and simplify config setup
2014-04-05 Eric Wongprecheck uses recipient argument
2014-04-04 Eric Wongfilter: use regexp to check multipart bodies
2014-04-03 Eric Wongfilter: possibly keep PGP sigs only (not other types)
2014-03-28 Eric Wongfilter: use file(1) to detect mime type if octet-stream
2014-03-28 Eric Wongconfig: revamp API and implement lookup
2014-03-24 Eric Wonginitial cut at Atom feed generation
2014-02-25 Eric Wongprecheck: require Message-ID to be set
2014-02-25 Eric Wongview: add view module to be used for rendering HTML
2014-02-11 Eric Wongmove pre-spamc checks to PublicInbox->precheck
2014-02-07 Eric Wongtrivial config module for dumping config
2014-01-14 Eric Wongdrop Mail-Followup-To, Mail-Reply-To, and Reply-To
2014-01-10 Eric Wongreject messages if ORIGINAL_RECIPIENT is not specified
2014-01-09 Eric Wonginitial commit