Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | guix: Build with Guile 3.0. | Ricardo Wurmus | 2020-05-12 | 1 | -2/+5 |
| | |||||
* | messages: closing?: Be more careful. | Ricardo Wurmus | 2020-05-12 | 1 | -1/+2 |
| | |||||
* | view/html: Use time->string on messages. | Ricardo Wurmus | 2020-05-12 | 1 | -4/+5 |
| | |||||
* | view/utils: Add time->string. | Ricardo Wurmus | 2020-05-12 | 1 | -1/+44 |
| | |||||
* | Goodbye, Guile-Debbugs!0.0.1 | Ricardo Wurmus | 2020-05-10 | 2 | -7/+1 |
| | |||||
* | config: Remove 'debbugs key. | Ricardo Wurmus | 2020-05-10 | 1 | -2/+0 |
| | |||||
* | Bump version. | Ricardo Wurmus | 2020-05-10 | 1 | -1/+1 |
| | |||||
* | tests/xapian: Add phrase search test. | Ricardo Wurmus | 2020-05-10 | 1 | -1/+4 |
| | |||||
* | messages: Pass submitter query term down to Xapian. | Ricardo Wurmus | 2020-05-10 | 1 | -2/+2 |
| | |||||
* | messages: Use tokenize from (mumi xapian). | Ricardo Wurmus | 2020-05-10 | 2 | -2/+2 |
| | |||||
* | messages: Update comment. | Ricardo Wurmus | 2020-05-10 | 1 | -2/+2 |
| | |||||
* | debbugs: Default to "normal" severity. | Ricardo Wurmus | 2020-05-10 | 1 | -1/+1 |
| | |||||
* | tests: Add search tests. | Ricardo Wurmus | 2020-05-10 | 3 | -1/+34 |
| | |||||
* | tests/xapian: Use test-utils. | Ricardo Wurmus | 2020-05-10 | 1 | -10/+1 |
| | |||||
* | Add test-utils. | Ricardo Wurmus | 2020-05-10 | 2 | -0/+56 |
| | |||||
* | controller: Don't generate signing key when evaluating the file. | Ricardo Wurmus | 2020-05-10 | 1 | -3/+3 |
| | |||||
* | Remove (debbugs cache). | Ricardo Wurmus | 2020-05-10 | 5 | -2/+52 |
| | |||||
* | Replace invocation of remote get-status operation with bug-status. | Ricardo Wurmus | 2020-05-10 | 2 | -12/+3 |
| | |||||
* | Replace (debbugs bug) with (mumi debbugs). | Ricardo Wurmus | 2020-05-10 | 3 | -3/+2 |
| | |||||
* | debbugs: Add bug-status. | Ricardo Wurmus | 2020-05-10 | 1 | -1/+82 |
| | | | | | | | | * mumi/debbugs.scm (<bug-status>): New record type. (qp-pattern): New variable. (bug-status, bug-status?, bug-num, bug-archived, bug-blockedby, bug-blocks, bug-date, bug-done, bug-mergedwith, bug-originator, bug-owner, bug-severity, bug-subject, bug-tags): New procedures. | ||||
* | Remove obsolete comment. | Ricardo Wurmus | 2020-05-10 | 1 | -2/+0 |
| | |||||
* | tests/debbugs: Add test for active bug's summary file. | Ricardo Wurmus | 2020-05-10 | 4 | -0/+265 |
| | | | | | | * tests/debbugs.scm ("bug-id->summary-file: return active summary file"): New test. * tests/data/spool/db-h/99/33299.{report,status,summary}: New files. | ||||
* | debbugs: Add bug-id->summary-file. | Ricardo Wurmus | 2020-05-10 | 6 | -2/+177 |
| | | | | | | | | | * mumi/debbugs.scm (bug-id->summary-file): New procedure. * tests/debbugs.scm: New file. * tests/data/spool/archive/95/26095.{report,status,summary}: New files. * Makefile.am (SCM_TESTS): Add tests/debbugs.scm. (EXTRA_DIST): Include test data. | ||||
* | bugs: update-bug-database!: Do not use get-bugs. | Ricardo Wurmus | 2020-05-10 | 1 | -6/+5 |
| | | | | | * mumi/bugs.scm (update-bug-database!): Use extract-bug-numbers instead of connecting to Debbugs. | ||||
* | scripts: Do not use soap-invoke*. | Ricardo Wurmus | 2020-05-10 | 1 | -10/+6 |
| | | | | | * scripts/mumi.in (update-state!): Use extract-bug-numbers instead of connecting to the Debbugs SOAP service. | ||||
* | view/html: Update CSS timestamp. | Ricardo Wurmus | 2020-05-10 | 1 | -1/+1 |
| | |||||
* | debbugs: Cache result of extract-bug-numbers. | Ricardo Wurmus | 2020-05-10 | 1 | -7/+14 |
| | |||||
* | 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 |
| |