« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/data/things
AgeCommit message (Collapse)Author
2024-05-01data: very roughly respect pre-existing property descriptors(quasar) nebula
This is some nonsense. Should be better integrated later on so as to support general implicit property descriptor inheritance, but this allows for Thing itself to describe properties that every Thing instance should have, at least.
2024-05-01cacheable-object: define properties on symbol, allow symbol props(quasar) nebula
This commit really does two separate things: * Move the definition for `propertyDescriptors` from that string key into `Symbol.for('CacheableObject.propertyDescriptors')` * Allow and support descriptors for key-based properties, by iterating over Reflect.ownKeys() instead of Object.entries()
2024-04-13data: Track.coverArtDimensions(quasar) nebula
2024-04-13data: Album.coverArtDimensions ("Cover Art Dimensions")(quasar) nebula
2024-04-12language: #wrapSanitized: bless prefab attributes(quasar) nebula
2024-04-12language: filter & warn mismatched options on strings expose(quasar) nebula
2024-04-12language: refactor languageOptionRegex(quasar) nebula
2024-04-04data, data-checks: Flash.commentary (etc)(quasar) nebula
2024-04-03data: flash: improve missing-docoument-type reporting(quasar) nebula
2024-04-03data: flash-act: inherit list terminology from side(quasar) nebula
2024-04-03data: flash: remove Jump, Jump Color(quasar) nebula
2024-04-03data: FlashSide (data processing & loading)(quasar) nebula
2024-04-03data: flash: make act use withFlashAct(quasar) nebula
2024-03-31language: return html.blank() from formatExternalLink(quasar) nebula
2024-03-29content, external-links: [normal, compact] -> [platform, handle](quasar) nebula
2024-03-18data: Bandcamp album/track IDs(quasar) nebula
2024-03-01data: group: don't assume description is set(quasar) nebula
2024-02-16data: move sorting & generic functions out of #wiki-data(quasar) nebula
2024-02-16sugar: move many functions into new #aggregate import(quasar) nebula
2024-02-16more eslint fixes(quasar) nebula
Oops we accidentally excluded this from #415.
2024-02-16data: track: comment on self-inspecting album in custom inspect(quasar) nebula
2024-02-16data, yaml: find.artistIncludingAliases -> find.artistAlias(quasar) nebula
2024-02-14data, test: misc. internal re-release -> rerelease(quasar) nebula
2024-02-06data: track: inherit lyrics from original release(quasar) nebula
2024-02-06data: track: set fallback when inheriting from original release(quasar) nebula
2024-02-06stub franchises fields(quasar) nebula
2024-01-30find, data: move find specs into Thing subclasses(quasar) nebula
2024-01-30data: artist: combine artistData with artistAliasData(quasar) nebula
2024-01-30data: artist: custom util.inspect (show alias info)(quasar) nebula
2024-01-30data: pre-sort artists, mark group non-sorting(quasar) nebula
2024-01-30data, yaml: store sorting info on getYamlLoadingSpec(quasar) nebula
2024-01-30data, yaml: store data step info on Thing constructors(quasar) nebula
2024-01-30data, yaml: mark ignored fields on `fields`(quasar) nebula
2024-01-30data: tidy things folder & imports, nicer fields yaml spec(quasar) nebula
2024-01-30data: inputThingClass -> isThingClass, use global Thing symbols(quasar) nebula
2024-01-30data: global Thing symbol cleanup(quasar) nebula
2024-01-30yaml, data: store document specs statically on Thing subclasses(quasar) nebula
2024-01-17data: fix missing unique importleo60228
2024-01-17data: {albums,tracks}AsCommentator -> reverseReferenceList(quasar) nebula
2024-01-17data: stub reverseContributionList(quasar) nebula
2024-01-13data: Album.artTags: empty without cover artist contribs(quasar) nebula
2024-01-13data: Track.artTags: empty without unique cover art(quasar) nebula
2024-01-09validators: junk whitespace refactor and additions(quasar) nebula
2024-01-09data: language: fix missing/misplaced option formatting(quasar) nebula
2024-01-06validators, test: don't include line break in surroundings(quasar) nebula
2024-01-06validators: isContentString: indicate actions to take(quasar) nebula
2024-01-06validators: isContentString: tweak trim whitespace pos messaging(quasar) nebula
2024-01-06data: various simpleString -> contentString(quasar) nebula
2024-01-06data: Language.name simpleString -> name(quasar) nebula
2024-01-06validators, test: define various validators with isContentString(quasar) nebula