229 Commits (d2d7b82aaf5cf5243da7bd2fc82daed0175f1c7a)
 

Author SHA1 Message Date
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
Translation updater bot d346c5d099 Localisation updates from https://translatewiki.net.
Change-Id: Ice4af7b0f54ed9d3f989a4e04cfdcfc2bf80ff2a
8 years ago
Translation updater bot 8689ba627e Localisation updates from https://translatewiki.net.
Change-Id: I40a4f12aa7a6a2b3628a97cdb9f03b9e1ffa8b84
8 years ago
Translation updater bot 27e9ad2ed3 Localisation updates from https://translatewiki.net.
Change-Id: I2fbf8c8a6bc79e0688c8421e1f9153f86be238ed
8 years ago
Translation updater bot fd475c3fc4 Localisation updates from https://translatewiki.net.
Change-Id: I28283b1f8a987c29210dde80fa64ec8e15d7101f
8 years ago
Translation updater bot 8851c00965 Localisation updates from https://translatewiki.net.
Change-Id: Ie3a12332fba31d937951572cb1a5fc44c9539ba6
8 years ago
Translation updater bot 6845c59e99 Localisation updates from https://translatewiki.net.
Change-Id: I17579db5e2cddfd8d6fc4a8246725e11d7ae4fbc
8 years ago
Bartosz Dziewoński 26bf7c3c19 Make VisualEditor gutter area clickable
Code adapted from VisualEditor's ve.init.mw.DesktopArticleTarget-vector.css.

Bug: T162838
Change-Id: I828b97b060d631d7c86bff308802fb05c3dff781
8 years ago
Bartosz Dziewoński 51b9ba4eeb Remove workaround for T162493
Change-Id: Icb1f7632512b4a8fd0e2bf50035e40d3a89cd9bb
8 years ago
Translation updater bot b2f62838d2 Localisation updates from https://translatewiki.net.
Change-Id: I57b6c11e9470f2b5d5ccb1349d1f5000ed75e458
8 years ago
Translation updater bot 263805f1e4 Localisation updates from https://translatewiki.net.
Change-Id: I783c6cb3eda6de70b29f09160ee854e2c35526f9
8 years ago
Translation updater bot 0f92e2e6f0 Localisation updates from https://translatewiki.net.
Change-Id: I7fbee6b32c6a498955d83a0eed2917b9806511bb
8 years ago
Translation updater bot f956109a4e Localisation updates from https://translatewiki.net.
Change-Id: I68e42282775073953493fbe9c5378bc53b11b941
8 years ago
Isarra dd920fd720 Fix category double escaping
Also random comment removal.

bug: T158011
Change-Id: Id0b66060be298236c36b62aaefdd663b81509512
8 years ago
Isarra 9811d44774 Move echo styles to the correct module
Change-Id: I28af6af3d1fe4d2dca363175e430976bb3ab03ec
8 years ago
jenkins-bot 648a2dfeb0 Merge "VE styles" 8 years ago
jenkins-bot 7ddaca59bf Merge "Use new BaseTemplate functions" 8 years ago
jenkins-bot 998ea067a4 Merge "Make variables for resolution boundaries" 8 years ago
Isarra adf906a297 VE styles
Positioned toolbar properly for all modes.
Added icon to ve-edit, and new icon for edit source.
Yadda.

Toolbar does not work properly at low resolutions. This is a VE problem.
Cactions do not work with editor open. This is a VE problem.

bug: T161462
Change-Id: Ie5f4732f49f2dc365f5a3cc0c4b0e21444c21d1f
8 years ago
Translation updater bot 92d314eb7d Localisation updates from https://translatewiki.net.
Change-Id: Ia103ab9535cd8e2c51ceec6d317be32093638cbb
8 years ago
Isarra 51ad44c60a Use new BaseTemplate functions
getPortlet is now the version previously intended for
BaseTemplate.
Toolbox is betterer.
I don't know.

Change-Id: Ibb94caecaa703ed2895e93c3a15aa097a5b610d5
8 years ago
Isarra 1bb12ffaae Make variables for resolution boundaries
And some comments, or stuff.
Also bumped version number.

Change-Id: I4a4978e622eb82461573819992b19d5374bcc749
8 years ago
Translation updater bot 3ae981c184 Localisation updates from https://translatewiki.net.
Change-Id: Ifa34e092f4d077e2f7f67cdf1252023a0137ae71
8 years ago
Translation updater bot 293df4de89 Localisation updates from https://translatewiki.net.
Change-Id: I19f676582305e054496bcc2c7d30d200f0c8853a
8 years ago
Translation updater bot 747c087e99 Localisation updates from https://translatewiki.net.
Change-Id: I4898cdead448a6d360828df74c540e8428bc9fd6
8 years ago