https://bugzilla.wikimedia.org/show_bug.cgi?id=43689
Bartosz Dziewoński <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch-in-gerrit Summary|Implement "Templates used |Implement "Templates used |on this page" collapsing |on this page" collapsing |below edit window in core |below edit window and the | |rest of footer cleanup | |module in core --- Comment #3 from Bartosz Dziewoński <[email protected]> --- So I discovered that doing this properly will require some more work. Mostly, I'd like to avoid copying over the $.footerCollapsibleList module and use $.makeCollapsible from core. This will require adding some hooks to it in order to provide the cookie persistence support $.footerCollapsibleList provides in the footer cleanup implementation itself. When trying to do this, and discovered that $.makeCollapsible sucks more than I anticipated. I started submitting related patches to gerrit under the 'footer-cleanup-bug-43689' topic branch in mediawiki/master: https://gerrit.wikimedia.org/r/#/q/project:mediawiki/core+topic:footer-cleanup-bug-43689,n,z -- You are receiving this mail because: You are on the CC list for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
