Jack Phoenix
7e956119b7
Styling for the <tt> tag
...
Bug: T175709
Change-Id: I7461f65ee11c0f68ac3e635a72d993c44a0cc1c6
7 years ago
Isarra
5570b3fdd9
Make Echo icons more likely to remain inline
...
Sometimes they wind up stacked vertically. They should be
horizontal. I don't know.
Change-Id: I92eaaa6c2e52944d818f042ea1bfed4a43ed0943
7 years ago
Translation updater bot
c35959ddd0
Localisation updates from https://translatewiki.net .
...
Change-Id: Ia4c70aa285acba21ebead5a63320c1dae01d4df2
7 years ago
Umherirrender
34f1ea9347
build: Updating mediawiki/mediawiki-codesniffer to 0.12.0
...
Change-Id: I5dd5bee53e7d720130926aeaa5d115b0806af27c
7 years ago
Translation updater bot
d987710180
Localisation updates from https://translatewiki.net .
...
Change-Id: I6e5880479a24df2a9739f49f8d80981f453899a1
7 years ago
Translation updater bot
a116db653e
Localisation updates from https://translatewiki.net .
...
Change-Id: I0f915f192a57cc8b0b96cdf5d03c4bb13cd61dfe
7 years ago
Translation updater bot
5689d6aa4b
Localisation updates from https://translatewiki.net .
...
Change-Id: I9bac2a032ea7e82d48fdb082e5137586bc34531d
8 years ago
Translation updater bot
b4b93592af
Localisation updates from https://translatewiki.net .
...
Change-Id: Id2b5b6b220db26e80b6d56f3f74ec774181bb608
8 years ago
Translation updater bot
238df9d591
Localisation updates from https://translatewiki.net .
...
Change-Id: I3f053776088f954c0e3268de35ea329e90102eb8
8 years ago
Translation updater bot
5b275bb0c5
Localisation updates from https://translatewiki.net .
...
Change-Id: Ibce06bdf35e7c0fc6b26d783fa3b6a7a588d3de0
8 years ago
Umherirrender
164c1032a9
Use json extension for .stylelintrc
...
Bug: T173516
Change-Id: I9af9be524ca103a626620ca6c6492e8f39ff8331
8 years ago
jenkins-bot
47a7c01ba7
Merge "Remove a bunch of entirely unnecessary stuff from composer.json"
8 years ago
Translation updater bot
c3c2415b89
Localisation updates from https://translatewiki.net .
...
Change-Id: I50bea396dda6dd9f6851990dc99c5553eb30f14b
8 years ago
Isarra
1d2636dfdf
Fix messed up recent changes/watchlist legends
...
Bug: T173151
Change-Id: Iedf0f7dd9d03ea43db6355ccc09fb731187abf60
8 years ago
Kunal Mehta
45e2c28824
build: Updating mediawiki/mediawiki-codesniffer to 0.11.0
...
Change-Id: I776b8855eaf8a61380b785dd4ced6fb5cfec4a6e
8 years ago
Kunal Mehta
421a165afd
Remove a bunch of entirely unnecessary stuff from composer.json
...
This isn't meant to be published as a composer package, so all of that
information is unnecessary and redundant.
Change-Id: I6df06ccd1acb60e9861694f73b90c94f20b15fde
8 years ago
jenkins-bot
9049d7082d
Merge "Remove overly-generic line-height selector"
8 years ago
Translation updater bot
7bb7e5627f
Localisation updates from https://translatewiki.net .
...
Change-Id: I6bb41d5e9018d711cfcb6f8d48004e898a50f463
8 years ago
Ed Sanders
58eaa7392e
Remove overly-generic line-height selector
...
Change-Id: Ic672d49fe3337d5db065bca0e32f73e3fc4b01e9
8 years ago
jenkins-bot
650f5a5425
Merge "build: Resolve suppressed eslint warnings"
8 years ago
jenkins-bot
27b5a59317
Merge "build: Switch from JSHint to ESLint"
8 years ago
Timo Tijhof
b925a9e1b0
build: Resolve suppressed eslint warnings
...
* Consistent string quoting style.
* Consistent spacing.
* Remove unused variables.
Change-Id: I6f78f1127c563ae3f81b6268eb896b2441ffd840
8 years ago
Timo Tijhof
67f3403d29
build: Switch from JSHint to ESLint
...
Change-Id: Ie090d1ba345b5e59c06c5aaa30cacfb14a41dc2d
8 years ago
Bartosz Dziewoński
58e8c3d47d
Use transparent for invisible borders of page navigation rather than white
...
This makes the effect better when you override page background color,
like we do on mediawiki.org e.g. on manual pages like
<https://www.mediawiki.org/wiki/Manual:Installation_guide >.
Change-Id: Ie863d11b19a56ab6cf75ff4b8dfcd2d74b69ce1d
8 years ago
Bartosz Dziewoński
d2d7b82aaf
Add skin screenshots for the installer
...
Screenshots for all four supported width modes.
Bug: T68295
Change-Id: I29e99ed6cd123d1a7a072f91fcb808fdb7b320b8
8 years ago
Bartosz Dziewoński
f11212f7bd
Fix JQMIGRATE warnings in jQuery Mobile
...
jQuery Mobile 1.5 is supposed to be compatible with jQuery 3, but it isn't...
* Replace .bind() calls with .on()
* Replace .unbind() calls with .off()
Bug: T165816
Change-Id: I79639fd9ae8e6e785f93191273147866e52c4ed1
8 years ago
Translation updater bot
fc5b4be51c
Localisation updates from https://translatewiki.net .
...
Change-Id: If7684d3545e33e99d509b3fa7b0117ea102b10dc
8 years ago
Antoine Musso
a3fac7d4ba
build: stylelint now ignores /vendor/
...
When using composer install at the root of the skin, stylelint attempts
to lint all the PHP packages and report errors. Ignore the directory
entirely like we do for jshint or jsonlint.
Change-Id: I327ae63024f5c53be628297a438187ff91dfa962
8 years ago
Antoine Musso
a9a07f65b2
build: update dependencies
...
grunt-contrib-jshint 0.11.3 has some deep dependencies that trigger
warnings:
warning grunt-contrib-jshint > jshint > minimatch@2.0.10:
Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
warning grunt-contrib-jshint > jshint > cli > glob > minimatch@0.3.0:
Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
Updated it to latest, and while at it update other dependencies.
Change-Id: Ic56e44c1de9c5d4be7be39005fb5fc14318c0925
8 years ago
Antoine Musso
5f3c18d17d
build: bump grunt and drop grunt-cli
...
grunt 1.x now includes a CLI command, hence grunt-cli is no more needed.
Change-Id: I94f0c66236b5f0f12220741276c7fe24a89c65e0
8 years ago
Antoine Musso
d84e426350
Define npm peer dependency explicitly
...
npm 3 requires dependencies to be explicitly defined.
Also reorder banana-grunt-checker
Bug: T172094
Change-Id: Ic640ccf0f577e47036d473892522ea758014fab4
8 years ago
Translation updater bot
6df9380ee7
Localisation updates from https://translatewiki.net .
...
Change-Id: Ie435970b0af0487178aac16d1c576fd674b66fc0
8 years ago
Umherirrender
92e98478c8
build: Updating mediawiki/mediawiki-codesniffer to 0.10.1
...
Change-Id: I629d068e4dd753c9e123b0ea7a461c9b31bca4b2
8 years ago
Translation updater bot
4890e6468e
Localisation updates from https://translatewiki.net .
...
Change-Id: I221247f1ae873e9e81eaa1e237ae4d03e92165d7
8 years ago
Umherirrender
b849103a6d
build: Updating mediawiki/mediawiki-codesniffer to 0.10.0
...
Change-Id: Iea6dfad45a4336528375b90c2ef3a9e81c695063
8 years ago
jdlrobson
a65475b8f4
Make Timeless compatible with MobileFrontend
...
I'm giving you some attention on Extension:MobileFrontend page and
want to promote skins which look nice on mobile.
https://www.mediawiki.org/wiki/Extension:MobileFrontend#Setup_a_skin
The targets are needed to ensure code is loaded by the skin when
operating in mobile mode so currently that wiki page is lying.
Please let it be true :)
Change-Id: Ie9ba6beec172f7b499ae347652318fe54d258e39
8 years ago
Umherirrender
0822b4cf3e
build: Updating mediawiki/mediawiki-codesniffer to 0.9.0
...
Change-Id: Ie27658bb7e8bb8bfc26b52f33fed796f8bfa2fda
8 years ago
Translation updater bot
7e17945639
Localisation updates from https://translatewiki.net .
...
Change-Id: Ia518ad708c41165cc67820f8566052ed9242cac3
8 years ago
Umherirrender
77ff62c02c
Add stylelint for css and less files
...
Fixed the following rules:
- number-leading-zero
- length-zero-no-unit
- string-quotes
- max-empty-lines
- selector-pseudo-element-colon-notation
- at-rule-empty-line-before
- at-rule-name-space-after
- media-feature-parentheses-space-inside
- color-hex-case
- declaration-block-semicolon-space-bef
- declaration-property-value-blacklist
Change-Id: Id0b43bff22b3f9ae9b912bd886e2da4c8576b165
8 years ago
Amir Sarabadani
7af591fd4a
Add CODE_OF_CONDUCT.md
...
Bug: T165540
Change-Id: Id4fb067800688c6c605e3893d89002052b41b53f
8 years ago
Translation updater bot
90d184ff02
Localisation updates from https://translatewiki.net .
...
Change-Id: I7b7bb9afcc77a31b0c50746fafac011db859a180
8 years ago
Translation updater bot
ab8e5d774a
Localisation updates from https://translatewiki.net .
...
Change-Id: I0a6a913a71439b3899dc04991e71d8f0d5f3ad43
8 years ago
Translation updater bot
b2e364a0a7
Localisation updates from https://translatewiki.net .
...
Change-Id: I748a050c7b228e2e7d9d1bf8569f3542454c5828
8 years ago
Bartosz Dziewoński
8c7cfa91c5
Handle `$this->data['language_urls'] === false` specially
...
Per 53ab861a2fcba98d876e5a2be5af7bc7186b880c, extensions can set this
to an empty array to have the sidebar section displayed even if it has
no items. Wikidata and UniversalLanguageSelector rely on this.
Change-Id: I7037b4fac973bdcc1e21484c8039ceb7e33f8195
8 years ago
Isarra
01d6aaa1a9
Use correct afterPortlet function
...
renderAfterPortlet just dumps it on the page. This is bad for timeless.
getAfterPortlet gets. This is good for timeless.
Change-Id: I1e0a3674644edb4c279814a4a372207bfdcbff4b
8 years ago
Translation updater bot
ddd793e481
Localisation updates from https://translatewiki.net .
...
Change-Id: Iea39dc1cc1a84dbfc727fb3b105bf1d250224f78
8 years ago
Translation updater bot
1cf797eea7
Localisation updates from https://translatewiki.net .
...
Change-Id: I22457d6205e7e66ea56d8f661153e836204ab8c6
8 years ago
Translation updater bot
a6f2041baf
Localisation updates from https://translatewiki.net .
...
Change-Id: Idf5c4db2823b09f8ae37eb15efab917dc52e67c8
8 years ago
Translation updater bot
26f5b40344
Localisation updates from https://translatewiki.net .
...
Change-Id: If030729a9a93819ccbbc4a08964d78467daa9e30
8 years ago
Antoine Musso
f9f3f005ec
build: add jakub-onderka/php-console-highlighter
...
Highlight PHP code when parallel-lint fails
Change-Id: Ie7582baa805457a0445a119bfd5fb859f693e51f
8 years ago