Commit Graph

1694 Commits

Author SHA1 Message Date
Davide P. Cervone
f1f109b586 Remove redundent check (if span is null, then div will be null, so only need to check for div). Issue #730. 2014-02-07 09:39:56 -05:00
Davide P. Cervone
997692713e Remove user configuration cookie (hasn't been used in 5 years). This should be reflected in a removal of the CookieConfig item from the localization files. Issue #559. 2014-02-06 16:46:18 -05:00
Davide P. Cervone
8dc99cef2d Add min and max width and height resets to CSS where appropriate. Resolves issue #517. 2014-02-06 15:20:19 -05:00
Davide P. Cervone
57d85a4f69 Fixed typo in 'important'. 2014-02-06 15:15:46 -05:00
Davide P. Cervone
72f9d5f408 Added '!important' to NativeMML CSS as well. (Issue #580.) 2014-02-06 15:07:35 -05:00
Davide P. Cervone
8f0ac563d6 Remove quoting of lquote and rquote when they appear within the content of the <ms> element. Not sure why this was ever done. Resolves issue #578. 2014-02-06 14:42:32 -05:00
Davide P. Cervone
4f10613b2a Add '!important' to CSS for display property. Resolves issue #580. 2014-02-06 14:31:17 -05:00
Davide P. Cervone
7bd8f9edb4 Fix use if for...in to avoid problems with elements added to Array.prototype. Resolves issue #667 2014-02-06 14:17:04 -05:00
Davide P. Cervone
6c50f1dae8 Clear font test div so that its width doesn't affect the page size. resolves issue #681. 2014-02-06 14:02:41 -05:00
Davide P. Cervone
6799f197ab Don't load menu or zoom code if showMathMenu is false. Resolves issue #685. 2014-02-06 13:27:14 -05:00
Davide P. Cervone
3b35ca9e16 Add more tests to check that the math is still in the page. Should resolve issue #730 (though we don't have their page and can't really test it). 2014-02-06 13:18:04 -05:00
Davide P. Cervone
67ee149dd2 Merge branch 'develop' of https://github.com/dpvc/MathJax into develop 2014-02-06 12:37:51 -05:00
Davide P. Cervone
169c2ed097 Fix size of accents in STIX and STIX-Web fonts. Resolves issue #715. 2014-02-06 12:33:37 -05:00
Davide P. Cervone
7a97969104 Fix a typo in comments and remove an unused variable 2014-02-06 11:02:55 -05:00
Davide P. Cervone
105266706c Merge branch 'sample-div' into develop 2014-01-25 10:33:59 -05:00
Grahack
c995c9f635 div not properly closed in sample-dynamic-2.html 2014-01-25 10:30:25 -05:00
Davide P. Cervone
65cc50ac5c Fixed font name table to work on Windows as well as Macs with the new web fonts installed locally 2014-01-13 15:49:16 -05:00
Davide P. Cervone
a57696fde5 Fix up comment. 2014-01-13 11:59:21 -05:00
Davide P. Cervone
86ac34e91b Fix new web fonts bold-italic variant (issue #716) and STIX-Web lower-case Greek in sans-serif and sans-serif-italic variants (issue #697). 2014-01-13 11:52:39 -05:00
Davide P. Cervone
b9685dd507 Fix incorrect min-width for mtd elements. Resolves issue #699. 2014-01-13 11:50:49 -05:00
Davide P. Cervone
b5454061cc Identify IE11 properly for now (more needs to be done with the browser detection code in teh future). Issue #658. 2014-01-10 14:47:00 -05:00
Davide P. Cervone
39527d2a34 Fix font names in font-test data so that local versions of the web fonts can be detected. This still has to be tested on Windows and Linux. Issue #711. 2014-01-08 13:32:26 -05:00
Davide P. Cervone
2a54f5db8d Merge remote-tracking branch 'dpvc/issue672' into develop 2013-11-21 18:16:32 -05:00
Davide P. Cervone
78ea6afbc8 Merge remote-tracking branch 'dpvc/issue672' into v2.3-latest 2013-11-21 18:15:30 -05:00
Davide P. Cervone
de0e1e1797 Repack and recombine previous commit. 2013-11-21 18:14:16 -05:00
Davide P. Cervone
5934b2b416 Merge remote-tracking branch 'dpvc/issue672' into develop 2013-11-21 17:51:13 -05:00
Davide P. Cervone
7dc4bc7825 Merge remote-tracking branch 'dpvc/issue672' into v2.3-latest 2013-11-21 17:50:00 -05:00
Davide P. Cervone
d4fe0fdac2 Push math nodes onto mathArray individually to avoid problem in IE < 9 where push.apply doesn't work on a nodeList. Also, avoid duplicate elements in the array by checking for namespace prefixes. This needs to work for both HTML and XHTML. Resolves issue #672. 2013-11-21 08:49:43 -05:00
Davide P. Cervone
6a198f6092 Repack MathJax.js from last commit 2013-11-18 20:02:43 -05:00
Davide P. Cervone
62cdfcfd34 Check for whether MathJax is already loaded before using MathJax variable for AuthorConfig. Resolves issue #671. 2013-11-18 20:01:54 -05:00
Davide P. Cervone
62a267ed8c Merge pull request #670 from dpvc/cdn-version-append
CDN version append
2013-11-17 04:58:21 -08:00
Davide P. Cervone
8af5b0eb79 Repack MathJax.js 2013-11-16 20:47:23 -05:00
Davide P. Cervone
8700fdf098 If coming from the CDN's mathjax/latest address, move to the explicit version (avoids CDN propagation issues when a new version is released). 2013-11-16 20:22:19 -05:00
Frédéric Wang
705548fc37 Update README-branch.txt 2013-11-11 14:39:02 +01:00
Frédéric Wang
ef36d4b2a5 Repack and combine. #534 2013-11-11 14:30:46 +01:00
Frédéric Wang
9702afba15 Increase version numbers for 2.3 ; update languages. #534 2013-11-11 14:14:08 +01:00
Frédéric Wang
74c270f3c9 ... and now fix the issue myself. #650 2013-11-08 09:47:43 +01:00
Frédéric Wang
767225cd3e Revert third-party fix for lack of CLA #650 2013-11-08 09:42:57 +01:00
Frédéric Wang
a2ca632cac Merge pull request #662 from fred-wang/issue611
Issue611
2013-11-07 08:53:35 -08:00
Frédéric Wang
337361c1cd Regenerate the fonts. #611 2013-11-07 17:51:05 +01:00
Frédéric Wang
2fe803cfb1 Regenerate the font data (no longer in sync with the font files!) #611 2013-11-07 16:18:09 +01:00
Frédéric Wang
d1822362f2 Merge pull request #660 from fred-wang/issue656
MathMenu: fix typo in STIXLocal key, add strings for the new Web fonts. ...
2013-11-07 05:52:38 -08:00
Frédéric Wang
53b1201b54 Merge pull request #659 from fred-wang/issue636
MathJax.isPacked and MathJax.AuthorConfig mixup. #636
2013-11-07 05:51:18 -08:00
Frédéric Wang
0b753f67ad MathMenu: fix typo in STIXLocal key, add strings for the new Web fonts. #656 2013-11-05 16:10:04 +01:00
Frédéric Wang
0c85be88e0 Merge pull request #655 from jdh8/develop
Center display math in XHTML (#650)
2013-11-05 05:52:53 -08:00
Chen-Pang He
937434c77d Center display math in XHTML (#650) 2013-11-05 21:39:23 +08:00
Frédéric Wang
6cd37d02f9 Merge pull request #652 from fred-wang/issue530
Localisation updates from http://translatewiki.net. #530
2013-11-05 00:46:54 -08:00
Frédéric Wang
2b903c4310 Localisation updates from http://translatewiki.net. #530 2013-11-05 09:45:44 +01:00
Davide P. Cervone
0312b8ffa9 Merge pull request #645 from fred-wang/issue639
Add the matchFontHeight options to unpacked/config/default.js #639
2013-10-30 10:04:09 -07:00
Davide P. Cervone
1f013d76b3 Merge pull request #644 from dpvc/issue523
Resolves issue #523
2013-10-30 10:03:01 -07:00