Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-31 | content: generateArtistGroupContributionsInfo: fix N/A sort | (quasar) nebula | |
2024-05-30 | url-spec: STATIC_VERSION 2p2 | (quasar) nebula | |
2024-05-30 | client: fix scoped chronology links activating w/o switcher | (quasar) nebula | |
2024-05-30 | content: generateTrackChronologyLinks: nth track art by | (quasar) nebula | |
See #hsmusic-chat (Lan): https://discord.com/channels/749042497610842152/779895315750715422/1244675456083431576 > I think re: cover art and chronology links on the main album page - I'm > going to leave the album page as it is (always unscoped chronology links). > And change the artwork label when scoped to the album — really it only > means track art, not track+album art. | |||
2024-05-30 | content: generateChronologyLinksScopeSwitcher: manual blank detect | (quasar) nebula | |
2024-05-30 | css: drop margin-top on nav-bottom-row | (quasar) nebula | |
Chronology links are now in <details> and don't get any special margin, so nav-bottom-row doesn't need it for alignment anymore. | |||
2024-05-30 | content: generateTrackChronologyLinks: don't mix 1st & only | (quasar) nebula | |
2024-05-30 | content: generateChronologyLinksScopeSwitcher: appearance tweaks | (quasar) nebula | |
2024-05-30 | client, css: links in summaries, hover dynamics, white underline | (quasar) nebula | |
2024-05-30 | content: generateTrackChronologyLinks: align sort orders | (quasar) nebula | |
2024-05-30 | content: generateTrackChronologyLinks: count contributions properly | (quasar) nebula | |
2024-05-30 | content: generateTrackChronologyLinks: handle details collapsing | (quasar) nebula | |
2024-05-30 | content: generateTrackChronologyLinks: inline scoping logic | (quasar) nebula | |
2024-05-30 | content: generateChronologyLinks: sort most-to-least | (quasar) nebula | |
2024-05-30 | content: generateChronologyLinksScopeSwitcher | (quasar) nebula | |
2024-05-30 | content, client: generatePageLayout: experimental blocking render!? | (quasar) nebula | |
See discussion in #code-quarantine: https://discord.com/channels/749042497610842152/854020929113423924/1232398510419349608 | |||
2024-05-30 | content: generateChronologyLinks: filter no prev/next properly | (quasar) nebula | |
2024-05-30 | client: remember scoped chronology links selection | (quasar) nebula | |
2024-05-30 | content: generateChronologyLinks: "Only track by..." | (quasar) nebula | |
2024-05-30 | content, client, css: generateScopedTrackChronologyLinks: dynamics | (quasar) nebula | |
2024-05-30 | content: generateScopedTrackChronologyLinks | (quasar) nebula | |
Content in generateTrackChronologyLinks is a stub. | |||
2024-05-30 | content: generateTrackChronologyLinks | (quasar) nebula | |
Just extracts logic from generateTrackInfoPage, for now. | |||
2024-05-30 | css: tweak headings in commentary (etc) | (quasar) nebula | |
2024-05-29 | drop live reloading from live-dev-server help, For Now | (quasar) nebula | |
2024-05-29 | upd8: more build mode & step summary shenanigans | (quasar) nebula | |
This is a big commit. It is useless to describe in one, except that we're continuing to futz around with how upd8.js decides what it's doing. | |||
2024-05-29 | upd8, repl: perform web routes by default, expose in repl | (quasar) nebula | |
2024-05-29 | upd8: be more reasonable about requiring a build mode | (quasar) nebula | |
2024-05-29 | thumbs, upd8: adapt media cache path to always-present wiki cache | (quasar) nebula | |
2024-05-29 | upd8: always require --cache-path | (quasar) nebula | |
2024-05-29 | general readme update | (quasar) nebula | |
2024-05-29 | upd8, util, cli: factor out help internals; no default build mode | (quasar) nebula | |
Sorry these changes are packed together in one commit! We have no excuse. :+1: | |||
2024-05-27 | yaml: refactor common logic into parseArrayEntries (for now) | (quasar) nebula | |
2024-05-27 | content: image: fix overwriting width | (quasar) nebula | |
2024-05-21 | content, css: fix some bad relative image references | (quasar) nebula | |
2024-05-21 | url-spec: STATIC_VERSION 2p1 | (quasar) nebula | |
2024-05-21 | write: live-dev-server: nicer 404 for no page found | (quasar) nebula | |
2024-05-21 | url-spec: STATIC_VERSION 2a | (quasar) nebula | |
2024-05-21 | url-spec, web-routes, content: static subdirectories | (quasar) nebula | |
2024-05-21 | content, url-spec: use static rather than shared, drop cachebust | (quasar) nebula | |
2024-05-21 | content: client4.js -> client.js, site7.css -> site.css | (quasar) nebula | |
2024-05-21 | content: listTracksByDate: skip dateless tracks | (quasar) nebula | |
2024-05-21 | content: listArtistsByGroup: count contributions in each group | (quasar) nebula | |
Also disable the fallback behavior when divideTrackListsByGroups is empty, because what's the use of this listing at all, at that point...? | |||
2024-05-21 | content: listArtistsByDuration: don't double-count double-credits | (quasar) nebula | |
2024-05-20 | data: restore withTrackSections, but simpler now | (quasar) nebula | |
2024-05-19 | data: TrackSection: custom util.inspect (number & range info) | (quasar) nebula | |
2024-05-19 | data: TrackSection.directory, find.trackSection, etc | (quasar) nebula | |
2024-05-19 | data: referenceList: 'referenceType' input | (quasar) nebula | |
2024-05-19 | data: reportDuplicateDirectories -> reportDirectoryErrors | (quasar) nebula | |
And report null directories. | |||
2024-05-19 | test: update unit tests regarding track sections | (quasar) nebula | |
2024-05-19 | data: 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. |