Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-12-30 | content: various higher-level attribute processing cleanup | (quasar) nebula | |
2023-12-30 | content: misc content syntax cleanup, mostly attribute merging | (quasar) nebula | |
2023-09-05 | content, data: be even more guarded about contrib arrays | (quasar) nebula | |
2023-09-05 | content, data: be more guarded about track contribs arrays | (quasar) nebula | |
2023-08-18 | define global #sugar and #wiki-data imports | (quasar) nebula | |
2023-06-24 | content: generateAlbumTrackListItem: incl. color only if different from album | (quasar) nebula | |
2023-06-24 | content: generateAlbumTrackListItem: form string from parts | (quasar) nebula | |
2023-06-24 | content: linkContribution: take standard {who, what} object | (quasar) nebula | |
This is what's used for all contributions anyway, so no need to have every call to linkContribution manually destructure whatever contribution is being provided. | |||
2023-06-24 | content: generateAlbumTrackListItem: fix old linkContribution call | (quasar) nebula | |
2023-06-12 | content: misc. code style updates | (quasar) nebula | |
2023-04-12 | content: stub track page, misc. other changes | (quasar) nebula | |
* generateContributionLinks replaced with linkContribution, tests still need updating * album pages respect albums without cover art * track pages without unique art inherit art tags from album (fixes #13) not heavily tested, this commit probably breaks some pages which were loading correctly before | |||
2023-04-04 | content: generateAlbumTrackListItem: fixes & polish | (quasar) nebula | |
2023-03-19 | data step: content function updates, relation syntax 2 | (quasar) nebula | |
* new: generateAlbumTrackListItem * new: generateContributionLinks |