]> Sergey Matveev's repositories - public-inbox.git/history - lib
search: reject ghosts in all cases
[public-inbox.git] / lib /
2015-08-20 Eric Wongsearch: reject ghosts in all cases
2015-08-20 Eric Wongsearch: avoid needless decode
2015-08-20 Eric Wongindex: simplify main landing page if search-enabled
2015-08-20 Eric Wongview: avoid nesting <a> tags from auto-linkification
2015-08-20 Eric Wonguse tables for rendering comment nesting
2015-08-20 Eric Wongfeed: move timestamp parsing to view
2015-08-20 Eric Wongfeed: remove threading from index
2015-08-19 Eric Wongwww: redirect /f/$MESSAGE_ID.txt links to /m/$MESSAGE_I...
2015-08-19 Eric Wongview: return empty string to avoid undefined values
2015-08-19 Eric Wongview: fix spacing on missing ghosts
2015-08-18 Eric Wongview: close anchor tag correctly before starting another
2015-08-18 Eric Wongthread: another workaround for a Mail::Thread bug
2015-08-18 Eric Wongsearch: bump SCHEMA_VERSION to 4
2015-08-18 Eric Wongsearch: expose $PublicInbox::Search::LANG variable
2015-08-18 Eric Wongsearch: common Subject: normalization for Re: prefixes
2015-08-18 Eric Wongsearch: avoid creating ghosts for circular References
2015-08-18 Eric Wongview: cleaner Message-ID filtering for References
2015-08-17 Eric Wongview: do not recompress already-compressed MID for...
2015-08-17 Eric Wongsearch: simplify indexing operation
2015-08-17 Eric Wongview: always compress Message-IDs for anchors
2015-08-17 Eric Wongsearch: bump schema version for '%' compression change
2015-08-17 Eric Wongmid: compress Message-IDs with '%' in them
2015-08-17 Eric Wongsearch: apply mid_compression to subject paths, too
2015-08-17 Eric Wongdrop bodies and messages ASAP after processing
2015-08-17 Eric Wongfeed: disable the generator statement
2015-08-17 Eric Wongsearch: use raw headers without MIME decoding
2015-08-17 Eric Wongterminology: replies => followups
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 Wongfeed: remove unnecesary time paramenter in index state
2015-08-17 Eric WongMerge remote-tracking branch 'origin/search'
2015-08-16 Eric Wongview: kill leading empty lines correctly
2015-08-16 Eric Wongview: cleaner killing of leading/trailing whitespace
2015-08-16 Eric Wongview: hoist out index_walk function
2015-08-16 Eric Wongview: deduplicate common code for loading search results
2015-08-16 Eric WongSearchMsg: ensure metadata for ghost messages mid
2015-08-16 Eric Wongimplement /s/$SUBJECT_PATH.html lookups
2015-08-16 Eric Wongsearch: remove unnecessary xpfx export
2015-08-16 Eric Wongwww: /t/$MESSAGE_ID.html for threads
2015-08-16 Eric Wongview: hoist out index_walk function
2015-08-16 Eric Wongview: reply threading adjustment
2015-08-15 Eric Wongthread: common sorting code
2015-08-15 Eric Wongview: display replies in per-message view
2015-08-15 Eric Wongsearch: make search results more OO
2015-08-15 Eric Wongextract redundant Message-ID handling code
2015-08-15 Eric Wongsearch: implement index_sync to fixup indexer
2015-08-13 Eric Wonginitial search backend implementation
2015-08-12 Eric Wongview: consistent ordering of Cc: addresses
2015-08-05 Eric Wongview: remove unused $enc_mime Encoding object
2015-08-05 Eric Wongview: pass fallback encoding to enc_for
2015-07-29 Eric Wongview: simplify timestamp generation
2015-07-20 Eric Wongfeed: extract subroutines for threading
2015-07-14 Eric Wongreject HTML loudly and automatically
2015-07-06 Eric Wongfeed: compile regexps only once
2015-07-06 Eric Wongview: reduce empty <a>, use "id" instead of "name"...
2015-07-06 Eric Wongfeed: close body tag correctly in index
2015-03-04 Eric Wongview: fix linkification and quote-folding conflicts
2015-02-09 Eric Wongview: generate links for common protocols in browsers
2015-01-11 Eric Wongfilter: handle missing Content-Type
2014-11-13 Eric Wongview: account for filter bugs which leak HTML into...
2014-11-02 Eric Wongview: add time to entries older than one day
2014-11-02 Eric Wongview: rename "permalink" to "threadlink"
2014-10-26 Eric Wongview: show raw message link as "raw"
2014-10-05 Eric Wongview: tweak attribution line
2014-10-04 Eric Wongview: make the thread index less claustrophobic
2014-09-22 Eric Wongview: relax line break detection
2014-09-15 Eric Wongfilter: ensure CRs do not show up in lynx conversions
2014-09-15 Eric Wongindex: drop signatures from nested output
2014-09-15 Eric Wonghval: fixup bad line endings in HTML output
2014-09-15 Eric Wongindex: add prev/next index navigation
2014-09-15 Eric Wongindex group state parameters together for generation
2014-09-15 Eric Wongview: standalone view shows link to index
2014-09-15 Eric Wongview: kill unnecessary assignment
2014-09-15 Eric Wongview: support SHA-1 of Message-IDs for message links
2014-09-15 Eric Wongindex: show short-ish permalinks to messages in threads
2014-09-13 Eric Wongline-wrap generated HTML source around attrs for readab...
2014-09-07 Eric Wongfeed: (cleanup) avoid redundant ->message call
2014-09-07 Eric Wongfeed: sort child messages (forward) chronologically
2014-09-07 Eric Wongview: fixup dropped newline in the last commit
2014-09-07 Eric Wongview: avoid extraneous space for subject-only messages
2014-09-06 Eric Wongview: reduce redundant linkage in index
2014-09-03 Eric Wongview: increase context in index views
2014-08-31 Eric Wongview: kill leading whitespace in index
2014-08-31 Eric Wongview: show quotes in index if parent is too old
2014-08-28 Eric Wongview: tighten up regexps used for trimming index
2014-08-28 Eric Wongview: trim git patches delimited by /^---$/
2014-08-28 Eric Wongfeed: deal with removed files
2014-08-28 Eric Wongfeed: show permalink to home page
2014-08-28 Eric Wongview: increase MAX_INLINE_QUOTED threshold to 12
2014-08-28 Eric Wongredo main HTML index to show nested messages
2014-08-28 Eric Wongview: Email::Address cache purge is optional
2014-08-26 Eric Wongshow date in top-level threaded index
2014-08-04 Eric Wongfilter: preserve QP when collapsing multipart
2014-05-21 Eric WongMDA: cleanse headers in case of delivery
2014-05-08 Eric Wongmda: drop RFC2369 support for now
2014-05-07 Eric Wongwww: attempt to improve formatting of footer
2014-05-07 Eric Wongconsistently whitespace wrap on <pre> sections
2014-05-05 Eric Wongwww: set charset=UTF-8 in full message view
2014-05-05 Eric Wongmda: attempt to prevent training loops
next