Commit graph

2278 commits

Author SHA1 Message Date
Translation updater bot 00f2673dd8 Localisation updates from https://translatewiki.net.
Change-Id: Ib3ddbc394df160c618cc9ca48cbe127f7eb6667e
2022-10-19 08:20:56 +02:00
Translation updater bot 29cac3d4c5 Localisation updates from https://translatewiki.net.
Change-Id: Ic3c828fa867aa473577067a26dab04ca8bf6a61e
2022-10-17 08:22:37 +02:00
Translation updater bot 310f4cc159 Localisation updates from https://translatewiki.net.
Change-Id: I72c56abd0869b1de85a7cbf026e7dda077447039
2022-10-14 08:43:07 +02:00
Translation updater bot c5aaf84bc6 Localisation updates from https://translatewiki.net.
Change-Id: I62f351c21d6f07fdcd61f2c70d8cb03468a7aed6
2022-10-13 08:09:53 +02:00
Translation updater bot ce672c125e Localisation updates from https://translatewiki.net.
Change-Id: I0e96947bd6a6e399e0e642946317d90ed0a26433
2022-10-10 10:21:23 +02:00
libraryupgrader ca32a8ced1 build: Updating mediawiki/mediawiki-phan-config to 0.12.0
Change-Id: If6ebb246effabc99b7d72a336bacee65c54b5c67
2022-10-09 15:42:03 +00:00
libraryupgrader 5037d38ac9 build: Updating grunt-banana-checker to 0.10.0
Change-Id: Iba9b753eca91a4b6d605d0a95ea85c3089e02cd7
2022-10-07 07:29:59 +00:00
Translation updater bot 21b41bfa2c Localisation updates from https://translatewiki.net.
Change-Id: Ie7e710a2e95a9e7d76d59e48c081646ff25d9d89
2022-10-05 08:25:17 +02:00
Translation updater bot 7681cd59b8 Localisation updates from https://translatewiki.net.
Change-Id: I5b24c39690bc8cf334e52d796137df45b345b25c
2022-10-04 08:30:13 +02:00
Ed Sanders 458bd2e0ca Fix typo in templatedata-desc
Bug: T319196
Change-Id: I1519d22a732566c5dd67a942c1affc0325ed78c9
2022-10-03 15:02:48 +02:00
Translation updater bot efb818d23a Localisation updates from https://translatewiki.net.
Change-Id: I77f49de4bbbba562d50504768791bff8544d58b1
2022-10-03 09:46:33 +02:00
Translation updater bot 5e776926a4 Localisation updates from https://translatewiki.net.
Change-Id: Ie33589a6c2386d6e0fd6cce0716cc2a02b4e3ad1
2022-09-30 08:54:59 +02:00
Translation updater bot 94884c9e0e Localisation updates from https://translatewiki.net.
Change-Id: Ia2fea7d5261fd905f99883d4f46eb3153e570a96
2022-09-29 08:28:17 +02:00
Translation updater bot cd2b3f14d7 Localisation updates from https://translatewiki.net.
Change-Id: Iacabc874036470a8abc36c9bdf0ddf27ae08d6d5
2022-09-28 08:22:56 +02:00
Ed Sanders fb70bf74b4 Use "Edit" for the edit button
We probably used "edit" as strictly speaking it could be "edit"
or "create", and it's hard to tell which will happen before
inspecting the content.

However "manage" is a poor alternative and not a verb we use
anywhere else. "Edit" argualby covers "create" as well, and will
be much more familiar to users.

Bug: T317468
Change-Id: Ia0b5da50fc87bd250e85faf29613a6f97ca36459
2022-09-27 16:04:17 +02:00
jenkins-bot ec1c49ca46 Merge "De-brand TemplateData" 2022-09-27 13:26:24 +00:00
jenkins-bot c4598c30d9 Merge "Fix broken comparison when editing the template description" 2022-09-27 08:16:38 +00:00
Translation updater bot 227287114a Localisation updates from https://translatewiki.net.
Change-Id: Ic1ac1ebe512784246be76f348bc6251c1bcbfc3d
2022-09-26 08:16:27 +02:00
Ed Sanders bce6519fe0 De-brand TemplateData
Following examples such as "VisuaEditor" -> "the visual editor"
and "Flow" -> "structured discussions", exposing the "brand" name
of the extension to users is no longer consider best practice.

Instead refer to it simply as "template data".

Bug: T317468
Change-Id: I969ddb013f9b51de8c222bff4e4c5104c5a0ee0f
2022-09-24 09:59:09 +00:00
thiemowmde 393abe846d Add missing dependency on mediawiki.user
The Metrics.js script needs this, but the dependency is not specified
anywhere. This "accidentially" works because it's rather common that
the module is required by some other code on the page. I just found a
combination where this is not the case (a blank MediaWiki installation
with nothing but TemplateData, not even the WikiEditor).

Change-Id: I97a7c1d227316a222d7ca54adb400aa8dd769047
2022-09-23 21:43:02 +02:00
Thiemo Kreuz 685363d947 Set focus to first input field on all panels
* This is most notably when adding a new parameter. The cursor should
  start in the input field.
* Focus the first input field when editing a parameter, whatever that
  input field is.
* Focus the big JSON editor when editing a map.

Change-Id: I5a3df626810007e83bd2300b540df75bc1b8cac4
2022-09-23 11:20:45 +02:00
Thiemo Kreuz 4790aaed4e Inline some trivial single-use variables
There is sometimes a good reason to arrange code like this, especially
when the additional variable name acts as documentation and helps
explaining what's going on. I think this is not the case here.

Change-Id: I46f4a18a4f78f4b03cf063a226de3f43ba13b1a2
2022-09-23 10:35:03 +02:00
Thiemo Kreuz 2d55ab3e68 Simplify some overly complex comparisons with undefined
The short `|| defaultValue` pattern is very common in JavaScript.
Note that in JavaScript – in contrast to PHP – empty arrays and
objects are not considered "falsy".

Change-Id: I97935c4dc2276d48d53ade3f7b4fdc28b62d89ba
2022-09-23 10:31:19 +02:00
Thiemo Kreuz 61dce0bf00 Fix copy paste mistakes and outdated code documentation
This patch intentionally doesn't touch any code to make it as easy
to review as possible.

Change-Id: I3089bd09f38b3aaa6424e7e263d514625f63f9f1
2022-09-23 10:28:12 +02:00
Thiemo Kreuz 17d6c485bb Fix broken comparison when editing the template description
This was always comparing with the English description. The effect of
this was that the comparison was always false and the value always
set, even if it didn't change, resulting in unnecessary events being
fired. So this is only about performance but not really user facing.

Change-Id: Id7a46dbac81e2595478848bbf325eece21815bec
2022-09-23 10:25:09 +02:00
Translation updater bot f79db7eddd Localisation updates from https://translatewiki.net.
Change-Id: Ic39a9ac6fa73f2f9f9ea986fdcce16cbe85be383
2022-09-22 08:47:24 +02:00
Translation updater bot 048a51b66c Localisation updates from https://translatewiki.net.
Change-Id: Ied897b197eaa15c5c02300c241dc9c6567c7fb74
2022-09-21 08:29:43 +02:00
jenkins-bot 9251dd1c18 Merge "Add space between icon and text in formatting message" 2022-09-07 09:09:38 +00:00
jenkins-bot 295a89eda0 Merge "Fix font size of "Manage TemplateData" button in vector legacy + 2017WTE" 2022-09-07 08:33:59 +00:00
Translation updater bot 4645636ebe Localisation updates from https://translatewiki.net.
Change-Id: I88a57e8622d60d3cafd7b99fa3fa62670b8ddfc8
2022-09-05 10:12:01 +02:00
Translation updater bot a93db4edf2 Localisation updates from https://translatewiki.net.
Change-Id: I0363e1ca9ef034885505360a134e106b99bb5684
2022-09-01 09:34:43 +02:00
Ed Sanders d2e72a252f Add space between icon and text in formatting message
Change-Id: Id0b8b36b8f2145847fafa8005bc6bdc7b3f98e55
2022-08-31 11:43:40 +01:00
Ed Sanders 64b8be314c Fix font size of "Manage TemplateData" button in vector legacy + 2017WTE
Change-Id: I26a7a0956d2bcce1700b583a2e8c684d4d72b948
2022-08-31 11:27:46 +01:00
Translation updater bot ca529f0c18 Localisation updates from https://translatewiki.net.
Change-Id: Iaa7e9484d9ca45dabfcf89c2a8e747aa038cf763
2022-08-31 09:35:51 +02:00
Translation updater bot c02950ceff Localisation updates from https://translatewiki.net.
Change-Id: Id073a9b03a313f543ee69f3c16b169f17b70d72d
2022-08-30 09:30:48 +02:00
Translation updater bot 622d7c3b51 Localisation updates from https://translatewiki.net.
Change-Id: If35b61f4e2913ad0139f3f033d4787aec6dbff79
2022-08-29 09:15:56 +02:00
Translation updater bot 2e2e27ee40 Localisation updates from https://translatewiki.net.
Change-Id: Iea0d2281893a09096b0b9d0c0fb346801156a117
2022-08-24 08:25:09 +02:00
Translation updater bot d21e2e391e Localisation updates from https://translatewiki.net.
Change-Id: I4dc6694a70390c6eb983e9e71823705b47e014ac
2022-08-22 08:24:04 +02:00
Translation updater bot 4a429d01a0 Localisation updates from https://translatewiki.net.
Change-Id: I2bc7fcad203f335ed29702247102da9ad6914898
2022-08-15 08:27:19 +02:00
Bartosz Dziewoński ba0e71fd33 Migrate usage of Database::select to SelectQueryBuilder
Bug: T312348
Change-Id: I59057174c102c29877608db2a6c26b7a50bd34cf
2022-08-12 23:54:22 +02:00
Translation updater bot 84476a8dae Localisation updates from https://translatewiki.net.
Change-Id: Iac6e3261e6e5e0f08ed3c9f5727763bf8e81f746
2022-08-12 08:44:06 +02:00
jenkins-bot c7a986bb23 Merge "Minor fixes & improvements to Specification.md" 2022-08-11 20:49:26 +00:00
Translation updater bot 443a571e7c Localisation updates from https://translatewiki.net.
Change-Id: Ifea01fde52172d1556e309300bc44ab93f3a16a4
2022-08-09 08:20:20 +02:00
Thiemo Kreuz d36356326a Make use of LESS features for more structured CSS
This patch includes two bugfixes:
1. The previous rule with a `p + p` didn't do what it was supposed to
   do. It was adding a margin after the 2nd, 3rd and all following <p>
   elements, but not between the 1st and the 2nd. It should have been
   margin-top instead. The approach in this patch is different and
   avoids the need to repead the 0.5em.
2. The red background color was not applied to the input fields any
   more because OOUI doesn't use <input> elements any more.

Change-Id: Ia57b742e8b3cd29c1f55cd7e918f26f70eebab18
2022-08-08 17:40:08 +00:00
Thiemo Kreuz f92fed31c7 Turn all TemplateData .css files into .less files
This patch intentionally doesn't do anything else. Later patches will
make use of LESS features.

Change-Id: I7ce7fdba12aa9f5fb49a752706b83f831632bed6
2022-08-08 15:29:03 +02:00
jenkins-bot bc064ce8a2 Merge "Fix CSS styling of the HTML rendering broken since 2016" 2022-08-08 10:38:39 +00:00
jenkins-bot b776e18e71 Merge "Fix JSON export to fail on missing "params" key" 2022-08-08 10:37:55 +00:00
Thiemo Kreuz 8497d85a2d Fix CSS styling of the HTML rendering broken since 2016
Some time ago there was a little bit of custom CSS applied to the HTML
table rendering. This is broken since patch I74214ea from 2016. This
patch renamed all CSS classes but forgot to update the PHP code
accordingly.

I decided to not change the HTML rendering because these class names
might already be used in custom per-wiki or per-user CSS. Instead I
partly revert I74214ea.

Unfortunately, some of the styles are quite dramatic, don't look good
or just don't work. I decided to remove some. The argument is that
the HTML rendering looks the same for 6 years now. I don't see a good
reason to change it now.

In detail:
* Suggested values are not aliases and should not be rendered in
  gray.
* The message "no description" is rendered in gray and italics. But
  this was applied to the wrong DOM element and made everything else
  gray and italic as well.
* The color #777 is not readable, violating WCAG rules. While it's ok
  to dim aliases and such, it must be at least #555 or darker.
* The "nowrap" destroys the table the moment one of the parameters
  does have a longer name or alias. Let the browser handle this, as
  it did for 6 years now.
* Same for rendering aliases as individual, indented blocks. This
  makes the table unnecessarily big when there are many aliases, and
  just doesn't look right. Again, let's stick to what we had for
  6 years.

Change-Id: Idfa76eed6e2d68474c79d4674efce091cb031b66
2022-08-08 11:56:16 +02:00
Translation updater bot 17a7b167f6 Localisation updates from https://translatewiki.net.
Change-Id: Ifcb4bb5189ea8a4c9a846fcaa928825289f3e36f
2022-08-08 08:59:33 +02:00
Translation updater bot 719dc17364 Localisation updates from https://translatewiki.net.
Change-Id: If74f769d707391b574f29c60996335f29f2349c4
2022-07-29 08:54:08 +02:00