« 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
16 hoursdata, infra: auto-inherit yaml document specs(quasar) nebula
16 hoursdata: CacheableObject: fix hasPropertyDescriptor(quasar) nebula
can detect stuff from non-null-prototype objects now, but this is for checking the presence of (generally static-queried) descriptors, not listing
16 hoursdata: Adventure (wip!!!! wip!!!! wip!!!! wip!!!!)(quasar) nebula
16 hoursdata, infra: better CacheableObject prototype inheritence(quasar) nebula
Basically, properties (as written in source code) are only registered once EVER, instead of "also" on subclasses, which was previously the case - we were literally copying over the descriptors and then re-evaluating as though they were new. That's the goal, but to make it happen, we had to redo how default property values are initialized. Things no longer self- prepare by making a "storage" for all their cached values with null, or defaults, filled in - instead they create a new object which inherits those defaults from their prototype. This object respectively has the prototype of the superclass' prototype's defaults, and so on. A nice effect is that validating defaults against update.validate specs now happens during prototype finalization, instead of every time any instance is instantiated. We also had to do the same kind of inheritence shenanigans with the full propertyDescriptors specs themselves. The real-world performance boost for this is probably more or less zero RIGHT NOW, because Thing subclassing is used crazy sparingly (and there's still work to make it really nice). But if [[Prototype]] chains don't really take memory, then possibly this cleans up a lot of extremely similar objects where every new Thing property multiplies memory usage across all instances of that thing, regardless how few actually set a value. Maybe! Who knows what V8 really optimizes, but maybe!
16 hoursdata, infra: actually sort subclasses after superclasses(quasar) nebula
critically necessary for literally any inheritence shenanigans
16 hoursdata: link flashes, acts, and sides directly(quasar) nebula
same as 67a936adc308a5bec6c969c90d8811fcbce3009b and 4362324b40da9daa54c9c6c3a821b0cccaec71a0 (combined into one and with more save() cleanup)
33 hourscan't commit this(quasar) nebula
33 hourscontent: image: shush about missing thumbnails(quasar) nebula
2025-11-04content: consider language order for tooltip offset(quasar) nebula
2025-11-04language: language.orderStringOptions() / language.$order()(quasar) nebula
2025-11-04content, css: always control offset-tooltip effect from content(quasar) nebula
2025-11-04content: gAIPChunk: albumLink, flashActLink slots -> link(quasar) nebula
2025-11-04content: gAIPChunk: items slot -> list(quasar) nebula
2025-11-03search: don't count "edits for wiki" for artist groups(quasar) nebula
2025-11-03search: fresher artist groups math(quasar) nebula
2025-11-03search: first try at artist groups(quasar) nebula
2025-11-03cilent, search: access isTrack, isAlbum etc(quasar) nebula
2025-11-03client, search: fix bad Object.hasOwn() accesses(quasar) nebula
2025-11-03client, search: add additionalNames to interestingFieldCombinations(quasar) nebula
2025-11-02content: gGIPAlbumsListBySeries: actually show series descriptions(quasar) nebula
2025-10-26client: fix dynamic links missing '/' at end(quasar) nebula
Fixes navigating search results spamming the live-dev-server console with "[301] (trl. shash) ..."-type messages... finally!
2025-10-26content: image: uri-decode mediaSrc(quasar) nebula
2025-10-25content, css: gAIPTracksChunkItem: consider credited releases(quasar) nebula
2025-10-25data: let secondary releases' artists differ from main release(quasar) nebula
2025-10-25data, content: Track.artistTextInLists(quasar) nebula
2025-10-25wiki-data: matchMarkdownLinks: use fuller-fat tokenizer.link()(quasar) nebula
Apparently setting pedantic is not necessary to get the existing example case to work properly.
2025-10-25content, css: content-code overflow indicator(quasar) nebula
2025-10-25css: content-code precision(quasar) nebula
2025-10-25content, css: transformContent: fenced code blocks(quasar) nebula
2025-10-24content: gTIPPreviousProductionLine: fix missing list format(quasar) nebula
2025-10-24upd8: reportDirectoryErrors messaging(quasar) nebula
2025-10-24checks: reportDirectoryErrors: consider blank directory missing(quasar) nebula
2025-10-24search: aliasNames -> artistAliases(quasar) nebula
2025-10-24data: use subdocs for artist aliases(quasar) nebula
They're still exposed as Artist instances. This commit only changes how those instances come to be, and are bound with the main artist.
2025-10-24data: Thing.getReference: include name in missing directory throw(quasar) nebula
2025-10-23content, data: Track.previousProductionTracks(quasar) nebula
2025-10-23content: generateNearbyTrackList(quasar) nebula
makes generateTrackList more general
2025-10-23content: generateTrackListItem: showArtists: 'auto'(quasar) nebula
2025-10-23html, infra: html.inside(), html.findInside()(quasar) nebula
Ooooo
2025-10-23language: preserve and surface lone-item templates(quasar) nebula
2025-10-23content: image: slight wiggle room in srcset natural sizes(quasar) nebula
2025-10-23content: image, generateCoverArtwork: responsive resolution(quasar) nebula
2025-10-22content: linkThing: fix not passing preferShortName through(quasar) nebula
2025-10-21content: transformContent: marked 13 compat, custom inline render(quasar) nebula
2025-10-21content: generateCommentaryIndexPage: use npm word-count instead(quasar) nebula
2025-10-21content: generateCommentaryIndexPage: count facing words(quasar) nebula
2025-10-21language: countWords()(quasar) nebula
2025-10-21html: resolve(..., {normalize: 'plain'})(quasar) nebula
2025-10-21content: generate{Absolute,Relative}Datetimestamp: always tooltip(quasar) nebula
2025-10-21content: generateAbsoluteDatetimestamp: {minimal,year}-difference(quasar) nebula