Translation updater bot
e5cc29e9fa
Localisation updates from https://translatewiki.net .
...
Change-Id: I92b525160888534ff1a4ca3395a011514b71147b
2015-06-07 22:25:58 +02:00
Derk-Jan Hartman
05cb5cc1a0
Cleanup style RL modules for Cite
...
Move the JS which is purely for accessibility purposes into a separate
JS RL module named ext.cite.a11y. Move all pure CSS, which is not dependant
on accompanying JS into a separate ext.cite.styles module
Bug: T101559
Change-Id: I58adcfbcf9af2bb3b6d5dabb6c38c42af78e0416
2015-06-06 15:43:27 +02:00
jenkins-bot
c52d548beb
Merge "Move '@media print' rules to separate file"
2015-06-06 13:12:30 +00:00
Kunal Mehta
15f554ea9f
build: Updating development dependencies
...
* grunt-banana-checker: 0.2.1 → 0.2.2
Change-Id: I4285cf28f77591818950dce884fba83d282eee3a
2015-06-05 17:16:40 -07:00
Translation updater bot
49f4b860a3
Localisation updates from https://translatewiki.net .
...
Change-Id: I9f8767364ee2815b9f1653155498d5d5826b9178
2015-06-05 20:55:33 +02:00
Bartosz Dziewoński
3ac0dedd1b
Move '@media print' rules to separate file
...
Not a fix for T93746 yet, but a prerequisite.
Bug: T93746
Change-Id: I3dc1fa9cf176540500b48f21d9f4f737b37010d1
2015-06-04 22:22:16 +00:00
Translation updater bot
9988e79e1e
Localisation updates from https://translatewiki.net .
...
Change-Id: Ia884576d04482d4e9845cf60be67f7c1767bc6ed
2015-05-31 22:09:55 +02:00
Kunal Mehta
e83a80e348
Set manifest_version in extension.json
...
Bug: T100745
Change-Id: Iee75b2bfe6b440daf9056cf2b7d624610d0f641e
2015-05-28 20:45:57 -07:00
Translation updater bot
6033b73b41
Localisation updates from https://translatewiki.net .
...
Change-Id: Ic6fb02fecdceccc5ba77411ccc6c621455e64b6a
2015-05-27 22:20:35 +02:00
Jackmcbarn
fa7be37d15
Don't run references if the output type isn't HTML
...
It's possible that the output type is set to HTML when extensionSubstitution
is called, but that when we eventually get unstripped, it isn't anymore. If
this happens, detect it and bail out.
Bug: T99787
Change-Id: I32abaefeebc5357a2ab3fd23bcd47aa9b2a1663a
2015-05-25 13:34:02 +00:00
Kunal Mehta
c79fcaa5ec
Add SpecialCite stub file for backwards-compatability
...
Will trigger a warning that it has moved to a new repository
Change-Id: I21d5d751b1043bfd53f2f208c7f28285f5ad9a78
2015-05-25 15:01:42 +02:00
Translation updater bot
fd2c57d0e4
Localisation updates from https://translatewiki.net .
...
Change-Id: Iab7aeba5c1264c3a87dfb8ca2f3390302fb00c18
2015-05-24 00:00:46 +02:00
Translation updater bot
cd0fd5ab4f
Localisation updates from https://translatewiki.net .
...
Change-Id: Ib384cdb2e28cc6b08239e3cb36929743b74f8588
2015-05-17 22:02:55 +02:00
Jackmcbarn
944b245428
Do all of Cite's real work during unstrip
...
Cite has side effects that currently happen at the same time that the
preprocessor is running. This can cause oddities like references being out
of order, or references showing up in the reference list but never used in
the text. By moving the work to unstrip, only references actually used in
the final text will be present, and the numbering order will always match
the order they were used in the text. This depends on If83b0623 in core.
Change-Id: I0e136f952302b65f1abeeac5273bd842867e1dac
2015-05-13 02:54:37 +00:00
Translation updater bot
22d26c93c0
Localisation updates from https://translatewiki.net .
...
Change-Id: I4f6b9046c2c3532c7f05e2a1128aa7a3cf537117
2015-05-12 22:13:36 +02:00
Translation updater bot
029389b8a8
Localisation updates from https://translatewiki.net .
...
Change-Id: I54be45cd59a230b7ab438f94383b691ef103abb9
2015-05-09 21:46:35 +02:00
Translation updater bot
2683dd6967
Localisation updates from https://translatewiki.net .
...
Change-Id: Ic6912fdabb3ba302431853aa39fd9b56bcd3c5fb
2015-05-05 22:38:53 +02:00
jenkins-bot
3ef20f7d4b
Merge "Add extension.json, empty PHP entry point"
2015-05-04 19:46:48 +00:00
Kunal Mehta
1048c10178
Add extension.json, empty PHP entry point
...
Depends upon I9a736a4c0ff73 in MediaWiki core
Bug: T87893
Change-Id: I860a1da0b49092bfeeea2c8f80b4da57efc913ec
2015-05-03 06:36:25 +00:00
Translation updater bot
8e8112c5fb
Localisation updates from https://translatewiki.net .
...
Change-Id: If8d0929be09420d2896444e6ddcfe34a85d3cc24
2015-04-30 22:17:03 +02:00
Kunal Mehta
84ba4c4f92
Remove i18n shim
...
Change-Id: I69c654d470c44132eaf33856193960f44608d533
2015-04-30 11:42:49 -07:00
Kunal Mehta
db9ff2bd18
Get rid of "wfCite" global function
...
As of Icdf82cb9771e6, MediaWiki core now looks for the "Cite" class
instead of the "wfCite" global function. The WYSIWYG extension is also
checking for wfCite and a patch was submitted for that in I3de3e069e4be.
Change-Id: Ie0f190b7bd9c9226856f150c95a0b139812dcf98
2015-04-30 11:41:06 -07:00
Kunal Mehta
49c2a5d595
Move CITE_DEFAULT_GROUP constant to Cite::DEFAULT_GROUP
...
Change-Id: I13c77f78563beb6e4ebf2a6d19327273ee2dbc07
2015-04-30 11:34:47 -07:00
Translation updater bot
45ccb240f5
Localisation updates from https://translatewiki.net .
...
Change-Id: I62aba5c63288bbbe5bbb688eafe8d4eabf395d64
2015-04-28 21:24:05 +02:00
Translation updater bot
7819006926
Localisation updates from https://translatewiki.net .
...
Change-Id: I18e611e5f6bcd7010792696fe1a113235368d43c
2015-04-27 22:11:21 +02:00
Kunal Mehta
dc91fefb94
test: Configuring banana-checker for i18n messages
...
Change-Id: I4e136299c2df7974693fb7ac0e64f81d3de2ea0d
2015-04-20 20:27:10 -07:00
Translation updater bot
74c30c71cb
Localisation updates from https://translatewiki.net .
...
Change-Id: I6357562e3792b7b1a19d2a5156f993d6c8f7a000
2015-04-19 21:19:59 +02:00
Translation updater bot
a1e359d6c3
Localisation updates from https://translatewiki.net .
...
Change-Id: Ie87436970e3f39d64c903cb966df5da30cc51153
2015-04-13 22:30:54 +02:00
Translation updater bot
ec9a31076a
Localisation updates from https://translatewiki.net .
...
Change-Id: I2c58a5623683c368e25202997e21a155d2294ba6
2015-04-09 19:28:31 +02:00
Translation updater bot
1a7df05671
Localisation updates from https://translatewiki.net .
...
Change-Id: I1f43b7501058628fa94f12dcb1dd34803ad5d9f9
2015-03-31 21:42:41 +02:00
Translation updater bot
ee2fc0aecf
Localisation updates from https://translatewiki.net .
...
Change-Id: I2ca9f380bbf4973dc711085e2d442b17fc63a24f
2015-03-29 14:56:54 +02:00
Translation updater bot
63773883d6
Localisation updates from https://translatewiki.net .
...
Change-Id: I721132f76a3f0cea30aaa48b2c88612f563f4cd4
2015-03-24 22:20:37 +01:00
Translation updater bot
5a6d08bd6c
Localisation updates from https://translatewiki.net .
...
Change-Id: Ic8774b998251c61ca82a8ec3d65448e042e92e99
2015-03-22 21:12:52 +01:00
Translation updater bot
97bae66ff1
Localisation updates from https://translatewiki.net .
...
Change-Id: I10b8536f227227c1625723c17ab8b20787c001ad
2015-03-18 15:59:35 +01:00
Schnark
530ef0ab9c
Highlight target references
...
Highlight the target reference when the user clicks a reference link,
and also highlight the note in the text when he clicks the backlink.
This is done using the :target selector and a light blue background-color.
The color (and the rest of the code) are from English Wikipedia, from where
it has been copied to many other wikis, so the feature itself and especially
the color seem to be agreed on.
Browsers that don't support the :target selector (notably Internet Explorer 8
and below) will just ignore the new style and fall back to current behavior.
Wikis that have added this code to their common.css can remove it, but
of course nothing will break when they keep the duplicate code.
Bug: T10303
Change-Id: I5775daf6934516ce9c98841399e5a358195c1374
2015-03-16 08:29:20 +00:00
Translation updater bot
565b001c9e
Localisation updates from https://translatewiki.net .
...
Change-Id: I6ffaee0a51425083a0d12e49c81f62d54e428624
2015-03-15 21:47:51 +01:00
Translation updater bot
8f982a94c2
Localisation updates from https://translatewiki.net .
...
Change-Id: Iee2edc72a527f932d1cefc837ff32d1072b3a739
2015-03-10 22:30:33 +01:00
Ritsyy
572e1023f1
T28462 changed print CSS for backlink arrows edited CSS according to coding conventions
...
Change-Id: I54caf0437557494dbf270b10a8564bc8d98a5c6a
2015-03-03 00:27:34 +05:30
Translation updater bot
b26aebf7f3
Localisation updates from https://translatewiki.net .
...
Change-Id: If9fcbe87f345a878e70b3d9770712e85c229bd38
2015-02-28 22:03:42 +01:00
Brion Vibber
931707fd4a
Update parser test case for gallery srcset support
...
Recent core update to gallery display includes srcset support; one of the
parser test cases for Cite uses a gallery and needs updating to match.
Bug: T64709
Change-Id: I6283415e2f7608d9a5c53bc94804fd95a79d3793
2015-02-26 09:59:39 -08:00
Translation updater bot
bd37724fd0
Localisation updates from https://translatewiki.net .
...
Change-Id: I2d4657dd3425db310fcde839fec324180e002556
2015-02-25 22:52:27 +01:00
Translation updater bot
d798afe3ce
Localisation updates from https://translatewiki.net .
...
Change-Id: Ib8a544672aaa393ad67f00f60f4ffe37150448a8
2015-02-24 21:58:41 +01:00
Translation updater bot
4e0c0484d6
Localisation updates from https://translatewiki.net .
...
Change-Id: I5fcf28f39163ef552e71a2d9c3c5fae249988b39
2015-02-21 23:30:35 +01:00
Translation updater bot
4d15f24973
Localisation updates from https://translatewiki.net .
...
Change-Id: Id64a3a5be405945b2702b6c4d341e1622cca8550
2015-02-20 22:25:49 +01:00
Translation updater bot
f00ce1efd2
Localisation updates from https://translatewiki.net .
...
Change-Id: I616f1cbeb339ea9acecc4aeda53ea232b8ac7c0f
2015-02-19 22:04:27 +01:00
Translation updater bot
f4a96d79e6
Localisation updates from https://translatewiki.net .
...
Change-Id: I6fd65643440d4e4e78872b0100d54c07b32478c5
2015-02-16 21:51:58 +01:00
Translation updater bot
3ccd1d6385
Localisation updates from https://translatewiki.net .
...
Change-Id: Iac662e182d2cf6f908dc1d940b306dcf15dcc86b
2015-02-13 22:18:20 +01:00
Chad Horohoe
b818a87315
Remove obvious function-level profiling
...
Change-Id: I435365313846d7529601a2440ea2e3c40a5418f3
2015-02-10 13:53:33 -08:00
Translation updater bot
799a6c4820
Localisation updates from https://translatewiki.net .
...
Change-Id: I32f88e69738894487f889bdd8a08a9d8b9cebb93
2015-02-10 22:15:02 +01:00
Translation updater bot
201992cfc3
Localisation updates from https://translatewiki.net .
...
Change-Id: If326f85726f557a1d2668abb34f4d1589d77e7a6
2015-02-02 22:25:29 +01:00