Currently, there's one single RL module defined for RCFilters, we should split this up at *least* for DM/UI and "init". At the very least, we should do that so that unit tests (which are currently dependent on the single module) will not load rcfilters.init file and cause the model to be instantiated (and pre-filled) with redundant data before tests.
Description
Description
Details
Details
Project | Branch | Lines +/- | Subject | |
---|---|---|---|---|
mediawiki/core | master | +13 -5 | Split RCFilter's RL modules |
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Resolved | • DannyH | T171977 Annual Plan 2017-2018, Audiences 5: Increase current editor retention and engagement | |||
Resolved | • DannyH | T171981 Annual Plan 2017-2018, Audiences 5, Goal 2: Give better ways to monitor contributions | |||
Resolved | • jmatazzoni | T157642 Graduate New Filters UX out of beta on Recent Changes on ALL wikis | |||
Resolved | • jmatazzoni | T144458 Launch ERI RC page features as a Beta Feature to all wikis | |||
Resolved | Mooeypoo | T144448 Build all front-end elements for the new Recent Changes (RC) Page user interface | |||
Resolved | Mooeypoo | T156532 RCFilters UI: Split ResourceLoader modules |
Event Timeline
Comment Actions
Change 337206 had a related patch set uploaded (by Mooeypoo):
Split RCFilter's RL modules
Comment Actions
This is done. I'm moving to QA because that's the general way we do things - but I am not sure if there's anything to actually QA here.
We just changed the modules, which means QUnit tests load only the DM rather than everything.