« 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
38 hourslanguage: countWords()(quasar) nebula
38 hourshtml: resolve(..., {normalize: 'plain'})(quasar) nebula
41 hourscontent: generate{Absolute,Relative}Datetimestamp: always tooltip(quasar) nebula
41 hourscontent: generateAbsoluteDatetimestamp: {minimal,year}-difference(quasar) nebula
41 hourslanguage: formatMonthDay()(quasar) nebula
3 dayslanguage: drop externalLinkSpec prop, just import directly(quasar) nebula
this lets us totally drop "internal" but exported function initializeLanguageObject - we'll still need to provide the external link spec in essentially the exact same way in the future, when external link spec is dynamic, but presently there's no need for this function or providing at all.
3 dayslanguage: compositional withStrings, update strings_htmlEscaped(quasar) nebula
3 dayshtml, language: html.escape()(quasar) nebula
3 dayshtml: stricter escapeAttributeValue(quasar) nebula
3 dayscontent: drop 'he' module(quasar) nebula
3 daysno-source-change meaningfulish npm updates(quasar) nebula
3 dayspin node dependencies(quasar) nebula
only substantial changes: - @eslint/js 9.38.0 -> 9.37.0, basically just reverting the change from previous commit - word-wrap 1.2.3 -> 1.2.5, matching version in lockfile, apparently changed via eslint 8 -> 9 update and not on purpose by us, may 2025 (255102c2) pinning chroma-js keeps chroma.min.js from disappearing out of the root of that package, so import continues working, broken at some point more recently - affecting people using other package managers or running npm update themselves
3 daysadd @eslint/js as explicit dependency, hopefully(quasar) nebula
npm isn't exiting for us but the package-lock.json update appears to be . .... extant?? it's probably working
3 dayscontent: gAIPArtworksChunkItem: only handle artwork contributions(quasar) nebula
all contributions that reach this content function are now proper artwork contributions, certainly never a mix including contribs directly from yaml Cover Artists (& co) fields
3 dayscontent: gAIPArtworksChunkItem: "fix" album cover as track cover(quasar) nebula
7 dayscontent: generateListingPageSameTargetListingsLine(quasar) nebula
8 daysremove ignored package.json lines disabling tap coverage(quasar) nebula
8 daystest: update behavior of empty string in string slot(quasar) nebula
8 daysvalidators, test: permissive typeless validateReference()(quasar) nebula
Test appears to describe that the original behavior would have been to default to 'track', which like... okay?? That is so and was changed (to no default and arbitrary typeless behavior) in commit 4f6e0bc3.
8 daystest: validators: here we go again(quasar) nebula
8 daystest: update mini CacheableObject constructor setups(quasar) nebula
8 daystest: update linkWikiDataArrays call(quasar) nebula
8 daystest: obliterate wholescale thing surface tests(quasar) nebula
8 dayssugar: make getNestedProp resilient against missing properties(quasar) nebula
8 daystest: remove #track withAlbum (unit)(quasar) nebula
Albums are directly passed onto the track, now.
8 dayscacheable-object: ugh, embarrassing...(quasar) nebula
8 daystest: remove withParsedCommentaryEntries (unit)(quasar) nebula
Analogous code is now in #yaml, parseContentEntriesFromSourceText, and #wiki-data, matchContentEntries & friends
8 daystest: update linkContribution (unit)(quasar) nebula
8 daystest, urls: get content-function unit test infra working, probably(quasar) nebula
8 daysblindly update tap(quasar) nebula
8 daystest: remove all existing snapshot tests(quasar) nebula
Deliberately keeping evaluate.snapshot() for possible future use. There are also these folders which were seemingly never included in the working tree: test/snapshot/complete test/snapshot/isolated test/snapshot/mixed If and when we come back to snasphot tests, maybe we'll bounce off of that idea shaped out of three words.
8 daysnpm audit(quasar) nebula
8 dayseslint 9.27.0 -> 9.37.0(quasar) nebula
8 daysclient: remove unused eslint-env(quasar) nebula
8 daysuninteresting eslint fixes(quasar) nebula
8 daysyaml: fix misref for dynamic field combination error messages(quasar) nebula
8 daysinfra: fix content function decorateTime annotations(quasar) nebula
8 daystoReversed, toSorted miscellany(quasar) nebula
2025-10-08search: include differently named secondary releases(quasar) nebula
2025-10-08search: factor out call to bindSearchUtilities(), at least(quasar) nebula
2025-10-08you win some, you lose some(quasar) nebula
2025-10-08search: just move populateSearchIndex into backend code(quasar) nebula
2025-10-08search: query -> select, factor out backend parts of searchSpec(quasar) nebula
2025-10-08y'all saw nothing(quasar) nebula
2025-10-08content: generatePageLayout: don't re-sanitize <title> contents(quasar) nebula
2025-10-08data: TrackSection.{directorySuffix,suffixTrackDirectories}(quasar) nebula
2025-10-08data: withMainReleaseTrack: main releases only(quasar) nebula
2025-10-07content, data: generateName, Track.nameText(quasar) nebula
2025-10-07infra: factor out prepareWorkingGenerateFunction(quasar) nebula
2025-10-07content: remove explicit {content,extra}Dependencies(quasar) nebula