« 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
2021-04-02basic info card layout & hover behavior(quasar) nebula
2021-04-02more url system tweaks(quasar) nebula
2021-03-31Rework URL system to be a bit less Smart(TM)(quasar) nebula
I don't actually recall what prompted all the stuff here, 8ut hey, it works at least marginally 8etter than 8efore!
2021-03-31expose link track directory via data attribute(quasar) nebula
2021-03-29Oooooooo, *mysteeeerious* data files!(quasar) nebula
2021-03-29chunk artist track lists by original date again!(quasar) nebula
i.e, show and chunk by original & art release dates as appropriate.
2021-03-29upd8.js wording cleanups + write one language opt(quasar) nebula
2021-03-25glossy background (thanks, Niklink!)(quasar) nebula
2021-03-25banner style/layout updates(quasar) nebula
2021-03-24replace unnecessary track.album expressions(quasar) nebula
2021-03-24i am extremely good at programming language(quasar) nebula
2021-03-24only load JSON files as language data(quasar) nebula
2021-03-24html attribute value escaping fixes(quasar) nebula
2021-03-24whoops, don't show banner if no banner artists(quasar) nebula
2021-03-24album banner images(quasar) nebula
2021-03-24"contributed music/art to groups" on artist pages(quasar) nebula
2021-03-16fix "random" links going to "undefined"(quasar) nebula
2021-03-12fix double-transforming track commentary, oops(quasar) nebula
2021-03-10remove THING_DIRECTORY constants once and for all(quasar) nebula
replaced by urlSpec. nice! :D
2021-03-10translate a few miscellaneous missed things!(quasar) nebula
2021-03-10add \[[ syntax to skip transforming reference text(quasar) nebula
2021-03-10simplify and un-break count.words() logic(quasar) nebula
2021-03-10use Intl.PluralRules for better num pluralization(quasar) nebula
2021-03-07let static content specify auto-formatted date(quasar) nebula
2021-03-07add support for localizing index (#123 etc)(quasar) nebula
2021-03-05--skip-thumbs option and extra CLI info(quasar) nebula
2021-03-05use Intl formatting for dates, numbers, lists(quasar) nebula
2021-03-05specify unique string per chronology heading word(quasar) nebula
2021-03-05fix contribs on artist pages showing as [Object](quasar) nebula
typescript when /j
2021-03-05fix not checking flash data errors(quasar) nebula
2021-03-04thumbnail support!(quasar) nebula
contains a new gen-thumbs.js file, which can be run on its own and is automatically called from the main hsmusic cli tool as well; see this file for details!
2021-03-03fix defaultStrings not being passed to genStrings(quasar) nebula
2021-03-03fix "false" showing up in artist strings, oops(quasar) nebula
2021-03-03only divide ref list if official group present(quasar) nebula
2021-03-03only show homepage nav links for enabled features(quasar) nebula
2021-03-03quick compat fixes when disabling features(quasar) nebula
2021-03-02rework 90% all upd8 code to support localization(quasar) nebula
2021-02-12remove 'all artist data is good' cli message(quasar) nebula
2021-02-12fix default theme not showing up(quasar) nebula
2021-02-07get rid of dead All Commentary listing link(quasar) nebula
2021-02-07link to album commentary in multiline text(quasar) nebula
2021-02-07only generate commentary index if any exists(quasar) nebula
2021-02-07don't duplic8 contrib&artist trax on artist pages!(quasar) nebula
if an artist is both an artist and contributor for a track, that track would show up twice on the artist page, and with the exact same line, due to the way the artist track list is constructed. this started happening because we combine the "as contributor" and "as artist" arrays for a given artist, which can have overlap! so now we throw a unique() utility function on top and it works like its supposed to.
2021-02-06sort album covers before track covers in gallery(quasar) nebula
provided they were released on the same date that is!
2021-02-06credit wallpapers on artist pages(quasar) nebula
(but not artist gallery pages!)
2021-02-06individual album commentary pages(quasar) nebula
2021-02-06keep processed <img>'s in <p>(quasar) nebula
2021-02-06remove a bunch of now-unused directory constants(quasar) nebula
2021-02-06tidy code comments for constants & cli args(quasar) nebula
2021-02-06generate individual news entry pages(quasar) nebula