summaryrefslogtreecommitdiff
path: root/tissue/issue.scm
AgeCommit message (Expand)Author
2022-07-09git: Use commit author date, not committer date.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-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-03issue: Use string-remove-prefix from (tissue utils).Arun Isaac
2022-07-03tissue: Read files from git repository, not from the working tree.Arun Isaac
2022-06-29issue: Remove space at the beginning of search result metadata.Arun Isaac
2022-06-29document: Add search result title CSS class.Arun Isaac
2022-06-29document: Add CSS classes identifying document type.Arun Isaac
2022-06-29document: Print identifier identifying type of search result.Arun Isaac
2022-06-29document: Accept port argument when printing to text.Arun Isaac
2022-06-29web: server: Use div instead of span for snippets and metadata.Arun Isaac
2022-06-29web: server: Add web server for search.Arun Isaac
2022-06-29document: Abstract out document snippet selection.Arun Isaac
2022-06-28web: static: Move sanitize-string to (tissue issue).Arun Isaac
2022-06-28issue: Prefix ! to destructive function index-person.Arun Isaac
2022-06-28issue: Deprecate unix-time->date utility.Arun Isaac
2022-06-28Migrate to GOOPS.Arun Isaac
2022-06-27issue: Move issue printing functions to (tissue issue).Arun Isaac
2022-06-27issue: Replace issues thunk with read-gemtext-issue reader.Arun Isaac
2022-06-27issue: Deprecate authors function.Arun Isaac
2022-06-26issue: Index issues with type:issue.Arun Isaac
2022-06-26issue: Export predicates issue? and post?.Arun Isaac
2022-06-25bin: Index issues using xapian.Arun Isaac
2022-06-25issue: Add serialization and deserialization functions.Arun Isaac
2022-06-23issue: Lookup commits affecting file using guile-git.Arun Isaac
2022-06-23issue: Remove relative date fields.Arun Isaac
2022-04-14tissue: Add #:issue-files configuration parameter.Arun Isaac
2022-04-05git: Abstract out `git ls-files'.Arun Isaac
2022-04-05issue: Sort authors in lexicographic order.Arun Isaac
2022-03-18issue: Build list of authors from list of issues.Arun Isaac
2022-03-18issue: Arrange posts oldest first.Arun Isaac
2022-03-18issue: Add authors function returning all authors.Arun Isaac
2022-03-18issue: Resolve authors and assignees using aliases.Arun Isaac
2022-03-18utils: Move memoize-thunk to utils.Arun Isaac
2022-03-18issue: Record all commits affecting a file, not just how many.Arun Isaac
2022-03-18issue: Refactor out repeated use of assq-ref.Arun Isaac
2022-03-18issue: Follow files across renames.Arun Isaac
2022-03-18issue: Ignore case of keywords.Arun Isaac
2022-03-18issue: Rename issue-open to issue-open?.Arun Isaac
2022-03-18issue: Replace delete-duplicates with lset-adjoin.Arun Isaac
2022-03-18issue: Use SRFI-19 dates.Arun Isaac
2022-03-16tissue: Support tagging using "key: value" pairs.Arun Isaac
2022-03-16tissue: Deduplicate keywords in hash table.Arun Isaac
2022-03-16tissue: Enforce prefix check on checklist.Arun Isaac
2022-03-14tissue: Ignore missing files when listing issues.Frederick Muriuki Muriithi