Age | Commit message (Collapse) | Author |
|
Cheats a degree of immunity to secrelease shenanigans by making
(musical) track references universally *never* point to a track
with a "Main Release" field (i.e. a seconday release).
Still, #checks continues to detect and error when you're really
pointing to a secondary release, and shouldn't be doing that.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This will have no unforeseen consequences.
Which is to say, one good consequence.
|
|
|
|
|
|
|
|
|
|
This will have no unforeseen consequences.
Which is to say, no consequences.
|
|
|
|
Checking contentOnly only tells if a tag is, you know,
content-only. But other tags are content, and they were
getting stringified here! This caused chunkwrap to intrude
where it shouldn't, thinking it really was getting passed
a string of normal, non-HTML content.
We're using html.smush() to the intended effect now,
still collapsing those tags flat and then iterating over
the contents to sanitize like usual.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Just inherited, for easy access.
|
|
Including with zero duration!
|
|
|
|
|
|
|
|
|
|
Total bullshit. Sorry!
|
|
|
|
|
|
|
|
|
|
|
|
|