summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-11issues: Sort by date.Arun Isaac
2022-07-11web: server: Summarize number of results by type.Arun Isaac
2022-07-11search: By default, search all documents not just issues.Arun Isaac
2022-07-09commit: Index commit messages too.Arun Isaac
2022-07-09bin: Move indexing document type into document-term-generator.Arun Isaac
2022-07-09git: Use commit author date, not committer date.Arun Isaac
2022-07-09document: Make snippet source text extraction a generic function.Arun Isaac
2022-07-09document: Prefix ID term with document type.Arun Isaac
2022-07-09issue: Move person related functions to (tissue person).Arun Isaac
2022-07-09document: Generalize document-type method of <document> parent class.Arun Isaac
2022-07-09bin: Rename run-web subcommand to web.Arun Isaac
2022-07-09bin: Deprecate tissue web subcommand.Arun Isaac
2022-07-09issue: Hyphenate tag in search query if it has spaces.Arun Isaac
2022-07-09bin: Make indexed documents a list of document objects.Arun Isaac
2022-07-09Makefile: Run tests using a for loop.Arun Isaac
2022-07-09tissue: Delay index-documents field.Arun Isaac
2022-07-08tissue.scm: Remove html extension from web URIs.Arun Isaac
2022-07-08web: server: Serve html files even without the html extension.Arun Isaac
2022-07-08utils: Add string-remove-suffix utility.Arun Isaac
2022-07-08issues: Support issue templates.Arun Isaac
2022-07-08issues: Add Gemini interface.Arun Isaac
2022-07-08issue: Allow specifying tags with keyword and tag singulars.Arun Isaac
2022-07-08issues: Search by date.Arun Isaac
2022-07-08issues: Add links to filter documents by type.Arun Isaac
2022-07-08issues: Request indexing commit messages.Arun Isaac
2022-07-08issues: Request GitHub-like milestones.Arun Isaac
2022-07-08issues: Request Emacs interface.Arun Isaac
2022-07-07issues: Request internationalization.Arun Isaac
2022-07-07issues: Request pagination of search results in the web UI.Arun Isaac
2022-07-07issue: Parse known keys in list lines even if they are long.Arun Isaac
2022-07-07tests: Add tests.Arun Isaac
2022-07-07issue: Comment on list-line->alist cond ladder.Arun Isaac
2022-07-07issue: Rename hashtable-append! to hashtable-prepend!.Arun Isaac
2022-07-06website: Add home page.Arun Isaac
2022-07-06bin: Print out filenames when building website.Arun Isaac
2022-07-06bin: Allow everyone to read built website.Arun Isaac
2022-07-06bin: Look for a default config file.Arun Isaac
2022-07-05tissue.scm: Export issue files to HTML.Arun Isaac
2022-07-05tissue: Deprecate tag listings configuration.Arun Isaac
2022-07-05tissue: Delay default value of #:web-files.Arun Isaac
2022-07-05bin: Refer to %xapian-index, not db-path, in main function.Arun Isaac
2022-07-05issues: Request inline image rendering feature.Arun Isaac
2022-07-05tissue.scm: Add tissue.scm.Arun Isaac
2022-07-05bin: Guard main function against all git errors.Arun Isaac
2022-07-05git: Add condition-git-error utility.Arun Isaac
2022-07-05bin: Do not error out when current repository is not found.Arun Isaac
2022-07-05web: server: Serve static files too.Arun Isaac
2022-07-05web: server: Error out on unknown host.Arun Isaac
2022-07-05bin: Centralize `tissue pull' and `tissue run-web' configuration.Arun Isaac
2022-07-05bin: Set css host parameter by parameterizing the current repo.Arun Isaac