Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-11-17 | data: fix Album.referencedArtworks being unresolvable | (quasar) nebula | |
2024-11-17 | content: generateTrackReferencedArtworksPage | (quasar) nebula | |
2024-11-17 | content: generateTrackNavLinks | (quasar) nebula | |
2024-11-17 | content: "Illust." -> "Artwork by" | (quasar) nebula | |
2024-11-17 | content, css: generatePageLayout: move subtitle beneath cover | (quasar) nebula | |
2024-11-17 | content, css: generateCoverArtwork: 'primary-artists' mode | (quasar) nebula | |
2024-11-17 | content: misc.albumGrid -> misc.coverGrid | (quasar) nebula | |
2024-11-17 | content: generatePageLayout: showWikiName: 'auto' | (quasar) nebula | |
2024-11-17 | content, css: generatePageLayout: subtitle slot | (quasar) nebula | |
2024-11-17 | data: 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-17 | content: generate{Artist,Group}InfoPage: alias links | (quasar) nebula | |
2024-11-17 | data, content: closely linked artist annotations | (quasar) nebula | |
Basic implementation only here, nothing custom for particular annotations for example. | |||
2024-11-17 | data: reverseAnnotatedReferenceList | (quasar) nebula | |
2024-11-17 | data: withResolvedAnnotatedReferenceList: availability checks | (quasar) nebula | |
2024-11-17 | data: withStretchedList | (quasar) nebula | |
2024-11-17 | data: withReverseContributionList: use withPropertyFromList | (quasar) nebula | |
2024-11-17 | data: annotatedReferenceList, reference-list-helpers | (quasar) nebula | |
2024-11-17 | data: withResolvedArtworkReferenceList -> ...Annotated | (quasar) nebula | |
2024-11-17 | data: 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-17 | data: withAvailabilityFilter | (quasar) nebula | |
2024-11-17 | data: factor out performAvailabilityCheck | (quasar) nebula | |
2024-11-17 | data: factor out inputNotFoundMode | (quasar) nebula | |
2024-11-17 | content: generateGroupInfoPage: wiki-color close artist links | (quasar) nebula | |
2024-11-17 | content: generate{Artist,Group}InfoPage: close group/artist links | (quasar) nebula | |
2024-11-17 | data: Closely Linked Artists | (quasar) nebula | |
2024-11-16 | checks: fix error reporting for bad artwork references | (quasar) nebula | |
2024-11-16 | validators: validateReference: fix multiple type validation | (quasar) nebula | |
Oooooooooooops | |||
2024-11-15 | data: referenceList: allow mixed wiki data | (quasar) nebula | |
2024-11-15 | data: Referenced Artworks | (quasar) nebula | |
2024-11-15 | validators: validateReference (etc): multiple reference types | (quasar) nebula | |
2024-11-15 | checks, yaml, etc: pass find to filterReferenceErrors | (quasar) nebula | |
2024-11-15 | wiki-data: combineWikiDataArrays | (quasar) nebula | |
2024-11-15 | wiki-data: TupleMapForBabies | (quasar) nebula | |
2024-11-15 | find: cache findMixed by identity of data | (quasar) nebula | |
2024-11-15 | find: mixedFind -> findMixed | (quasar) nebula | |
2024-11-15 | find: findMixedHelper directory internals | (quasar) nebula | |
2024-11-15 | find: final factoring out, probably | (quasar) nebula | |
2024-11-15 | find: factor out prepareMatchBy{Directory,Name} | (quasar) nebula | |
2024-11-15 | find: factor out some stuff into matchHelper | (quasar) nebula | |
2024-11-15 | find: copy in some more common behavior | (quasar) nebula | |
2024-11-15 | find: prefer if-style branching in findHelper/mixedFindHelper | (quasar) nebula | |
2024-11-15 | data: 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-15 | find: factor out keyRefRegex & tidy usage | (quasar) nebula | |
2024-11-15 | find: decompose processAllAvailableMatches | (quasar) nebula | |
2024-11-15 | find: postprocessFindSpec, include() instanceof by default | (quasar) nebula | |
2024-11-15 | find: 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-15 | sugar: compareObjects | (quasar) nebula | |
2024-11-15 | html: 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-15 | html: factor out contentful conditions in content setter | (quasar) nebula | |
So not really factored out much at all, but eh. | |||
2024-11-15 | html: fix bad content check in chunkwrap setter | (quasar) nebula | |