« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src
AgeCommit message (Collapse)Author
2024-11-17data: raiseResolvedReferenceList: remove raiseOutputAbove misref(quasar) nebula
Because raiseResolvedReferenceList is the last step in compositions which use it - it always raises the desired conclusion - it doesn't actually need to use raiseOutputAbove.
2024-11-17content: generate{Artist,Group}InfoPage: alias links(quasar) nebula
2024-11-17data, content: closely linked artist annotations(quasar) nebula
Basic implementation only here, nothing custom for particular annotations for example.
2024-11-17data: reverseAnnotatedReferenceList(quasar) nebula
2024-11-17data: withResolvedAnnotatedReferenceList: availability checks(quasar) nebula
2024-11-17data: withStretchedList(quasar) nebula
2024-11-17data: withReverseContributionList: use withPropertyFromList(quasar) nebula
2024-11-17data: annotatedReferenceList, reference-list-helpers(quasar) nebula
2024-11-17data: withResolvedArtworkReferenceList -> ...Annotated(quasar) nebula
2024-11-17data: raiseResolvedReferenceList(quasar) nebula
This commit also implements raiseResolvedReferenceList across the compositions which have a notFoundMode input. This causes no semantic changes at all, except that notFoundMode is no longer ignored(!!) in withResolvedContribs.
2024-11-17data: withAvailabilityFilter(quasar) nebula
2024-11-17data: factor out performAvailabilityCheck(quasar) nebula
2024-11-17data: factor out inputNotFoundMode(quasar) nebula
2024-11-17content: generateGroupInfoPage: wiki-color close artist links(quasar) nebula
2024-11-17content: generate{Artist,Group}InfoPage: close group/artist links(quasar) nebula
2024-11-17data: Closely Linked Artists(quasar) nebula
2024-11-16checks: fix error reporting for bad artwork references(quasar) nebula
2024-11-16validators: validateReference: fix multiple type validation(quasar) nebula
Oooooooooooops
2024-11-15data: referenceList: allow mixed wiki data(quasar) nebula
2024-11-15data: Referenced Artworks(quasar) nebula
2024-11-15validators: validateReference (etc): multiple reference types(quasar) nebula
2024-11-15checks, yaml, etc: pass find to filterReferenceErrors(quasar) nebula
2024-11-15wiki-data: combineWikiDataArrays(quasar) nebula
2024-11-15wiki-data: TupleMapForBabies(quasar) nebula
2024-11-15find: cache findMixed by identity of data(quasar) nebula
2024-11-15find: mixedFind -> findMixed(quasar) nebula
2024-11-15find: findMixedHelper directory internals(quasar) nebula
2024-11-15find: final factoring out, probably(quasar) nebula
2024-11-15find: factor out prepareMatchBy{Directory,Name}(quasar) nebula
2024-11-15find: factor out some stuff into matchHelper(quasar) nebula
2024-11-15find: copy in some more common behavior(quasar) nebula
2024-11-15find: prefer if-style branching in findHelper/mixedFindHelper(quasar) nebula
2024-11-15data: stub real results for find.mixed(quasar) nebula
Works by name, not by directory. Also no caching, and some stuff common with findHelper should be factored out.
2024-11-15find: factor out keyRefRegex & tidy usage(quasar) nebula
2024-11-15find: decompose processAllAvailableMatches(quasar) nebula
2024-11-15find: postprocessFindSpec, include() instanceof by default(quasar) nebula
2024-11-15find: find.mixed stub(quasar) nebula
Exposes a store that works similar to the normal find store, so that find.mixed() tokens that read the same in fact *are* the same identity [so will share a cache of findable results], and enables accessing the spec descriptions behind particular find tokens, which will probably come in handy.
2024-11-15sugar: compareObjects(quasar) nebula
2024-11-15html: disallow content for imaginary-sibling(quasar) nebula
That means it's a throw, instead of silently dropping the content, when you pass it through html.metatag('imaginary-sibling').
2024-11-15html: factor out contentful conditions in content setter(quasar) nebula
So not really factored out much at all, but eh.
2024-11-15html: fix bad content check in chunkwrap setter(quasar) nebula
2024-11-15content: generateArtistNavLinks: use dots(quasar) nebula
Missed this one before, whoops.
2024-11-15content: generateDotSwitcherTemplate: observe onlyIfSiblings(quasar) nebula
2024-11-15content: generateDotSwitcherTemplate: blank if no options(quasar) nebula
Options were already [html.onlyIfContent], so this seems like a bit of an oversight (it's possible for *none* of the options to have content).
2024-11-15html: metatag('imaginary-sibling')(quasar) nebula
2024-11-14data: Album.suffixTrackDirectories(quasar) nebula
2024-11-14data: Track.suffixDirectory, Album.directorySuffix(quasar) nebula
2024-11-14data: withDirectoryFromName: move to helpers(quasar) nebula
Also remove the more-composable default behavior of using the current thing's name, because this is no longer meant to be composed generally.
2024-11-14data: directory: pass name option through(quasar) nebula
Oops. This option wasn't used anywhere previously, so no harm, but definitely a mistake.
2024-11-14data: annotated artwork references(quasar) nebula
Not used on-site, but this is all coded internally.