]> Sergey Matveev's repositories - public-inbox.git/history - lib/PublicInbox/View.pm
view: drop redundant References: display code
[public-inbox.git] / lib / PublicInbox / View.pm
2018-04-23 Eric Wongview: drop redundant References: display code
2018-04-23 Eric Wongview: wrap To: and Cc: headers in HTML display
2018-04-23 Eric Wongview: untangle loop when showing message headers
2018-04-18 Eric Wong (Contrac... Merge remote-tracking branch 'origin/master' into v2
2018-04-18 Eric Wong (Contrac... feed: respect feedmax, again
2018-04-06 Eric Wong (Contrac... www: favor reading more from SQLite, and less from...
2018-04-03 Eric Wong (Contrac... view: avoid offset during pagination
2018-04-02 Eric Wong (Contrac... www: rework query responses to avoid COUNT in SQLite
2018-03-30 Eric Wong (Contrac... feed: optimize query for feeds, too
2018-03-30 Eric Wong (Contrac... view: drop load_results
2018-03-30 Eric Wong (Contrac... view: speed up homepage loading time with date clamp
2018-03-29 Eric Wong (Contrac... view: get rid of some unnecessary imports
2018-03-29 Eric Wong (Contrac... search: get rid of most lookup_* subroutines
2018-03-29 Eric Wong (Contrac... www: fix attachment downloads for conflicted Message-IDs
2018-03-29 Eric Wong (Contrac... www: remove unnecessary ghost checks
2018-03-27 Eric Wong (Contrac... view: depend on SearchMsg for Message-ID
2018-03-27 Eric Wong (Contrac... view: permalink (per-message) view shows multiple messages
2018-03-22 Eric Wong (Contrac... use both Date: and Received: times
2018-03-06 Eric Wong (Contrac... favor Received: date over Date: header globally
2018-02-28 Eric Wong (Contrac... view: remove X-PI-TS reference
2018-02-07 Eric Wongupdate copyrights for 2018
2018-02-03 Eric Wongview: allow expanding directly to "nested" view
2018-01-30 Eric Wongview: close <pre> in reply instructions
2018-01-29 Eric Wongview: adjust wording for reply-to-list configs
2017-12-21 Eric Wongview: avoid deduping a single word in subject skeletons
2017-11-29 Eric Wongview: avoid warning from negative repeat counts
2017-10-18 Eric Wongview: s/threaded/nested/ in view
2017-10-03 Eric Wongsearch: try to fill in ghosts when generating thread...
2017-10-03 Eric Wongthreading: deal with improperly-terminated References...
2017-06-29 Eric Wongview: cull redundant phrases in subjects
2017-06-23 Eric Wongallow admins to configure non-obfuscated addresses...
2017-06-23 Eric Wongview: add newline before mailto: instructions in reply
2017-06-23 Eric Wongreply: handle address obfuscation :<
2017-06-16 Eric Wongview: implement optional address obfuscation
2017-06-15 Eric Wongreplyto parameter support
2017-06-15 Eric Wongview: split out reply logic into its own module
2017-03-14 Eric Wongview: escape HTML description name
2017-02-11 Eric Wonghandle repeated References and In-Reply-To headers
2017-01-10 Eric Wongintroduce PublicInbox::MIME wrapper class
2016-12-24 Eric Wonglinkify: modify argument in place
2016-12-24 Eric Wongview: do not modify array during iteration
2016-12-24 Eric Wongview: stop chomping off whitespace at ends of messages
2016-12-24 Eric Wongview: remove unused parameter
2016-12-21 Eric Wongsearchthread: simplify API and remove needless OO
2016-12-20 Eric Wongsearchmsg: remove ensure_metadata
2016-12-10 Eric Wongsearch: retry document loading from Xapian
2016-12-10 Eric Wongsearch: always sort thread results in ascending time...
2016-12-10 Eric Wongview: reduce indentation for skeleton generation
2016-12-10 Eric Wongview: favor SearchMsg for In-Reply-To over Email::MIME
2016-11-22 Eric Wongview: fix spaces in mailto: link
2016-10-14 Eric Wongthread: reinstates stable ordering when ghosts are...
2016-10-05 Eric Wongview: remove redundant children array in thread views
2016-10-05 Eric Wongthread: use hash + array instead of hand-rolled linked...
2016-10-05 Eric Wongthread: fix sorting without topmost
2016-10-05 Eric Wongthread: remove rootset accessor method
2016-10-05 Eric Wongthread: remove Email::Abstract wrapping
2016-10-05 Eric Wongthread: pass array refs instead of entire arrays
2016-10-05 Eric Wongthread: remove Mail::Thread dependency
2016-10-05 Eric Wongview: remove "subject dummy" references
2016-09-08 Eric Wongview: handle missing Content-Type in message
2016-08-18 Eric Wongview: try assuming UTF-8 for bogus charsets
2016-08-18 Eric Wongview: try to display bogus charsets for text/plain
2016-08-18 Eric Wongview: attach_link uses string concatentation
2016-08-14 Eric Wongwww: do not double-clean Message-IDs from internal DBs
2016-08-14 Eric Wongwww: do not unecessarily escape some chars in paths
2016-08-14 Eric Wongview: remove redundant pre closing tag
2016-08-14 Eric Wongview: allow for missing In-Reply-To mapping
2016-08-06 Eric Wongwww: use <hr> to delimit messages in /new.html view...
2016-08-06 Eric Wongview: do not introduce excessive </pre> in $MID/t/...
2016-08-05 Eric Wongview: use <hr> to delineate in /$MID/T/ view
2016-08-04 Eric Wongview: do not fail on empty In-Reply-To
2016-07-21 Eric Wongview: split up --cc args for git-send-email
2016-07-21 Eric Wongwww: label sections and hopefully improve navigation
2016-07-10 Eric Wongview: conditionally anchor to thread skeleton
2016-07-09 Eric Wongview: add "infourl" for reply information
2016-07-09 Eric Wongview: show most recently updated topics, first
2016-07-09 Eric Wongview: improve grouping for topic view
2016-07-09 Eric Wongcleanup some unnecessary use/requires
2016-07-07 Eric Wongview: per-message view links to real previous sibling
2016-07-07 Eric Wongview: preserve attribution for current message
2016-07-07 Eric Wongview: reduce visual noise in conversation view
2016-07-07 Eric Wongwww: remove old footer generation code and normalize...
2016-07-06 Eric Wongwww: use HTML <hr> instead of XHTML <hr />
2016-07-06 Eric Wongview: fix double-escaping of ghost links
2016-07-06 Eric Wonghval: get rid of unused parameter for new_msgid
2016-07-03 Eric Wongview: remove self-linkification in thread views
2016-07-02 Eric Wongview: rely on internal query parser for 'o' param
2016-07-01 Eric Wongview: avoid redundant trailing slash for In-Reply-To
2016-06-30 Eric Wongview: fix permalink and raw links at the top
2016-06-30 Eric Wongview: move per-message anchor to top in conversation...
2016-06-30 Eric Wongview: reference posting style article on Wikipedia
2016-06-30 Eric Wongview: improve readability of msg_reply with here-doc
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"
next