Commit Graph

376 Commits

Author SHA1 Message Date
Brion VIBBER 58e2a0796c Merge "Adding the tex colors to our texvc configuration, Fixes the lacking colors as pointed out in bug 35186." 2012-03-26 21:05:50 +00:00
Demon 963bb1ee5b Merge "Adding some gitignore to the math directory, to ignore the compiled binaries and intermediary objects." 2012-03-26 13:14:47 +00:00
Derk-Jan Hartman e592db16e7 Adding the tex colors to our texvc configuration, Fixes the lacking colors as pointed out in bug 35186.
We can remove the pre mathjax 2.0 color hack now that the color extensions is enabled.

Change-Id: I7863e3131689b2140e31cd09a3d663113f686b83
2012-03-26 00:09:56 +02:00
Derk-Jan Hartman 159708754c Adding some gitignore to the math directory, to ignore the compiled binaries and intermediary objects.
Change-Id: Ifcab01b5a67a8da65f8522cc00f2ae00e74a915a
2012-03-25 21:13:52 +02:00
Derk-Jan Hartman 0cea0bffb5 Let the html output of our tex and mathjax mode inherit attributes such as style.
Required in order to fix bug 35191

Change-Id: Ia267aa211cb1bcb2023cd3f87bbc83c983ffc91f
2012-03-25 21:06:04 +02:00
Peter Gehres b9f87bb400 Adding .gitreview
Change-Id: I1e9026cc39646d781385d20922ebc5192e3af86a
2012-03-23 10:30:45 -07:00
Raimond Spekking 95dc600e32 Localisation updates for core and extension messages from translatewiki.net 2012-03-18 20:13:19 +00:00
Raimond Spekking cd953e37f7 Localisation updates for core and extension messages from translatewiki.net 2012-03-13 20:50:02 +00:00
Brion Vibber b572b021b9 followup r113661 - fix for renamed func 2012-03-12 20:59:32 +00:00
Brion Vibber a2cc731964 drop empty diretories in MathJax 2012-03-12 20:54:59 +00:00
Brion Vibber 7335093337 use pre-minified MathJax files, they load faster 2012-03-12 20:54:04 +00:00
Raimond Spekking 23776c80eb Localisation updates for core and extension messages from translatewiki.net 2012-03-12 20:46:25 +00:00
Brion Vibber c89a0003f1 tweaks to MathJax setup & customizations from mathjax-users list
Some fixes, cleanup, and modernization
2012-03-12 20:41:43 +00:00
Raimond Spekking 430b958d1a Localisation updates for core and extension messages from translatewiki.net 2012-03-11 20:39:18 +00:00
Raimond Spekking e75d49beb2 Localisation updates for core and extension messages from translatewiki.net 2012-03-09 22:30:45 +00:00
Alexandre Emsenhuber 6930c81c17 svn:eol-style native 2012-03-08 12:27:02 +00:00
Raimond Spekking 5156496b80 Localisation updates for core and extension messages from translatewiki.net 2012-03-07 21:06:01 +00:00
Brion Vibber 87cbb1f4c8 MathJax loading fixes from mathjax-users list:
* fix for $ stripping in IE
* wrap everything in {} for \displaystyle
2012-03-07 19:33:08 +00:00
Brion Vibber b93e71e0ae fix for MathJax zoom setting: should be 'Click' not 'click'
[per feedback on mathjax-users list]
2012-03-07 00:06:40 +00:00
Brion Vibber 261310bad9 Tweak MathJax loading per recommendations from mathjax-users list:
* drop some of the init lines that don't appear to work/be needed
* only load MathJax.js through ResourceLoader; let MathJax's loader handle the rest

This gets us working in Chrome, where previously we hadn't initialized correctly. Should also help in IE, still needs testing.
Will probably want to swap in the pre-minimized versions of the files at some point, but the expanded ones are fine at this stage of work.
2012-03-06 21:57:12 +00:00
Raimond Spekking 11ef4d7a9a Localisation updates for core and extension messages from translatewiki.net 2012-03-06 21:18:30 +00:00
Alexandre Emsenhuber a0a66ebf63 Fix some svn:mime-type with value "application/octet-stream" to more specific values 2012-03-06 18:09:12 +00:00
Brion Vibber 2be6ad801a Avoid conflict between MathJax's TeX finder and our own: remove theirs so we don't end up putting preview markup inside other markup 2012-03-05 22:45:56 +00:00
Brion Vibber 829372f32d update copyright notice years for 2012 2012-03-05 22:25:09 +00:00
Brion Vibber e85a658c2f switch two files in MathJax setup that were incorrectly split to the wrong filenames :) 2012-03-05 22:24:54 +00:00
Raimond Spekking c0b056c4b8 Localisation updates for core and extension messages from translatewiki.net 2012-03-05 21:20:53 +00:00
Brion Vibber 2af7057b05 Set up MathJax as a selectable option in math preferences 2012-03-05 20:34:29 +00:00
Brion Vibber a4c39f94a6 remove stub file -- unneeded as it's been expanded into other files 2012-03-05 19:51:17 +00:00
Raimond Spekking 84ac48ee46 Localisation update for core and extension messages from translatewiki.net 2012-03-03 21:32:20 +00:00
Brion Vibber d84a00a9ed * (bug 34828) Fix MathJax initializer to operate on images as well as text form
Warning: this piggybacks on 'alt' text and can be broken if a manual alt text was specified on a <math> bit. Needs to be more nativey.
Also cleaned up the conditional setup code since we're already only called when a <math> is present.
2012-03-02 00:26:56 +00:00
Brion Vibber 296b767c62 uncomment a couple bits in mathjax setup that had been disabled while fiddling 2012-03-02 00:07:32 +00:00
Raimond Spekking e152061459 Localisation update for core and extension messages from translatewiki.net 2012-03-01 22:21:50 +00:00
Brion Vibber b7c09b58c3 fixes to mathjax loading that somehow didn't get committed yesterday? 2012-03-01 21:13:10 +00:00
Brion Vibber f8ad1f3e86 Fix for font path on MathJax 2.0 2012-03-01 02:00:16 +00:00
Brion Vibber 83a8af23f8 MathJax 2.0 update mostly works! 2012-03-01 01:57:44 +00:00
Brion Vibber f5df298230 Straight update of MathJax to 2.0 -- doesn't currently load correctly if experimental $wgMathUseMathJax is enabled, be warned!
Using the unpacked files; minus the PNG fonts.
2012-03-01 01:21:20 +00:00
Raimond Spekking d1957900e2 Localisation updates for core and extension messages from translatewiki.net 2012-02-24 21:11:11 +00:00
Raimond Spekking 6f9311c601 Localisation updates for extension messages from translatewiki.net
Core skipped today, conflicts with dupe messages... Will report on CR soon
2012-02-23 19:45:08 +00:00
Tim Starling 74d5aa19f8 * (bug 34538) Fixed compatibility with $wgResourceLoaderExperimentalAsyncLoading in some extensions.
* Tested AbuseFilter.
* Did not test ArticleCreationWorkflow, Configure, ContributionTracking, FlaggedRevs, FundraiserPortal, InlineCategorizer, MarkAsHelpful, Math/Mathjax.
* Fixed a typo in a comment in LiveTranslate.
* Did not review extensions alphabetically after MoodBar.
2012-02-21 04:03:00 +00:00
Raimond Spekking b1a7830235 Localisation updates for core and extension messages from translatewiki.net 2012-02-19 20:47:51 +00:00
Raimond Spekking 88e53fedf0 Localisation updates for core and extension messages from translatewiki.net 2012-02-18 20:41:29 +00:00
Raimond Spekking a2fa4113cc Localisation updates for core and extension messages from translatewiki.net 2012-02-10 20:57:24 +00:00
Raimond Spekking 063ac7d51e Localisation updates for core and extension messages from translatewiki.net 2012-02-02 20:47:04 +00:00
Raimond Spekking 01f4ffa32d Localisation updates for core and extension messages from translatewiki.net 2012-01-31 20:31:52 +00:00
Raimond Spekking 90c5a82b8f Localisation updates for core and extension messages from translatewiki.net 2012-01-29 19:41:17 +00:00
Raimond Spekking 42d96d718d Localisation updates for core and extension messages from translatewiki.net 2012-01-28 20:37:44 +00:00
Raimond Spekking 2d8e1d54b3 Localisation updates for core and extension messages from translatewiki.net 2012-01-26 20:39:48 +00:00
Raimond Spekking 67480a6600 Localisation updates for core and extension messages from translatewiki.net 2012-01-25 20:38:04 +00:00
Raimond Spekking 0b6a0007e0 Localisation updates for core and extension messages from translatewiki.net 2012-01-24 20:12:55 +00:00
Raimond Spekking d8ffe7fd26 Localisation updates for core and extension messages from translatewiki.net 2012-01-23 20:08:42 +00:00