summaryrefslogtreecommitdiff
path: root/tissue
AgeCommit message (Expand)Author
2022-07-19issue: Render tags as an unordered list.Arun Isaac
2022-07-19web: server: Link to Xapian::QueryParser syntax documentation.Arun Isaac
2022-07-19file-document: Show created and last updated dates in listings.Arun Isaac
2022-07-19web: server: Parse provided search query only once.Arun Isaac
2022-07-19search: Sort by date on strictly boolean queries.Arun Isaac
2022-07-19utils: Add string-contains? utility.Arun Isaac
2022-07-19issue: Quote tags with spaces instead of hyphenating them.Arun Isaac
2022-07-19search: Parse boolean terms in search query.Arun Isaac
2022-07-19document: Index boolean terms.Arun Isaac
2022-07-19document: Store serialized date as value in Xapian document.Arun Isaac
2022-07-13document: Use string-blank?.Arun Isaac
2022-07-13search: Match all on blank query, not null query.Arun Isaac
2022-07-13utils: Add string-blank? utility.Arun Isaac
2022-07-13web: static: Do not log output directory name when building.Arun Isaac
2022-07-13document: Tolerate unbound slots when serializing.Arun Isaac
2022-07-13document: Remove unnecessary import of (rnrs hashtables).Arun Isaac
2022-07-13issue: Move <issue> posts slot into <file-document>.Arun Isaac
2022-07-13file-document: Fix typo in read-gemtext-document docstring.Arun Isaac
2022-07-13document: Move <file-document> code to a new (tissue file-document).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-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