index
:
tissue
keyring
main
Text based issue tracker
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-07-19
document: Store serialized date as value in Xapian document.
Arun Isaac
2022-07-13
document: Use string-blank?.
Arun Isaac
2022-07-13
search: Match all on blank query, not null query.
Arun Isaac
2022-07-13
utils: Add string-blank? utility.
Arun Isaac
2022-07-13
web: static: Do not log output directory name when building.
Arun Isaac
2022-07-13
document: Tolerate unbound slots when serializing.
Arun Isaac
2022-07-13
document: Remove unnecessary import of (rnrs hashtables).
Arun Isaac
2022-07-13
issue: Move <issue> posts slot into <file-document>.
Arun Isaac
2022-07-13
file-document: Fix typo in read-gemtext-document docstring.
Arun Isaac
2022-07-13
document: Move <file-document> code to a new (tissue file-document).
Arun Isaac
2022-07-11
issues: Implement incremental search.
Arun Isaac
2022-07-11
issues: Implement search suggestions.
Arun Isaac
2022-07-11
issues: Sort by date.
Arun Isaac
2022-07-11
web: server: Summarize number of results by type.
Arun Isaac
2022-07-11
search: By default, search all documents not just issues.
Arun Isaac
2022-07-09
commit: Index commit messages too.
Arun Isaac
2022-07-09
bin: Move indexing document type into document-term-generator.
Arun Isaac
2022-07-09
git: Use commit author date, not committer date.
Arun Isaac
2022-07-09
document: Make snippet source text extraction a generic function.
Arun Isaac
2022-07-09
document: Prefix ID term with document type.
Arun Isaac
2022-07-09
issue: Move person related functions to (tissue person).
Arun Isaac
2022-07-09
document: Generalize document-type method of <document> parent class.
Arun Isaac
2022-07-09
bin: Rename run-web subcommand to web.
Arun Isaac
2022-07-09
bin: Deprecate tissue web subcommand.
Arun Isaac
2022-07-09
issue: Hyphenate tag in search query if it has spaces.
Arun Isaac
2022-07-09
bin: Make indexed documents a list of document objects.
Arun Isaac
2022-07-09
Makefile: Run tests using a for loop.
Arun Isaac
2022-07-09
tissue: Delay index-documents field.
Arun Isaac
2022-07-08
tissue.scm: Remove html extension from web URIs.
Arun Isaac
2022-07-08
web: server: Serve html files even without the html extension.
Arun Isaac
2022-07-08
utils: Add string-remove-suffix utility.
Arun Isaac
2022-07-08
issues: Support issue templates.
Arun Isaac
2022-07-08
issues: Add Gemini interface.
Arun Isaac
2022-07-08
issue: Allow specifying tags with keyword and tag singulars.
Arun Isaac
2022-07-08
issues: Search by date.
Arun Isaac
2022-07-08
issues: Add links to filter documents by type.
Arun Isaac
2022-07-08
issues: Request indexing commit messages.
Arun Isaac
2022-07-08
issues: Request GitHub-like milestones.
Arun Isaac
2022-07-08
issues: Request Emacs interface.
Arun Isaac
2022-07-07
issues: Request internationalization.
Arun Isaac
2022-07-07
issues: Request pagination of search results in the web UI.
Arun Isaac
2022-07-07
issue: Parse known keys in list lines even if they are long.
Arun Isaac
2022-07-07
tests: Add tests.
Arun Isaac
2022-07-07
issue: Comment on list-line->alist cond ladder.
Arun Isaac
2022-07-07
issue: Rename hashtable-append! to hashtable-prepend!.
Arun Isaac
2022-07-06
website: Add home page.
Arun Isaac
2022-07-06
bin: Print out filenames when building website.
Arun Isaac
2022-07-06
bin: Allow everyone to read built website.
Arun Isaac
2022-07-06
bin: Look for a default config file.
Arun Isaac
2022-07-05
tissue.scm: Export issue files to HTML.
Arun Isaac
[next]