| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-06-05 | find: move miscapitalization responsibility to findHelper | (quasar) nebula | |
| repeat errored by-name references as though capitalization-fuzzy; if there's then a match, this is a capitalization error interacts with the same fuzzy cache as when quering this data capitalization-fuzzy from any other external entry. this probably consumes extra long-lasting memory (cache) in cases where no fuzzy search would be performed - though only if there are failed refs to double-check in the first place (however, there ARE expected failed refs in mixed-find uses, so real normal memory footprint is possibly increased there.) | |||
| 2026-06-05 | checks: report artwork artist and art tag reference errors | (quasar) nebula | |
| 2026-06-05 | client, search: name detail | (quasar) nebula | |
| 2026-06-05 | find, data: redirection overrides, use nameForReferencingAcrossWiki | (quasar) nebula | |
| 2026-06-05 | data: Album.nameFor{ReferencingAcrossWiki,Sorting} | (quasar) nebula | |
| 2026-06-05 | sort: redirection overrides, sort by nameForSorting | (quasar) nebula | |
| 2026-06-04 | content: generateAlbumReleaseInfo: date style, oops | (quasar) nebula | |
| 2026-06-04 | content: gAIP: exclude meta-albums from rerelease relationships | (quasar) nebula | |
| 2026-06-04 | content, data: Track.datePosted, etc | (quasar) nebula | |
| 2026-06-03 | content: gAIP{*}Chunk: name detail for chunk link | (quasar) nebula | |
| 2026-06-03 | content: gAIPTracksChunkItem: show track name detail | (quasar) nebula | |
| 2026-06-03 | content: generateTrackListItem: fix bad showDetail value | (quasar) nebula | |
| actually only affects flash page rn | |||
| 2026-06-01 | data: AAAAAAAAAAAAAAAA sort dates nicely, sort name detail | (quasar) nebula | |
| 2026-06-01 | content: transformContent: show name detail inside link | (quasar) nebula | |
| 2026-06-01 | data: Track: new contribs on secrelease count toward totals | (quasar) nebula | |
| 2026-06-01 | content: un-stub album gallery pages if multiple cover artwork | (quasar) nebula | |
| 2026-06-01 | content: generateAlbumGalleryPage: 10% of my album | (quasar) nebula | |
| 2026-05-31 | content: generateAlbumBanner: path | (quasar) nebula | |
| 2026-05-31 | data, content, css: Artwork.fileNotes | (quasar) nebula | |
| 2026-05-28 | content: generateTrackInfoPage: fix single accent | (quasar) nebula | |
| 2026-05-28 | data: Track.suffixDirectory from name detail | (quasar) nebula | |
| 2026-05-28 | urls: that but for media too | (quasar) nebula | |
| 2026-05-28 | urls: /vgm-album/ -> /album/vgm/ | (quasar) nebula | |
| 2026-05-28 | content: fix albums without wallpapers. oh my god | (quasar) nebula | |
| 2026-05-28 | content: fix album wallpapers lol | (quasar) nebula | |
| 2026-05-28 | content: generateAlbumLinkNavAccent & friends | (quasar) nebula | |
| 2026-05-28 | client: sidebar-search: in-game vgm result kind | (quasar) nebula | |
| 2026-05-28 | content, urls, client: /vgm-album/ | (quasar) nebula | |
| 2026-05-28 | data: Track.directoryWithinAlbum | (quasar) nebula | |
| 2026-05-26 | data, urls: vgm-album-art and suchness | (quasar) nebula | |
| 2026-05-26 | data: Album.nameDetailForTracks | (quasar) nebula | |
| 2026-05-26 | content, data: Album.nameDetail | (quasar) nebula | |
| 2026-05-26 | data: Album, Track: artistless artworks (Has Cover Art: true, etc) | (quasar) nebula | |
| 2026-05-26 | search: reorder types | (quasar) nebula | |
| 2026-05-25 | content, data: Album.style "in-game vgm" | (quasar) nebula | |
| 2026-05-25 | content, data: Track.nameDetailWithinAlbum, directory magic, etc | (quasar) nebula | |
| 2026-05-24 | content: you win some, you lose some | (quasar) nebula | |
| 2026-05-23 | content: generateFlashInfoPage: fix manifested homestuck urls | (quasar) nebula | |
| 2026-05-23 | css: tune sticky subheading shadow | (quasar) nebula | |
| 2026-05-23 | content: generateListAllAdditionalFilesChunk: got no files | (quasar) nebula | |
| 2026-05-23 | content, language: guard formatExternalLink, related upd7 | (quasar) nebula | |
| 2026-05-23 | language: fix formatList on null/undefined | (quasar) nebula | |
| 2026-05-23 | urls: staticVersion 5p11 | (quasar) nebula | |
| 2026-05-23 | language: drop unitOnly | (quasar) nebula | |
| 2026-05-23 | content: gAIPAdditionalFilesChunkItem: model more like listing | (quasar) nebula | |
| 2026-05-23 | la | (quasar) nebula | |
| 2026-05-23 | content: generateAdditionalFilesListChunk: drop context contribs | (quasar) nebula | |
| The logic was deliberately twitchy and probably that isn't quite for the best, but more importantly, hiding links means hiding the hoverable, and chronology links become inaccessible and broken up. | |||
| 2026-05-23 | content, data: additional file chronology links | (quasar) nebula | |
| 2026-05-23 | data: Album, Track: expect proper AdditionalFile subclasses | (quasar) nebula | |
| These were already getting provided, and accepted, since of course the subclasses inherit from the superclass. | |||
| 2026-05-23 | css, client: adapt <summary> to support hoverable/tooltip | (quasar) nebula | |
| This is the first commit where we're using :has() and nested rules. Both of those are considered baseline December 2023, and we figure that will be at least *about* three years ago once this update is released. | |||