Commit graph

1597 commits

Author SHA1 Message Date
Translation updater bot ba24610eb7 Localisation updates from https://translatewiki.net.
Change-Id: I3cfe84f4a640e7c865af4dc00219889d6a0dac00
2015-08-11 22:07:11 +02:00
Translation updater bot 3b14a2cd82 Localisation updates from https://translatewiki.net.
Change-Id: I8602845be6dbb06ea12db1fe2de344a52c94a9b5
2015-08-06 21:35:47 +02:00
Florian ad929ad538 Fix doc block for checkRefsNoReferences
Doesn't show an error for the default references group anymore. Only,
if a custom group was defined, but no corresponding references tag added.

Follow up: I9c7c13269d5ec355ccb280402aa8c0cedd208883

Change-Id: I67f4277b83b6b83ba5fc54cdcc021044b65f61c5
2015-08-06 19:36:52 +02:00
Translation updater bot 3cc1c62c8e Localisation updates from https://translatewiki.net.
Change-Id: I46d3f97c9031d45f06087e9f96dab95b41a0d363
2015-08-04 23:15:46 +02:00
Ebrahim Byagowi e9c1521fca Use display: inline-block instead of unicode-bidi
On I16a701f3b962b5e7f63554be2f28888a938548b0 we incorporated
unicode-bidi: embed; instead isolate but it caused regression on
* https://fa.wikipedia.org/?oldid=15565588
* https://fa.wikipedia.org/?oldid=15552160
where references ([۱]) comes before number with Persian digits.

Using unicode-bidi: isolate; is the clean solution for fixing this
however due to Firefox bug https://bugzilla.mozilla.org/1185987
it is not going to fix the regression on Firefox so using
display: inline-block; in hope to get same effect with Chrome
on unicode-bidi: isolate; but also support IE and older browsers.

Change-Id: I1d62c1fb282acc72ab20d71cc8cd21e3e1d71493
2015-08-02 14:02:26 +00:00
Translation updater bot 70745dab3b Localisation updates from https://translatewiki.net.
Change-Id: I11d14f8e58285cca001d883f52648a4b0af571a4
2015-08-01 21:46:26 +02:00
Translation updater bot 18bad60a95 Localisation updates from https://translatewiki.net.
Change-Id: I9b1f529cbfea783fe38dd7636acfd786e62ad2f8
2015-07-27 21:34:13 +02:00
Translation updater bot 6c74f0bbd3 Localisation updates from https://translatewiki.net.
Change-Id: I4c504a0c5248bdc8bec5bd8173c7882a50af96bf
2015-07-26 21:38:30 +02:00
Translation updater bot 2ab4fa28f5 Localisation updates from https://translatewiki.net.
Change-Id: I2cbc4bd2caca80a438e425a5338c6cc60f67a480
2015-07-24 21:05:38 +02:00
Translation updater bot 16a856f7e8 Localisation updates from https://translatewiki.net.
Change-Id: I13dff732f5d847ef4e925d53bc03abec7d6c6fd1
2015-07-22 22:13:09 +02:00
physikerwelt a7a072edc0 Ignore parsers without extCite
If a parser does not include the extCite property, ignore
the call and do not check references.

Depends on Ic77aa79aa6e2bf2a9ec00be4cc775d0123bed91a

Bug: T105598
Change-Id: Ic2257eef94fd73932f1e95a84b3b8b0eb245bafc
2015-07-22 15:03:10 +00:00
Translation updater bot d63ae54f60 Localisation updates from https://translatewiki.net.
Change-Id: I92e8bed8ee92f7cf8274f0c55ac185c80dfe029e
2015-07-21 21:42:53 +02:00
Translation updater bot c1900bdd11 Localisation updates from https://translatewiki.net.
Change-Id: I24c1d63698a71ddd54ae5bfc7b617cbf7b34aad4
2015-07-20 21:52:57 +02:00
Timo Tijhof de550c717c Hygiene: Main return as root structure (handle errors early)
Restructure code to return early for errors instead of nesting
conditionals. This leaves the outer tree of the function as
the natural flow of the primary purpose.

Makes code more resilient by ensuring that new code added to the
function will not execute under error conditions by removing the
need to keep everything encapsulated in the various levels of
error conditionals.

Change-Id: I1b4a67d344fd9843ca088d008487914f87b1c640
2015-07-18 15:55:32 -05:00
jenkins-bot e8e88cec17 Merge "Remove WMF deployment hack ext.cite and ext.rtlcite modules" 2015-07-16 20:41:48 +00:00
Translation updater bot a17ea5a0fa Localisation updates from https://translatewiki.net.
Change-Id: I602c97cce0af77c74bb285f7becb6b049c407e76
2015-07-15 21:37:53 +02:00
Derk-Jan Hartman 3bb504207d Add mobile target to VE/parsoid style module for Cite
Change-Id: Id960ddd55d82167536ad457b675f435957b95c50
2015-07-13 14:57:41 +02:00
jenkins-bot 5f2603bba7 Merge "Change unicode-bidi: isolate to embed" 2015-07-11 21:28:52 +00:00
Amir E. Aharoni 3fa0f7fb22 Prevent jumbling up of footnote numbers after LTR words in RTL wikis
This happens while editing in VisualEditor and ContentTranslation.

This is done by adding unicode-bidi: embed to .mw-ref.

Bug: T105605
Change-Id: I1d03063cad1fa0f2ae8cc792aaaefc715066f17e
2015-07-11 22:55:26 +03:00
Amir E. Aharoni 59ef3c8678 Change unicode-bidi: isolate to embed
"embed" works just as well in modern browsers.

Also fix the comment to be more correct.

Change-Id: I16a701f3b962b5e7f63554be2f28888a938548b0
2015-07-11 22:47:30 +03:00
jenkins-bot 5bbf7334e8 Merge "Fix a test label" 2015-07-11 11:19:54 +00:00
Translation updater bot 6341db4d21 Localisation updates from https://translatewiki.net.
Change-Id: I39c5bfbbd1d4cbdb06373bc52c959a9dd6f44f3b
2015-07-09 22:00:45 +02:00
Amir E. Aharoni b4ca6031ce Fix a test label
The old name was a copy-paste error.

Change-Id: If2771350c0e5e91579488cc9b49e462418b305f1
2015-07-09 17:47:47 +03:00
jenkins-bot 5fd3c0a90c Merge "Polish parser test titles" 2015-07-09 12:56:35 +00:00
jenkins-bot 4e493fb9ab Merge "Change == to === according to PHP coding conventions" 2015-07-08 10:53:14 +00:00
Amir E. Aharoni d309308e39 Polish parser test titles
* Capitalization of "Chinese"
* Explanation about the usage of Klingon numbers
  (the purpose of this test puzzled me until I understood that
  "wa'cha' wej", etc., are numerals in the Klingon language).

Change-Id: I81237f98136de2e22b6ff5acc202a668e28b8810
2015-07-08 10:22:56 +00:00
jenkins-bot 3b5bc4dbb2 Merge "Add more tests for edge cases of references without text" 2015-07-08 09:51:47 +00:00
Brion VIBBER c0cc1dca7b Merge "Add a test for cite_error_ref_no_input" 2015-07-08 09:50:10 +00:00
Translation updater bot b26f3a2677 Localisation updates from https://translatewiki.net.
Change-Id: Ia6a758da1fe8d878e45a66b474c2013617523407
2015-07-07 22:07:16 +02:00
jenkins-bot 6e3dee5381 Merge "Remove spaces from the end of the line" 2015-07-07 14:06:02 +00:00
Amir E. Aharoni 147f6ced19 Change == to === according to PHP coding conventions
Change-Id: I2a93194e3c2160000d30f2f2fd7717f4ba501c23
2015-07-07 15:20:53 +03:00
Amir E. Aharoni 1d7efdbe51 Add more tests for edge cases of references without text
Change-Id: Ia6c10419a7a92dac642db6ea21908927a5830b69
2015-07-07 15:16:26 +03:00
Translation updater bot ef0b8dde0f Localisation updates from https://translatewiki.net.
Change-Id: I7dbef02f493ce1de989e517e3e2c4bfb2be9ead7
2015-07-06 21:44:05 +02:00
Derk-Jan Hartman d4baf5927e Remove WMF deployment hack ext.cite and ext.rtlcite modules
It's been 30 days after deployment of I58adcfbcf9af2bb3.

Bug: T101559
Change-Id: I0217b8d15cdd495a163b3f1fc1af018f6d2fe271
2015-07-06 14:47:27 +00:00
Amir E. Aharoni e80ae07f9b Add a test for cite_error_ref_no_input
Change-Id: Ibb3bb1ab3450a34889dcd66b34542f2dd25fdc2b
2015-07-05 12:40:14 +03:00
Amir E. Aharoni 6cfdd6e1a7 Remove spaces from the end of the line
Spaces in the end of the line are usually unnecessary,
and they doesn't seem to do anything useful here.

Change-Id: Ib4d1b72aafd80f36ddf198f3924e5ebbeba79aa5
2015-07-05 12:26:18 +03:00
Translation updater bot e4a1d6f1fc Localisation updates from https://translatewiki.net.
Change-Id: I5c0956cf7e9334a3643934a317e324208185757e
2015-07-04 20:35:04 +02:00
Translation updater bot 58d52c970a Localisation updates from https://translatewiki.net.
Change-Id: Ia3f6574f5ee845adc4fa44a8542b452647fa1099
2015-07-03 20:37:22 +02:00
Translation updater bot af92cfedd3 Localisation updates from https://translatewiki.net.
Change-Id: Ic44d2f09f1623bdd0cb3fa55167d9c97b64060b7
2015-06-23 21:24:38 +02:00
Translation updater bot c3d2fb293a Localisation updates from https://translatewiki.net.
Change-Id: I65d378e1be78c3aedfc5b7f6dd37c05a344bd6f6
2015-06-22 21:14:54 +02:00
Translation updater bot bbcc67a744 Localisation updates from https://translatewiki.net.
Change-Id: Ia12ef3e4cdd9d5890cbb733c7a90b220039d4801
2015-06-21 19:55:58 +02:00
Translation updater bot a425e7facc Localisation updates from https://translatewiki.net.
Change-Id: I9bb138933a912f993077f2f07e9b97a17c767959
2015-06-16 22:35:56 +02:00
Translation updater bot a7f582f07b Localisation updates from https://translatewiki.net.
Change-Id: Ia7ac2c758d082ef9720251823dd3c569767178a4
2015-06-14 21:03:05 +02:00
Translation updater bot 9443ef5737 Localisation updates from https://translatewiki.net.
Change-Id: I476c50f7dee2289c0a93c98190e364bee50b7a81
2015-06-12 21:52:02 +02:00
Kunal Mehta eee3d0cfc6 build: Adding configuration for jsonlint
Change-Id: I03b00e0aaa63fb49d68e0c5ee1b0613c2bb83f6c
2015-06-11 21:30:08 -07:00
Stephane Bisson 61997fd9b8 Style module should define its position explicitly
Put 'ext.cite.style.css' at the top.

Change-Id: Ibb5347a4f831438542da252e6d19f451276419aa
2015-06-10 16:41:13 -04:00
Marc Ordinas i Llopis aa8fed3a3d Use CSS to style Parsoid's Cite HTML
* Add a new module ext.cite.style to load the new CSS.
* Add a ResourceLoaderFileModule that adds the correct CSS file
  depending on the content language, so that the visual style of
  citations can be changed per-language.

The main ext.cite.style.css file renders similarly to MediaWiki's
default Cite style. Also, an example CSS for Farsi numbering is
included.

Bug: T86782
Change-Id: I487095df8a7c4241a14f7b4480360f6774130bec
2015-06-08 21:58:15 +01:00
Bartosz Dziewoński 3f30e08d77 Revert "Do all of Cite's real work during unstrip" and followup
This reverts commits 944b245428
and fa7be37d15.

These resulted in too many new exciting behaviors for the improvement
of nested refs behavior to be worth it. We should try again later.

Also, use Parser::MARKER_PREFIX instead of $parser->uniqPrefix()
which has been deprecated in the meantime by 12571bde.

Fixes T101390, fixes T100477. Reopens T22707, reopens T18330.

Bug: T100477
Bug: T101390
Change-Id: I1a71854cf24e85697ab171be43eeec9054bc504c
2015-06-08 16:24:27 +02:00
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