Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Display list of forgotten issues. | Ricardo Wurmus | 2020-05-10 | 3 | -1/+44 | |
| | | | | | | | * mumi/messages.scm (forgotten-issues): New procedure. * mumi/web/controller.scm (controller): Handle /forgotten URL. * mumi/web/view/html.scm (list-of-forgotten-issues): New procedure. (index): Show top 10 forgotten issues. | |||||
* | debbugs: Add forgotten-bug-numbers. | Ricardo Wurmus | 2020-05-10 | 1 | -0/+29 | |
| | ||||||
* | debbugs: Express extract-bug-numbers in terms of filter-index. | Ricardo Wurmus | 2020-05-10 | 1 | -16/+7 | |
| | | | | | * mumi/debbugs.scm (extract-bug-numbers): Rewrite in terms of filter-index. | |||||
* | debbugs: Add filter-index. | Ricardo Wurmus | 2020-05-10 | 1 | -0/+18 | |
| | | | | * mumi/debbugs.scm (filter-index): New procedure. | |||||
* | controller: Add missing procedure import. | Ricardo Wurmus | 2020-05-10 | 1 | -1/+1 | |
| | | | | This is a follow-up to commit e064812ac964bbe4f522df6a684273132ec107a2. | |||||
* | controller: Set email subject to bug subject. | Ricardo Wurmus | 2020-05-10 | 1 | -1/+4 | |
| | ||||||
* | view/html: Mention alternative way of commenting. | Ricardo Wurmus | 2020-05-10 | 1 | -1/+9 | |
| | ||||||
* | view/html: Do not allow commenting on archived issues. | Ricardo Wurmus | 2020-05-10 | 1 | -3/+7 | |
| | ||||||
* | Ignore local Debbugs data. | Ricardo Wurmus | 2020-05-10 | 1 | -0/+1 | |
| | ||||||
* | xapian: Allow boolean search without capitalization, allow wildcards. | Ricardo Wurmus | 2020-05-10 | 1 | -1/+6 | |
| | ||||||
* | messages: Keep hyphens and quotes when preprocessing query string. | Ricardo Wurmus | 2020-05-10 | 1 | -1/+3 | |
| | ||||||
* | xapian: Add phrase-aware tokenizer. | Ricardo Wurmus | 2020-05-10 | 2 | -1/+41 | |
| | | | | | | * mumi/xapian.scm (tokenize): New procedure. (search): Use it instead of string-tokenize. * tests/xapian.scm: Test it. | |||||
* | xapian: Join terms with AND by default. | Ricardo Wurmus | 2020-05-10 | 1 | -0/+1 | |
| | | | | * mumi/xapian.scm (parse-query*): Set default operation to AND. | |||||
* | css: Add a bit of space between the file icon and the attachment name. | Ricardo Wurmus | 2020-05-09 | 1 | -0/+1 | |
| | ||||||
* | css: Don't let the sidebar cover the search hints. | Ricardo Wurmus | 2020-05-09 | 1 | -0/+1 | |
| | ||||||
* | html: Add a sidebar to quickly jump to messages. | Ricardo Wurmus | 2020-05-07 | 2 | -2/+46 | |
| | ||||||
* | view/utils: Remove obsolete module import. | Ricardo Wurmus | 2020-05-07 | 1 | -2/+1 | |
| | ||||||
* | Revert "debbugs: Simplify mbox processing." | Ricardo Wurmus | 2020-05-07 | 1 | -6/+13 | |
| | | | | This reverts commit e0dc3c668ff23c2a5abd580ef9cee5d6414123cc. | |||||
* | css: Merge code and screen CSS files. | Ricardo Wurmus | 2020-05-07 | 2 | -6/+37 | |
| | ||||||
* | css: Fix font color in search hints. | Ricardo Wurmus | 2020-05-07 | 1 | -0/+1 | |
| | ||||||
* | debbugs: Simplify mbox processing. | Ricardo Wurmus | 2020-05-07 | 1 | -13/+6 | |
| | | | | | * mumi/debbugs.scm (read-emails-from-bug-log): Use mbox->emails instead of dropping lines haphazardly. | |||||
* | view: Generate blocks of lines and style the blocks. | Ricardo Wurmus | 2020-05-07 | 2 | -55/+133 | |
| | | | | | | | | | | | This allows us to toggle the display of lines that belong together. * mumi/web/view/utils.scm (<block>): New record type. (add-block-line!): New procedure. (process): Take the list of blocks as an argument; return the new blocks and the next context. (prettify): Render blocks with classes derived from the block type. * assets/css/screen.css: Adjust. | |||||
* | view: Define comment-box. | Ricardo Wurmus | 2020-05-06 | 1 | -54/+57 | |
| | ||||||
* | view: Define issue details. | Ricardo Wurmus | 2020-05-06 | 1 | -82/+84 | |
| | ||||||
* | view: Reduce size of h1 heading on issue pages. | Ricardo Wurmus | 2020-05-06 | 1 | -1/+1 | |
| | ||||||
* | view: Make navigation sticky and hide title on narrow screens. | Ricardo Wurmus | 2020-05-05 | 2 | -7/+14 | |
| | ||||||
* | view: Show issue title in fixed top bar. | Ricardo Wurmus | 2020-05-05 | 2 | -3/+10 | |
| | ||||||
* | css: Shrink h1 font size on smaller screens. | Ricardo Wurmus | 2020-05-05 | 1 | -0/+6 | |
| | ||||||
* | view: Hide details by default. | Ricardo Wurmus | 2020-05-05 | 2 | -114/+118 | |
| | ||||||
* | view/html: Move script tag into body and remove type. | Ricardo Wurmus | 2020-05-01 | 1 | -4/+3 | |
| | | | | | * mumi/web/view/html.scm (layout): Move script tag into body and remove unnecessary type attribute. | |||||
* | view/html: Declare language on HTML tag, not in a meta tag. | Ricardo Wurmus | 2020-05-01 | 1 | -2/+1 | |
| | | | | | * mumi/web/view/html.scm (layout): Add "lang" attribute to HTML tag; remove Content-Language meta tag. | |||||
* | html: Generate only short issue URLs. | Ricardo Wurmus | 2020-04-23 | 1 | -4/+4 | |
| | ||||||
* | debbugs: Ignore duplicate mails. | Ricardo Wurmus | 2020-04-23 | 1 | -33/+37 | |
| | | | | | Debbugs records mails that are received via different addresses more than once, so we only add them if the message id is new. | |||||
* | css: Reduce message margin and padding. | Ricardo Wurmus | 2020-04-23 | 1 | -1/+4 | |
| | ||||||
* | utils: Simplify prettify. | Ricardo Wurmus | 2020-04-23 | 1 | -6/+2 | |
| | ||||||
* | html: Add search hints. | Ricardo Wurmus | 2020-04-23 | 2 | -2/+40 | |
| | ||||||
* | view/utils: Hide HTML message parts. | Ricardo Wurmus | 2020-04-22 | 1 | -1/+4 | |
| | ||||||
* | build-aux: Add test driver. | Ricardo Wurmus | 2020-04-22 | 1 | -0/+184 | |
| | ||||||
* | mumi: Rename patch-messages to issue-messages. | Ricardo Wurmus | 2020-04-22 | 2 | -5/+5 | |
| | ||||||
* | Add link to more recent issues. | Ricardo Wurmus | 2020-04-22 | 2 | -1/+4 | |
| | ||||||
* | view: Add list-of-recent-issues. | Ricardo Wurmus | 2020-04-22 | 1 | -1/+20 | |
| | ||||||
* | html: Replace "patch" with "issue". | Ricardo Wurmus | 2020-04-22 | 1 | -2/+3 | |
| | ||||||
* | scripts: Reduce update interval. | Ricardo Wurmus | 2020-04-22 | 1 | -1/+1 | |
| | ||||||
* | scripts: Do full index every 10 cycles. | Ricardo Wurmus | 2020-04-22 | 1 | -20/+26 | |
| | ||||||
* | web: Render "unknown" instead of showing a blank page. | Ricardo Wurmus | 2020-04-22 | 2 | -172/+175 | |
| | ||||||
* | messages: sender: Return unknown sender in the expected format. | Ricardo Wurmus | 2020-04-22 | 1 | -1/+2 | |
| | ||||||
* | debbugs: Filter only "From " lines, not "From:". | Ricardo Wurmus | 2020-04-22 | 1 | -1/+1 | |
| | ||||||
* | Update TODO.org. | Ricardo Wurmus | 2020-04-22 | 1 | -4/+0 | |
| | ||||||
* | Add tests. | Ricardo Wurmus | 2020-04-22 | 3 | -0/+94 | |
| | ||||||
* | html: help: Document mdate filter. | Ricardo Wurmus | 2020-04-22 | 1 | -2/+6 | |
| | | | | * mumi/web/view/html.scm (help): Add help text for mdate. |