« 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
2023-10-11data: language: allow passing multiple key parts directly(quasar) nebula
2023-10-11write: live-dev-server: end file responses less enthusiastically(quasar) nebula
This seems to be a bit more reliable, although it'll probably take a little more memory while serving larger files.
2023-10-10Merge branch 'album-gallery-nav' into preview(quasar) nebula
2023-10-10content: generateGroupNavLinks: remove previous/next(quasar) nebula
2023-10-10content: generateAlbumGalleryPage: show album cover at start(quasar) nebula
2023-10-10find: fix error reporting for multiple name matches(quasar) nebula
2023-10-08infra: tweak how empty content function modules are handled(quasar) nebula
2023-10-08content: generateAlbumCommentaryPage: don't break for coverless album(quasar) nebula
2023-10-07content: generateGroupGalleryPage: remove "another group" content link(quasar) nebula
2023-10-07content: generateGroupSecondaryNav(quasar) nebula
2023-10-06content: generateAlbumGalleryPage: secondary nav on gallery page(quasar) nebula
2023-10-06content, css: supporting changes for better secondary nav dynamics(quasar) nebula
2023-10-06content: generateAlbumGalleryPage: stub album galleries(quasar) nebula
2023-10-06data, test: fix track contribs not inheriting properly(quasar) nebula
2023-10-06css: intervene with default scrollbar styling on sticky sidebar(quasar) nebula
2023-10-06Merge branch 'commentary-sidebar' into preview(quasar) nebula
2023-10-02write: live-dev-server: default to quiet responses(quasar) nebula
2023-10-02find: use more reasonable getMatchableNames default(quasar) nebula
Also warn with some details when getMatchableNames returns values besides strings. This was getting caught on links to listings, which don't have (data-represented) names.
2023-10-02data: custom cache for validateWikiData(quasar) nebula
2023-10-02data: withAlwaysReferenceByDirectory: kludge to avoid infinite recursion(quasar) nebula
2023-10-02find: always read matches from pre-cached hash map(quasar) nebula
2023-10-02find: accept arrays... experimentally...(quasar) nebula
2023-10-01content: image: fix CW-decorating images which are missing(quasar) nebula
2023-10-01data: misc. composite fixes track-data-cleanup(quasar) nebula
2023-10-01data, test: expose track section names(quasar) nebula
2023-10-01data: obliterate composite.js explainer(quasar) nebula
Poor (read: largely outdated) code documentation is worse than no code documentation. The various infrastructural systems specially designed for hsmusic should get more dedicated reference material, but that can't well be written before the systems are tested and used for longer. The compositional data processing style has just about settled, but it's still very young (compared to, say, the overarching data- to-page flow, content functions, or the HTML and content template systems).
2023-10-01data, test: refactor utilities into own file(quasar) nebula
Primarily for more precies test coverage mapping, but also to make navigation a bit easier and consolidate complex functions with lots of imports out of the same space as other, more simple or otherwise specialized files.
2023-09-30Merge branch 'tap18' into track-data-cleanup(quasar) nebula
2023-09-30data, util: hsmusic.sugar.index -> hsmusic.decorate.indexInSourceArray(quasar) nebula
2023-09-30util, test: WIP decorate error with index symbol(quasar) nebula
2023-09-29data, test: type validation message adjustments(quasar) nebula
2023-09-29data: fix & tidy dynamic outputs in utilities(quasar) nebula
2023-09-28data: misc minor fixes(quasar) nebula
2023-09-28data, util: use typeAppearance in more places(quasar) nebula
2023-09-28data: templateCompositeFrom: improve error message consistency(quasar) nebula
2023-09-28data: compositeFrom: validate static token shapes for normal input(quasar) nebula
2023-09-28data: reuse validateInputValue for static inputs(quasar) nebula
2023-09-28data: refactor most openAggregate calls -> withAggregate(quasar) nebula
2023-09-26content: generateAlbumStyleRules: oops(quasar) nebula
2023-09-25data: misc. improvements for input validation & infrastructure(quasar) nebula
2023-09-25data, test: exposeConstant, withResultOfAvailabilityCheck(quasar) nebula
2023-09-24client: implement album commentary sidebar dynamics(quasar) nebula
2023-09-24client: rework (most) steps to fail gracefully(quasar) nebula
2023-09-24css: misc. adjustments for sticky column sidebar(quasar) nebula
2023-09-24content: generateCoverArtwork: lazy commentary covers(quasar) nebula
2023-09-24content: generateAlbum{CommentaryPage,SidebarTrackSection}: merge fixes(quasar) nebula
2023-09-24content: generateAlbumCommentaryPage: add sidebar, artworks(quasar) nebula
2023-09-24content: generateAlbumSidebarTrackSection: be mildly more versatile(quasar) nebula
2023-09-24content: generateCoverArtwork: mode commentary(quasar) nebula
2023-09-24content: generateAlbumStyleRules: provide album & track directory(quasar) nebula