Commit graph

2861 commits

Author SHA1 Message Date
libraryupgrader f382be8562 build: Updating npm dependencies
npm:
* eslint-config-wikimedia: 0.25.1 → 0.26.0
* grunt-banana-checker: 0.11.0 → 0.11.1
* wdio-mediawiki: 2.1.0 → 2.5.0
* get-func-name: 2.0.0 → 2.0.2
  * https://github.com/advisories/GHSA-4q6p-r6v2-jvc5
* postcss: 8.4.30 → 8.4.35
  * https://github.com/advisories/GHSA-7fh5-64p2-3v2j

Change-Id: I5b01fa01c11a57a180b50bf2f8b3275e69d75f1c
2024-02-13 20:44:49 +00:00
jenkins-bot cbc17c1e29 Merge "Only pass stylearg state variable to base of dq elements" 2024-02-13 10:35:23 +00:00
Moritz Schubotz (physikerwelt) d28ae77e87 Only pass stylearg state variable to base of dq elements
In I487bb01afa0d64c809affc4b8a466337d71a1c76 the entire state
is passed to the base of DQ arguments. However,
the second part of the state foundNamedFct is not applicable
as the open apply function is not part of the base.

Bug: T353340
Bug: T357343
Change-Id: I0556aead58f9c2f053d942e11f6b416cf5a5bc9e
2024-02-13 09:25:34 +00:00
jenkins-bot b69a22f072 Merge "Use U+203E for \overline macro" 2024-02-13 09:08:38 +00:00
Moritz Schubotz (physikerwelt) 3a32e21343
Use U+203E for \overline macro
Workaround for bug in Chrome
https://issues.chromium.org/issues/40889045#comment5

Bug: T352698
Change-Id: I96614e573338d70c9f4b44e01ddf0d8f23ecd774
2024-02-12 20:52:49 +01:00
Translation updater bot 5fb53f6e42 Localisation updates from https://translatewiki.net.
Change-Id: Ieeb548d58c273c24775379671b846d11a4e4e65d
2024-02-12 14:50:01 +01:00
jenkins-bot 9f205d305d Merge "Fix purging of cache in native mode" 2024-02-11 18:55:30 +00:00
Translation updater bot 009a915195 Localisation updates from https://translatewiki.net.
Change-Id: Ief3f8a9ccf68047c4fcdd6125969cf09bb08abbc
2024-02-09 08:44:03 +01:00
Translation updater bot 1183e88bb0 Localisation updates from https://translatewiki.net.
Change-Id: I46eb25d920ab6eaad979f7420e8df4284d8a1f47
2024-02-07 08:27:10 +01:00
Moritz Schubotz (physikerwelt) 8b481b45f1
Fix purging of cache in native mode
Adding action=purge to the url did not bypass cache
in native mode, because the check request was performed
before the purge information was passed.

* Move purge property to the base class
* Pass purge option via the checker constructor
* Add cache checking for mathoid checker
* Adjust method signatures accordingly

Change-Id: I6f545060ae72dac8b12fb0f85662c4048059b2e9
2024-02-05 20:56:19 +01:00
Translation updater bot de3f88935e Localisation updates from https://translatewiki.net.
Change-Id: Ie0bbcaddfb9c5b6391aa9678d228eab1cf2211ef
2024-02-05 08:50:03 +01:00
Translation updater bot 023c74072a Localisation updates from https://translatewiki.net.
Change-Id: Ie49129aee15db14744874a5b70f63b33475d86a3
2024-02-02 08:53:42 +01:00
Translation updater bot a66743cd97 Localisation updates from https://translatewiki.net.
Change-Id: Id4f299a7a5fa832c4312a5a9ce723b6455b9e3d1
2024-01-31 08:29:18 +01:00
Translation updater bot 44fedf5525 Localisation updates from https://translatewiki.net.
Change-Id: I530528991a8b8ab77a9dbbc155b0861825f0ce1c
2024-01-30 09:39:22 +01:00
Moritz Schubotz (physikerwelt) f5b83c720c
Pass font options in underOver
Following the same argument as for accents,
font options should also be passed in underOver
constructs.

* Pass options
* Add test
* In I6924d712db6852f99d7896b1f11cfbd22851d757
  curly learned to encapsulate its output in a
  mrow. Thus, the if-clause is no longer needed.

Bug: T352609
Change-Id: I6dd3303d9b5ef9ae32ad33c91a4cc1bbdad46109
2024-01-29 17:11:10 +01:00
zoranzoki21 1445eddb14 .phpcs.xml: Fix line indentation
Change-Id: Ic36d8ca5d2a5d133487960f659411375de6147d5
2024-01-29 10:03:20 +00:00
jenkins-bot 90264e311b Merge "Human-readable errors on Special:MathStatus" 2024-01-29 09:31:32 +00:00
jenkins-bot 5b53b2c32e Merge "Simplify tests on Special:MathStatus" 2024-01-29 09:29:41 +00:00
jenkins-bot 901d7fe7e6 Merge "Pass font options in accents" 2024-01-29 09:25:18 +00:00
Translation updater bot 4d5b15f6d8 Localisation updates from https://translatewiki.net.
Change-Id: I326610803b2464d05751ed4f2d8ad76904327902
2024-01-28 16:07:23 +01:00
Moritz Schubotz (physikerwelt) 4cf8462110
Human-readable errors on Special:MathStatus
Errors were thrown for custom tests on
Special:MathStatus which was disturbing.

* Use human-readable error messages instead
* Note that the source rendering mode has no check
  method.

Bug: T355389
Change-Id: Id1cacf47dd5441758b7ad8dba3434a01b655a673
2024-01-27 22:57:12 +01:00
Moritz Schubotz (physikerwelt) 181cf1cd09 Simplify tests on Special:MathStatus
The hash was changed so even more tests were failing.
* Remove exact match tests; only search for
significant features instead.

Bug: T355390
Change-Id: I65b731395ee096040a0d78c7054f768352c27fb1
2024-01-27 21:38:25 +00:00
Moritz Schubotz (physikerwelt) d270a9aa80
Pass font options in accents
Accents such as \widetilde did not pass
their font options to their child element.

* Pass options
* Add test
* In I6924d712db6852f99d7896b1f11cfbd22851d757
  curly learned to encapsulate its output in a
  mrow. Thus, the if-clause is no longer needed.

Bug: T352609
Change-Id: I81ecda09d017c73a4593ae36c630426229c7559f
2024-01-27 18:12:03 +01:00
jenkins-bot 722bb0f778 Merge "Add over_operators group" 2024-01-26 16:19:28 +00:00
jenkins-bot 219b243a74 Merge "Add mrows to curlies" 2024-01-25 12:05:42 +00:00
Moritz Schubotz (physikerwelt) f89f0a0f02 Add mrows to curlies
Add mrows to things grouped in curlies.
This removes browser warnings of
too many elements for example in
the case of sub or superscripts.

Bug: T352697
Change-Id: I6924d712db6852f99d7896b1f11cfbd22851d757
2024-01-25 09:59:06 +00:00
Moritz Schubotz (physikerwelt) 57dbaeda39
Add over_operators group
instead of testing if an operator starts
with the letter \o we keep an explicit
dictonary of operators which should
be rendered using mover instead of
msub.

Bug: T352699
Change-Id: I916acf2f71d747a31a882fecfccac832436ea991
2024-01-24 16:49:29 +01:00
Translation updater bot 45279fa678 Localisation updates from https://translatewiki.net.
Change-Id: Id3f6c302d79deba3545ec28712f6abfadada86aa
2024-01-19 09:17:25 +01:00
Translation updater bot da0283873b Localisation updates from https://translatewiki.net.
Change-Id: I75c14f0f3ca3116dc96565006bee835450ede583
2024-01-18 09:26:26 +01:00
ni1313 fbe057dc55 Add test for \overarc
Manually add test for \overarc to TexUtil-Ref.json

Bug: T354057
Change-Id: I249c89f9f7a2f336268393f61d428fbc09ee82f2
2024-01-17 16:29:36 +00:00
jenkins-bot 4696c6febb Merge "Remove namedspaces length values in MathML" 2024-01-17 11:19:10 +00:00
Translation updater bot a5fb417591 Localisation updates from https://translatewiki.net.
Change-Id: Iee7c21a180bacfcc64b47efe1de4608f3e91bcd8
2024-01-17 08:37:30 +01:00
Jon Harald Søby b6cb7ff1ec Use message for help page name instead of enwiki-internal shortcut
Change "wp:MATH" to instead use another message, and define a help
page name for math formulae in that other message.

Change-Id: I3fa1e9f4442887915709a2fec671f1ebdb1fc300
2024-01-16 21:33:15 +00:00
jenkins-bot fd0603f628 Merge "Remove explicit DB access" 2024-01-15 10:08:12 +00:00
Translation updater bot ba5a6e1078 Localisation updates from https://translatewiki.net.
Change-Id: Id8e4767d5268b552f8e36ca2494beba3fae89d21
2024-01-15 08:24:54 +01:00
James D. Forrester a479de3bde extension.json: Drop 'es6' flag, always true since MediaWiki 1.41
Change-Id: Ic1310ae35e47e1527a16bd7b604dd48c612437a5
2024-01-12 19:03:10 -05:00
Translation updater bot d0e7a71b87 Localisation updates from https://translatewiki.net.
Change-Id: I3bf171c98a150a1dcf93be49d2a92a1fc1917ca2
2024-01-12 09:00:41 +01:00
Jon Robson b99c3800d0 Should be possible to disable the Math preview
Bug: T334261
Change-Id: I46e7641d22f4c17ba318a106a62518e4ca3e3c55
2024-01-11 18:53:09 +00:00
Moritz Schubotz (physikerwelt) 9236575a1a Remove explicit DB access
* Uses BagOfStuff caching instead of custom-made DB cache
* By configuring the BagOfStuff cache in a way that
  it writes to the database no performance implications are expected
* For WMF-use this should have no effect since restbase
  is used to cache stuff
* Replaces Ib2c216f54e6817ee2c3be0355ba72bd4769ba6ea

Bug: T349442
Change-Id: I1ce8ad9cf4c1a9ae71f447e4e067b39ee2601640
2024-01-11 15:57:02 +00:00
Translation updater bot 7f8a359a84 Localisation updates from https://translatewiki.net.
Change-Id: Ibff097460f954d1e877d83e23d50d3d958c2f46d
2024-01-11 10:05:05 +01:00
Translation updater bot d042bc6238 Localisation updates from https://translatewiki.net.
Change-Id: I0b3a99a42e612958059e904f558e6a3868db1296
2024-01-10 08:33:05 +01:00
Amir E. Aharoni 907e29ebb2 Improvements for math-form-type-* messages
* Add keys to comments for greppability
  (see https://www.mediawiki.org/wiki/Help:System_message#Using_messages
)
* Add <code> for good display of TeX code.

Change-Id: If306c2473accd34ff13c0282e2a8b1b64b6c1657
2024-01-09 10:46:17 -05:00
jenkins-bot 449baafc3c Merge "Special:MathStatus Add form for custom input" 2024-01-09 09:40:48 +00:00
Translation updater bot e05f352c94 Localisation updates from https://translatewiki.net.
Change-Id: Ia22ca9e107f8b7a9eff9ab89abe39bc7def53f7b
2024-01-09 08:59:57 +01:00
jenkins-bot 3a2011c3b7 Merge "Fix missing argument passing in DQ and FQ" 2024-01-06 21:43:41 +00:00
jenkins-bot 6ca717d31d Merge "Improve operator recognition heuristic" 2024-01-06 21:24:06 +00:00
Umherirrender b97ef597e0 Use namespaced classes
Changes to the use statements done automatically via script
Addition of missing use statement done manually

Change-Id: I8fad94b215664fb77acf8cd8140232271d2c2837
2024-01-06 16:30:26 +01:00
Moritz Schubotz (physikerwelt) 6db2a4c87e
Special:MathStatus Add form for custom input
Allow running tests with custom user input.

Bug: T351368
Change-Id: I148ac88513906042dc1aebe7a637180333d32016
2024-01-06 10:41:01 +01:00
Umherirrender c197e1f3ec TexNode: Replace get_class without argument
Deprecated in php8.3

Change-Id: I5d7e58ffc7426d0a26bde7b26726ecc5b68e5a4c
2024-01-05 20:02:00 +01:00
Translation updater bot 78e45e9ee1 Localisation updates from https://translatewiki.net.
Change-Id: Iac30eea94fbbc34654f409c35e2ca5b5c87407fd
2024-01-03 08:34:49 +01:00