« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
AgeCommit message (Expand)Author
2021-06-04module-ify homepage(quasar) nebula
2021-06-04module-ify static pages(quasar) nebula
2021-06-03module-ify news pages & index; new page module fns(quasar) nebula
2021-06-03module-ify artist and artist alias pages(quasar) nebula
2021-06-03don't hard-code page build flags in upd8.js(quasar) nebula
2021-06-03prefer consistent layout HTML over hacky CSS(quasar) nebula
2021-06-03CSS hack(?) to fix too wide content area(quasar) nebula
2021-06-01module-ify group pages(quasar) nebula
2021-06-01module-ify track pages(quasar) nebula
2021-06-01basic module-ify album pages(quasar) nebula
2021-06-01let progressPromiseAll take non-promise fns(quasar) nebula
2021-06-01embed to() inside banner & cover image code(quasar) nebula
2021-05-27css updates for better mobile layout(quasar) nebula
2021-05-27add missing logError import in util file, oops!(quasar) nebula
2021-05-27"from (group)" accents on group album lists(quasar) nebula
2021-05-27fallback "Track list" track group in album sidebar(quasar) nebula
2021-05-27fix colors showing in chronology links(quasar) nebula
2021-05-25bigass code refactor (no more legacy page writes)(quasar) nebula
2021-05-14move the other string utilities in with genStrings(quasar) nebula
2021-05-14move genStrings into its own file(quasar) nebula
2021-05-14rename "search" fns to "find", move to utils(quasar) nebula
2021-05-13page color "bleeds" into backdrop; remove blur fx(quasar) nebula
2021-05-10color name of track groups in sidebar(quasar) nebula
2021-05-10leave sidebar <details> collapsed on album pages(quasar) nebula
2021-05-09collapsible track groups in sidebar! (ty Niklink)(quasar) nebula
2021-05-09encapsulate wiki data as one shared-around object(quasar) nebula
2021-05-09new 'Listed on Homepage' field for albums(quasar) nebula
2021-05-07Merge branch 'tf-parser' into staging(quasar) nebula
2021-05-07use banner dimensions from data, not arbitrarily(quasar) nebula
2021-05-06break up utility file, get build for sure working(quasar) nebula
2021-05-05move upd8 code files into their own directory(quasar) nebula
2021-05-05relatively acceptable HTML utility shenanigans(quasar) nebula
2021-05-04Merge branch 'master' into staging(quasar) nebula
2021-05-03artist data + more tweaks to trim file redundancy(quasar) nebula
2021-05-03add album data files and tweak track data too!(quasar) nebula
2021-04-30more compact layout for album/track pages! (ty...)(quasar) nebula
2021-04-30treat sibling-direction AKA as other releases(quasar) nebula
2021-04-19transform replacer arguments tf-parser(quasar) nebula
2021-04-19trim whitespace surrounding first/last text nodes(quasar) nebula
2021-04-19move textOnly tag test before advancing past "[["(quasar) nebula
2021-04-19fix incorrect iEnd values on text nodes(quasar) nebula
2021-04-17fix broken album links on tag pages (ty, megatti!)(quasar) nebula
2021-04-16connect parser to updated replacer & rest of code!(quasar) nebula
2021-04-16show line and column position in parse errors(quasar) nebula
2021-04-16match hash/replacerValue only without preceding WS(quasar) nebula
2021-04-16add end index to node info(quasar) nebula
2021-04-16add hash to tag syntax(quasar) nebula
2021-04-16fix final text not being added as node(quasar) nebula
2021-04-15simple replaceKey/Value syntax (cur: 110k/sec)(quasar) nebula
2021-04-15remove unused original code(quasar) nebula