Age | Commit message (Collapse) | Author | |
---|---|---|---|
5 days | upd8: --skip-orphaned-artwork-validation (if you dare) | (quasar) nebula | |
5 days | data: withConstitutedArtwork: don't pass find through | (quasar) nebula | |
The whole point of constituting artworks in advance is so that they exist with a stable identity having been collected into artworkData during save() from various data loading steps. (The new data check reportOrphanedArtworks confirms this at runtime.) We already included artworkData in linkWIkiDataSpec for exactly this purpose, so just drop the 'find' dependency and transfer here. As a result, constitutibleArtworkList has no dependencies of its own, and dependencies on coverArtworks, trackArtworks, etc come only from earlier steps, i.e. deciding whether or not to constitute an artwork in the first place. | |||
5 days | data: Artwork: inspect.custom | (quasar) nebula | |
5 days | checks: report orphaned artworks (groan) | (quasar) nebula | |
5 days | data: Track: note trackData's used another way | (quasar) nebula | |
5 days | thumbs: access artworkData paths directly | (quasar) nebula | |
5 days | data: Album: fix overeager track.trackArtworks access | (quasar) nebula | |
Not that overeager. Just a little. | |||
5 days | data: Track.getOwnArtworkPath: consider artwork directory + ext | (quasar) nebula | |
5 days | data: constitutibleArtworkList.fromYAMLFieldSpec | (quasar) nebula | |
Also file extension property passing. | |||
5 days | data: Track: withHasUniqueCoverArt: process direct links only | (quasar) nebula | |
No soupyFind/soupyReverse. This commit introduces a notion of difference between an artwork which is 'declared to exist' via, say, having cover artists, versus one which... is 'usable', because it has resolved cover artists. No other code addressing this yet, so it's in a tense state where existence is in every case according to declared cover artists, whether or not those cover artist references resolve. | |||
5 days | data: Artwork.unqualifiedDirectory, Artwork.fileExtension | (quasar) nebula | |
Just the properties and fields here | |||
5 days | data: directory: accept null name | (quasar) nebula | |
withDirectory already supports it (underlying utilities too). | |||
5 days | data: Track: factor out withCoverArtistContribs | (quasar) nebula | |
Originally needed so that withHasUniqueCoverArt would be based around these resolved contributions, but we went in a different direction just later. Keeping this factor-out anyway. | |||
5 days | data: Track: remove withAlbum, link album directly | (quasar) nebula | |
5 days | css: multiple artwork column margins | (quasar) nebula | |
5 days | content: gCAOriginDetails: fold year into label/credits line | (quasar) nebula | |
Also yeet "art released" strings overall | |||
5 days | content, css: fold non-unique-line into artwork origin details | (quasar) nebula | |
5 days | data, content: Artwork.path | (quasar) nebula | |
Lots of cleanup for generateCoverArtwork now that it's in charge of its own image (again, apparently) Still broken for anything besides tracks | |||
5 days | data, content: stub multiple artworks | (quasar) nebula | |
Only for tracks as of this commit, most anything else is in a severely broken state aye | |||
5 days | data: yaml: arrays of subdocs | (quasar) nebula | |
5 days | data, content: Artwork.{label,source} | (quasar) nebula | |
5 days | data: Artwork: property cleanup | (quasar) nebula | |
5 days | data: Artwork: Art Tags -> Tags | (quasar) nebula | |
5 days | client: hoverable-tooltip: prefer downward anchors first | (quasar) nebula | |
Discussion at #code-quarantine https://discord.com/channels/749042497610842152/854020929113423924/1356984473396187364 | |||
5 days | client: hoverable-tooltip: more z-index bullshit | (quasar) nebula | |
5 days | client: css-compatibility-assistant: adapt to cover-artwork | (quasar) nebula | |
5 days | css: tooltip font size bullshit | (quasar) nebula | |
5 days | content, css, client: hoverable-tooltip: isolate z-index bullshit | (quasar) nebula | |
5 days | content: artwork chronology links | (quasar) nebula | |
5 days | content, css: generateAlbumArtInfoBox | (quasar) nebula | |
5 days | content: cover-artwork, cover-art-column | (quasar) nebula | |
5 days | data: soupyReverse.artworkContributionsBy | (quasar) nebula | |
5 days | content, css: demo new cover artworks ui + data integration | (quasar) nebula | |
This is not remotely comprehensive and mostly just touches album and track info pages. | |||
5 days | data: Artwork: inherit art tags from thing | (quasar) nebula | |
5 days | data: Track.hasUniqueCoverArt: detect contribs on trackArtwork | (quasar) nebula | |
5 days | data: Artwork, constitutibleArtwork, etc | (quasar) nebula | |
Not used in content yet. | |||
5 days | yaml: subdocument provide | (quasar) nebula | |
5 days | data, content: always fallback coverArtDate to date | (quasar) nebula | |
5 days | yaml: subdoc bindInto | (quasar) nebula | |
5 days | yaml: fix bad yellow line break | (quasar) nebula | |
5 days | yaml: subdocuments (initial commit) | (quasar) nebula | |
5 days | data: CacheableObject, Thing: restore seal(this) behavior | (quasar) nebula | |
5 days | aggregate: treat translucent aggregate cause as direct sub-errors | (quasar) nebula | |
This is "wrong" because it obscures the placement of those sub- errors as under a cause... but because the cause itself is translucent, ca n'a pas exactement l'air d'un mensonge. | |||
5 days | content: generatePageLayout: blockwrap for hierarchical nav only | (quasar) nebula | |
6 days | client: additional-names-box: matches -> where | (quasar) nebula | |
7 days | content, css: wrap sidebar track section range together | (quasar) nebula | |
7 days | css: matches -> where | (quasar) nebula | |
dangit lol | |||
7 days | content: generatePageLayout: nicer conditional blockwrap | (quasar) nebula | |
Property remains defined on the previous (now only the previous), but its effect is on the next. It's called releaseRestToWrapTogether now. | |||
7 days | content: generatePageLayout: conditional blockwrap | (quasar) nebula | |
Blockwrap is a scary scary funny metatag, so in order to insist we really don't need it, we have to disable it (in practice) on both the "don't wrap what's ahead" and "don't wrap me and my friends together" elements. | |||
7 days | content, css: nicer album sec nav / dot switcher line wrapping | (quasar) nebula | |