Commit Graph

914 Commits

Author SHA1 Message Date
Translation updater bot eda7f7e5c5 Localisation updates from https://translatewiki.net.
Change-Id: I418dc6a3a6c50e54d779e0aa4c3c15cc5e5c2ad8
2015-09-13 22:12:26 +02:00
Translation updater bot 4c66f92413 Localisation updates from https://translatewiki.net.
Change-Id: I592c020a56af69994f8aa22734772ae1421c41fe
2015-09-09 22:03:01 +02:00
Translation updater bot 2e22a83229 Localisation updates from https://translatewiki.net.
Change-Id: I60c489aa70600bf8c2fbe1f69b780e7af5be66f9
2015-09-06 21:40:53 +02:00
Translation updater bot 9e4a8a1217 Localisation updates from https://translatewiki.net.
Change-Id: I02569cff4eed77ff53b7cf314f4e0f256783ed34
2015-09-05 21:07:44 +02:00
Translation updater bot 2a3c8e0dee Localisation updates from https://translatewiki.net.
Change-Id: Iee8cdb9833087eac02ab116e7e20b24a0ea0bfb3
2015-09-04 21:51:28 +02:00
Translation updater bot d9ea7dfd09 Localisation updates from https://translatewiki.net.
Change-Id: I8abf5e355fa0ea8adddb1af2aacc3688f1cf2238
2015-08-30 21:09:12 +02:00
Translation updater bot b0dce0fe46 Localisation updates from https://translatewiki.net.
Change-Id: I29222d095407c061b3270069a031ea68e3c565e3
2015-08-23 21:37:06 +02:00
Translation updater bot 6874e9bbdf Merge "Localisation updates from https://translatewiki.net." 2015-08-22 21:15:22 +00:00
Translation updater bot 10cce7b768 Localisation updates from https://translatewiki.net.
Change-Id: Ie575e0e23b7beaeef8f32fe9d635cb513cc4a1b9
2015-08-22 23:12:38 +02:00
mjbmr 640bf070ae Add Persian special page alias
Change-Id: I4b97dd7b27f31c76a392e334ef0b52825828b4e9
2015-08-22 17:14:38 +00:00
Ed Sanders 2b6e4ce539 Replace updatePreview with updateMwData
No need to reimplement updatePreview, just override updateMwData instead.

Change-Id: I606fb200c458aff979df660d3b7095bb52c5d012
2015-08-20 15:40:54 +01:00
Translation updater bot 9593078037 Localisation updates from https://translatewiki.net.
Change-Id: Id4b2956ca5846a0e07c49b591d68c2cedaa747c4
2015-08-14 22:10:39 +02:00
Translation updater bot 9b289d4284 Localisation updates from https://translatewiki.net.
Change-Id: I3b8c98ba5312626d0f5d14a4717ab29dbd8f3ef9
2015-08-13 20:56:41 +02:00
jenkins-bot 7388292cab Merge "Fix: Special page ShowMathImage should read the mode as string" 2015-08-11 20:34:30 +00:00
Translation updater bot 004e4a8216 Localisation updates from https://translatewiki.net.
Change-Id: I49d8cce686dad6de2a6b29ec7070196d095307e0
2015-08-11 22:08:56 +02:00
Translation updater bot dfe8021b38 Localisation updates from https://translatewiki.net.
Change-Id: I11f751a44f101975ad4ddfe414f3f9807b17592e
2015-08-10 21:59:16 +02:00
Translation updater bot 0fe7767277 Localisation updates from https://translatewiki.net.
Change-Id: Ia4e1c5823e062590c38a0138b6faee8b869c7067
2015-08-09 20:47:50 +02:00
physikerwelt df19011704 Fix: Special page ShowMathImage should read the mode as string
The special page used getInt to read the mode parameter that was
changed to be a string and no longer an integer.

Bug: T108388
Change-Id: Ia63fad2d08cca2d4b0ed6ce09b72a30d6cfc9cac
2015-08-09 07:53:09 -03:00
Translation updater bot 90e0f3f6b6 Localisation updates from https://translatewiki.net.
Change-Id: I656ff02dba82680d2bec8a907e615dd00c79e3a5
2015-08-06 21:37:39 +02:00
jenkins-bot 032fb79f67 Merge "Remove use of deprecated wfRunHooks" 2015-08-06 18:03:31 +00:00
addshore a1c1e759a6 Remove use of deprecated wfRunHooks
Change-Id: I9800664555a9a6a54c3a62ed29928346fb87b194
2015-08-06 18:58:42 +01:00
Translation updater bot 77f6e3cea5 Localisation updates from https://translatewiki.net.
Change-Id: Ib1cc01339057d828c087c6ec52b9238e2c652575
2015-08-05 22:35:53 +02:00
physikerwelt f93333686d Fix: Set default MathStyle to inlineDisplaystyle
Redo Ibf6bdbd4ea36b4905445d5878f32f7e0b2bc8bac, which was
reverted by I029328849f05ec2afcabf38d2b79b337cb54cbd5.

In addition this patch simplifies the tex sent to the mathoid
server. Instead of {\displaystyle {\textstyle ... } } only
{\textstyle is sent (which overwrites \displaystyle anyway).

Change-Id: I16d6f67215c2f85ecd1d3a0bddacfc1700681557
2015-08-05 12:35:30 +02:00
Translation updater bot 82db12579e Localisation updates from https://translatewiki.net.
Change-Id: I55818597b7892b0bf2bbc13fb151477d66299936
2015-08-04 23:16:54 +02:00
Translation updater bot da445d8c8f Localisation updates from https://translatewiki.net.
Change-Id: I0035ba8c0ab8bd670d4952725023dfebf5cbb483
2015-08-03 22:04:47 +02:00
Translation updater bot 876f09b423 Localisation updates from https://translatewiki.net.
Change-Id: Ida8d26eb215c52c3e1ed6b2eccb1b1acaa9f954e
2015-08-02 21:52:38 +02:00
physikerwelt 866854b7ca Support for LaTeXML line break feature
* LaTeXML has a feature to add automatic line breaks
* This change adds a new integration test
* Sets a default line length of 90
* add the additional display attribute 'linebreak' which
  can be used to enable the feature
* mathoid support for line breaks will follow shortly

Bug: T106423
Change-Id: I029328849f05ec2afcabf38d2b79b337cb54cbd5
2015-08-02 11:55:25 +00:00
Translation updater bot deb557d828 Localisation updates from https://translatewiki.net.
Change-Id: I081187de535aca35dcfc9bf63fb1381212770f3b
2015-08-01 21:47:30 +02:00
jenkins-bot cd65aa0e13 Merge "Add en.json credits" 2015-08-01 17:14:08 +00:00
jenkins-bot f1ecf1410e Merge "Remove double space in a message" 2015-08-01 14:27:14 +00:00
Amir E. Aharoni 01fb7d0736 Remove double space in a message
Change-Id: I67e529e974c19b182a8ce981ea31c19adfb0c917
2015-08-01 12:13:41 +03:00
Amir E. Aharoni 629d9541fb Add en.json credits
Using `git blame` and `git shortlog -s -n`
on en.json and Math.i18n.php.

Change-Id: I942748b68cd707d19308e048e3b2c835ed8473fb
2015-08-01 12:11:19 +03:00
Amir E. Aharoni efc8e845f8 Add full stop to a message for consistency with a similar message
Change-Id: I2a5251286c9522688c842785089390045fe9d3ae
2015-08-01 12:10:12 +03:00
Amir E. Aharoni 992f781c88 Convert spaces to tabs in en.json
According to the usual i18n json convention.

Change-Id: Ic288f4dbf12d9c3bc04e28cb5cb64f153cdc76b5
2015-08-01 12:06:41 +03:00
Translation updater bot 31f80b4161 Localisation updates from https://translatewiki.net.
Change-Id: I0507b61d408d6b192e11736b6a4be9fbc48a402d
2015-07-31 21:47:52 +02:00
jenkins-bot c27a1e3a90 Merge "Disable overwriting of the fallback image" 2015-07-31 17:40:25 +00:00
jenkins-bot 9a8455cec1 Merge "Fix: Set default MathStyle to inlineDisplaystyle" 2015-07-31 17:01:14 +00:00
physikerwelt fdf791d02a Fix: Set default MathStyle to inlineDisplaystyle
In I6d1094ece79e912d9ddbef6681a25196c7a6e801 math styles
were renamed from integer constants to string constants.
Before NULL corresponded to inlineDisplaystyle. This is
no longer the case so NULL has to be replaced by the actual
default value.

Change-Id: Ibf6bdbd4ea36b4905445d5878f32f7e0b2bc8bac
2015-07-31 18:09:40 +02:00
physikerwelt (Moritz Schubotz) 248ea7ea91 Disable overwriting of the fallback image
The style information for the fallback image is quite sophisticated
and should not be changed.

Bug: 72626
Change-Id: I553cf7209d87517b8c8841cc25df74ebd4c683f4
2015-07-31 08:40:55 +00:00
physikerwelt 40c6bb69af Add info about failed tests to MathStatus
* Prints expected and real results for failed tests.
* Adopts to the new LaTeXML naming conventions.

Bug: T94434
Change-Id: I72bc6df7e9a85ae5c14cc7f82df072adfa65b67e
2015-07-31 08:40:00 +00:00
physikerwelt bc52c77d24 Use extension.json, empty PHP entry point
* Use string constants instead of integers
* Derive new names from old via conversion of constant
  naming convention to CamelCase.
* Replace old constant string e.g. 'MW_MATH_ABC_DEF'
  with new string 'abcDef'
* Replace old constant value with new string.
* Tests to demonstrates what is actually done.
* Rename constants

Bug: T106630
Bug: T106631
Bug: T87941
Change-Id: I6d1094ece79e912d9ddbef6681a25196c7a6e801
2015-07-30 22:01:20 +00:00
Translation updater bot e32ba69383 Localisation updates from https://translatewiki.net.
Change-Id: Ia996ef6b63930008c038f6f25d0957d581e24b90
2015-07-28 21:49:29 +02:00
Translation updater bot ebf78d9aa3 Localisation updates from https://translatewiki.net.
Change-Id: I701b1a8674667ddd953ba0cb24cf2f5dde6972df
2015-07-26 21:40:04 +02:00
paladox bf6b1f3272 Add release notes for version 3.0.0
Add release note for math 3.0.0.

Add HISTORY file for old release notes for older releases.

Bug: T106953
Change-Id: I7cb0c3c03bc60de3b3503edeaf74d46f935ac581
2015-07-25 22:01:48 +01:00
Translation updater bot 5477d44323 Localisation updates from https://translatewiki.net.
Change-Id: I441bbee800381bdf2919dc26de1d77b17493cc1f
2015-07-25 21:57:18 +02:00
Translation updater bot a3c1b0d61f Localisation updates from https://translatewiki.net.
Change-Id: I0cde7bb467e3dd3e87bf2dda6924066a2abc919b
2015-07-24 21:07:48 +02:00
Translation updater bot db45934a1e Localisation updates from https://translatewiki.net.
Change-Id: I19462041d5c87cf906cca88147c96097e7630222
2015-07-22 22:15:27 +02:00
Bartosz Dziewoński bc81cdd4b7 Pass arguments to ParserAfterParse by reference
The workaround to save PNG images calls the hook wrong,
the parameters must be passed as references.

Bug: T105598
Change-Id: Ic77aa79aa6e2bf2a9ec00be4cc775d0123bed91a
2015-07-22 15:36:48 +00:00
Translation updater bot 925deaf1d6 Localisation updates from https://translatewiki.net.
Change-Id: Ib96803d4b12ebc71f4aac8956765a81beb8eccc6
2015-07-20 21:55:54 +02:00
jenkins-bot f3adeebb19 Merge "Remove client-side MathJax support" 2015-07-19 19:44:54 +00:00