Commit Graph

245 Commits

Author SHA1 Message Date
Davide P. Cervone
d47dbd1c52 Update version numbers. 2015-04-21 11:49:54 -04:00
Davide P. Cervone
960108c712 Fix version number of MathJax as a whole. 2015-02-25 10:59:15 -05:00
Davide P. Cervone
f87cb5cf42 Bump version numbers for updated files 2015-02-19 17:43:07 -05:00
Davide P. Cervone
15b3928891 Break HTML-CSS output into phases so that the final measurement can be done all at once. Restores timing improvements that were lost due to a change made in the testing for v2.5. 2015-02-14 15:30:37 -05:00
Davide P. Cervone
f5c10288dd Update copyright dates. 2015-01-29 10:21:06 -05:00
Davide P. Cervone
31fcf19d92 Update file versions to 2.5.0. Ready for release! 2015-01-28 14:49:36 -05:00
Davide P. Cervone
646a977b8c Update version to beta-4 2015-01-24 13:48:49 -05:00
Davide P. Cervone
646568650e Handle head properly in another location when looking for script tags. Issue #1016. 2015-01-22 11:02:58 -05:00
Davide P. Cervone
237635132a Use document.head when available, and look up scripts via namespace if not found without it. Resolves issue #1016. 2015-01-22 10:09:21 -05:00
Davide P. Cervone
ae48c34e64 Update cache breaking string. 2015-01-07 08:34:04 -05:00
Davide P. Cervone
debd0c88b6 Update cache breaking for next push to CDN. 2015-01-06 17:50:42 -05:00
Davide P. Cervone
88a96372c0 Update version numbers for 2.5.0-beta 2014-12-30 18:27:01 -05:00
Davide P. Cervone
3f5730a59f Merge branch 'CHTML-preview' into develop 2014-12-30 17:55:48 -05:00
Davide P. Cervone
8d30bda6bd Merge pull request #979 from mathjax/issue922
update locales for 2.5.  Issue #922
2014-12-29 11:03:39 -05:00
Peter Krautzberger
e29bd7f41e added bcc locale; added bcc and sco in MathJax.js 2014-12-29 16:51:10 +01:00
Davide P. Cervone
1044df8076 When processing an array of elements, don't add any that are already included in the list. 2014-12-28 07:11:34 -05:00
Davide P. Cervone
ae0f3fe3b3 Add more version information for Safari, and use Em rounding for Safari 8.0 (also 6.2, 7.1, which have the same WebKit version). Resolves issue #931. 2014-12-06 18:00:31 -05:00
Davide P. Cervone
9cefee80f9 Fixes for IE7 and 8. 2014-11-17 19:42:45 -05:00
Davide P. Cervone
d128cfbd5d Add menu item for fast preview, and check for it in the preview code. Make sure CHTML-preview.js is loaded in MathJax.js if the menu item is selected. 2014-11-02 10:03:26 -05:00
Davide P. Cervone
ad004ac668 Preserve RDFa and other non-standard attributes from MathML elements in the HTML-CSS or SVG output. Resolves issue #860, and also handles #502 as a side-effect. 2014-09-14 13:47:20 -04:00
Davide P. Cervone
a56931fff2 Fix use of HTMLCollections to work with IE8 (grrr!) 2014-08-22 14:17:55 -04:00
Davide P. Cervone
60f197f16c Disable MathPlayer for IE10 and above. 2014-08-22 13:31:55 -04:00
Davide P. Cervone
354e18df87 Don't do any delays if delay time is 0 (allows authors to go back to original functionality, if desired). Issue #872. 2014-08-20 09:07:26 -04:00
Davide P. Cervone
b8eb8c383b Add some short delays between input and output phases or processing so that messages can be udated, and the browser can respond to the user (in case multiple typeset calls are queued simultaneously). Resolves issue #872. 2014-08-19 16:58:51 -04:00
Davide P. Cervone
e1cf022d8a Combine multiple elements into a single typesetting pass. Issue #873. 2014-08-18 15:36:09 -04:00
Davide P. Cervone
4666badbe2 Merge branch 'issue693' into develop. Issue #693. 2014-08-18 10:11:48 -04:00
Davide P. Cervone
1a895e2a7c Update version numbers, repack, and recombine 2014-06-12 05:53:13 -04:00
Davide P. Cervone
6ab067a14c Switch beta.mathjax.org to cdn.mathjax.org (since https users will never get this beta MathJax.js anyway). 2014-06-01 11:37:08 -04:00
Davide P. Cervone
2e9b3c7c60 Make this rev=2.4-beta-2, and turn rackspace https into beta.mathjax.org (this will need to be changed to cdn.mathjax.org for the final release). 2014-06-01 10:41:27 -04:00
Davide P. Cervone
3a8afa4dcb Add support for semantics annotations to toMathML, and use a menu item to control it. 2014-05-29 15:37:59 -04:00
Davide P. Cervone
71f731cbbb Trap error reading cookies. Resolves issue #821. 2014-05-22 18:10:35 -04:00
Davide P. Cervone
18e0b76b17 Set cache-breaking revision number. 2014-05-13 20:34:05 -04:00
Davide P. Cervone
e92f3f2718 Change copyright and version numbers 2014-05-07 17:02:28 -04:00
Davide P. Cervone
c6d73f4689 Fix several loading issues with localization files (don't add menu div until files are loaded, and properly handle empty callbacks in loadDomain). 2014-04-22 12:31:03 -04:00
Davide P. Cervone
e1a43b6996 Updated language names. Issue #753. 2014-04-22 08:13:16 -04:00
Davide P. Cervone
6a930736aa Merge remote-tracking branch 'dpvc/issue256' into develop. Issue #256. 2014-03-20 05:47:08 -04:00
Davide P. Cervone
f220993196 Remove new Function() calls, and isolate eval() to be used only when necessary. Resolves issue #256. 2014-03-18 17:19:36 -04:00
Davide P. Cervone
94c6711d86 Add ability to specify additional root paths like [MathJax]. Resolves issue #737. 2014-03-18 13:41:48 -04:00
Davide P. Cervone
63bbb8f28c Add cache-breaking values (when needed) for all javascript, font, and image files loaded from the CDN. Cache-breaking can be controlled on a file-by-file or global basis. Resolves issue #751. 2014-03-14 10:48:13 -04:00
Davide P. Cervone
8ed9207668 Don't use MathJax_MSIE_Frame for those vesions of IE that suppor position:fixed (7 and above, as it turns out). Resolves issue #738. 2014-02-20 14:29:31 -05:00
Davide P. Cervone
d494748ded Changed regular expresion to account for new (longer) Rackspace address. Resolves issue #709. 2014-02-16 05:16:53 -05:00
Davide P. Cervone
03139aaec3 Add ability to unregister listeners for those you can register. Resolves issue #693. (For next feature release.) 2014-02-13 17:57:01 -05:00
Davide P. Cervone
08ba269ccf Fix SPLIT routine for IE8 and below (index was wrong for when there are more than one match -- argh!). Resolves issue #623. 2014-02-12 16:05:20 -05:00
Davide P. Cervone
7bf7ffef3d Merge branch 'hotfix-2.3' into develop. (This not merged into master,
but I don't want to run into merge conflicts later on with develop.)
2014-02-10 09:48:43 -05:00
Davide P. Cervone
73f58abb43 Merge branch 'issue559' into develop. Issue #559. 2014-02-07 10:04:46 -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
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
7a97969104 Fix a typo in comments and remove an unused variable 2014-02-06 11:02:55 -05:00
Davide P. Cervone
a57696fde5 Fix up comment. 2014-01-13 11:59:21 -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