| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Fix HEAD responses | June McEnroe | 2020-07-16 |
| | | | | | | You need to call khttp_body for the CGI response to be valid, otherwise nginx will just 502 Bad Gateway it. | ||
| * | Render all types of events | June McEnroe | 2020-07-12 |
| | | |||
| * | Don't use KHTML_PRETTY | June McEnroe | 2020-07-12 |
| | | | | | It's kinda of unpredictable and can lead to unintended whitespace. | ||
| * | Use X macro for statements | June McEnroe | 2020-07-12 |
| | | |||
| * | Add network MOTD to contexts page | June McEnroe | 2020-07-12 |
| | | |||
| * | Reorganize code and add earlier messages link | June McEnroe | 2020-07-12 |
| | | |||
| * | Clean up page error handling | June McEnroe | 2020-07-12 |
| | | |||
| * | Sort networks and contexts case-insensitively | June McEnroe | 2020-07-11 |
| | | |||
| * | Clean up page handlers | June McEnroe | 2020-07-11 |
| | | |||
| * | Factor out "scope" of pages | June McEnroe | 2020-07-11 |
| | | | | | | Use this to keep the search query around and hide network and context from the search results if the scope is already limited. | ||
| * | Add -l and -r options | June McEnroe | 2020-07-10 |
| | | |||
| * | Move search help to footer | June McEnroe | 2020-07-10 |
| | | |||
| * | Fold search form into nav | June McEnroe | 2020-07-10 |
| | | | | | | CSS is kind of almost working for me here. I await its inevitable betrayal. | ||
| * | List active contexts first | June McEnroe | 2020-07-10 |
| | | |||
| * | Implement very basic events listing | June McEnroe | 2020-07-09 |
| | | |||
| * | Add search forms | June McEnroe | 2020-07-09 |
| | | |||
| * | Split code and add breadcrumb nav | June McEnroe | 2020-07-09 |