« 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-06-18data: Contribution.{previous,next}BySameArtist(quasar) nebula
2024-06-18data: set artistProperty on forwards contribution lists(quasar) nebula
2024-06-18data: Contribution.artistProperty(quasar) nebula
2024-06-18language: encapsulate(quasar) nebula
2024-06-18data: withReverseContributionList: drop 'mode' option(quasar) nebula
2024-06-18data: artist: drop {tracks,albums}as{Artist,Contributor,..etc..}(quasar) nebula
2024-06-18content: gAIPFlashesChunkedList: general refactor a la tracks(quasar) nebula
2024-06-18data: artist: more contribution-y properties(quasar) nebula
2024-06-18data: artist: scope contribution properties to thing kind(quasar) nebula
2024-06-18data, content: various property & thing-type matches(quasar) nebula
2024-06-18data: Contribution.associatedContributions(quasar) nebula
2024-06-18data: Track.contributionContribs: use computed date(quasar) nebula
2024-06-18data: artist: fix contributorContributions getting artist contribs(quasar) nebula
2024-06-18data: withCoverArtDate refactor, make Album.coverArtDate updatable(quasar) nebula
2024-06-18data: Artist.artistContributions, Artist.contributorContributions(quasar) nebula
2024-06-18data: redate inherited contribution lists(quasar) nebula
2024-06-18data: apply contribution dates when resolving(quasar) nebula
2024-06-18data: Contribution.date (stub)(quasar) nebula
2024-06-18data: withCoverArtDate(quasar) nebula
2024-06-18data: track: withTrackArtDate(quasar) nebula
2024-06-18data: track: withDate(quasar) nebula
2024-06-18data: Artist.totalDuration(quasar) nebula
This is sort of a stub / proof of concept function. The contained logic may be refactored a bit more still!
2024-06-18data: Track.isOriginalRelease, Track.isRerelease(quasar) nebula
2024-06-18data: inheritContributionListFromOriginalRelease(quasar) nebula
2024-06-18data: withRecontextualizedContributionList(quasar) nebula
2024-06-18data: contribution: countIn{Contribution,Duration}Totals(quasar) nebula
2024-06-18data: contribution: matchingPresets(quasar) nebula
2024-06-18data: WikiInfo: contributionPresets(quasar) nebula
2024-06-18data: contribution: context(quasar) nebula
2024-06-18data: contribution: thingProperty(quasar) nebula
2024-06-18data: transparent basic Contribution objects(quasar) nebula
2024-06-08content, data: Flash.coverArtDimensions(quasar) nebula
2024-06-07language: #formatListHelper: explicitly blank for null/undefined(quasar) nebula
Undefined isn't implied by empty() call so this is a behavioral change, too.
2024-06-07language: null/undefined handling for date formatting fns(quasar) nebula
2024-06-07language: make most formatting fns return blank for null, etc(quasar) nebula
2024-06-07lanugage: onlyIfOptions(quasar) nebula
2024-06-07language: formatString: report valueless (null/undefined) options(quasar) nebula
2024-06-07language: formatString: #iterateOverTemplate logic cleanup(quasar) nebula
2024-05-31data: WikiInfo.enableSearch, WikiInfo.searchDataAvailable(quasar) nebula
2024-05-31search: move from src/data/things to src root(quasar) nebula
2024-05-31search: output to wikiCachePath/search/index.json(quasar) nebula
2024-05-31search, upd8: write index into wikiCachePath(quasar) nebula
2024-05-31search: code style cleanup (no logic changes)(quasar) nebula
2024-05-31upd8: Search implementationGio
2024-05-19data: TrackSection: custom util.inspect (number & range info)(quasar) nebula
2024-05-19data: TrackSection.directory, find.trackSection, etc(quasar) nebula
2024-05-19data: TrackSection thing objects(quasar) nebula
Sorry this commit is kind of monolithic! It's difficult to separate out any of the changes since they're all related to track sections' basic functionality.
2024-05-08data: Album.alwaysReferenceTracksByDirectory(quasar) nebula
2024-05-01data: track: refactor inheritFromOriginalRelease(quasar) nebula
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.