EricDunsworth

Results 33 issues of EricDunsworth

The subway menu previously didn't appear at all when JavaScript was disabled. This addresses it by only hiding the menu if the "js" class is detected and if the page...

* Home page breadcrumb links: * Write them as follows: * English: "GCWeb home" (some were previously written as "GCWeb") * Français: "GCWeb accueil" (many were previously written as "GCWeb",...

Fixes the root cause of an "invalid property name" warning in the ``cssmin`` task. But the warning won't go anywhere since the flawed line comment still exists in the "frozen"...

- Fixes #1634 - Supersedes #1676 - Related to #1654

Port of wet-boew/wet-boew#8747

Fixes layout issues when styling summaries as headings and/or placing headings within them. Specific changes: * Add a second set of heading font size variables that represent pixel units (uses...

Reasoning: - This task generated modified copies of all top-level pages within a /provisional/ folder. - The only obvious difference in affected pages was that their headers appeared to be...

WET core's ``getId()`` method was initially designed to increment a seed number in conjunction with a WET-specific auto ID naming scheme ("wb-auto-#"). That's fine in theory, but doesn't guarantee that...

When the filter and tag filter plugins were used together, typing anything into the text filter field caused the tag filter plugin to raise TypeError exceptions. Although it didn't noticeably...