about summary refs log tree commit homepage
path: root/lib/PublicInbox/View.pm
DateCommit message (Expand)
2016-04-25www: add rel=next and rel=prev navigation hints
2016-04-25view: fix link generation for replies in threads
2016-04-24view: add extra newline in flat thread view for lynx
2016-04-24view: more consistent prefixing for thread skeletons
2016-04-16view: show flat thread view in chronological order
2016-04-15view: thread skeleton tweaks
2016-04-15www: redirect /$MESSAGE_ID/f/ endpoints
2016-04-14view: drop vestigial elements of quote folding
2016-04-13www: stop generating /$MESSAGE_ID/f/ links
2016-04-13view: fix link to view replies from $MESSAGE_ID/f/ links
2016-04-13searchview: deal with the removal of rsort
2016-04-12view: allow topics to be "bumped" by new replies
2016-04-06view: account for threads lacking a common parent
2016-04-06view: shorter link for ghosts in per-message view
2016-04-06view: do not prune ghosts from threads
2016-04-06view: eliminate dead code and hash fields
2016-04-05view: link restructuring for index view
2016-04-02www: various style changes and comment updates
2016-03-12reduce "PublicInbox::Hval->new_oneline" use
2016-03-03view: fix stupid typo in inline_dump
2016-03-03use raw header for Message-ID
2016-03-01extract linkification code to a separate package
2016-03-01view: consolidate whitespace stripping from messages
2016-03-01view: do not hide patches or signatures
2016-02-24www: support $MESSAGE_ID/R/ endpoint for replies
2016-02-24view: capture header object early
2016-02-08view: fix link to top-level ghost parent
2016-02-08view: simplify topic handling based on subjects
2016-02-01view: reference ghost parent in permalink view
2016-01-30view: cleanup permalink Thread: header display
2016-01-30view: do not kill whitespace in permalink thread timestamp
2016-01-18view: explain why we do not use blockquote
2016-01-09view: fix Atom feed link in full message view page
2016-01-09hval: use more appropriate hvals for documentation
2016-01-04view: label "relevance" in threaded search view
2015-12-31view: fixup indentation nesting in search
2015-12-30view: "thread" in per-message view goes back to /t/
2015-12-30view: avoid excessive indentation in thread summary
2015-12-30view: thread using <ul> instead of <table>
2015-12-26view: reduce main landing page weight
2015-12-25view: favor whitespace wrap in <head>
2015-12-25view: fixup ghost message errors from threading tweaks
2015-12-25view: move thread info near top of single view
2015-12-24view: fix wording for empty topics display
2015-12-22rename 'GitCatFile' package to 'Git'
2015-12-22hval: move PRE constant for wrapping UGC here
2015-12-06view: fix message truncation logic
2015-12-05*view: avoid leading zero in time display of the hour
2015-12-04view: avoid truncating topic at 30 chars
2015-12-02view: consistent links for per-message views