« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2023-06-12content: generateAdditionalFilesList: remove redundant fileSize opt(quasar) nebula
2023-06-12content: cut html.template boilerplate(quasar) nebula
2023-06-12Merge branch 'data-steps' of github.com:hsmusic/hsmusic-wiki into data-steps(quasar) nebula
2023-06-12content: linkThing: cut boilerplate with new CF slots key(quasar) nebula
2023-06-12infra: automatically interface html.stationery via slots(quasar) nebula
2023-06-12html: new Stationery class for instantiating Templates(quasar) nebula
2023-06-12html: move slot validation into own function(quasar) nebula
2023-06-11infra: quick code style changes(quasar) nebula
2023-06-11infra: reuse invalidatingDependencyKeys instead of reconstructing(quasar) nebula
2023-06-11infra: treat fulfillment information as sets & reuse where possible(quasar) nebula
2023-06-11infra: annotate errors with name outside fulfillDependencies(quasar) nebula
2023-06-11infra: move fulfilled clause to end of if-else/if-else chain(quasar) nebula
2023-06-11infra: don't perform redundant checks in expectDependencies(quasar) nebula
2023-06-08content: generateReleaseInfoContributionsLine(quasar) nebula
2023-06-08content: generate{Track,Album}InfoPage: handle null cover properly(quasar) nebula
2023-06-08content: compute "needs reveal" class only on client(quasar) nebula
2023-06-08content: roll in InfoPageContent functions(quasar) nebula
2023-06-08content: generateTrackCoverArtwork: inherit album art tags properly(quasar) nebula
2023-06-07content: generatePageLayout: image overlay container(quasar) nebula
2023-06-06content: linkThing: anchor flag(quasar) nebula
This disables passing the path to the linked thing and blanks the href, so that only the hash is passed through.
2023-06-06content: generate{Album,Track}CoverArtwork(quasar) nebula
Portable functions hoo-ray!
2023-06-06content: image: accept class as well as id attribute(quasar) nebula
2023-06-06content: generateAlbumCommentaryPage(quasar) nebula
2023-06-06content: generateColorStyleVariables(quasar) nebula
2023-06-05content: generatePageLayout: <title> tag(quasar) nebula
This was already mostly implemented, wonder why it was commented out?
2023-06-05content: generateAlbumGalleryPage(quasar) nebula
2023-06-04content: generateArtistGalleryPage(quasar) nebula
Oh look! It's not a stub!
2023-06-04content: remove dead reference code(quasar) nebula
2023-06-04css: fix cover images overflowing parent(quasar) nebula
OK I hope this doesn't break anything.
2023-06-04content: generateArtistInfoPage: artist avatar(quasar) nebula
2023-06-04content: generateArtistInfoPage: flashes & games + misc refactor(quasar) nebula
Just some cleanup to function definitions and signatures, mostly.
2023-06-04infra: hint error when bad object constructor(quasar) nebula
This isn't really proper error handling or validation, but it'll make this error a little less annoying to deal with meanwhile.
2023-06-04Merge remote-tracking branch 'origin/staging' into data-steps(quasar) nebula
2023-06-04content: generateArtistInfoPage: gallery link & jump links(quasar) nebula
2023-06-04content: generateArtistInfoPage: visit links & context notes(quasar) nebula
2023-06-03content: remove dead reference code(quasar) nebula
2023-06-03content: generateArtistInfoPage: per-group contribution info(quasar) nebula
2023-06-03test: html.template more isHTML conditions(quasar) nebula
2023-06-03html: accept false (ala cond && tag) in isHTML(quasar) nebula
2023-06-03content: generateArtistInfoPage: total duration paragraph(quasar) nebula
2023-06-03content: fix a bunch of unlisted dependencies(quasar) nebula
2023-06-03content: generateArtistInfoPage: track list(quasar) nebula
This doesn't have the per-group or total duration sections yet.
2023-06-03goddammit how did i even write this(quasar) nebula
lol
2023-06-03content: generatePageLayout: divide style rules, apply default color(quasar) nebula
2023-06-03content: remove dead reference code(quasar) nebula
2023-06-03content: generateArtistNavLinks: include "Artist:" text(quasar) nebula
2023-06-02content: generateArtistInfoPage: use section style structure(quasar) nebula
2023-06-02content: generateContentHeading: slot tag besides <p>(quasar) nebula
2023-06-02content: generateArtistInfoPage: commentary section(quasar) nebula
2023-06-02content: generateArtistInfoPage: remove unused track property(quasar) nebula
...on contribution entries. At least, I don't believe these were being used anywhere??