Commit graph

127898 commits

Author SHA1 Message Date
FrederikHennecke1
b4215112d0 Update git submodules
* Update extensions/Math from branch 'REL1_43'
  to 95b8bfb8f8d4c3f3c3fba71510d83ca228fa94ff
  - Fix for Math Popup not working in newer version of Popup-Extension
    
    The preview for math formula has stopped working since `7a9e8fd6221515b48f45ba29d3f102eb899f1e33` from ticket `T380079` from the Extension:Popup
    Added the `href` attribute to the Math node.
    The value must be a complete Uri to a local page with a title.
    The value is taking from `node.baseURI`.
    
    Bug: T381310
    Bug: T380079
    Change-Id: I70204f2d816b5bef19568758d7256847773b08b3
2024-12-18 01:01:05 +00:00
FrederikHennecke1
47fd8920f7 Update git submodules
* Update extensions/Math from branch 'REL1_43'
  to f9d711968cfb8c783cda7a4bfacbe2b51c900fc5
  - Fix for Preview has wrong location in MathML mode
    
    The previewin MathML mode was always at the left side of the website.
    Added values for `node.offsetWidth` and `node.offsetHeight`.
    Values are taken from `node.getBoundingClientRect()`.
    Cleaned up if-clause(node.dataset.title) as it is not needed anymore.
    In-lined IsValidId funtion as there was only one remaining reference.
    
    Bug: T381311
    Change-Id: Ied17aaaaf9156e2712ed6c7d6d6f08ecccc12286
2024-12-18 01:00:17 +00:00
FrederikHennecke1
6ceae31444 Update git submodules
* Update extensions/Math from branch 'REL1_43'
  to fff0ff94d269a416d616e518348672f96bf70358
  - Fix Preview not working with MathML rendering
    
    The Extension:Popup preview was only working in SVG mode.
    Added a new selector for the preview in MathML mode while keeping the old one working.
    The selector for the preview in MathML works via the href attribute.
    
    Bug: T381046
    Change-Id: I81b5c3f2eabaf738de231868089ed80f0f19db6b
2024-12-18 01:00:05 +00:00
physikerwelt
68ceb80aa5 Update git submodules
* Update extensions/Math from branch 'REL1_43'
  to e8679974b3aa0bee2dfaeaa1ae1189a10551b4f2
  - Fix: Don't render ' inside LR structures
    
    $\left(a\right)'$ produced rendered MathML output that
    looked like $\left(a'\right)'$.
    
    * Remove the deriv (') state when rendering the element
    within the brackets.
    
    Bug: T381102
    Change-Id: Id7f192c1f6b7bf4109e735e393e2546e5a39efd7
2024-12-18 01:00:04 +00:00
physikerwelt
e373066f7c Update git submodules
* Update extensions/Math from branch 'REL1_43'
  to 787afe7b92fb087f7a12de53575d99197677fca6
  - Fix: handling of oint et al
    
    In I94887f6ccb45072180a318776ae96aead8658a18 oint macros were
     not taken into account.
    
    Add \ to respective oint macros.
    
    Bug: T380184
    Change-Id: Iebcf81f4983442ead8665df47d65899a16a6f422
2024-12-18 01:00:02 +00:00
physikerwelt
72f7fcbf8e Update git submodules
* Update extensions/Math from branch 'REL1_43'
  to c3559804274ebaea4a5c6c711df33d26b41408ee
  - Fix: handling of AMS macros
    
    In I94887f6ccb45072180a318776ae96aead8658a18 some ams macros were
     not taken into account.
    
    Add \ to respective AMS macros.
    
    Bug: T380184
    Change-Id: I7c59569fb7242f4f6123047003de6cc86ce868ea
2024-12-18 00:49:01 +00:00
jenkins-bot
f862b41cfe Update git submodules
* Update extensions/VisualEditor from branch 'REL1_43'
  to 939d18b1d3cbb26e2092c5a7079aba06b22e5145
  - Merge "build: Updating @wdio/mocha-framework to 7.33.0" into REL1_43
  - build: Updating @wdio/mocha-framework to 7.33.0
    
    Change-Id: Ifaf087d55b95f8610352189522dc1cc1364779a1
2024-12-18 00:20:49 +00:00
libraryupgrader
629dd331a3 Update git submodules
* Update extensions/SyntaxHighlight_GeSHi from branch 'REL1_43'
  to b9a2496a5eb75d58957087bd30d9439229f837c7
  - build: Updating nanoid to 3.3.8
    
    * https://github.com/advisories/GHSA-mwcw-c2x4-8c55
    
    Change-Id: I9806d99f0f112d31078d651da8f03935edddde04
2024-12-17 23:45:42 +00:00
jenkins-bot
b079e297d9 Update git submodules
* Update extensions/Thanks from branch 'REL1_43'
  to fe651cd58bb8723a75fe482604ebcdb5c2f88b3a
  - Merge "build: Updating nanoid to 3.3.8" into REL1_43
  - build: Updating nanoid to 3.3.8
    
    * https://github.com/advisories/GHSA-mwcw-c2x4-8c55
    
    Change-Id: I95525f03e452e7879dc72c3cec9ba35a1c3878a2
2024-12-17 23:27:34 +00:00
physikerwelt
e5bb75139e Update git submodules
* Update extensions/Math from branch 'REL1_43'
  to a59f69dadf633dec0a345d4ef357c2a4506c1461
  - Fix: handling of named operators
    
    In I94887f6ccb45072180a318776ae96aead8658a18 named operators that render
     as their tex command e.g. \gcd -> gcd, were not taken into account.
    
    Remove additional \ in operator names.
    
    Bug: T380184
    Change-Id: If21cbd091cc9437715b10e3e6e7ffc86d6436010
2024-12-17 22:15:04 +00:00
physikerwelt
f18c87a716 Update git submodules
* Update extensions/Math from branch 'REL1_43'
  to d79a5289c65d329cf58ecd74bd333ffe4cbce2b9
  - Fix: handling of array
    
    In I94887f6ccb45072180a318776ae96aead8658a18 the array environment was missed.
    
    Add the array environment in the same as matrix was added.
    
    Bug: T380184
    Change-Id: I92111829e7e93bc5abd40e01b6c036bbc01ee8a5
2024-12-17 22:15:03 +00:00
physikerwelt
4d46b62328 Update git submodules
* Update extensions/Math from branch 'REL1_43'
  to ff305ccf089959bd3c130dc17802083619695cd6
  - Fix: handling of nullary macros
    
    In I94887f6ccb45072180a318776ae96aead8658a18 nullary macros
    such as $\AA$ were missed.
    
    Instead of adding a backslash (cf. patch set 1) we move the
    functionality to texutil.
    
    Bug: T380184
    Change-Id: Ie9947b48f03dac03612a5c33bce92bf00df70aa3
2024-12-17 22:15:01 +00:00
jenkins-bot
3702cb154a Update git submodules
* Update extensions/Nuke from branch 'REL1_43'
  to cf314100c655b8b983d9217ad5510b3c61dfc098
  - Merge "build: Updating nanoid to 3.3.8" into REL1_43
  - build: Updating nanoid to 3.3.8
    
    * https://github.com/advisories/GHSA-mwcw-c2x4-8c55
    
    Change-Id: Ie20af7d495292479e5bea367311db397541ed914
2024-12-17 19:03:36 +00:00
jenkins-bot
4dfd19f102 Update git submodules
* Update extensions/OATHAuth from branch 'REL1_43'
  to cf58ea1bad23eb7d21ec85ca7023bbbff4bff8f9
  - Merge "build: Updating nanoid to 3.3.8" into REL1_43
  - build: Updating nanoid to 3.3.8
    
    * https://github.com/advisories/GHSA-mwcw-c2x4-8c55
    
    Change-Id: Id748670ca30a9642366221d5bcd0131735ab4ef7
2024-12-17 18:46:06 +00:00
jenkins-bot
52b329664a Update git submodules
* Update extensions/Math from branch 'REL1_43'
  to 0863e1fa7d1dcb26532485d9e7b266a2c9abc4fe
  - Merge "Parse row height specification in multiline environments" into REL1_43
  - Parse row height specification in multiline environments
    
    * Transform structure rich information on LaTeX length
     specifications introduced in I08996129beca9ad852d23f28d7136c982707aea1
     into new TexNode class
    * Adjust rows, i.e., arrays to hold length information
    * Add tests
    
    Bug: T380654
    Change-Id: I1aff53c7a5782c1333ed4c16639dfc660802931c
    (cherry picked from commit 0458ea160e24ae6a57232959d4fea0e70df371bb)
2024-12-17 16:27:50 +00:00
jenkins-bot
70facf0b44 Update git submodules
* Update extensions/Math from branch 'REL1_43'
  to 938dad556e8a7a7ab7747104ec07a570b8692de0
  - Merge "Add space after operatorname to extended tests" into REL1_43
  - Add space after operatorname to extended tests
    
    * in Ie374524dbdf6a753063172fb88e6f60e91b9212e parsing
      of operatorname was simplified. However, in this
      process a space after operatorname was introduced.
    * This adjusts the reference files pointing to the
      latest release on zendo
    https://doi.org/10.5281/zenodo.14209690
    
    Bug: T375274
    Change-Id: I29a797cdf16088d704c343dd66cc7bfafc519cd9
    (cherry picked from commit c89f8ad142b7c01dc547ee6cd8d543c75cc4103e)
2024-12-17 16:02:13 +00:00
jenkins-bot
72326d9406 Update git submodules
* Update extensions/Math from branch 'REL1_43'
  to 9974f05012efffd16962d3a20b94d1d368093790
  - Merge "Extend MathML test coverage" into REL1_43
  - Extend MathML test coverage
    
    Render all formulae from Wikipedia and make sure no errors
    (that end up as wikimedia production errors in logstash)
    are thrown.
    Check that no merror tags are generated for the manual page
    that intends to cover the full spectrum.
    Currently, some merror tags are generated, which we ignore
    for this commit.
    
    Change-Id: Ifecbd8a1b0afabaa2f818e9241add92a9508bae9
    (cherry picked from commit b758ae9d70d77efbf1eb4a3eaa02cf60de022860)
2024-12-17 15:08:19 +00:00
jenkins-bot
1c7a8e8ce0 Update git submodules
* Update extensions/Math from branch 'REL1_43'
  to f5ac055cc75fc20637cd901b9948f8f3821d5923
  - Merge "Move cancel callbacks to texutil" into REL1_43
  - Move cancel callbacks to texutil
    
    Currently, information regarding individual LaTeX
    macros is distributed in various files. This is the
    first to attempt to collect declarative information
    regarding tex macros in the texutil.json file.
    As a proof of concept we start with only the cancel
    macros.
    
    * Adjust texutil tests so that whitespaces are allowed
      in the payload
    
    Change-Id: Iba2dfd5293ad96d8d8e4e2f555c8df9d1ae4d6ca
    (cherry picked from commit e0acf584608f750ef81b73604a991440f03994af)
2024-12-17 15:08:18 +00:00
jenkins-bot
4f08d763ed Update git submodules
* Update extensions/Math from branch 'REL1_43'
  to 74b18b8452dc5e26f7ed949e1e0f7e018eb1b4ba
  - Merge "Add tests for AmsMappings" into REL1_43
  - Add tests for AmsMappings
    
    Change-Id: Ia4fbba3cda087b17587a953a6c01c6fae2fe2b64
    (cherry picked from commit 6a46f2813c9a693e66930b86fd964636e75e3dbc)
2024-12-17 15:07:41 +00:00
jenkins-bot
f1d5e7f349 Update git submodules
* Update extensions/Math from branch 'REL1_43'
  to 4f3043107649e4408c6867aabf41cc2211d025f3
  - Merge "Add tests for BaseMappings" into REL1_43
  - Add tests for BaseMappings
    
    Change-Id: I017815230c2709ef5933256ba430b5284022637f
    (cherry picked from commit d68c302b71477fbfcbe2501f857439ce69b12e5b)
2024-12-17 15:07:40 +00:00
jenkins-bot
27cf9c9199 Update git submodules
* Update extensions/Math from branch 'REL1_43'
  to 737a21b39af5ec9ee7b8ec400be714ce16d5b5d7
  - Merge "WIP add \ when needed" into REL1_43
  - WIP add \ when needed
    
    Change-Id: I94887f6ccb45072180a318776ae96aead8658a18
    (cherry picked from commit 62506236ec39d99a85a0dfe9a4dba5f8ddccca88)
2024-12-17 15:07:40 +00:00
Translation updater bot
0b73f73a80 Update git submodules
* Update skins/MinervaNeue from branch 'REL1_43'
  to 728bbc32bd3279e1142f0b90cf0964964be9035e
  - Localisation updates from https://translatewiki.net.
    
    Change-Id: Ie92a047cc76aae75b0eaa9aa3fb50de3fca532b8
2024-12-17 06:12:57 +00:00
Translation updater bot
e86a66a3c8 Update git submodules
* Update skins/Vector from branch 'REL1_43'
  to fe7e6cc491cbab71e2111b992201bced05d9025b
  - Localisation updates from https://translatewiki.net.
    
    Change-Id: I02e47a403fec280aa71e25fb72446f89e3f02f27
2024-12-17 06:12:57 +00:00
Translation updater bot
ffb85cdf7e Update git submodules
* Update extensions/VisualEditor from branch 'REL1_43'
  to 08670406d592ad2fb0989fc6cd60d6637df5a7d3
  - Localisation updates from https://translatewiki.net.
    
    Change-Id: Id1573641ec283ebde65aeb83b78f8eb5fd8745ae
2024-12-17 06:11:35 +00:00
Translation updater bot
689a545cc8 Update git submodules
* Update extensions/WikiEditor from branch 'REL1_43'
  to cac9817ea8d6d2848432af3dd1db721a1fc15fd5
  - Localisation updates from https://translatewiki.net.
    
    Change-Id: I512a3b561f9328df39858d5d1ec8064abc590e98
2024-12-17 06:11:31 +00:00
Translation updater bot
4525aa55b3 Update git submodules
* Update extensions/Thanks from branch 'REL1_43'
  to 3731a5b6ddfff6200cfabd36aaafe4ffb613bba3
  - Localisation updates from https://translatewiki.net.
    
    Change-Id: If92bf5af826a73760c480c31c3f990728d7b9ae0
2024-12-17 06:11:06 +00:00
Translation updater bot
95dfbb3226 Update git submodules
* Update extensions/TemplateData from branch 'REL1_43'
  to 2cdea62143424b7d2622f8030924bbb4279e878e
  - Localisation updates from https://translatewiki.net.
    
    Change-Id: I6274ac93fd8503ccd978df3c04908b818e88169e
2024-12-17 06:10:59 +00:00
Translation updater bot
4ead3887cd Update git submodules
* Update extensions/SecureLinkFixer from branch 'REL1_43'
  to 2435a55c6bee4c23b8face5d53b6cb9c2d2680d2
  - Localisation updates from https://translatewiki.net.
    
    Change-Id: I3f2372d87ba367ab397530133e296d6e4ef88df2
2024-12-17 06:10:59 +00:00
Translation updater bot
eb7df78797 Update git submodules
* Update extensions/Scribunto from branch 'REL1_43'
  to 213fec72c3f6c1959b1d422293af703d06795002
  - Localisation updates from https://translatewiki.net.
    
    Change-Id: Id84f564c6ac22f13e9f1f8aa6629909b508cc2f1
2024-12-17 06:10:58 +00:00
Translation updater bot
bb47cd04d0 Update git submodules
* Update extensions/OATHAuth from branch 'REL1_43'
  to 069815f631a55c16985d01e955cc7d80b5dd72a8
  - Localisation updates from https://translatewiki.net.
    
    Change-Id: Ic78ee8f55414cdcca9ca3e687470f11675a0f255
2024-12-17 06:10:40 +00:00
Translation updater bot
9d81f7fa81 Update git submodules
* Update extensions/Nuke from branch 'REL1_43'
  to c7d173ed0f37f692ef417bf9a7b6148741e25610
  - Localisation updates from https://translatewiki.net.
    
    Change-Id: Id3a4262d481b36800898f4d772b281508f2ae072
2024-12-17 06:10:39 +00:00
Translation updater bot
3d5bb3998c Update git submodules
* Update extensions/Math from branch 'REL1_43'
  to 2c545b7c953acb7542baedb953726ee078bcd4fe
  - Localisation updates from https://translatewiki.net.
    
    Change-Id: I7bbf2de7366de12622421dad5549e2faf6904af2
2024-12-17 06:10:32 +00:00
Translation updater bot
ba37739e9b Update git submodules
* Update extensions/Linter from branch 'REL1_43'
  to c4262222bed13b13b4ff13ac05095965895c1785
  - Localisation updates from https://translatewiki.net.
    
    Change-Id: I56a9708e69515586bace3440e58ed1ddc4bcad92
2024-12-17 06:10:30 +00:00
Translation updater bot
47348bb2ca Update git submodules
* Update extensions/Echo from branch 'REL1_43'
  to 60c6c007e62183ab95dfbf9913731c28c809a3f7
  - Localisation updates from https://translatewiki.net.
    
    Change-Id: I670f3035955ae4438d46666b1092c87040e76682
2024-12-17 06:10:06 +00:00
Translation updater bot
dbd1f00ccd Update git submodules
* Update extensions/Gadgets from branch 'REL1_43'
  to 3ac4f1e1d7e37c937f17cd2c820a87fe23e915ec
  - Localisation updates from https://translatewiki.net.
    
    Change-Id: I72a84012f42c1c80ecf8841b7685d837dd02a304
2024-12-17 06:10:01 +00:00
Translation updater bot
74e056f73d Update git submodules
* Update extensions/DiscussionTools from branch 'REL1_43'
  to c69893fbdf5ddfbaa545d8342c4c7d9fa1309cad
  - Localisation updates from https://translatewiki.net.
    
    Change-Id: I356a99d516c45a3e5ecf88dab1fdc7873bfc4093
2024-12-17 06:09:58 +00:00
Translation updater bot
78d7712da9 Update git submodules
* Update extensions/ConfirmEdit from branch 'REL1_43'
  to 2f294abb3ece8c1ec7346c32490202c00aadbfe6
  - Localisation updates from https://translatewiki.net.
    
    Change-Id: I09878ae1aa190db184d2947f46c04df0e8a662dd
2024-12-17 06:09:58 +00:00
Translation updater bot
6ca6cfedaa Update git submodules
* Update extensions/Cite from branch 'REL1_43'
  to 624166e3a8460b70e9a5cf403c71cc53c675ef14
  - Localisation updates from https://translatewiki.net.
    
    Change-Id: I51cbc8b808a5917a620766713e678a5cfbc15c4f
2024-12-17 06:09:39 +00:00
Translation updater bot
19d667d061 Update git submodules
* Update extensions/CategoryTree from branch 'REL1_43'
  to e0a01c706bd24667b1d2f2f2bc855eb3cb455a22
  - Localisation updates from https://translatewiki.net.
    
    Change-Id: I13650a41ef8f06efa091ec35e8f1cb8418eb8173
2024-12-17 06:09:38 +00:00
Translation updater bot
c731820498 Update git submodules
* Update extensions/CiteThisPage from branch 'REL1_43'
  to be88e771adeb01e8eb6ef686cb4de207874daccb
  - Localisation updates from https://translatewiki.net.
    
    Change-Id: Ide05203caa15b72bdd86f89f5bf9dc45c92503d9
2024-12-17 06:09:35 +00:00
Translation updater bot
bc41ec8e1e Update git submodules
* Update extensions/AbuseFilter from branch 'REL1_43'
  to 3e669c0db2ba16b4e7a0439d6fb0eac123f7825d
  - Localisation updates from https://translatewiki.net.
    
    Change-Id: I7171873ebcc2f37b3dc822853b8a77a3e108d331
2024-12-17 06:09:18 +00:00
Translation updater bot
28a23b6c17
Localisation updates from https://translatewiki.net.
Change-Id: I3bc5b5e1cf102d5de24e18e207ded1a1eb386c7c
2024-12-17 06:32:12 +01:00
physikerwelt
195bec1620 Update git submodules
* Update extensions/Math from branch 'REL1_43'
  to c7fe24125424f12f9ca036cc0cc3e57de7aedc71
  - Remove unused environment
    
    Change-Id: I8c94d04c58356afac901de5ed207f110f1b753f7
    (cherry picked from commit 6d5ddff35338adcb4c5744a8364082145a0bee63)
2024-12-16 17:44:22 +00:00
libraryupgrader
541cf8ebce Update git submodules
* Update extensions/ImageMap from branch 'REL1_43'
  to 79690f8084928f91947001f529ee6497b99cfb3c
  - build: Updating nanoid to 3.3.8
    
    * https://github.com/advisories/GHSA-mwcw-c2x4-8c55
    
    Change-Id: If7b3d93dc73029fc439a8db3393742976c7002f3
2024-12-15 12:48:22 +00:00
libraryupgrader
1e9053b77f Update git submodules
* Update skins/Vector from branch 'REL1_43'
  to 312f65e47d6e32ae524837427e103ca905245342
  - build: Updating nanoid to 3.3.8
    
    * https://github.com/advisories/GHSA-mwcw-c2x4-8c55
    
    Change-Id: I92fcf012dd743c64076fe531504eb484c821e034
2024-12-14 12:45:27 +00:00
libraryupgrader
9495767f6d Update git submodules
* Update skins/Timeless from branch 'REL1_43'
  to 2b3df5814099df24b4f9a09ca25a0182773bfedb
  - build: Updating nanoid to 3.3.8
    
    * https://github.com/advisories/GHSA-mwcw-c2x4-8c55
    
    Change-Id: I56fe8f69ed80d47e124ac9030ff40eb05a7dba56
2024-12-14 12:40:18 +00:00
libraryupgrader
0c7a52b2c7 Update git submodules
* Update skins/MonoBook from branch 'REL1_43'
  to 6eee709be6f3c7e0753d20d40c89069a7c5ca011
  - build: Updating nanoid to 3.3.8
    
    * https://github.com/advisories/GHSA-mwcw-c2x4-8c55
    
    Change-Id: Ia87456196fc466e94b7f343da289ed954d0a54c6
2024-12-14 12:28:45 +00:00
libraryupgrader
da5fcc04a5 Update git submodules
* Update extensions/TemplateData from branch 'REL1_43'
  to cdf8b58ea02015104da639066310342cd163cf59
  - build: Updating nanoid to 3.3.8
    
    * https://github.com/advisories/GHSA-mwcw-c2x4-8c55
    
    Change-Id: I17ddca0c91a3a0b6c7021a815311908cb3f8ba90
2024-12-14 04:31:14 +00:00
libraryupgrader
5121e922c3 Update git submodules
* Update extensions/ReplaceText from branch 'REL1_43'
  to 0707542f7fdaa46787813ba701071b78324b2a6b
  - build: Updating nanoid to 3.3.8
    
    * https://github.com/advisories/GHSA-mwcw-c2x4-8c55
    
    Change-Id: Ibc7016020076c74435783f9947033051a4ce4ed0
2024-12-14 01:38:54 +00:00
libraryupgrader
1932b21625 Update git submodules
* Update extensions/MultimediaViewer from branch 'REL1_43'
  to ce55147eb2e73caf5d1c2021241a519e370fc233
  - build: Updating nanoid to 3.3.8
    
    * https://github.com/advisories/GHSA-mwcw-c2x4-8c55
    
    Change-Id: If7e9f65e4f86c6d14b358f5301c436f5f643548c
2024-12-13 21:13:03 +00:00