Commit graph

918 commits

Author SHA1 Message Date
Translation updater bot 2eb7c318c8 Localisation updates from https://translatewiki.net.
Change-Id: I94a421c41c8b6c9180317f21a4ac1e196531012c
2017-04-10 22:44:35 +02:00
Translation updater bot 76d3e0e57a Localisation updates from https://translatewiki.net.
Change-Id: Iee455167d41de5314d101c7257a547518b8934dc
2017-04-09 22:39:38 +02:00
Translation updater bot 2634b8755a Localisation updates from https://translatewiki.net.
Change-Id: I1e622175160c8243fa4810b1c45baf5c5b956c58
2017-04-08 22:53:26 +02:00
James D. Forrester ddb3e9088a i18n: Don't try to spell out all the options that are allowed
Bug: T160628
Change-Id: Ibf728277c5bd4df5d3e8534848ee686239090376
2017-04-08 04:10:29 +00:00
Translation updater bot c490a2acb9 Localisation updates from https://translatewiki.net.
Change-Id: I6664679c4c15622e140f124a5f6ca9488466d507
2017-04-01 22:37:34 +02:00
Translation updater bot 54be4ff768 Localisation updates from https://translatewiki.net.
Change-Id: I39693a6994ed5412ca7d06f597501c32e4d1341b
2017-03-29 22:26:10 +02:00
Translation updater bot fb9d53a26d Localisation updates from https://translatewiki.net.
Change-Id: I5ff4620684f5783d933fb3d51a3308c8c7a27873
2017-03-26 22:23:23 +02:00
Translation updater bot 2f0e463773 Localisation updates from https://translatewiki.net.
Change-Id: I9722558ccb50bb44221d2bb100c543d7f7aabeea
2017-03-19 22:20:41 +01:00
Translation updater bot 6eca092563 Localisation updates from https://translatewiki.net.
Change-Id: I278666d4b76881d3e5965ad417bdffe4b57d34eb
2017-03-18 22:37:23 +01:00
Translation updater bot 28fcb10372 Localisation updates from https://translatewiki.net.
Change-Id: I821143b492a00211c21c1483100def7bb5e28265
2017-03-17 22:24:38 +01:00
Translation updater bot aac0f3dd40 Localisation updates from https://translatewiki.net.
Change-Id: I9bedf2b563f36211c56eab59098425ec086ed3e0
2017-03-16 23:08:53 +01:00
Translation updater bot 98b262a683 Localisation updates from https://translatewiki.net.
Change-Id: Ibc350877bd07b5db4400c5aa9a074b5406349d3d
2017-03-15 22:31:51 +01:00
Timo Tijhof 04c3ad0107 Implement responsive columns for reference lists
This is based on the popular 'count' parameter from Template:Reflist on
English Wikipedia, which has also been adopted by many other wikis.

That template's 'count' parameter allows maximum flexibility on a per-
page basis. This was important because the template can't know how many
references the list will contain. Users typically manually add (and
later, increment) the 'count' parameter when the list exceeds a certain
threshold.

The template currently sets an exact column count (via the CSS3
property `column-count`).

This patch improves on that by instead using the closely related CSS3
`column-width` property. This automatically derives the column count
based on the available space in the browser window. It will thus create
two or three columns on a typical desktop screen, and two or no columns
on a mobile device.

The specified width is the minimum width of a column. This ensures that
the list is not split when rendered on a narrow screen or mobile device.

It also hooks into the raw list before parsing and adds the class only
when the list will contain more than a certain number of items. This
prevents very short lists from being split into multiple columns.

Templates like Template:Reflist on English Wikipedia currently are not
able to set inline styles on the list element directly, which is why
they set it on a `<div>` wrapping the `<references />` output. Because
of this, the feature of the Cite extension must not be enabled at the
same time, as that would result in both the template's wrapper and the
references list being split. The end result would involve sitations with
three columns split in four sub-columns, creating a complicated mess of
nine intermixed columns.

To provide a smooth migration for wikis, this feature can be disabled by
default using `$wgCiteResponsiveReferences = false`. Each individual
template createing reference list can then be migrated, by removing the
wrapper column styles and instead settting the new "responsive"
attribute, like so: `<references responsive />`.

Once any conflicting templates have been migrated, the default for the
wiki can be swapped by setting `$wgCiteResponsiveReferences = true`.

If wikis wish for some templates to keep their custom column splitting
behaviour, templates can also opt-out by setting `responsive="0"`, which
will make sure that it will keep behaving the current way even after the
feature becomes enabled by default for the wiki.

In summary, when disabled by default, pages can opt into this system
with `<references responsive />`. When enabled by default, pages can opt
out of the system with `<references responsive=0 />`.

* Deprecate cite_references_prefix/cite_references_suffix.

  This message is rarely used and opens up compatibility hazards.
  It was already removed by Parsoid, but the PHP implementation
  still had it. It's typically used to add inline styles to the
  wrapper which is more appropiately done in Common.css (or
  obsoleted as part of the skin or Cite extenion itself nowadays
  depending on what style in question).

  It was also a HTML-style message with separated open and close
  segments, which is an anti-pattern in itself.

* Declare module target explicitly and include mobile. The absence of
  this stylesheet caused subtle BiDi/RTL bugs on mobile.

Bug: T33597
Change-Id: Ia535f9b722e825e71e792b36356febc3bd444387
2017-03-07 22:42:47 +00:00
Translation updater bot 254951d227 Localisation updates from https://translatewiki.net.
Change-Id: I3868f820121ea735c96c906221974bdcf544084d
2017-03-01 22:21:28 +01:00
Translation updater bot d39ee8806d Localisation updates from https://translatewiki.net.
Change-Id: I3e540c37ae098ed658e10d57606d7b6da325d2cd
2017-02-26 22:27:37 +01:00
Translation updater bot 6bd3c5ecc8 Localisation updates from https://translatewiki.net.
Change-Id: I3756894ba4688349b4584e67e54d118d3e868e96
2017-02-25 22:19:21 +01:00
Translation updater bot 2371fe219e Localisation updates from https://translatewiki.net.
Change-Id: Ib8a49cb7dfc765383e43904c5d790c6c201a11d1
2017-02-24 22:22:40 +01:00
Translation updater bot 174a93a4b0 Localisation updates from https://translatewiki.net.
Change-Id: Id99b330d2098e0fc7f05fb92a836d9948bc756a4
2017-02-19 22:24:14 +01:00
Translation updater bot 204b6a7621 Localisation updates from https://translatewiki.net.
Change-Id: Iebe54825250d094a8c6e6c4d2406ff87a1a6b2a0
2017-02-16 22:37:55 +01:00
Translation updater bot e129c05dba Localisation updates from https://translatewiki.net.
Change-Id: I2edb80594630318bfe5c7683735f052a6d67d266
2017-02-07 22:39:48 +01:00
Translation updater bot 6d169dca22 Localisation updates from https://translatewiki.net.
Change-Id: I7076b3aec1866308c7f51f59f51b6a4482ffe111
2017-02-06 22:26:49 +01:00
Translation updater bot b4441fe5ca Localisation updates from https://translatewiki.net.
Change-Id: Ib7a67a8359810da9775fd5775e7d5b5cb9403106
2017-01-23 22:24:26 +01:00
Translation updater bot 3ccaff8cad Localisation updates from https://translatewiki.net.
Change-Id: I8f61e575fbd43840348e8fe70714004d8f274611
2017-01-22 22:20:10 +01:00
Translation updater bot ae20c91abf Localisation updates from https://translatewiki.net.
Change-Id: I9dfd1d34aed73e88e63094ae450e6640bf66676f
2016-12-28 10:45:06 +01:00
Translation updater bot ab486214d9 Localisation updates from https://translatewiki.net.
Change-Id: I18730d8d3da7f6c572094abcbe1824edccbe9a16
2016-12-26 22:36:07 +01:00
Translation updater bot c60fe755ab Localisation updates from https://translatewiki.net.
Change-Id: Ibf7ded64e2f704231a165485fdd90d35626bf8c8
2016-12-17 22:19:56 +01:00
Translation updater bot df3acba441 Localisation updates from https://translatewiki.net.
Change-Id: Idb2226c4d39ea06e3bf3a4b725953396b453be38
2016-12-16 22:13:14 +01:00
Translation updater bot 8e95eec696 Localisation updates from https://translatewiki.net.
Change-Id: I0b10b05a41602f2b5b21805c7eba4b4efab90ae3
2016-12-14 22:21:10 +01:00
Translation updater bot b9843c74fa Localisation updates from https://translatewiki.net.
Change-Id: Ie577da1b742c285e1d6b9f40fe9c2446854a95ec
2016-12-12 22:21:24 +01:00
jenkins-bot 4b97528610 Merge "Update for API error i18n" 2016-12-07 07:15:48 +00:00
Translation updater bot a21826e1b2 Localisation updates from https://translatewiki.net.
Change-Id: I1cbd2916dfff0b59fca32ec9f8fa06feec718995
2016-11-27 22:26:16 +01:00
Translation updater bot 974771cf4a Localisation updates from https://translatewiki.net.
Change-Id: Ib31e9e9583a63d22bccd6775ee7ffa210c1e0ad1
2016-11-22 23:21:38 +01:00
Translation updater bot ad9c534b7c Localisation updates from https://translatewiki.net.
Change-Id: Iac072928cfa45a973f4e3b21c18fdccead31f312
2016-11-16 22:43:39 +01:00
Brad Jorsch d51d8b304f Update for API error i18n
See Iae0e2ce3.

Change-Id: I8f214dd95876e1eadc4a0463cba3d5a13d783014
2016-11-14 12:48:23 -05:00
Translation updater bot a2d58ca043 Localisation updates from https://translatewiki.net.
Change-Id: I01414094f9a3cf85dabb787c022568835a564238
2016-11-13 22:40:47 +01:00
Translation updater bot 80b4b6e3fb Localisation updates from https://translatewiki.net.
Change-Id: If49d7ea52c22a57281ac617b4c258d80b7c7152b
2016-11-07 22:37:28 +01:00
Translation updater bot 2c33f274ee Localisation updates from https://translatewiki.net.
Change-Id: Ic3b7b5b81ef23712d9a559b10d648c29063899d5
2016-11-05 22:52:42 +01:00
Translation updater bot f4eab9182a Localisation updates from https://translatewiki.net.
Change-Id: I59728445e8ae13d16fb1d0dfc10f4cf17bbc5618
2016-11-04 22:48:07 +01:00
Translation updater bot 4f0fb1402b Localisation updates from https://translatewiki.net.
Change-Id: If5378f8d26ed6dd1fb196d4f184087a9bdd8db01
2016-10-30 22:39:33 +01:00
Translation updater bot 909db64849 Localisation updates from https://translatewiki.net.
Change-Id: If17edd215c1c1f34fff8ad1f8fd60c807cdee9a0
2016-10-22 22:42:20 +02:00
Translation updater bot 67ee35b867 Localisation updates from https://translatewiki.net.
Change-Id: I5c9ed5b9c4142ade541a6934b972e5da8ee873b7
2016-10-17 22:30:24 +02:00
Translation updater bot 8cb1144177 Localisation updates from https://translatewiki.net.
Change-Id: Ifd1091cff7f4a6ad9bae32314536e21a009bdbc2
2016-10-15 22:58:41 +02:00
Translation updater bot 82e604483e Localisation updates from https://translatewiki.net.
Change-Id: I177760cbf6b0ee537f1a25311f70b8955a50ad71
2016-10-13 22:45:04 +02:00
Translation updater bot 0fa7214b3f Localisation updates from https://translatewiki.net.
Change-Id: I7b411be619dd2d4e4706b7df9eada4b8ad9aa63a
2016-10-09 22:44:48 +02:00
Translation updater bot 1bee8c7feb Localisation updates from https://translatewiki.net.
Change-Id: I638776b1a8fd37c26340020177c8d44d9bec4b27
2016-10-05 22:38:55 +02:00
Translation updater bot 436a75108a Localisation updates from https://translatewiki.net.
Change-Id: If6a68c62b27a26d4adc9deb82f97ae013073a087
2016-10-04 22:34:45 +02:00
Translation updater bot d0cabd298c Localisation updates from https://translatewiki.net.
Change-Id: I4b120decbfeb70ea5f604bdddd3d9d7ca3366787
2016-09-22 23:35:39 +02:00
Translation updater bot a7524447d4 Localisation updates from https://translatewiki.net.
Change-Id: I66af29924da8a2f4ed8d893de2f38f47ff066095
2016-09-14 22:34:07 +02:00
Translation updater bot f16390b461 Localisation updates from https://translatewiki.net.
Change-Id: I22969a9d0d2d55efd72729f53458978390b06814
2016-09-13 22:48:20 +02:00
Translation updater bot ca8a509fe0 Localisation updates from https://translatewiki.net.
Change-Id: I8f7aed03fa9ffdf86b64fe723f434d1d4e934add
2016-09-08 23:42:55 +02:00
Translation updater bot 77a231d093 Localisation updates from https://translatewiki.net.
Change-Id: I0fe83045bce551e49deaf964b29c7db395734a08
2016-09-07 22:40:48 +02:00
Translation updater bot 86c793aa17 Localisation updates from https://translatewiki.net.
Change-Id: I34a21c7aede92959ed2f837b8eac7292f5689e95
2016-08-28 22:34:47 +02:00
Translation updater bot e7c423750f Localisation updates from https://translatewiki.net.
Change-Id: I11edddc5dd5a435a4507145cf4d2343175e51d7a
2016-08-11 23:51:17 +02:00
Translation updater bot 1e2ccae422 Localisation updates from https://translatewiki.net.
Change-Id: I1be4555f5b36aad1d22571be7004a71c7b158f95
2016-08-09 22:28:56 +02:00
Translation updater bot ed4676f9d1 Localisation updates from https://translatewiki.net.
Change-Id: Ia29aa7452c257e3a8462c6fe91ca1f4852353974
2016-08-07 22:36:33 +02:00
Translation updater bot 2100c00a3a Localisation updates from https://translatewiki.net.
Change-Id: I48e29dc2fe4af882101ccf473dac10cd53e9ecfa
2016-08-04 23:25:40 +02:00
Translation updater bot b772b23739 Localisation updates from https://translatewiki.net.
Change-Id: I60ed6db830b5a403fabfd74dd04f1df3473502b9
2016-08-02 22:38:25 +02:00
Translation updater bot d7fac2c8fc Localisation updates from https://translatewiki.net.
Change-Id: I4916181c910ed9ee444f496888c6be7e574d5b09
2016-07-30 22:23:16 +02:00
Translation updater bot 0348666755 Localisation updates from https://translatewiki.net.
Change-Id: I8d94a16ad1bf036b03dd20dc6e338151488030e0
2016-07-28 23:01:54 +02:00
Translation updater bot eb277380d8 Localisation updates from https://translatewiki.net.
Change-Id: I1cd95fd566f4082b024072a864687cea58cf762e
2016-07-26 22:50:12 +02:00
Translation updater bot af3314b1cc Localisation updates from https://translatewiki.net.
Change-Id: I3a5c6864d5305ab7d8f996201ad3a66da6cb101d
2016-07-25 22:22:57 +02:00
Translation updater bot c1ea0dfc94 Localisation updates from https://translatewiki.net.
Change-Id: I269b814fbe7b89330f806fe03edcf285aca71a37
2016-07-24 22:22:42 +02:00
Translation updater bot aa42845677 Localisation updates from https://translatewiki.net.
Change-Id: I314f5a1bd95c1468215b1d399459d91494b21509
2016-07-12 22:47:00 +02:00
Translation updater bot a754aa912d Localisation updates from https://translatewiki.net.
Change-Id: Ibe9262d94c8448d357ced7b292e10ec0d9918aca
2016-07-11 22:55:09 +02:00
Translation updater bot 6e5793df85 Localisation updates from https://translatewiki.net.
Change-Id: I7a76e9f07fb8b2c4a6f53d8cd660daf66c279ac7
2016-07-06 22:26:35 +02:00
Translation updater bot c49fe539d2 Localisation updates from https://translatewiki.net.
Change-Id: Iab02ad0d6530ca0b6ca3124bf0d90c484c48198f
2016-07-05 22:31:39 +02:00
Translation updater bot 9a4909b8ea Localisation updates from https://translatewiki.net.
Change-Id: I112e2138ed46f5aa40e7ba353d5ff6f981634a02
2016-07-03 22:37:46 +02:00
Translation updater bot 72f10b4149 Localisation updates from https://translatewiki.net.
Change-Id: I29befc53eb910fd306d93806f80f88e84260d0f2
2016-07-01 23:17:54 +02:00
Translation updater bot 804899c53c Localisation updates from https://translatewiki.net.
Change-Id: I32760ce0bf6a2b766baccf92d6612f219dc2361d
2016-06-27 23:02:27 +02:00
Translation updater bot 6c0d29d928 Localisation updates from https://translatewiki.net.
Change-Id: I5fa8c2d223fb7f9b7bfa68ec1074848ba30dac45
2016-06-19 22:41:47 +02:00
Translation updater bot ff3d8a2041 Localisation updates from https://translatewiki.net.
Change-Id: I997f6a22ef34159a2c3a587ad9d9016ffb96a272
2016-06-18 22:43:36 +02:00
Translation updater bot b21b731f45 Localisation updates from https://translatewiki.net.
Change-Id: Ic4a241cf1f0cfe897fbf3e3786b506f3f8fa093d
2016-06-16 22:25:30 +02:00
Translation updater bot bc8d95577e Localisation updates from https://translatewiki.net.
Change-Id: I0c20d41f56defa0cf146ba374ba807a6634a0a9c
2016-06-15 22:33:07 +02:00
Translation updater bot c9f1cbe683 Localisation updates from https://translatewiki.net.
Change-Id: Ie8176329f73820893e934e2d148f942209c4f833
2016-06-06 22:57:15 +02:00
Translation updater bot 2bfee7ad17 Localisation updates from https://translatewiki.net.
Change-Id: I4f855d0631e893b43eda4cafaeb3b08907972804
2016-06-02 22:20:48 +02:00
Translation updater bot cf7d0a3ad4 Localisation updates from https://translatewiki.net.
Change-Id: I16f5bca582adc397a786a2a693c78ccf7f7b517d
2016-05-30 22:22:19 +02:00
Translation updater bot bb9b537f5d Localisation updates from https://translatewiki.net.
Change-Id: I0482aa24aac0edfddf1f423b550889abb521417e
2016-05-23 22:22:48 +02:00
Translation updater bot d2064977cc Localisation updates from https://translatewiki.net.
Change-Id: I3e8a3573993a72d562cfd1d29dee4cabb754d4a2
2016-05-22 22:22:33 +02:00
Translation updater bot cd9da1de2c Localisation updates from https://translatewiki.net.
Change-Id: I6a87cb15047a40b287a1f60103423b804ab13cef
2016-05-15 22:27:04 +02:00
Translation updater bot 5003d3cac5 Localisation updates from https://translatewiki.net.
Change-Id: I853ca7c0217bda664e98861ade3e9850ae9605db
2016-05-08 22:41:47 +02:00
Translation updater bot 277a15d138 Localisation updates from https://translatewiki.net.
Change-Id: I2ed88cb2e0dc7086e7ee6f8c318a6805e465080c
2016-05-07 10:51:20 +02:00
Translation updater bot ea27cad0cf Localisation updates from https://translatewiki.net.
Change-Id: I49d669001db97a5d5c5cf169821fd371c36e27a6
2016-04-24 22:32:00 +02:00
Translation updater bot 6e1894a3a3 Localisation updates from https://translatewiki.net.
Change-Id: I5c1a1c03b4df94a807e181755123a14f9e5e882f
2016-04-19 22:19:06 +02:00
Translation updater bot 716d812aa3 Localisation updates from https://translatewiki.net.
Change-Id: I46762bc1ad470c6e105c6008d96634b4613d9d57
2016-04-17 22:13:56 +02:00
Translation updater bot d67b635881 Localisation updates from https://translatewiki.net.
Change-Id: If4c32eda9d0d9976ad57bf3444a093b698b47986
2016-04-14 22:33:49 +02:00
Translation updater bot d97135f8a8 Localisation updates from https://translatewiki.net.
Change-Id: I9c17a5b1519401999e0398b442af2f0dddefdd42
2016-04-13 22:17:44 +02:00
Translation updater bot 0dc157a6de Localisation updates from https://translatewiki.net.
Change-Id: I20f92a688a97c390b64a386924069aa655e18960
2016-04-11 22:33:49 +02:00
Translation updater bot 93e61634fd Localisation updates from https://translatewiki.net.
Change-Id: Ib7a51083f72269335d3541e67a5086c382682063
2016-04-10 19:58:10 +02:00
Translation updater bot df3fb3a06d Localisation updates from https://translatewiki.net.
Change-Id: Ie06eb2f4dea3893d4f6b4064bec57cc5fc69021a
2016-04-01 22:25:03 +02:00
jenkins-bot 979ab3dff8 Merge "Avoid nowiki tags in reference links" 2016-04-01 16:13:07 +00:00
cenarium 987f20e558 Avoid nowiki tags in reference links
In reference links, brackets are wrapped in nowiki tags to avoid
breaking the link. This uses instead &#91; and &#93; (ASCII for
[ and ]). This simplifies parsing and mitigates the issue of
strip markers in references data.

Bug: T127787
Change-Id: Ibacae55eb99233d89d5c68261e3259cb2b723451
2016-03-27 20:33:35 +00:00
Translation updater bot d4b435a27c Localisation updates from https://translatewiki.net.
Change-Id: Ibdc895e80c8b3e10d14475fb38d3092958aefc84
2016-03-27 21:09:45 +02:00
Translation updater bot 21a2a06376 Localisation updates from https://translatewiki.net.
Change-Id: I634cc5dbca71a7a03fe9c8da6d9a23928811ffd4
2016-03-24 22:33:37 +01:00
Translation updater bot a04344a1d8 Localisation updates from https://translatewiki.net.
Change-Id: If2bc75079c69f353b28c31a07467eab37de5a07b
2016-03-23 22:19:26 +01:00
Translation updater bot a72e09ebee Localisation updates from https://translatewiki.net.
Change-Id: I85a09a8e5af91d8bd333b987a0f2bf0979c0dd99
2016-03-22 22:28:50 +01:00
Translation updater bot f650afdda7 Localisation updates from https://translatewiki.net.
Change-Id: I9b24cc13259899c82a94b236f5f5d658bbccb891
2016-03-21 23:29:50 +01:00
Translation updater bot f9b2e34514 Localisation updates from https://translatewiki.net.
Change-Id: I2a217fbfd6ce1b6aa91456795a095a1ccd4750e0
2016-03-20 22:37:23 +01:00
Translation updater bot 816979ec42 Localisation updates from https://translatewiki.net.
Change-Id: Id0b762567905496597ef4f7998cabb4c5832ae9b
2016-03-17 23:15:08 +01:00
Translation updater bot ddac4225ba Localisation updates from https://translatewiki.net.
Change-Id: Ide2e4ac7cc92469ba66967e77680cfc3ae861aad
2016-03-15 22:58:00 +01:00
Translation updater bot 83c465ce84 Localisation updates from https://translatewiki.net.
Change-Id: I3705ad48c736579f700357c3f1a5c198e3675e08
2016-03-14 22:46:52 +01:00
Translation updater bot 319238f840 Localisation updates from https://translatewiki.net.
Change-Id: Idff7a7f8f3bbdb9ea9b10aa60099308e0b2caa94
2016-03-09 22:39:48 +01:00
Translation updater bot 60fc36c7e4 Localisation updates from https://translatewiki.net.
Change-Id: I354e7e901ae35faf48ae11f3f136068a724e5ef8
2016-03-07 22:23:27 +01:00
Translation updater bot b4770061a2 Localisation updates from https://translatewiki.net.
Change-Id: I35a4da917a6fb1194063cedc9daf1a891de73939
2016-03-05 22:56:00 +01:00
Translation updater bot 3d4c9692f3 Localisation updates from https://translatewiki.net.
Change-Id: I39c713958ad87b2dcdbe685d8850538757f96af4
2016-03-04 22:50:07 +01:00
Translation updater bot 2719b4ea0b Localisation updates from https://translatewiki.net.
Change-Id: I6c05a2dbd30400f74cf67e5f688029ba313f8f9f
2016-03-02 23:35:37 +01:00
Translation updater bot 82590f9da4 Localisation updates from https://translatewiki.net.
Change-Id: Idec777ecc238e637e74edd238efe6997bbd7d6e8
2016-03-01 21:53:23 +01:00
Translation updater bot 88f4cdfbd6 Localisation updates from https://translatewiki.net.
Change-Id: I81e913c86af124c474041a43389195509d1949c3
2016-02-28 21:56:01 +01:00
Translation updater bot 19074bcf0d Localisation updates from https://translatewiki.net.
Change-Id: I9e873009b41afaeddba937c3b739a465fc8da2c2
2016-02-27 21:54:29 +01:00
jdlrobson 509741dc17 Surface references via api query property
* The query request prop=references will return a JSON blob of all
references in the page
* Conveniently references are returned with an array id key that corresponds
to an anchor tag in the HTML
* When references storage is disabled the API request will trigger an
error.

Bug: T123290
Change-Id: I81a965bcb47d17df18f1e415e3c25f88f6b48ffc
2016-02-26 19:02:12 +00:00
Translation updater bot 17d30cc0a7 Localisation updates from https://translatewiki.net.
Change-Id: If943f6841bcf18f2fad6ee6025adfad82534ddcd
2016-02-25 22:17:31 +01:00
Translation updater bot 59dc0e9ba2 Localisation updates from https://translatewiki.net.
Change-Id: I1fac9242bc2827f7a828f2b332b81c95d5d48704
2016-02-24 22:00:45 +01:00
Translation updater bot 8f904a37d2 Localisation updates from https://translatewiki.net.
Change-Id: I6b6c45210bce9703febfcdb885c7efdef623cf65
2016-02-23 22:31:39 +01:00
Translation updater bot c3c10ab9c9 Localisation updates from https://translatewiki.net.
Change-Id: I05ceb4aa6217f3f9345b69eb4daa1ce14d6f7053
2016-02-22 21:38:12 +01:00
Translation updater bot a729388d98 Localisation updates from https://translatewiki.net.
Change-Id: If038f276f7246339b4e85c108e677d74aac8f73b
2016-02-19 22:06:01 +01:00
Translation updater bot d431fa00a8 Localisation updates from https://translatewiki.net.
Change-Id: I3f5a017fed203a2b2fb1bdf72d49188df094ffb3
2016-02-18 22:14:35 +01:00
Translation updater bot 0a77a3d2a3 Localisation updates from https://translatewiki.net.
Change-Id: If55b6a83078af460d6bb0ec18f7b58a33e778822
2016-02-17 22:47:27 +01:00
Translation updater bot 0d19805e2f Localisation updates from https://translatewiki.net.
Change-Id: I2b42c59b28c6a848eb8ebde54999e24bcd053987
2016-02-16 23:09:47 +01:00
Translation updater bot c6c08ee600 Localisation updates from https://translatewiki.net.
Change-Id: Ic5771efd4dc1ebe8472d9cac0330f361f5fda0c4
2016-02-15 21:38:47 +01:00
Translation updater bot 6c1832eff3 Localisation updates from https://translatewiki.net.
Change-Id: I17ebea1a2f9f9dee8dcdbeb595a20b4de6da490a
2016-02-14 21:29:28 +01:00
Translation updater bot e8775d456b Localisation updates from https://translatewiki.net.
Change-Id: I276aa229677a7a11f87887005999696816b1bc17
2016-02-13 23:00:01 +01:00
jenkins-bot d6bc770016 Merge "Change Mediawiki:Cite error ref_no_key text" 2016-02-12 22:49:38 +00:00
darthbhyrava d8775b5450 Change Mediawiki:Cite error ref_no_key text
Clarified error message by changing it to "The opening <ref> tag is malformed or has a bad name".

Bug: T115810
Change-Id: I0c9cb8f5e81ebdb194c57f24a5792b682dd290dc
2016-02-12 22:59:10 +01:00
Translation updater bot 3002dc168b Localisation updates from https://translatewiki.net.
Change-Id: Ib1479d7480034b40f87bbf617effda82d01f2b5d
2016-02-12 22:07:27 +01:00
Translation updater bot 9278810612 Localisation updates from https://translatewiki.net.
Change-Id: I8bf8383aace365a83eb96fd295c42403315567bf
2016-02-11 21:37:38 +01:00
Translation updater bot 483dbf8766 Localisation updates from https://translatewiki.net.
Change-Id: Ic2292a71f7acb6b323b24a7a3bff25288bbd15c1
2016-02-09 21:39:13 +01:00
Translation updater bot c859818a70 Localisation updates from https://translatewiki.net.
Change-Id: I73ebc11c27e1383d26cfa639c0af4a3b5ea78f3e
2016-02-08 22:11:25 +01:00
Translation updater bot 150f87b498 Localisation updates from https://translatewiki.net.
Change-Id: If0384d482faa450737c68bb7b368b36327703542
2016-02-07 22:14:02 +01:00
cenarium 71889ff017 In section preview, add preview of references to its own section
This is to make it apparent that this isn't part of the preview
of the section itself. A span class is also added.

Bug: T125981
Change-Id: I62c8dca8ee42e79c6b7cd7f837f4e7ee65f77770
2016-02-07 16:34:09 +00:00
Translation updater bot 052d3baec2 Localisation updates from https://translatewiki.net.
Change-Id: I05504b439d995b3b9006c2589cd4061e84e6746e
2016-02-03 23:04:20 +01:00
Translation updater bot 9ff9da3b45 Localisation updates from https://translatewiki.net.
Change-Id: I9c1d78c8a99234aecc0f8ae935659bdb7efdd8d8
2016-01-29 22:40:21 +01:00
Translation updater bot 56ce70cf71 Localisation updates from https://translatewiki.net.
Change-Id: Ia7b63e33dfc0d48bc1fd0ac0fea9a331b211cb3e
2016-01-27 21:39:04 +01:00
Translation updater bot c509bfa9ac Localisation updates from https://translatewiki.net.
Change-Id: I42a3bdf5b6adc5cd6ca002aec859f5e2521a6518
2016-01-25 22:28:39 +01:00
Translation updater bot 7b70ded3e0 Localisation updates from https://translatewiki.net.
Change-Id: If244499b6fc7824b0a6c14e65be0d5be72641898
2016-01-24 21:19:23 +01:00
Translation updater bot e6a6162fb9 Localisation updates from https://translatewiki.net.
Change-Id: I3f24b447054f73f1ab7505af66343d9501113eba
2016-01-23 22:24:25 +01:00
Translation updater bot 9b65d63af6 Localisation updates from https://translatewiki.net.
Change-Id: I853eae9b1b1145bb0732e46f04d5a18ff7723d30
2016-01-21 21:54:23 +01:00
Translation updater bot f42e769174 Localisation updates from https://translatewiki.net.
Change-Id: I021f89a195bf6e0a6da78f0354a27e72dcb3fd4d
2016-01-20 21:05:43 +01:00
PiRSquared17 739962b6d1 Add reference list to section preview if missing
For a section preview with missing <references/> tag,
add reference lists for each group.

Bug: T7984
Change-Id: I2ca1b62fc068b20b7df4b0af2e3e79535e656259
2016-01-20 04:25:46 +00:00
Translation updater bot 48d325a7c4 Localisation updates from https://translatewiki.net.
Change-Id: Idb4031f7d422d9daed6602d4d9577c7af13a74dc
2016-01-14 22:22:11 +01:00
Translation updater bot c8b55e8773 Localisation updates from https://translatewiki.net.
Change-Id: I486ffd06e8ea8c91f0b057e6a2a2a80533203a17
2016-01-11 22:49:42 +01:00
Translation updater bot e26565feba Localisation updates from https://translatewiki.net.
Change-Id: I97d9987a2f447749ff8abef5aad606e41cd5b550
2016-01-08 22:16:58 +01:00
Translation updater bot e33f6c31dc Localisation updates from https://translatewiki.net.
Change-Id: Ic4a9eed8a484b2974eeb3843beee8a20922a1f1c
2016-01-03 21:40:22 +01:00
Translation updater bot 1cd2513c85 Localisation updates from https://translatewiki.net.
Change-Id: I4e6ca2e9857fda215568b47af465f00f8243947c
2016-01-01 20:00:39 +01:00
Translation updater bot 7ff085b937 Localisation updates from https://translatewiki.net.
Change-Id: I8ad7427e386f12543e2bf2a7fae20a0d957d6b16
2015-12-28 21:00:46 +01:00
Translation updater bot 97eefc3254 Localisation updates from https://translatewiki.net.
Change-Id: I9fb8c2f46bc6d6de31ef9df9ffce282e3591a937
2015-12-23 22:03:52 +01:00
Translation updater bot a5479589e3 Localisation updates from https://translatewiki.net.
Change-Id: I3258f90649fb2119f9b193999f36b234fd3824ce
2015-12-22 22:08:27 +01:00
Translation updater bot 70582e7cec Localisation updates from https://translatewiki.net.
Change-Id: Iff079ce7ffc98fc2c0fef85ebd9e6f4fe3476050
2015-12-21 22:03:15 +01:00
Translation updater bot f88d5ab33a Localisation updates from https://translatewiki.net.
Change-Id: I6c968d661c41b2e630d16f340c8b7899c6eaeaad
2015-12-18 23:34:46 +01:00
Translation updater bot 6823b51f2d Localisation updates from https://translatewiki.net.
Change-Id: I7c8f4cb1bac71ea27113ef526fca0fee6486f311
2015-12-15 22:21:57 +01:00
Translation updater bot b074551c9a Localisation updates from https://translatewiki.net.
Change-Id: Ifc7d79cfab720e83db54c631c3d2b07eed8f0a24
2015-12-13 22:15:41 +01:00
Translation updater bot 43173ffb9f Localisation updates from https://translatewiki.net.
Change-Id: I7ef7c68f8b35f4f0c14bc6190af207194eca49f8
2015-12-11 23:47:45 +01:00
Translation updater bot 9255f3e5f9 Localisation updates from https://translatewiki.net.
Change-Id: I64f61be0e0b785836d006fb8fa48fda294cff6f9
2015-12-08 22:21:49 +01:00
Translation updater bot cf7da6f25d Localisation updates from https://translatewiki.net.
Change-Id: I6780e284910b2223aa9d8bc3748d4138dfcbe6a7
2015-12-05 23:09:31 +01:00
Translation updater bot 371499e319 Localisation updates from https://translatewiki.net.
Change-Id: I6212044eaf5c4fde82655be3b457c561cd6e73fc
2015-12-03 23:13:28 +01:00
Translation updater bot d352c6dffa Localisation updates from https://translatewiki.net.
Change-Id: Iff6647eb929ba80e80f461726051adaa4bc177ae
2015-11-30 21:32:51 +01:00
Translation updater bot a7fdf6b674 Localisation updates from https://translatewiki.net.
Change-Id: I9379d3e46bba4170eb3304d2fddb70a1ea8d888d
2015-11-26 21:58:48 +01:00
Translation updater bot a6362e2974 Localisation updates from https://translatewiki.net.
Change-Id: Ic166e269574e2b9008a08c66b382ab7b1e2421fe
2015-11-24 23:06:56 +01:00
Translation updater bot 831d2d6367 Localisation updates from https://translatewiki.net.
Change-Id: I58c6d69af6c38015746caa1b40ad2899758303dc
2015-11-19 21:34:13 +01:00
Translation updater bot bd9f58c00b Localisation updates from https://translatewiki.net.
Change-Id: Ie1c68009703072a9d3d0c630a3e71267c033b3d5
2015-11-18 21:56:54 +01:00
Translation updater bot fc32dd14d2 Localisation updates from https://translatewiki.net.
Change-Id: Ideec6c64315a20af1f09c1e38694084402753361
2015-11-15 22:15:17 +01:00
Translation updater bot 3900b16d05 Localisation updates from https://translatewiki.net.
Change-Id: Ic74792ced7d4ede545ea1024be42b38984b01395
2015-11-14 22:15:36 +01:00
Translation updater bot b4dc6349eb Localisation updates from https://translatewiki.net.
Change-Id: Ib3fc6772602d51afa6d50864de11b45ae1bd519e
2015-11-13 21:32:16 +01:00
Translation updater bot 2ff7b6f56b Localisation updates from https://translatewiki.net.
Change-Id: If3d529691c0d9a882fe61eda6e3d907f839d77d9
2015-11-02 22:35:33 +01:00
Translation updater bot c57956e815 Localisation updates from https://translatewiki.net.
Change-Id: I37f9d4d31e6db28a85b4bc60a8075e827ff5e25e
2015-11-01 21:39:12 +01:00
Translation updater bot 2dcf8fe5a0 Localisation updates from https://translatewiki.net.
Change-Id: I1c7a8e5c540d41f0cfa6b4f678eb0d0eac4ef31c
2015-10-31 21:04:58 +01:00
Translation updater bot 232d97aefc Localisation updates from https://translatewiki.net.
Change-Id: I85f45b1611a0cfc064647cfb3b4c093aee61b6f9
2015-10-30 21:47:19 +01:00
Translation updater bot b1996582ad Localisation updates from https://translatewiki.net.
Change-Id: I6a8f76ecabdcb4a05dfc790236c1122a37b8b1ef
2015-10-28 21:53:06 +01:00
Translation updater bot ccc6a0d47d Localisation updates from https://translatewiki.net.
Change-Id: I8fa2320f3de3281cdf9a6f3962a4bb462d2d7d69
2015-10-27 21:31:15 +01:00
Translation updater bot c166aaf743 Localisation updates from https://translatewiki.net.
Change-Id: If97d83ac8c6a615eac1847e99463f085f4493d4c
2015-10-26 21:02:24 +01:00
Translation updater bot a22434e195 Localisation updates from https://translatewiki.net.
Change-Id: I1c17af0ff6475b291727ec951f0a4cc5adb9558c
2015-10-25 22:03:15 +01:00
Translation updater bot e9c00d314d Localisation updates from https://translatewiki.net.
Change-Id: I356332235296f21617ed7f717a7c9a2f12a3bec8
2015-10-23 21:42:43 +02:00
Translation updater bot 5228ab649c Localisation updates from https://translatewiki.net.
Change-Id: I26b3bea1b3a90b4e60d426c61c7e42f5874f4916
2015-10-22 21:58:36 +02:00
Translation updater bot 15f83c8c3f Localisation updates from https://translatewiki.net.
Change-Id: I82d89f3a033d0c8514c360dd90318f4c9a672ea7
2015-10-20 22:45:55 +02:00
Translation updater bot a00d39d030 Localisation updates from https://translatewiki.net.
Change-Id: I8f49daa04f01c40aac7d4cb4dc42548b19d69f84
2015-10-19 22:14:45 +02:00
Translation updater bot 96a1bbb551 Localisation updates from https://translatewiki.net.
Change-Id: Ic7feb6bfd2b3d07e33f20eb677ca9324d66aa39f
2015-10-18 21:53:43 +02:00
Translation updater bot 62327d20e1 Localisation updates from https://translatewiki.net.
Change-Id: I553aadd58f9c212d4d88dcd2e64959af7465b500
2015-10-16 22:03:19 +02:00
Translation updater bot 0d20a69069 Localisation updates from https://translatewiki.net.
Change-Id: I0e223ebbc69326ffd75a0b1b3b5b2c02ea9cf7d1
2015-10-15 09:39:11 +02:00
Translation updater bot 645f3abea8 Localisation updates from https://translatewiki.net.
Change-Id: Iee084051bfb06b73fc204b6e3f4899f281c41027
2015-10-14 21:50:44 +02:00
Translation updater bot a72047ca7d Localisation updates from https://translatewiki.net.
Change-Id: I56088d012d601d494bf2a968d6b2d208932f902a
2015-10-13 22:09:50 +02:00
Translation updater bot 13847ccede Localisation updates from https://translatewiki.net.
Change-Id: I4bb68eac7c2036eb88df3127b71b0f535d4c65c7
2015-10-12 21:03:39 +02:00
Translation updater bot a8fe5e5ebb Localisation updates from https://translatewiki.net.
Change-Id: I5e9bd2c86b682b5412b81899b3414dd4d3d9963f
2015-10-11 21:22:19 +02:00
Translation updater bot a3744539c0 Localisation updates from https://translatewiki.net.
Change-Id: I48cb8471a52ed5f5e08e8c3b5fc4d035a8712648
2015-10-09 22:31:14 +02:00
Translation updater bot 968398013f Localisation updates from https://translatewiki.net.
Change-Id: I1a2d49da0759172bc0081335e6aeadfcce599703
2015-10-08 23:05:45 +02:00
jenkins-bot f75e136ec7 Merge "Add pages with Cite errors to a tracking category" 2015-10-08 19:40:45 +00:00
Translation updater bot 41faaf8ba2 Localisation updates from https://translatewiki.net.
Change-Id: Ic297afecb29aeb80038feed1cee3a8078ec80c81
2015-10-07 21:59:08 +02:00
Translation updater bot 18e7c5d5b7 Localisation updates from https://translatewiki.net.
Change-Id: Ic0e33ee46cbdd472a7a4aa5e7a27f3e09c161a3a
2015-10-06 22:00:47 +02:00
Translation updater bot 7f70cd127f Localisation updates from https://translatewiki.net.
Change-Id: I2f58a35287b0b5bf7cce87ab51013209a6b075f8
2015-10-05 22:13:58 +02:00
Translation updater bot 9d6cc187fc Localisation updates from https://translatewiki.net.
Change-Id: Ic97d34fca394f08e0528cc42461b46c0170bba19
2015-10-04 22:17:08 +02:00
Translation updater bot 98f4689417 Localisation updates from https://translatewiki.net.
Change-Id: I0bc9aca5e26385659c6146e6f1ff3c767126a349
2015-10-02 23:46:16 +02:00
Translation updater bot 43116610db Localisation updates from https://translatewiki.net.
Change-Id: I56baa3188f7a8c4be9aef21210bc58a612af5929
2015-10-01 21:40:20 +02:00
jenkins-bot 0531ff7221 Merge "Show an error if a named ref is defined multiple times" 2015-10-01 17:03:04 +00:00
Translation updater bot 92d532c0a2 Localisation updates from https://translatewiki.net.
Change-Id: I9d2d30613b25e89b4e82dbccd593520fb48856ad
2015-09-30 22:08:52 +02:00
eranroz 5d0fb0309b Show an error if a named ref is defined multiple times
Bug: T85386
Change-Id: I6e7a7594628b3e0c09724c11e5d9f650dde25906
2015-09-30 21:27:35 +03:00
Translation updater bot 3b8b242791 Localisation updates from https://translatewiki.net.
Change-Id: I4b09d2c48f2564a6b3f74cad85b92bade86196b2
2015-09-28 22:41:46 +02:00
Translation updater bot 6d0106ca68 Localisation updates from https://translatewiki.net.
Change-Id: Idd47db0b338a273b59dfcc606e73bc03d43d1bae
2015-09-26 21:11:46 +02:00
Amir E. Aharoni 68304fcacd Add pages with Cite errors to a tracking category
Bug: T104792
Change-Id: I6f8b12788a20480bd8880332238d545ee70a8ef9
2015-09-24 12:16:13 +03:00
Translation updater bot 392db906b8 Localisation updates from https://translatewiki.net.
Change-Id: I84832252e51695042eb47a1cdea992983d7c9c27
2015-09-21 21:54:55 +02:00
Translation updater bot 31570ef6d3 Localisation updates from https://translatewiki.net.
Change-Id: I457d2499ab437b2388e7b012a407d08717cc02ee
2015-09-12 01:07:38 +02:00
Translation updater bot aa8655ebdc Localisation updates from https://translatewiki.net.
Change-Id: I96f40808f85d1746687db856d36965d0f86bb7d1
2015-08-26 21:45:01 +02:00
Translation updater bot d0b189cff0 Localisation updates from https://translatewiki.net.
Change-Id: I64a6012fa63c61e3a01f69ce89a2546244403b15
2015-08-24 21:30:18 +02:00
Translation updater bot 1cc91f6ee4 Localisation updates from https://translatewiki.net.
Change-Id: I6c21400305dfe4559a89227efab986e7c5064dc0
2015-08-17 21:08:48 +02:00
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
Translation updater bot 3cc1c62c8e Localisation updates from https://translatewiki.net.
Change-Id: I46d3f97c9031d45f06087e9f96dab95b41a0d363
2015-08-04 23:15:46 +02: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
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
Translation updater bot a17ea5a0fa Localisation updates from https://translatewiki.net.
Change-Id: I602c97cce0af77c74bb285f7becb6b049c407e76
2015-07-15 21:37:53 +02:00
Translation updater bot 6341db4d21 Localisation updates from https://translatewiki.net.
Change-Id: I39c5bfbbd1d4cbdb06373bc52c959a9dd6f44f3b
2015-07-09 22:00:45 +02:00
Translation updater bot b26f3a2677 Localisation updates from https://translatewiki.net.
Change-Id: Ia6a758da1fe8d878e45a66b474c2013617523407
2015-07-07 22:07:16 +02:00
Translation updater bot ef0b8dde0f Localisation updates from https://translatewiki.net.
Change-Id: I7dbef02f493ce1de989e517e3e2c4bfb2be9ead7
2015-07-06 21:44:05 +02: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
Translation updater bot e5cc29e9fa Localisation updates from https://translatewiki.net.
Change-Id: I92b525160888534ff1a4ca3395a011514b71147b
2015-06-07 22:25:58 +02:00
Translation updater bot 49f4b860a3 Localisation updates from https://translatewiki.net.
Change-Id: I9f8767364ee2815b9f1653155498d5d5826b9178
2015-06-05 20:55:33 +02:00
Translation updater bot 9988e79e1e Localisation updates from https://translatewiki.net.
Change-Id: Ia884576d04482d4e9845cf60be67f7c1767bc6ed
2015-05-31 22:09:55 +02:00
Translation updater bot 6033b73b41 Localisation updates from https://translatewiki.net.
Change-Id: Ic6fb02fecdceccc5ba77411ccc6c621455e64b6a
2015-05-27 22:20:35 +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
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
Translation updater bot 8e8112c5fb Localisation updates from https://translatewiki.net.
Change-Id: If8d0929be09420d2896444e6ddcfe34a85d3cc24
2015-04-30 22:17:03 +02: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
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
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
Translation updater bot b26aebf7f3 Localisation updates from https://translatewiki.net.
Change-Id: If9fcbe87f345a878e70b3d9770712e85c229bd38
2015-02-28 22:03:42 +01: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
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
Translation updater bot 5807500e00 Localisation updates from https://translatewiki.net.
Change-Id: I1e187106a53f6cba63bb401e58fbfb1e748ae420
2015-01-25 21:44:06 +01:00
Translation updater bot 7d5392f21a Localisation updates from https://translatewiki.net.
Change-Id: I5b140fa92d5b5dc5c9a2587ad08bc061a571cf47
2015-01-22 23:19:33 +01:00
Translation updater bot bc39bd779e Localisation updates from https://translatewiki.net.
Change-Id: Id6bfa7fbffc01029dbb45b9d0c5f459d02b21f10
2015-01-19 22:00:39 +01:00
Translation updater bot 1ccb9c1bd8 Localisation updates from https://translatewiki.net.
Change-Id: I02bb1e04e513e8e8b9a788a02e128916b517e813
2015-01-18 22:15:58 +01:00
Translation updater bot e21c7852c6 Localisation updates from https://translatewiki.net.
Change-Id: I04961d4aefa20f2fb7fef7b5ef21e5f03fa843da
2014-12-26 09:43:35 +01:00
Translation updater bot 19570b6cc2 Localisation updates from https://translatewiki.net.
Change-Id: Id677c3230b4fcc8ce86eb389b6c1b988427ee76e
2014-12-23 21:39:14 +01:00
Translation updater bot ec6fbe7c3c Localisation updates from https://translatewiki.net.
Change-Id: I2340fdb5e96cbb84eafbf82de6de9b28f70a5709
2014-12-08 23:19:49 +01:00
Translation updater bot b5fd2b8d55 Localisation updates from https://translatewiki.net.
Change-Id: Id2d71b538ff839e3086704081af61d99d0165bd5
2014-12-02 22:03:21 +01:00
Translation updater bot 7faf5cde2f Localisation updates from https://translatewiki.net.
Change-Id: Ied781b2216cbad41343f2545c38d6ef443b5e799
2014-11-23 22:39:30 +01:00
Translation updater bot 5045fa3507 Localisation updates from https://translatewiki.net.
Change-Id: I01f97e2989fd64dbe792b2c9fb39c077c3869770
2014-11-13 23:07:00 +01:00
Translation updater bot 9cab73914c Localisation updates from https://translatewiki.net.
Change-Id: I4aca84fc16ec6e62c134c6812ba06ab7ef7c94a3
2014-11-08 22:16:51 +01:00
Translation updater bot bc0995ebe0 Localisation updates from https://translatewiki.net.
Change-Id: I284e28725d49d3f894eb493ef03e660878e06daa
2014-11-02 21:56:48 +01:00
James D. Forrester 7f10ca97f1 Remove Special:Cite, now moved to its own repository
Change-Id: I6ae358b6855911016793c3227bfc1c04a8637428
2014-10-28 12:02:21 -07:00
Translation updater bot 272cdbb49c Localisation updates from https://translatewiki.net.
Change-Id: I2163747e28e82cea77c316127c3c85beb0a68e14
2014-10-27 20:08:06 +01:00
Amir E. Aharoni 4840a46c5c Credits for en.json
Change-Id: I4e3674a5dfba5f0cf0b4e0985dca85491b37e359
2014-09-27 19:23:39 +03:00
Amir E. Aharoni d027bc9dfb Convert spaces to tabs in en.json
Change-Id: Ie4d5d097d6b0bbd5b85908be9a7ec745debaea43
2014-09-27 19:20:59 +03:00
Translation updater bot d45691cb43 Localisation updates from https://translatewiki.net.
Change-Id: I6eaf22336c0895459062162cf47731a9aa140996
2014-09-24 22:13:21 +02:00
Translation updater bot 8a48edee27 Localisation updates from https://translatewiki.net.
Change-Id: I8bfec8822b10d4a4e5f29fd563318c0e61e2391c
2014-09-16 19:41:55 +02:00
Translation updater bot 315449fed7 Localisation updates from https://translatewiki.net.
Change-Id: If975851c5e7194f66f40b8d3fc4fbe2730ee93c9
2014-08-31 21:52:27 +02:00
Translation updater bot 9da5cc02db Localisation updates from https://translatewiki.net.
Change-Id: Ibe34881b52e460332d909d8246e2d71c2b70e354
2014-08-29 21:17:52 +02:00
Translation updater bot def1d72887 Localisation updates from https://translatewiki.net.
Change-Id: I3fbcc9f7986ed5ba87a0e51abeffdf800a43063f
2014-08-26 21:46:36 +02:00
Translation updater bot 192f5a523e Localisation updates from https://translatewiki.net.
Change-Id: I779fc8e7212ebb2aa4a606cbcc978b3ef57f64ae
2014-08-23 21:51:42 +02:00
Translation updater bot 4957e6c335 Localisation updates from https://translatewiki.net.
Change-Id: I782103740a8febdd0164b26e8070d68830c03c75
2014-08-18 22:36:58 +02:00
Translation updater bot bfa78f2c08 Localisation updates from https://translatewiki.net.
Change-Id: I6b79924fcd92bd983d3ed7b6dac9e586a78fe593
2014-08-17 23:01:36 +02:00
Translation updater bot cad3dcc05c Localisation updates from https://translatewiki.net.
Change-Id: Iea9e02dd96b466a7607243a891f1dbbc1d71283f
2014-08-13 23:02:38 +02:00
Translation updater bot 97379749bb Localisation updates from https://translatewiki.net.
Change-Id: Id1b8a82a2af6456bc70636946dd63e6c0cd1cef9
2014-08-02 22:22:13 +02:00
Translation updater bot 617de9a2d3 Localisation updates from https://translatewiki.net.
Change-Id: I14d8d351259ed5c503b39162b3d2e65380ffe075
2014-07-29 21:53:43 +02:00
Translation updater bot cdcb19ff7f Localisation updates from https://translatewiki.net.
Change-Id: Id7b31f9f0a2be4aecced9ce7d0d121e89cb36302
2014-07-28 21:20:35 +02:00
Jforrester d7fc63b66d Revert "Provide way for users to find articles with the automatic <references />"
Apparently causing parser failures and corruptions in production.

This reverts commit 44472de458.

Change-Id: I923ed39f405d926b70a5098cbde6eee0538eee51
2014-07-24 12:27:02 -07:00
Translation updater bot e3be397f27 Localisation updates from https://translatewiki.net.
Change-Id: I800ab5e10c59123bd4d3e5f2847a5767daf022be
2014-07-22 23:00:11 +02:00
Translation updater bot 5c7b39d210 Localisation updates from https://translatewiki.net.
Change-Id: I2321be4c02c698bd813c81398f3a734cad50be2f
2014-07-21 21:39:55 +02:00
Translation updater bot e57ee60b38 Localisation updates from https://translatewiki.net.
Change-Id: I7bb88c01fb0bcbb7be439a8dcb2f29c29eaecced
2014-07-20 21:06:56 +02:00
Translation updater bot 7dc8077c98 Localisation updates from https://translatewiki.net.
Change-Id: Iba0eb76d5d1ed292aef2bbc408623e3e03e45254
2014-07-18 21:26:32 +02:00
Translation updater bot 45125b8c81 Localisation updates from https://translatewiki.net.
Change-Id: I2ff23ae6cbf497b1d81064ce516f4a61bde98216
2014-07-17 22:56:10 +02:00
Translation updater bot dea75631e6 Localisation updates from https://translatewiki.net.
Change-Id: I7ee82199c3eda6b62ef317ac3ff5c9794ddc87aa
2014-07-16 22:00:21 +02:00
Translation updater bot 500c69e847 Localisation updates from https://translatewiki.net.
Change-Id: I2279e1640e108d34c63338f39bdc9382f348c953
2014-07-15 22:04:48 +02:00
Translation updater bot 53d6f1bbe1 Localisation updates from https://translatewiki.net.
Change-Id: I13226a232dcdfd8d677fff64d161310dad3c0dc7
2014-07-14 21:59:52 +02:00
Translation updater bot 9c4b83bd4a Localisation updates from https://translatewiki.net.
Change-Id: Id45c13b0883a5e2d37f8c47a36b3ca08e8d444f0
2014-07-13 22:21:10 +02:00
Translation updater bot a083db58e3 Localisation updates from https://translatewiki.net.
Change-Id: Ib18f96902a972346cf08c9c67aea4f966bdd275f
2014-07-12 23:20:38 +02:00
Alex Monk 44472de458 Provide way for users to find articles with the automatic <references />
By adding a tracking category

Bug: 67700
Change-Id: I62584de085ae7a849a099e127bd950692a0dff8a
2014-07-11 22:47:51 +01:00
Alex Monk 798b453771 If there's no main <references /> block on the page, show one automatically below the content
Rather than showing an error

Bug: 66860
Change-Id: I9c7c13269d5ec355ccb280402aa8c0cedd208883
2014-06-23 22:54:28 +01:00
Translation updater bot 9057b09752 Localisation updates from https://translatewiki.net.
Change-Id: I1d3bbb0e4e911dde94a7acb64991f36620368be5
2014-06-12 21:37:03 +00:00
Translation updater bot 31c8cdced3 Localisation updates from https://translatewiki.net.
Change-Id: I9da3472d5c8f20e6d480bd3d131367bf3ff65e8c
2014-06-11 20:36:36 +00:00
Translation updater bot 22f00ea5be Localisation updates from https://translatewiki.net.
Change-Id: I1577a434eacb5e3a34c7528577f1aa12e49ff3f6
2014-06-02 20:57:26 +00:00
Translation updater bot d5a6491a5b Localisation updates from https://translatewiki.net.
Change-Id: I6d54090ecb431d93b0b8d791515fc972572240e4
2014-05-30 18:47:02 +00:00
Translation updater bot f4a65100dc Localisation updates from https://translatewiki.net.
Change-Id: I9d2b9cdfa473fe0e658c2fe9760a0ed9c31de668
2014-05-29 19:36:17 +00:00
Translation updater bot bf9a38fd7a Localisation updates from https://translatewiki.net.
Change-Id: I8aba8dfea5b096b6293e198f3600d110b05aada5
2014-05-26 20:10:17 +00:00
Translation updater bot 61da25acf3 Localisation updates from https://translatewiki.net.
Change-Id: I71c5883d173b66f611f44fa848332ed764f44f50
2014-05-22 19:54:19 +00:00
Translation updater bot 6b2568361b Localisation updates from https://translatewiki.net.
Change-Id: I4c01aa752e846c7a6c2b443e719c381251af47c6
2014-05-20 18:58:53 +00:00
Translation updater bot d9fe123069 Localisation updates from https://translatewiki.net.
Change-Id: I730296383050ab5f9d5540bd277c4f123feb05b4
2014-05-16 19:58:27 +00:00
Translation updater bot 9119b57100 Localisation updates from https://translatewiki.net.
Change-Id: Idb6ac4b5c75c92d05c49ad56012faacf190277f9
2014-05-14 19:33:30 +00:00
Translation updater bot 797bc6f359 Localisation updates from https://translatewiki.net.
Change-Id: I34314f386524422c81f82204405263472ca81f87
2014-05-11 19:06:03 +00:00
Translation updater bot 786651c47b Localisation updates from https://translatewiki.net.
Change-Id: I90d4966e99ae2d218e344ca30bacffb9b72d41f1
2014-04-30 20:40:37 +00:00
Translation updater bot 9f5d9adb8b Localisation updates from https://translatewiki.net.
Change-Id: I4c117a93694396b887f7c671c5f612996fd84537
2014-04-27 20:31:28 +00:00
Translation updater bot e209b33472 Localisation updates from https://translatewiki.net.
Change-Id: I60d337d951af57b318be0061f4f31cf6eeb7b275
2014-04-16 15:29:54 +00:00
Translation updater bot b6c080a9d2 Localisation updates from https://translatewiki.net.
Change-Id: I913c62d0e39ed4fac24c40332078854cc5f266de
2014-04-04 20:20:48 +00:00
Translation updater bot a8b1af9fc9 Localisation updates from https://translatewiki.net.
Change-Id: I24e11e9c36f7b397a30526434a0274f9d48aaa0a
2014-04-01 19:41:44 +00:00
Translation updater bot 949a95a205 Localisation updates from https://translatewiki.net.
Change-Id: Ia2f96f909f931ecdfdb44ed5d2c26b68b46c0146
2014-03-31 20:13:08 +00:00
Translation updater bot 77de2db862 Localisation updates from https://translatewiki.net.
Change-Id: I6a5f0a68082e5ab713bbdc6e3b38ba3f22a0e7f9
2014-03-30 20:09:54 +00:00
Translation updater bot da6b969a5a Localisation updates from https://translatewiki.net.
Change-Id: Ie5bdab145b59e038cc4384c83214deef9f322f06
2014-03-29 21:13:28 +00:00
Translation updater bot 7124cd4505 Localisation updates from https://translatewiki.net.
Change-Id: I7677cef94c7f09cb013a824f9f0709b8d0a5a1f7
2014-03-28 19:25:29 +00:00
Translation updater bot 51e51aea6b Localisation updates from https://translatewiki.net.
Change-Id: Ie3f579018254a6d6fdf09eeb7a205887eb881d8a
2014-03-27 20:29:39 +00:00
Translation updater bot 464ad825a7 Localisation updates from https://translatewiki.net.
Change-Id: Iafc3a25ea1f986e15a5f9b88ca8d6829a22e0287
2014-03-26 20:38:13 +00:00
Siebrand Mazeland 5973b719f1 Migrate to JSON i18n
Procedure per https://www.mediawiki.org/wiki/Manual:GenerateJsonI18n.php
with shim.

Change-Id: I186d9dde70e75ecd552d36310be44263081a6585
2014-03-26 10:06:27 +01:00