]> Sergey Matveev's repositories - public-inbox.git/history - lib/PublicInbox/View.pm
www_stream: add response wrapper sub
[public-inbox.git] / lib / PublicInbox / View.pm
2016-06-30 Eric Wongwww_stream: add response wrapper sub
2016-06-30 Eric Wongview: fixup bad reference to new_msgid
2016-06-30 Eric WongMerge branch 'thread-view-skel'
2016-06-30 Eric Wongview: show thread size when linking to summary
2016-06-30 Eric Wongview: default to flat/hybrid thread display
2016-06-30 Eric Wongview: fix up some HTML injection via Message-ID vectors
2016-06-30 Eric Wongwww: reinstate old thread view as an option
2016-06-30 Eric WongRevert "view: update git-send-email URL"
2016-06-30 Eric Wongview: show more nearby messages in flat thread view
2016-06-30 Eric Wongview: tweak thread/index header slightly
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-27 Eric Wongview: HTML escape mailto: link
2016-06-27 Eric Wongview: attribute in parent link for permalink message
2016-06-25 Eric Wongview: safer and optional quoting for --in-reply-to arg
2016-06-25 Eric Wongaddress: remove Address::from_name
2016-06-25 Eric Wongview: show To/Cc destinations in conversation view
2016-06-23 Eric Wongview: update git-send-email URL
2016-06-22 Eric Wongview: allow thread generation to EOF on errors
2016-06-22 Eric Wongview: fix topic threading when ghosts are present
2016-06-21 Eric Wongview: support non-existent Subjects for permalink titles
2016-06-21 Eric Wongview: common thread walking interface
2016-06-21 Eric Wongview: avoid recursion in topic index
2016-06-21 Eric Wongview: remove recursion from expanded thread view
2016-06-21 Eric Wongview: remove recursion from thread skeleton dump
2016-06-21 Eric Wongview: remove dst parameter from thread skeleton dump
2016-06-21 Eric Wongview: remove upfx parameter from thread skeleton dump
2016-06-20 Eric Wongwww: improve topic view by scanning for ghosts
2016-06-20 Eric Wongfeed: various object-orientation cleanups
2016-06-18 Eric Wongview: consolidate per-message newline handling
2016-06-18 Eric Wongview: minor tweaks to reduce long lines
2016-06-18 Eric Wongview: introduce WwwStream interface
2016-06-13 Eric Wongview: msg_html uses getline body to reduce latency
2016-06-07 Eric WongMerge branch 'unsubscribe'
2016-06-07 Eric Wongview: be sure reply text describes plain-text
2016-06-07 Eric Wongview: remove trailing whitespace from reply command
2016-06-07 Eric Wongview: escape From name properly for title
2016-06-05 Eric Wongview: inline message reply into message view
2016-05-30 Eric Wonguse utf8::{encode,decode} for in-place transforms
2016-05-25 Eric Wongremove Email::Address dependency
2016-05-22 Eric Wongwww: avoid warnings on bad offsets for Xapian
2016-05-19 Eric Wongwww: tighten up allowable filenames for attachments
2016-05-19 Eric Wongview: reduce clutter for attachments w/o description
2016-05-19 Eric Wongwww: validate and check filenames in URLs
2016-05-19 Eric Wongwww: support downloading attachments
2016-05-19 Eric Wongswitch read-only uses of walk_parts to msg_iter
2016-05-19 Eric Wongview: rely on Email::MIME::body_str for decoding
2016-05-18 Eric Wongview: avoid redirect to reply endpoint
2016-05-18 Eric Wongfeed: inline feed entry generation
2016-05-17 Eric Wongview: escape Message-ID for "next" link
2016-05-14 Eric Wongrename most instances of "list" to "inbox"
2016-05-02 Eric Wongview: disable subject threading
2016-04-25 Eric Wongwww: add rel=next and rel=prev navigation hints
2016-04-25 Eric Wongview: fix link generation for replies in threads
2016-04-24 Eric Wongview: add extra newline in flat thread view for lynx
2016-04-24 Eric Wongview: more consistent prefixing for thread skeletons
2016-04-16 Eric Wongview: show flat thread view in chronological order
2016-04-15 Eric Wongview: thread skeleton tweaks
2016-04-15 Eric Wongwww: redirect /$MESSAGE_ID/f/ endpoints
2016-04-14 Eric Wongview: drop vestigial elements of quote folding
2016-04-13 Eric Wongwww: stop generating /$MESSAGE_ID/f/ links
2016-04-13 Eric Wongview: fix link to view replies from $MESSAGE_ID/f/...
2016-04-13 Eric Wongsearchview: deal with the removal of rsort
2016-04-12 Eric Wongview: allow topics to be "bumped" by new replies
2016-04-06 Eric Wongview: account for threads lacking a common parent
2016-04-06 Eric Wongview: shorter link for ghosts in per-message view
2016-04-06 Eric Wongview: do not prune ghosts from threads
2016-04-06 Eric Wongview: eliminate dead code and hash fields
2016-04-05 Eric Wongview: link restructuring for index view
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 Wongview: fix stupid typo in inline_dump
2016-03-03 Eric Wonguse raw header for Message-ID
2016-03-01 Eric Wongextract linkification code to a separate package
2016-03-01 Eric Wongview: consolidate whitespace stripping from messages
2016-03-01 Eric Wongview: do not hide patches or signatures
2016-02-24 Eric Wongwww: support $MESSAGE_ID/R/ endpoint for replies
2016-02-24 Eric Wongview: capture header object early
2016-02-08 Eric Wongview: fix link to top-level ghost parent
2016-02-08 Eric Wongview: simplify topic handling based on subjects
2016-02-01 Eric Wongview: reference ghost parent in permalink view
2016-01-30 Eric Wongview: cleanup permalink Thread: header display
2016-01-30 Eric Wongview: do not kill whitespace in permalink thread timestamp
2016-01-18 Eric Wongview: explain why we do not use blockquote
2016-01-09 Eric Wongview: fix Atom feed link in full message view page
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-30 Eric Wongview: "thread" in per-message view goes back to /t/
2015-12-30 Eric Wongview: avoid excessive indentation in thread summary
2015-12-30 Eric Wongview: thread using <ul> instead of <table>
2015-12-26 Eric Wongview: reduce main landing page weight
2015-12-25 Eric Wongview: favor whitespace wrap in <head>
2015-12-25 Eric Wongview: fixup ghost message errors from threading tweaks
2015-12-25 Eric Wongview: move thread info near top of single view
2015-12-24 Eric Wongview: fix wording for empty topics display
2015-12-22 Eric Wongrename 'GitCatFile' package to 'Git'
2015-12-22 Eric Wonghval: move PRE constant for wrapping UGC here
next