Fomafix
366f80701b
Remove brackets around new toctoggle
...
I82db33d656 in core changes the toggle button of the TOC.
This change removes the brackets around the new toctoggle, too.
Depends-On: I82db33d656b3795d7134a91d20ed9d93a3471086
Change-Id: I4ebe356e266a93b2391650ac915940432e02f0ef
7 years ago
jenkins-bot
20de6cc1a4
Merge "Custom styling for <pre> and <code> elements"
7 years ago
Translation updater bot
4f422c2269
Localisation updates from https://translatewiki.net .
...
Change-Id: Icc679a40c3b29e05c344fa51e4944da9668d15e4
7 years ago
Translation updater bot
45493adbd8
Localisation updates from https://translatewiki.net .
...
Change-Id: I84ba18e0674122297246f2e32c8d367b41099a3d
7 years ago
Translation updater bot
376fb6d188
Localisation updates from https://translatewiki.net .
...
Change-Id: I29dab2ed99dd086fde38d6130b898dcce94f41ff
7 years ago
Translation updater bot
bb5204a954
Localisation updates from https://translatewiki.net .
...
Change-Id: I620dcb4706e6f430269b71966e304b98849d772d
7 years ago
Translation updater bot
b8815c72de
Localisation updates from https://translatewiki.net .
...
Change-Id: I640059bbb91cf82f5d982430227ecd18a32cd71a
7 years ago
Umherirrender
eab0eed3cf
build: Updating mediawiki/mediawiki-codesniffer to 14.1.0
...
And moved phpcs.xml to .phpcs.xml (T177256).
Change-Id: I02f392fabe71a0425467a88f63fe9f6e18a98f5a
7 years ago
Translation updater bot
9f6600eb6f
Localisation updates from https://translatewiki.net .
...
Change-Id: Ifcc43b0c453663f96f76466f7be346c0671b3eac
7 years ago
Translation updater bot
81f6bd11ee
Localisation updates from https://translatewiki.net .
...
Change-Id: I11a7106b200188afe37b59c1f50cd5d5c2f2fb9f
7 years ago
Jack Phoenix
d013bf5cfc
Custom styling for <pre> and <code> elements
...
Copypasted from core /resources/src/mediawiki.skinning/elements.css with
colors adjusted for Timeless.
Bug: T177142
Change-Id: Ic6d18911df4f1ea504ed547292676eac1ff54995
7 years ago
Jack Phoenix
77e8dfc067
Remove legacy PHP entry point, not needed nor wanted anymore
...
Timeless has required MW 1.29 or newer de facto for many months now, so
users should just use wfLoadSkin( 'Timeless' ); in their wiki's
LocalSettings.php to load the skin.
Change-Id: Ib34ffd24e9ce0b7d230ad5617366a0375bd594c7
7 years ago
Translation updater bot
29953c43d8
Localisation updates from https://translatewiki.net .
...
Change-Id: I89e33a129d02ff493611c868d9bf96626390cbb5
7 years ago
Translation updater bot
2a9ee7acd1
Localisation updates from https://translatewiki.net .
...
Change-Id: I3fd2e763f566c52a03e1a6a5a19ca3b9e2cd36de
7 years ago
Jack Phoenix
cb04db2039
Add some spacing and styling for #contentSub
...
The font-size is direct copypasta from MonoBook; on MonoBook #contentSub's
color is #54595d whereas here it uses the @grey-dark variable (which is
defined as the hex color #666 in variables.less).
Bug: T173951
Change-Id: Id57a3e2acab1f734b6a8ba65734c9d3d828d9ca7
7 years ago
Translation updater bot
847d4a05ee
Localisation updates from https://translatewiki.net .
...
Change-Id: I415aa61127bad2dc0a079c31db8b56db52498309
7 years ago
jenkins-bot
9ca76ed5b7
Merge "Fix IE10/11 bug with the fixed header"
7 years ago
Umherirrender
16f7f32952
build: Updating mediawiki/mediawiki-codesniffer to 13.0.0
...
Change-Id: Ieb4bd4e4e413c95f6f25d6b14234c4f9412d76d6
7 years ago
Ed Sanders
4291209afe
VE: Fix font sizes and toolbar position
...
Change-Id: Ic34a4bca04a353572ed706e0ce990ea471837fb4
7 years ago
Translation updater bot
ed587b3402
Localisation updates from https://translatewiki.net .
...
Change-Id: I333d162e13916b93b2ffb6556b49bba1d9bf3660
7 years ago
Bartosz Dziewoński
73a584b8af
Update jQuery Mobile to 1.5 (alpha)
...
Downloaded from http://jquerymobile.com/download-builder/ with two modules:
* Core / Virtual Mouse (vmouse) Bindings
* Events / Touch
Local hacks:
* Replaced all .bind() calls with .on() to avoid jQuery Migrate warnings
* Replaced all .unbind() calls with .off() to avoid jQuery Migrate warnings
Bug: T165816
Bug: T174545
Change-Id: Icdcaf49c583f2f1380656cd0a0b6333ace0f1c53
7 years ago
Jack Phoenix
5d920036a0
DB_SLAVE -> DB_REPLICA
...
Timeless requires MW 1.29 or newer anyway, so this is perfectly fine,
given that DB_SLAVE is deprecated in modern versions of MW in favor of the
new DB_REPLICA constant (which was even backported to MW 1.27 branch).
Change-Id: I96635a042a7b149cc024f44f3383421a7c7fb721
7 years ago
Translation updater bot
5c00e97e13
Localisation updates from https://translatewiki.net .
...
Change-Id: I91a1aa4a93def72b52669b2a566f051e41a699d9
7 years ago
Translation updater bot
22b2c8eff5
Localisation updates from https://translatewiki.net .
...
Change-Id: I1e7572189a5fec25a4448235beaeba64d347db55
7 years ago
Translation updater bot
40b02e660b
Localisation updates from https://translatewiki.net .
...
Change-Id: I8c21ea39b8c5c61b5248e681a8c5b057851de781
7 years ago
Translation updater bot
6e0f75fa91
Localisation updates from https://translatewiki.net .
...
Change-Id: Id8de7ef4ed83d3b296ae44a3fd99884afd4e7a15
7 years ago
Jack Phoenix
260725618e
Fix IE10/11 bug with the fixed header
...
Apparently not defining the height property makes everything just plain
messed up, and to fix things, all you need is the height property that has
a value (other than "auto") of some kind.
Bug: T173769
Change-Id: Ie8c86e01c77b3f5de11c1bd7c6bf491c8ef0fb26
7 years ago
Jack Phoenix
eeef6cc5a6
Make "view source" a primary page action, like how "edit" and "view" are
...
Bug: T174831
Change-Id: Icad7c822c6554b5f95e5f2ed423a767db9ec0fee
7 years ago
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
8 years ago
Translation updater bot
d987710180
Localisation updates from https://translatewiki.net .
...
Change-Id: I6e5880479a24df2a9739f49f8d80981f453899a1
8 years ago
Translation updater bot
a116db653e
Localisation updates from https://translatewiki.net .
...
Change-Id: I0f915f192a57cc8b0b96cdf5d03c4bb13cd61dfe
8 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