summaryrefslogtreecommitdiff
path: root/tissue
AgeCommit message (Expand)Author
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-09issue: Hyphenate tag in search query if it has spaces.Arun Isaac
2022-07-09tissue: Delay index-documents field.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-08issue: Allow specifying tags with keyword and tag singulars.Arun Isaac
2022-07-07issue: Parse known keys in list lines even if they are long.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-05tissue: Deprecate tag listings configuration.Arun Isaac
2022-07-05tissue: Delay default value of #:web-files.Arun Isaac
2022-07-05git: Add condition-git-error utility.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-05web: server: Pass state directory to web server.Arun Isaac
2022-07-04git: Bind git_reference_set_target from libgit2.Arun Isaac
2022-07-04git: Bind git_reference_symbolic_target from libgit2.Arun Isaac
2022-07-04utils: Add call-with-temporary-directory utility.Arun Isaac
2022-07-04web: static: When building website, accept port to log to.Arun Isaac
2022-07-04web: static: Deprecate mkdir-p in favor of guile-filesystem.Arun Isaac
2022-07-04git: Add %current-git-repository parameter.Arun Isaac
2022-07-04git: Implement git-top-level in terms of current-git-repository.Arun Isaac
2022-07-04git: Implement current-git-repository using repository-open-ext.Arun Isaac
2022-07-04git: Add clone-options utility.Arun Isaac
2022-07-03git: Fill git-top-level docstring.Arun Isaac
2022-07-03issue: Use string-remove-prefix from (tissue utils).Arun Isaac
2022-07-03conditions: Deprecate &issue-file-not-found-error.Arun Isaac
2022-07-03tissue: Read files from git repository, not from the working tree.Arun Isaac
2022-07-03git: Add call-with-file-in-git utility.Arun Isaac
2022-07-03git: Find git tracked files from HEAD, not from index.Arun Isaac
2022-07-01web: server: Make CSS a host-specific parameter.Arun Isaac
2022-06-30web: server: Support virtual hosts.Arun Isaac
2022-06-30web: server: Grant read-write permissions to all on Unix socket.Arun Isaac
2022-06-30web: server: Make CSS representationally more concise.Arun Isaac
2022-06-30web: server: Do not pad search results.Arun Isaac
2022-06-30web: server: Add class to search results ul list.Arun Isaac
2022-06-30web: server: Display estimated number of matches.Arun Isaac
2022-06-30search: Separate out query parsing into public function.Arun Isaac
2022-06-30web: server: Re-indent make-search-page.Arun Isaac
2022-06-29web: server: Self-document search filters.Arun Isaac
2022-06-29search: Rename last-updater to lastupdater.Arun Isaac
2022-06-29search: Return all results by default.Arun Isaac