Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
2021-02-26
| ||
15:01 | Refactor: merge constdata.go into constplace.go ... (Leaf check-in: e58722448b user: stern tags: trunk) | |
14:53 | Refactor: data for constplace is now stored in external embedded files ... (check-in: 4aeeed2902 user: stern tags: trunk) | |
14:14 | Cleanup: main function ... (check-in: 4cf769ff74 user: stern tags: trunk) | |
14:05 |
Refactor: remove usage of deprecated Go package "ioutil"
(Plus a small bug fix ;)) ... (check-in: 74d10e7f8d user: stern tags: trunk) | |
11:53 | Increase version to 0.0.11-dev to begin next development cycle ... (check-in: d69e61d8eb user: stern tags: trunk) | |
11:14 | Version 0.0.10 ... (check-in: 5d9e4fc19e user: stern tags: trunk, release, version-0.0.10) | |
10:36 | WebUI: make meta line a little bit darker for better visibility ... (check-in: 09837eae5e user: stern tags: trunk) | |
10:29 | Build: add option -trimpath to "go build" ... (check-in: 6bf32bc296 user: stern tags: trunk) | |
2021-02-25
| ||
18:48 | Typo in info-page ... (check-in: e6e0946fe5 user: stern tags: trunk) | |
16:00 | Refactor: remove some code smells ... (check-in: 76c1ebe88c user: stern tags: trunk) | |
2021-02-24
| ||
18:49 | Refactor: remove some code smells ... (check-in: 5eedc17677 user: stern tags: trunk) | |
2021-02-23
| ||
19:14 | Refactor: remove some code smells ... (check-in: eac4c35636 user: stern tags: trunk) | |
09:32 | Remove reloading places. This will probably later done by service restart. ... (check-in: a01e11f91d user: stern tags: trunk) | |
2021-02-22
| ||
16:06 | Build: add support for macOS ARM64 (aka Apple silicon) ... (check-in: fd6178cff8 user: stern tags: trunk) | |
15:33 | API: make result of zettel order ([4e02e28888]) to be the same as for the zettel context ([33f79c9258]). ... (check-in: c9fbeba0d4 user: stern tags: trunk) | |
15:11 | API: retrieve context of a given zettel. [0899935b3e] did this for the WebUI. ... (check-in: 33f79c9258 user: stern tags: trunk) | |
13:35 | When calculating the context, use some zettel with similar tags as the origin zettel for the initial set of context zettel. Follow-up of [0899935b3e]. ... (check-in: 738b943659 user: stern tags: trunk) | |
12:09 | Change default value of key "marker-external" ... (check-in: a62c12a194 user: stern tags: trunk) | |
11:17 | FIX: [d0195772586ce5c6] multiple values of same key are ANDed, not ORed ... (check-in: d2f15261f6 user: stern tags: trunk) | |
2021-02-19
| ||
18:39 | Refactor: remove some code smells found by SonarQube ... (check-in: e20e96572a user: stern tags: trunk) | |
17:28 | WebUI: cleanup HTML and ZMK code in constplace ... (check-in: c935506d73 user: stern tags: trunk) | |
13:45 | Remove Go version as a factor when calculating a secret. Rationale: Go releases are (mostly) backward compatible. Just changing the Go version which builds the Zettelstore is not worth mentioning. The software should reamin the same. ... (check-in: edaa5eb883 user: stern tags: trunk) | |
13:32 | Refactor, motivated by SonarCloud ... (check-in: 4e32baaf0c user: stern tags: trunk) | |
11:37 | Some refactorings, mostly motivated by DeepSource ... (check-in: 065fddfc32 user: stern tags: trunk) | |
2021-02-18
| ||
23:25 | Apply some more improvements suggested by DeepSource ... (check-in: 0d72730cba user: stern tags: trunk) | |
22:39 | Apply some improvements suggested by DeepSource ... (check-in: 3f9a0a9a7e user: stern tags: trunk) | |
22:18 | Add analyser deepsource.io ... (check-in: b6310d2748 user: stern tags: trunk) | |
18:24 | FIX: wrong zettel titles in list view ... (check-in: c937864d48 user: stern tags: trunk) | |
18:11 | WebUI: show context of a given zettel and allow to navigate through various parameters. ... (check-in: 0899935b3e user: stern tags: trunk) | |
2021-02-17
| ||
17:41 | Make "New Menu" zettel a configuration zettel ... (check-in: 63a50981f0 user: stern tags: trunk) | |
17:37 | Typo ... (check-in: 32ebc89e23 user: stern tags: trunk) | |
16:18 | WebUI: Change population of "New" menu to a TOC-based solution, and remove the previous "new-template" role based solution. ... (check-in: b1f09a2b73 user: stern tags: trunk) | |
13:51 | Add API call to get the "table of contents" of a zettel (endpoint /o) ... (check-in: 4e02e28888 user: stern tags: trunk) | |
2021-02-16
| ||
17:29 | Update API documentation for retrieving list of tags and roles ... (check-in: 4e78e52f41 user: stern tags: trunk) | |
17:06 |
Reshuffle URL keys to separate API from WebUI.
Plus: fix a minor error when renaming a zettel to the same identifier. ... (check-in: 5f04f2e0ad user: stern tags: trunk) | |
14:17 | WebUI: change list URLs for roles and tags (to free the letter 'k') ... (check-in: 0a5cde88ff user: stern tags: trunk) | |
11:29 | FIX: zettel identifier in metadata are not part of "back" metadata ... (check-in: 1bec321933 user: stern tags: trunk) | |
2021-02-15
| ||
18:02 | FIX: [d0195772586ce5c6] when no value is given, print "ANY" ... (check-in: 63c9551a76 user: stern tags: trunk) | |
17:19 | Ignore leading '#' of tag values when searching / filtering. ... (check-in: ea5ae59afb user: stern tags: trunk) | |
15:42 | Write query string as heading when presenting filter or search results ... (check-in: d019577258 user: stern tags: trunk) | |
14:13 | WebUI: allow to reload if not started in read-only mode and disabled authentication. ... (check-in: 422ed43c19 user: stern tags: trunk) | |
13:20 | Refactor: []id.Zid -> id.Slice ... (check-in: e6a6109a77 user: stern tags: trunk) | |
12:11 | No zettel enrichment if format="raw" ... (check-in: 017b2d31ec user: stern tags: trunk) | |
11:32 | Give a hint to the GitHub mirror if a so-called developer is not able to use Fossil. ... (check-in: 1d8b64417b user: stern tags: trunk) | |
2021-02-13
| ||
18:44 | BUG: Update index if a previously dead reference becomes live or if a zettel is removed, but other zettel still references it. ... (check-in: 3b52836840 user: stern tags: trunk) | |
15:44 | Refactor: add action codes for indexer/anteroom (or: get rid of overloaded bool) ... (check-in: b347ce883d user: stern tags: trunk) | |
2021-02-12
| ||
18:51 | FIX: make build ... (check-in: 93607eb6e5 user: stern tags: trunk) | |
18:50 | Add initial internal support for sets of zettel identifier ... (check-in: 33751158ca user: stern tags: trunk) | |
18:13 | Some update for website ... (check-in: e53a434a8d user: stern tags: trunk) | |
18:02 | Enhance build tool: allow to create a preview release and add some helpo text. ... (check-in: 914dfad090 user: stern tags: trunk) | |