Age | Commit message (Collapse) | Author | |
---|---|---|---|
13 hours | language: drop externalLinkSpec prop, just import directly preview | (quasar) nebula | |
this lets us totally drop "internal" but exported function initializeLanguageObject - we'll still need to provide the external link spec in essentially the exact same way in the future, when external link spec is dynamic, but presently there's no need for this function or providing at all. | |||
13 hours | language: compositional withStrings, update strings_htmlEscaped | (quasar) nebula | |
13 hours | html, language: html.escape() | (quasar) nebula | |
14 hours | html: stricter escapeAttributeValue | (quasar) nebula | |
14 hours | content: drop 'he' module | (quasar) nebula | |
20 hours | content: gAIPArtworksChunkItem: only handle artwork contributions | (quasar) nebula | |
all contributions that reach this content function are now proper artwork contributions, certainly never a mix including contribs directly from yaml Cover Artists (& co) fields | |||
20 hours | content: gAIPArtworksChunkItem: "fix" album cover as track cover | (quasar) nebula | |
5 days | content: generateListingPageSameTargetListingsLine | (quasar) nebula | |
5 days | validators, test: permissive typeless validateReference() | (quasar) nebula | |
Test appears to describe that the original behavior would have been to default to 'track', which like... okay?? That is so and was changed (to no default and arbitrary typeless behavior) in commit 4f6e0bc3. | |||
5 days | sugar: make getNestedProp resilient against missing properties | (quasar) nebula | |
5 days | cacheable-object: ugh, embarrassing... | (quasar) nebula | |
5 days | test, urls: get content-function unit test infra working, probably | (quasar) nebula | |
6 days | client: remove unused eslint-env | (quasar) nebula | |
6 days | uninteresting eslint fixes | (quasar) nebula | |
6 days | yaml: fix misref for dynamic field combination error messages | (quasar) nebula | |
6 days | infra: fix content function decorateTime annotations | (quasar) nebula | |
6 days | toReversed, toSorted miscellany | (quasar) nebula | |
12 days | search: include differently named secondary releases | (quasar) nebula | |
12 days | search: factor out call to bindSearchUtilities(), at least | (quasar) nebula | |
12 days | you win some, you lose some | (quasar) nebula | |
12 days | search: just move populateSearchIndex into backend code | (quasar) nebula | |
12 days | search: query -> select, factor out backend parts of searchSpec | (quasar) nebula | |
12 days | y'all saw nothing | (quasar) nebula | |
12 days | content: generatePageLayout: don't re-sanitize <title> contents | (quasar) nebula | |
13 days | data: TrackSection.{directorySuffix,suffixTrackDirectories} | (quasar) nebula | |
13 days | data: withMainReleaseTrack: main releases only | (quasar) nebula | |
14 days | content, data: generateName, Track.nameText | (quasar) nebula | |
14 days | infra: factor out prepareWorkingGenerateFunction | (quasar) nebula | |
14 days | content: remove explicit {content,extra}Dependencies | (quasar) nebula | |
14 days | infra: minimal recursive content function support | (quasar) nebula | |
important follow-ups: - contentDependencies and extraDependencies are now on purpose implicit, and should be removed from all content functions - expectDependencies is still stupid and the only important behavior, which is receiving and providing boundExtraDep- endencies, should be factored out - need to test what happens when accessing dependencies that don't exist and make sure that still errors cleanly | |||
2025-10-06 | content, client: memorable details, collapsed crediting/ref sources | (quasar) nebula | |
2025-10-04 | data: remove not-applicable album Referencing Sources error | (quasar) nebula | |
2025-10-04 | content: remove language.countCoverArts() | (quasar) nebula | |
2025-10-04 | content: drop unused alsoReleasedOn string | (quasar) nebula | |
2025-10-04 | content: remove lots of totally unused chronology strings | (quasar) nebula | |
2025-10-03 | checks: use find() decorators in reportContentTextErrors too | (quasar) nebula | |
2025-10-03 | checks: factor out find() decorators, annotate multipleNameMatches | (quasar) nebula | |
2025-10-03 | data, checks: Track.{referenced,sampled}Tracks: main releases only | (quasar) nebula | |
Cheats a degree of immunity to secrelease shenanigans by making (musical) track references universally *never* point to a track with a "Main Release" field (i.e. a seconday release). Still, #checks continues to detect and error when you're really pointing to a secondary release, and shouldn't be doing that. | |||
2025-10-03 | data, checks: don't let Main Release be secrelease's own album | (quasar) nebula | |
2025-10-03 | data, checks: fuzz "Main Release: same name single" | (quasar) nebula | |
2025-10-03 | data: findOptions in compositions | (quasar) nebula | |
2025-10-03 | content: gTIPOtherReleasesList: "Also released as a single." | (quasar) nebula | |
2025-10-03 | sugar: onlyItem | (quasar) nebula | |
2025-10-03 | data: "Main Release: same name single" | (quasar) nebula | |
2025-10-02 | checks: check resolved mainReleaseTrack, too | (quasar) nebula | |
2025-10-02 | data: Track.mainRelease, "Main Release: <album or track>" | (quasar) nebula | |
2025-10-01 | content: transformContent: keep blank lines between blockquotes | (quasar) nebula | |
2025-10-01 | content, css: generateAdditionalNamesBox: alwaysVisible slot | (quasar) nebula | |
2025-10-01 | [preview] write: static-build: --paths <paths.txt> | (quasar) nebula | |
2025-09-23 | css: no like... the hoverable | (quasar) nebula | |