« 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-08-17content: "featuring" credits(quasar) nebula
2024-08-17content: generateArtistCredit(quasar) nebula
2024-08-15content: generateArtistInfoPage: show edits for wiki separately(quasar) nebula
2024-08-15content: gAIP{Chunk,ChunkItem}: trimAnnotation / trimAnnotations(quasar) nebula
2024-08-15html: treat html.isBlank() as null in type: 'string' slots(quasar) nebula
2024-08-15content: generateArtistGalleryPage: exclude "edits for wiki"(quasar) nebula
2024-08-15content: gRIContributionsLine: wiki edit annotations(quasar) nebula
2024-08-15content: linkContribution: trimAnnotation slot(quasar) nebula
2024-08-15data: Contribution.associatedContributions: prefix edits for wiki(quasar) nebula
2024-08-15content, test: linkContribution: showContribution -> showAnnotation(quasar) nebula
2024-08-15content, css: gRIContributionsLine: wiki edits tooltip(quasar) nebula
2024-08-15content: linkContribution: preventTooltip slot(quasar) nebula
2024-08-15content: linkContribution: drop duplicate tooltip slots(quasar) nebula
2024-08-15data: Contribution.associatedContributions: segregate wiki edits(quasar) nebula
2024-08-13content: linkAlbumDynamically: jump to #album-commentary(quasar) nebula
2024-08-06yaml: allow pushing onto existing wikiData keys by save() step(quasar) nebula
2024-08-05data: withContainingTrackSection: use withUniqueReferencingThing(quasar) nebula
2024-08-05data, test: TrackSection.tracks: use direct links(quasar) nebula
2024-08-05data, test: Album.trackSections: use direct links(quasar) nebula
2024-08-05data: thing: expose update value, like thingList(quasar) nebula
2024-08-05data: thingList(quasar) nebula
2024-08-02content: generate{Album,Flash}InfoPage: credit sources(quasar) nebula
2024-08-01page: artist-alias: don't overshadow a normal artist page(quasar) nebula
Also moves filtering logic into targets().
2024-07-31content, css: generateAlbumTrackList: track section descriptions(quasar) nebula
2024-07-31data: TrackSection.description(quasar) nebula
2024-07-25composite: conditionally call getStaticInputMetadata(quasar) nebula
Just a tiny cleanup, behavior is the same.
2024-07-25composite: simplify getStaticInputMetadata(quasar) nebula
Since it always operates on inputMapping, we can make more assumptions about shape. (All input names are always provided i.e. non-null, and they are always present as input tokens.)
2024-07-25composite: expose used default{Dependency,Value} at instantiate(quasar) nebula
There used to be a cool description here, but then vim ate it.
2024-07-24external-links: Steam(quasar) nebula
2024-06-26data: withReverse{Contribution,Reference}List: sort by date(quasar) nebula
2024-06-24data: Album.creditSources, Flash.creditSources(quasar) nebula
2024-06-24content: generateTrackInfoPage: jump to credit sources line(quasar) nebula
2024-06-24content: generatePageLayout: credit sources skipper(quasar) nebula
You know, these should probably be coded with templates or detectable metatags or something similar LOL
2024-06-24content: generateCommentarySection: custom id(quasar) nebula
2024-06-24content: generatePageLayout: nicer attributes for nav links(quasar) nebula
2024-06-24checks: reportContentTextErrors: check track credit sources(quasar) nebula
2024-06-24content: generateTrackInfoPage: credit sources section(quasar) nebula
2024-06-24data: Track.creditSources(quasar) nebula
2024-06-23content, css: commentary entry date hierarchy improvements(quasar) nebula
Avoid unnecessarily embedding under a text-with-tooltip, and don't set the cue class if it's not applicable.
2024-06-23content: generateCommentaryEntryDate(quasar) nebula
Just moves somewhat complex logic out of the main component.
2024-06-23content: generateCommentaryEntry: date ranges, date kinds(quasar) nebula
2024-06-23data: withParsedCommentaryEntries: dateKind, secondDate(quasar) nebula
2024-06-23data: fix access kind/date nesting(quasar) nebula
2024-06-23data: factor out date matching in commentary heading(quasar) nebula
2024-06-23css: drop border hover effect from commentary dates(quasar) nebula
They get their own entire column now, so most cases this is more distracting than useful.
2024-06-23content, css: use flex layout to bottom-align commentary dates(quasar) nebula
If the shadow effect is useful as part of the cue, it needs to be there every time. This prevents the main text from entering the same horizontal column as the date. That's generally OK but can result in a small main column in "sometime 6/12/2012 - 8/5/2012" shaped dates. We can try grid or non-binary flex-grow/shrink later, if wanted.
2024-06-23css: try a solid commentary heading line(quasar) nebula
2024-06-23css: shadow under hoverable time(quasar) nebula
To improve cue contrast. We are very good at graphic design.
2024-06-23css: fix margin rules on commentary entry date(quasar) nebula
2024-06-23css: don't text-indent inside tooltip(quasar) nebula
Geeeeeeeeeeeeeeeeeeeeeez.