« 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-04-03content: generatePageSidebarBox, etc(quasar) nebula
2024-04-03content: generateAlbumSidebar: base on generatePageSidebar(quasar) nebula
2024-04-03html: Attributes.with(quasar) nebula
2024-04-03content: generatePageSidebar, "legacy" slots(quasar) nebula
2024-04-03content: generatePageLayout: refactor generateSidebarHTML(quasar) nebula
2024-04-03data: flash: improve missing-docoument-type reporting(quasar) nebula
2024-04-03content: generateFlashActSidebar: gog help thee(quasar) nebula
2024-04-03data: flash-act: inherit list terminology from side(quasar) nebula
2024-04-03data: exposeConstant: accept exposing null(quasar) nebula
2024-04-03content: generateFlashActSidebar: mostly don't hard-code sides(quasar) nebula
2024-04-03data: flash: remove Jump, Jump Color(quasar) nebula
2024-04-03content: generateFlashIndexPage: work "jump" links off of sides(quasar) nebula
2024-04-03data: FlashSide (data processing & loading)(quasar) nebula
2024-04-03data: flash: make act use withFlashAct(quasar) nebula
2024-04-03data: withUniqueReferencingThing(quasar) nebula
2024-04-03data: simplify withAlbum, withFlashAct, remove notFoundMode(quasar) nebula
2024-04-03content: linkExternalAsIcon: update blank style detection(quasar) nebula
2024-04-03client: smarter tooltip touchend -> click banishing(quasar) nebula
2024-04-02content: generateAdditionalFilesListChunk: colorize entry title(quasar) nebula
2024-04-02content: generateAdditionalFilesListChunk: message for no files(quasar) nebula
2024-04-02validators: isAdditionalFile: make files optional(quasar) nebula
2024-04-02content: generateAlbumAdditionalFilesList: defend missing props(quasar) nebula
2024-04-02css: tweak additional files list vertical margins slightly(quasar) nebula
2024-04-02content: generateAdditionalFielsListChunk: collapse by default(quasar) nebula
For now, anyway.
2024-04-02content: generateAdditionalFilesList: use <details> elements(quasar) nebula
2024-04-02content: generate{Album,}AdditionalFiles* cleanup(quasar) nebula
2024-04-02content: generate{Album,}AdditionalFilesList: syntax cleanup(quasar) nebula
2024-04-02content: generateArtistGroupContributionsInfo: fix byCount pass(quasar) nebula
One ByCount passed when ByDuration is needed will, in fact, tear it all down!
2024-04-02content: generateArtistGroupContributionsInfo: fix bad indent(quasar) nebula
2024-04-02content: generateArtistGroupContributionsInfo: fix missing slice(quasar) nebula
This isn't relevant to the immediate WIP bugfix, but keeps the count sort from "leaking" into the unrelated duration sort (both are supposed to only fall back to category sort).
2024-04-02validators: isCommentary: better past-end-of-heading detection(quasar) nebula
2024-03-31content: transformContent: let inline images link to things(quasar) nebula
2024-03-31replacer: use pedantic external link matching(quasar) nebula
2024-03-31content, css: always allow wrapping on external links from content(quasar) nebula
2024-03-31content: transformContent: allow disabling external link cue(quasar) nebula
2024-03-31content: linkExternal: return placeholder on invalid URL(quasar) nebula
2024-03-31data-checks: reportContentTextErrors: report invalid external URLs(quasar) nebula
2024-03-31replacer: preserve source i/iEnd through postprocessing(quasar) nebula
2024-03-31replacer: don't struggle with multiple links on line line(quasar) nebula
(hopefully)
2024-03-31content, css: linkExternal: indicateExternal slot + new design(quasar) nebula
2024-03-31content, css, test: tweak external link white-space handling(quasar) nebula
2024-03-31content: transformContent: basic external-link node support(quasar) nebula
2024-03-31content: transformContent: link -> internal-link, misc cleanup(quasar) nebula
2024-03-31content: transformContent: output processed-link, processed-image(quasar) nebula
These are somewhat different structures than the link and image nodes returned by the replacer. They refer to essentially the same things, but the data structures themselves shouldn't be conflated.
2024-03-31linkExternal: add content slot(quasar) nebula
There's not necessarily a use for linkExternal with content slot on its own as of this commit, compared to a normal html.tag('a'), because linkExternal basically just wraps formatExternalLink and the content slot opts out of using that. But this does allow this component to be used in places now... and extended upon... later!
2024-03-31content: linkExternal: tweak generate layout for nicer refactoring(quasar) nebula
2024-03-31language: return html.blank() from formatExternalLink(quasar) nebula
2024-03-31data: complain about normal <a href> in content strings(quasar) nebula
Using <html:a href> allows bypassing this where it's still necessary (mainly because we're using a non-link tag as the content for the link, as in the changelog, and don't support properly nested nodes just yet).
2024-03-31replacer: parse external links as nodes w/ marked's regex(quasar) nebula
2024-03-31external-links: updated Bandcamp icon(quasar) nebula