summary refs log tree commit diff
path: root/events.c (follow)
Commit message (Collapse)AuthorAge
* Add export optionJune McEnroe2020-07-17
| | | | | | | Adding the export query parameter to any page downloads a .html with the default stylesheet embedded, and all navigation, forms and internal links removed, for being able to share some part of a private instance of litterbox.
* Big refactor, remove struct ScopeJune McEnroe2020-07-16
|
* Fix HEAD responsesJune McEnroe2020-07-16
| | | | | You need to call khttp_body for the CGI response to be valid, otherwise nginx will just 502 Bad Gateway it.
* Put the checkbox inside the labelJune McEnroe2020-07-14
|
* Put events forms in a flexJune McEnroe2020-07-14
|
* Add tidy option to eventsJune McEnroe2020-07-14
| | | | The two forms still need styling.
* Don't show "Later messages" if no rows matchedJune McEnroe2020-07-14
|
* Render all types of eventsJune McEnroe2020-07-12
|
* Don't use KHTML_PRETTYJune McEnroe2020-07-12
| | | | It's kinda of unpredictable and can lead to unintended whitespace.
* Rewrite default CSSJune McEnroe2020-07-12
|
* Use X macro for statementsJune McEnroe2020-07-12
|
* Always show later messages link when using before queryJune McEnroe2020-07-12
|
* Add topic to events pageJune McEnroe2020-07-12
|
* Bump default overlap to 30sJune McEnroe2020-07-12
|
* Add later messages linkJune McEnroe2020-07-12
|
* Add events gapsJune McEnroe2020-07-12
|
* Reorganize code and add earlier messages linkJune McEnroe2020-07-12
|
* Clean up page error handlingJune McEnroe2020-07-12
|
* Add date jump form to events pageJune McEnroe2020-07-11
| | | | Sad that Safari doesn't implement anything for the date input type.
* Clean up page handlersJune McEnroe2020-07-11
|
* Factor out "scope" of pagesJune McEnroe2020-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.
* Implement partial table output of eventsJune McEnroe2020-07-10
| | | | This should work for both events and search pages.
* Move search help to footerJune McEnroe2020-07-10
|
* Fold search form into navJune McEnroe2020-07-10
| | | | | CSS is kind of almost working for me here. I await its inevitable betrayal.
* Add before param in redirectJune McEnroe2020-07-09
|
* Implement very basic events listingJune McEnroe2020-07-09
|
* Add events page stubJune McEnroe2020-07-09
|
* Split code and add breadcrumb navJune McEnroe2020-07-09