Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-11-02 | content: generateGroupInfoPageAlbumsListByDate | (quasar) nebula | |
2024-11-02 | data: Group.serieses | (quasar) nebula | |
2024-10-30 | data, content: remove shared and inferred additional names | (quasar) nebula | |
Removes: - inferredAdditionalNameList (#composite/things/track) etc - sharedAdditionalNameList (#composite/things/track) etc - "specificAlbumExclusive" / "This Album Only" field - "from" property / "on {ALBUMS}" accent (content) - generateTrackAdditionalNamesBox (no leftover dynamics) - related snapshot test | |||
2024-10-30 | data: "This Album Only" field for additional names | (quasar) nebula | |
2024-10-30 | data: withFilteredList: flip option | (quasar) nebula | |
2024-10-30 | content: generateTrackList{,Item}: colorMode slot | (quasar) nebula | |
2024-10-28 | content: generateAdditionalNamesBoxItem: no punctuation absorb | (quasar) nebula | |
2024-10-24 | content: add missing quickDescription.readMore string | (quasar) nebula | |
Used when the quick description element's description does not contain a split (but there are extra reading links). We missed carrying over this string from networked-tags during commit 7c2d3127. | |||
2024-10-20 | content: gAIPCommentaryChunkedList: blank when empty | (quasar) nebula | |
A bit belated, oops. | |||
2024-10-20 | content: generateTrackListItem | (quasar) nebula | |
Turns out yeah, these are worth combining. | |||
2024-10-20 | content: generateTrackList: featuring credits | (quasar) nebula | |
This code is basically copy-pasted from generateAlbumTrackListItem, maybe it should be a common component??? Probably not. | |||
2024-10-20 | content: generateArtistCredit: fix mis-shown featuring annotation | (quasar) nebula | |
2024-10-20 | css: every browser representation | (quasar) nebula | |
2024-10-20 | css: firefox representation | (quasar) nebula | |
2024-10-20 | css: s.spoiler | (quasar) nebula | |
2024-10-14 | content: gAIPCommentaryChunkedList: no punc. absorb in annotations | (quasar) nebula | |
2024-10-14 | content: gAIP{Chunk,ChunkItem,Artworks*}: layer trimming higher | (quasar) nebula | |
This basically reverts commit 53794015 (which introduced the trimAnnotation slot). Behavior is pulled out of gAIPChunkItem and into gAIPArtworksChunkItem, with slots similarly shuffled around. | |||
2024-10-14 | replacer: auto-colorize whole summary by default | (quasar) nebula | |
2024-10-14 | content, css: colorize summary `span > b` instead of .group-name | (quasar) nebula | |
2024-10-14 | css, replacer: style <details> in content text | (quasar) nebula | |
2024-10-09 | write: live-dev-server: fix premature close crash in pipeline | (quasar) nebula | |
2024-10-05 | content: generateCommentaryEntry: no absorb in heading annotation | (quasar) nebula | |
2024-10-05 | content: transformContent: absorbPunctuationFollowingExternalLinks | (quasar) nebula | |
2024-10-05 | content, css: linkExternal: suffixNormalContent slot | (quasar) nebula | |
2024-10-04 | content: generateFlashInfoPage: commentary above crediting sources | (quasar) nebula | |
2024-10-04 | restore artist commentary to flash pages | leo60228 | |
2024-10-02 | content: transformContent: no break between items of 10+ <ol> | (quasar) nebula | |
2024-09-30 | yaml: parseAdditionalNames: accept empty name | (quasar) nebula | |
Evil | |||
2024-09-30 | validators: isContentString: accept empty string | (quasar) nebula | |
Evil | |||
2024-09-30 | validators: isAdditionalName: expect name as content string | (quasar) nebula | |
In practice additional names are presented as content strings, so this is just improved accuracy. | |||
2024-09-30 | data, content: album additional names | (quasar) nebula | |
2024-09-30 | content: generateAdditionalNamesBox: blank w/o content | (quasar) nebula | |
2024-09-29 | sugar: findIndexOrEnd | (quasar) nebula | |
Unused, but a nice utility to have for some other time | |||
2024-09-23 | content: transformContent: override Tokenizer.url, ignore emails | (quasar) nebula | |
2024-09-13 | data: WikiInfo.canonicalBase: don't error if null | (quasar) nebula | |
2024-09-12 | write: actually incorporate universalUtilities /eyeroll | (quasar) nebula | |
2024-09-12 | write: repl: use universalUtilities | (quasar) nebula | |
2024-09-12 | write, upd8: factor out universalUtilities | (quasar) nebula | |
2024-09-12 | write: factor out commonUtilities | (quasar) nebula | |
2024-09-12 | write: live-dev-server: factor out startTiming | (quasar) nebula | |
2024-09-12 | write: live-dev-server: factor out getContentType | (quasar) nebula | |
2024-09-11 | content: generateAlbumSocialEmbed: use group name, not directory | (quasar) nebula | |
How does this even happen | |||
2024-09-11 | content: generateSocialEmbed: resolve to string in json mode | (quasar) nebula | |
2024-09-11 | content: generatePageLayout: fix missing json+oembed link | (quasar) nebula | |
2024-09-11 | data: WikiInfo: make canonicalBase always end with slash | (quasar) nebula | |
2024-09-11 | write: pagePathStringFromRoot | (quasar) nebula | |
2024-09-11 | content: generateTrackSocialEmbedDescription: implement this | (quasar) nebula | |
Geez | |||
2024-09-11 | content: generateAlbumSocialEmbedDescription: code cleanup | (quasar) nebula | |
Also fixes #555 by scrapping hasAny altogether. | |||
2024-09-04 | data: reverseSingleReferenceList | (quasar) nebula | |
2024-09-04 | data: withReverseList_template | (quasar) nebula | |