Commit Graph

366 Commits

Author SHA1 Message Date
Umherirrender bf974861a2 Fix spacing of @covers
Change-Id: I61d2cd2cb4523433bda37f349cf5327bfb4c1b66
2017-12-29 21:26:59 +01:00
Translation updater bot 80241cc1cb Localisation updates from https://translatewiki.net.
Change-Id: Ie5a6d95c2def9ecb642cbf8db2fc13d5e127ec31
2017-12-29 09:36:17 +01:00
Translation updater bot b3f9e1db5f Localisation updates from https://translatewiki.net.
Change-Id: I9799b76e1fc46b16d5e450b4c03491e3b27b7444
2017-12-27 10:11:01 +01:00
Translation updater bot 84a7a21d41 Localisation updates from https://translatewiki.net.
Change-Id: I316479d5773d75f7abaf3bae77298b03dc7e39e5
2017-12-26 10:06:30 +01:00
Translation updater bot 19613c01bd Localisation updates from https://translatewiki.net.
Change-Id: I3d6994ea7341f9286ac7b2c61af79da72309651f
2017-12-22 22:02:19 +01:00
Translation updater bot 9599d8db7f Localisation updates from https://translatewiki.net.
Change-Id: I2a98ceaf5a46439932dcd9dc57052579708f9828
2017-12-21 21:59:39 +01:00
Translation updater bot 83eca0a53c Localisation updates from https://translatewiki.net.
Change-Id: I94b1ec612cd74b435da4c6743667bd96d8205311
2017-12-20 23:00:21 +01:00
Translation updater bot 8118fd35db Localisation updates from https://translatewiki.net.
Change-Id: I5a878a43d9b7ed4df7d92cebda0d8d050740c065
2017-12-18 22:23:14 +01:00
Translation updater bot ad56dda3e1 Localisation updates from https://translatewiki.net.
Change-Id: I5da13b02019fba4ed7db052c81d138b60b869a71
2017-12-17 22:05:31 +01:00
Rafid Aslam 88d889ab25 Add minus-x to "composer test"
Add minus-x to "composer test" and "composer fix"

Bug: T175794
Change-Id: I54088f3895ca931006c6a004a48c87f9445abf8c
2017-12-16 16:09:12 +07:00
Translation updater bot 85bb48bfcc Localisation updates from https://translatewiki.net.
Change-Id: Ie2c4427b4bdd8a5391250d9b6ff376d212a91b26
2017-12-15 22:09:01 +01:00
Translation updater bot 36151ddcb8 Localisation updates from https://translatewiki.net.
Change-Id: Ib92096e82a99c05d5661b4f6833aa875906a96df
2017-12-11 23:16:59 +01:00
jenkins-bot a9dd923651 Merge "Make svg_check.sh verbose" 2017-12-11 22:01:31 +00:00
jenkins-bot 8cc57955eb Merge "Pass svg_checks.sh via ShellCheck" 2017-12-11 22:01:20 +00:00
jenkins-bot 91454502d3 Merge "QA: Add additional steps to guard against slow test runs" 2017-12-11 21:59:41 +00:00
jenkins-bot 191f663205 Merge ".gitignore /docs/ generated by JSDuck" 2017-12-11 21:53:29 +00:00
jdlrobson e87d838466 QA: Add additional steps to guard against slow test runs
Bug: T182202
Change-Id: If46620941924b86c5403c9e928911b1aa5845d7a
2017-12-11 21:51:40 +00:00
jenkins-bot b20e1a3b25 Merge "Update RuboCop Ruby gem" 2017-12-11 21:28:28 +00:00
Antoine Musso 8a220e372c Make svg_check.sh verbose
So we know what is going on while the CPU is being busy.

Change-Id: I34a7ecadf549833025a197d72ca131888519a92a
2017-12-11 16:50:56 +01:00
Antoine Musso a38b4f8038 Pass svg_checks.sh via ShellCheck
while read svgfile; do
    SC2162: read without -r will mangle backslashes.

if [ $(wc -c < "$svgfile") -gt $(wc -c < "$outfile") ];
    SC2046: quote to prevent word splitting

found increment was done in a subshell and hence would not be properly
incremented. Instead of:

  find | while

Switch to:

  while < <( find )

Based on https://github.com/koalaman/shellcheck/wiki/SC2031 , this way
$found is kept in the same context.

Change-Id: Id8eb1027eed373161c8e7932b7745d4f53f2fc6c
2017-12-11 16:48:49 +01:00
Antoine Musso 97552204f6 .gitignore /docs/ generated by JSDuck
Change-Id: I04889b8ee6f1bfb8eb524378219c2863953f2038
2017-12-11 16:42:39 +01:00
Translation updater bot d159a99be2 Localisation updates from https://translatewiki.net.
Change-Id: I53781515ca1b99291741230381d30564d1ecfc7c
2017-12-07 22:43:18 +01:00
David Sn 90f324a5b7 Use preg_replace instead of str_replace for replacing extension
Bug: T166684
Change-Id: I233be410486276f30b08034180eb54cb08e04076
2017-12-07 16:05:48 +00:00
Translation updater bot e32d650042 Localisation updates from https://translatewiki.net.
Change-Id: Ifab041edabe85cb126ac63f9a8a12e402e30a829
2017-12-06 22:11:48 +01:00
Željko Filipin e7cad9e34c Update RuboCop Ruby gem
Bug: T180878
Change-Id: I904e947d7044b259f29f584b568ab2cb689bd5a4
2017-12-06 16:58:29 +01:00
Translation updater bot 63aeb4cfc5 Localisation updates from https://translatewiki.net.
Change-Id: Ibea20014746de0fcf8d3418047b9384506f7b1a9
2017-12-05 22:13:00 +01:00
David Sn 8a19c0cb33 Use png as fallback for svg on non-supported browsers
This will use the srcset attrribute which was introduced with HTML5,
in order to load the svg image on supported browsers.

Should fix the bug after merging change 394820.

Bug: T166684
Change-Id: I2337b750c80e79c816dc817dfe230e063eed0345
2017-12-04 22:13:23 +00:00
Translation updater bot e59d001536 Localisation updates from https://translatewiki.net.
Change-Id: Iac0222d65db818996112e572f1b53faaef5d3b5f
2017-12-04 22:39:59 +01:00
Translation updater bot 03ca369776 Localisation updates from https://translatewiki.net.
Change-Id: Idde0aee303bc1d03913e7d5fa530efb97d9484e5
2017-12-02 22:03:54 +01:00
Translation updater bot 52f5e81d07 Localisation updates from https://translatewiki.net.
Change-Id: Ide3af8903b2232db8aba273d414b19bb684ec01e
2017-11-30 22:46:26 +01:00
Volker E eaeea5dd5e Replace unique color with standard subtle print color
Replacing `#9aa0a7` with standard subtle `#999` print color.
Also clarfiying LESS variable naming and removing unused variable
`@printBorderColorLight`.

Change-Id: I2c1b36099935aa99d63a3316b3a107a23ffa0afd
2017-11-30 17:44:25 +00:00
jdlrobson eaa4dae5af Disable download button in all namespaces except main
The MinervaDownloadIcon config option is replaced with a
more specific wgMinervaDownloadNamespaces config option.
If the list is empty then the download button will not be
shown.

Since the download icon is enabled everywhere in production now
this is good as it means Minerva reflects the production value.

Bug: T181152
Change-Id: Id78c1de9e8e9013530106bc0d45d3cf0297897b5
2017-11-29 20:29:12 +00:00
jenkins-bot 9c987a7c72 Merge "Fix broken QUnit test" 2017-11-29 19:29:22 +00:00
Translation updater bot d450c2f341 Localisation updates from https://translatewiki.net.
Change-Id: Ic0a296b446eb906c0c9db8cae188cc670462e3bd
2017-11-28 22:01:09 +01:00
jdlrobson 89909ccf53 Fix broken QUnit test
Correct some options names and make minor adjustments to the
constructor function

Bug: T181348
Change-Id: Ia9fe9d2923b895d3dc530280e3987e27c88d3282
2017-11-28 11:46:55 -08:00
jenkins-bot 94fc4bbe13 Merge "Hygiene: Refactor Minerva history link generation" 2017-11-28 01:06:29 +00:00
jdlrobson ed5e9dd1d5 Hygiene: Refactor Minerva history link generation
* Create several sub functions to manage complexity of the history link
* Clean up MinervaTemplate to use data directly and remove isMainPage
template variable which is no longer being used.

Change-Id: I124aec9637f3635a335c58e559e578b2a56eb4c5
2017-11-27 14:27:11 -08:00
jenkins-bot f7578813e3 Merge "Clear spinner after window.print" 2017-11-27 21:18:37 +00:00
Translation updater bot fe8407b0a0 Localisation updates from https://translatewiki.net.
Change-Id: I4cb64ed57f4f1a0388cdeb88e24428fca654f0b8
2017-11-27 22:11:07 +01:00
jdlrobson 9826055afc Clear spinner after window.print
Looks like window.print may block so keep the spinner until
it's finished execution.

This may or may not fix the larger issue being discussed in the bug
but is harmless so why not.

Bug: T181261
Change-Id: I927d4bc8c96d74c14463f71b7ce6dec62618a485
2017-11-27 12:33:14 -08:00
Translation updater bot fd71cb1df0 Localisation updates from https://translatewiki.net.
Change-Id: I646f993e9a3e412d9c23597631382697c5ce3ca5
2017-11-26 22:01:47 +01:00
Translation updater bot 30a8996ca8 Localisation updates from https://translatewiki.net.
Change-Id: Ia2be97956509c96cf94dad0a44a0140931ac2a76
2017-11-25 22:07:44 +01:00
Translation updater bot 7667c5cb53 Localisation updates from https://translatewiki.net.
Change-Id: Iba9de31c82aeb33fab5d4e12eef6ad5d63402dff
2017-11-24 22:29:22 +01:00
Translation updater bot cdb1fce9c5 Localisation updates from https://translatewiki.net.
Change-Id: Ic3f585a3bb5113cc0587da7b56eec79ba9abfbb7
2017-11-23 22:35:27 +01:00
Translation updater bot 5d75af50c6 Localisation updates from https://translatewiki.net.
Change-Id: I58465933184ba09e4c24d7e0bfdba5629c029ea9
2017-11-22 21:59:23 +01:00
jenkins-bot 838cd377b9 Merge "Show last modified bar without relative time for old revisions" 2017-11-22 19:52:02 +00:00
jenkins-bot 110017125b Merge "Load all images during print action" 2017-11-22 19:40:25 +00:00
jdlrobson b72c10e06f Show last modified bar without relative time for old revisions
If FlaggedRevisions is being used then older revisions will be
shown as if they are the current revision of the page. This causes
problems as it makes it hard to give a true indication of when
something was last modified - do you show the last time someone
made an edit or the last time someone approved an edit?

The same issue applies on revisions and we attempted to fix this
earlier in T153125 but in doing so caused this problem.

Bug: T180116
Change-Id: I6d47adf272c99791d4af9f97afa02799d495887e
2017-11-22 10:29:51 -08:00
jdlrobson b05da8d49d Load all images during print action
When the print button is clicked, load all images from the page
before calling window.print

Add a timeout to make sure the user doesnt wait too long.

Change-Id: Ie922d239f9c5b5757237dc10b673fb500ff203ad
Depends-on: Id7f21606be3db22fe8dfde2db675f9905547cfea
Bug: T180058
2017-11-21 15:27:36 -08:00
Translation updater bot b40adadb78 Localisation updates from https://translatewiki.net.
Change-Id: I9faf576959d3619f5595e862c0cae6cf4828931f
2017-11-21 22:00:43 +01:00