aboutsummaryrefslogtreecommitdiffstats
path: root/resources/src/mediawiki.apihelp.css
Commit message (Collapse)AuthorAgeFilesLines
* API: Create a module bundle for 'apipretty' and 'apihelp'Timo Tijhof2019-07-301-109/+0
| | | | | | | | | | These are both fairly small modules used in related low-traffic scenarios. The cost of registering both globally on all page views as a top-level entry point does not seem worth the marginal gain of loading only one of these two in the contexts where they are needed. Change-Id: I42458ebec3f8d6e14e52e44d62fb914fcbeda5db
* linting: Start enforcing a basic CSS class naming rule (with lots of opt-outs)James D. Forrester2019-04-121-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Wow, so many opt-outs, and a lot of probably-not-going-to-change ones. Actually wanted pattern: * "^mw-…" Content-related classes we're probably not going to scrap: * "^wikitable$" Hard-to-change classes used in lots of skins: * "^toc$" * "^toctoggle$" * "^tochidden$" Necessary for over-rides/specificity battles: * "^oo-ui-…" Probably worth considering changing soon: * "^client-js$" * "^client-nojs$" Some of the exemptions have been applied to deprecated styles (where they're being renamed); some are for code in entirely deprecated areas themselves; some have the "wrong" name but sit alongside classes with an appropriate one. And some are, very clearly, in the wrong repo. Such sigh. Change-Id: I9b8423d53b6750b5ca79d2f69e111f75c93c5bdc
* build: Upgrade stylelint-config-wikimedia to 0.5.0 and make passVolker E2018-11-281-0/+2
| | | | Change-Id: I648375927bace5fc21bd842268c645570759ce85
* resources: Move the remaining src/mediawiki/ filesTimo Tijhof2018-05-091-0/+105
Single-file modules to src/, the remaining as sub directories. A few highlights: * mediawiki.Upload.BookletLayout. (stylesheet: no image references) * mediawiki.feedback - Also move the image to its own images/ subdir. * mediawiki.searchSuggest. (stylesheet: no image references) * mediawiki.toc. (stylesheet: no image references) Also updated any other references to 'src/mediawiki/' that I could find in core: * Fixed references in docs/uidesign/*.html * Remove redundant exclude from jsduck.json. After this, there are 4 files remaining in src/mediawiki, which are the 4 files used by the actual 'mediawiki' base module. Bug: T193826 Change-Id: I8058652892a78b3f5976397bd850741dd5c92427