Age | Commit message (Collapse) | Author |
|
|
|
|
|
Just like stubTemplate, but the result is ready for passing to
evaluate.load's {mock} option, and the template's content is
formatted to include the content function's provided arguments
as well.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* New slot to disable id attribute, so component is more versatile
* Fixes including false in return array for null previous/next slots
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is what's used for all contributions anyway, so no need to
have every call to linkContribution manually destructure whatever
contribution is being provided.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit 86e8b47b5aeeae5f2fc3b87bb5930fb4c25f88ab.
|
|
Spooky scary skeletons
Also includes a bonus very dumb performance test!
|
|
|
|
|
|
* generateContributionLinks replaced with linkContribution,
tests still need updating
* album pages respect albums without cover art
* track pages without unique art inherit art tags from album
(fixes #13)
not heavily tested, this commit probably breaks some pages
which were loading correctly before
|
|
|
|
|
|
|