Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | web: Parameterize web server listen address. | Arun Isaac | 2022-01-07 | 2 | -5/+5 | |
| | | | | | | * mumi/web/server.scm (start-mumi-web-server): Accept web server listen address as argument. * scripts/mumi.in: Pass 0.0.0.0 as web server listen address. | |||||
* | scripts: Report REPL server port. | Arun Isaac | 2022-01-07 | 1 | -1/+4 | |
| | | | | * scripts/mumi.in: Report REPL server port on current-error-port. | |||||
* | web: Report web server address and port. | Arun Isaac | 2022-01-07 | 1 | -0/+4 | |
| | | | | | * mumi/web/server.scm (start-mumi-web-server): Report web server address and port on current-error-port. | |||||
* | guix: Delete guix.scm. | Arun Isaac | 2022-01-07 | 1 | -63/+0 | |
| | | | | | | | | We don't need a guix.scm since mumi has been packaged upstream in Guix. We can enter a development environment by simply running `guix shell -D mumi'. * guix.scm: Delete file. | |||||
* | README: Add README. | Arun Isaac | 2022-01-07 | 1 | -0/+13 | |
| | | | | * README.org: New file. | |||||
* | view: Wrap contents of diff lines with pre. | Ricardo Wurmus | 2021-12-09 | 2 | -5/+12 | |
| | | | | Fixes <https://issues.guix.gnu.org/43166>. | |||||
* | css: Show line anchors only in browsers supporting CSS. | Ricardo Wurmus | 2021-12-09 | 2 | -3/+6 | |
| | ||||||
* | view: Add line anchors. | Ricardo Wurmus | 2021-12-09 | 2 | -29/+63 | |
| | ||||||
* | css: Add scroll-padding-top to html tag. | Ricardo Wurmus | 2021-12-09 | 1 | -1/+4 | |
| | | | | | This fixes the scroll position of *all* anchors, not just the message-anchor. | |||||
* | Use div instead of span for lines. | Ricardo Wurmus | 2021-12-09 | 2 | -25/+25 | |
| | | | | | It's not perfect, but using a block element causes things to be rendered much more nicely in a text-only browser. | |||||
* | TODO: Add task for dark mode. | Ricardo Wurmus | 2021-12-09 | 1 | -0/+5 | |
| | ||||||
* | TODO: Remove completed task. | Ricardo Wurmus | 2021-12-09 | 1 | -3/+0 | |
| | ||||||
* | html: Fix indentation. | Ricardo Wurmus | 2021-12-09 | 1 | -2/+3 | |
| | ||||||
* | html: issue-page: Fix typo. | Ricardo Wurmus | 2021-12-09 | 1 | -1/+1 | |
| | ||||||
* | Add handler for downloading patch sets. | Ricardo Wurmus | 2021-03-31 | 2 | -3/+68 | |
| | ||||||
* | view/html: issue-page: Include internal messages when assigning ids. | Ricardo Wurmus | 2021-03-31 | 1 | -23/+28 | |
| | | | | | * mumi/web/view/html.scm (issue-page): Consider all emails when generating identifiers. | |||||
* | view/html: Use absolute download URL. | Ricardo Wurmus | 2021-03-31 | 1 | -1/+1 | |
| | ||||||
* | messages: issue-messages: Prefer the active log. | Ricardo Wurmus | 2020-12-04 | 1 | -2/+5 | |
| | | | | | * mumi/messages.scm (issue-messages): If the active log exists use it for issue messages. | |||||
* | messages: sender: Fail gracefully if "from" header is not a pair. | Ricardo Wurmus | 2020-12-04 | 1 | -3/+4 | |
| | | | | | * mumi/messages.scm (sender): Fall back to "Unknown sender" if "from" header is not a pair. | |||||
* | css: Draw multipart separator also when following an attachment. | Ricardo Wurmus | 2020-05-16 | 2 | -1/+2 | |
| | ||||||
* | view/utils: Show attachment size. | Ricardo Wurmus | 2020-05-15 | 1 | -1/+10 | |
| | ||||||
* | view/utils: Do not render large attachments. | Ricardo Wurmus | 2020-05-15 | 1 | -4/+9 | |
| | ||||||
* | css: Leave more space in the sidebar. | Ricardo Wurmus | 2020-05-15 | 2 | -1/+6 | |
| | ||||||
* | css: Remove code.css. | Ricardo Wurmus | 2020-05-15 | 1 | -33/+0 | |
| | ||||||
* | messages: Remove obsolete delete-duplicates call. | Ricardo Wurmus | 2020-05-14 | 1 | -3/+2 | |
| | ||||||
* | xapian: Collapse results for merged issues. | Ricardo Wurmus | 2020-05-14 | 1 | -12/+23 | |
| | ||||||
* | message: date: Always return a date object. | Ricardo Wurmus | 2020-05-14 | 2 | -3/+11 | |
| | ||||||
* | messages: Remove fetch-bug. | Ricardo Wurmus | 2020-05-14 | 2 | -6/+4 | |
| | ||||||
* | view/utils: Do not swallow spaces after URLs. | Ricardo Wurmus | 2020-05-13 | 1 | -1/+1 | |
| | ||||||
* | TODO: Add list of broken issues. | Ricardo Wurmus | 2020-05-13 | 1 | -0/+2 | |
| | ||||||
* | Allow download of raw message. | Ricardo Wurmus | 2020-05-13 | 6 | -31/+74 | |
| | ||||||
* | view/html: Document severities and tags. | Ricardo Wurmus | 2020-05-13 | 1 | -0/+36 | |
| | ||||||
* | Use fibers again. | Ricardo Wurmus | 2020-05-13 | 1 | -4/+2 | |
| | ||||||
* | Revert "Do not use fibers web server." | Ricardo Wurmus | 2020-05-13 | 1 | -1/+1 | |
| | | | | This reverts commit d6dc4510d35695ccdc4e1d43a4705f90bb09784d. | |||||
* | Revert "configure: Don't ask for fibers." | Ricardo Wurmus | 2020-05-13 | 1 | -5/+4 | |
| | | | | This reverts commit f5e114a19193bd9587c92b4dcc29d790135fa130. | |||||
* | TODO: Add task. | Ricardo Wurmus | 2020-05-13 | 1 | -0/+2 | |
| | ||||||
* | view/html: issue-page: Filter empty messages for all users. | Ricardo Wurmus | 2020-05-13 | 1 | -14/+12 | |
| | ||||||
* | view/html: Remove superfluous lambda. | Ricardo Wurmus | 2020-05-13 | 1 | -2/+1 | |
| | ||||||
* | view/html: Split tags and make badges clickable. | Ricardo Wurmus | 2020-05-13 | 1 | -7/+10 | |
| | ||||||
* | view/utils: Do not display video attachments. | Ricardo Wurmus | 2020-05-13 | 1 | -1/+1 | |
| | ||||||
* | TODO: Remove obsolete tasks. | Ricardo Wurmus | 2020-05-13 | 1 | -4/+0 | |
| | ||||||
* | Goodbye, SQLite! | Ricardo Wurmus | 2020-05-13 | 6 | -273/+4 | |
| | ||||||
* | messages: Remove unused wishlist-bugs. | Ricardo Wurmus | 2020-05-13 | 1 | -6/+0 | |
| | ||||||
* | messages: Simplify search-bugs. | Ricardo Wurmus | 2020-05-13 | 2 | -55/+23 | |
| | | | | We no longer need to separate between terms and filter sets. | |||||
* | debbugs: Handle empty subjects. | Ricardo Wurmus | 2020-05-13 | 1 | -1/+1 | |
| | ||||||
* | debbugs: Fix argument order. | Ricardo Wurmus | 2020-05-13 | 1 | -1/+1 | |
| | ||||||
* | xapian: Include owner, severity, tag, and status in Xapian db. | Ricardo Wurmus | 2020-05-13 | 1 | -2/+13 | |
| | ||||||
* | view/utils: Mark up URLs. | Ricardo Wurmus | 2020-05-13 | 1 | -0/+17 | |
| | ||||||
* | view/utils: Hide "cut here" lines. | Ricardo Wurmus | 2020-05-13 | 1 | -5/+8 | |
| | ||||||
* | view/html: Bump CSS. | Ricardo Wurmus | 2020-05-12 | 1 | -1/+1 | |
| |