Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/sagemath/MathJax

Beautiful math in all browsers
https://github.com/sagemath/MathJax

removed mathjax-dev from repo

abcdea392baa148e805ff3d8982da5d8ff7c774e authored about 14 years ago
test directory was not supposed to become part of the main repository (it was just for testing the fixes

4118b30a7dccd67ea9febe8be0ff84cd14407562 authored about 14 years ago
Merge branch 'issue13' of https://github.com/dpvc/MathJax

806f48acdfffe9293a9d520918ed8d8b3b44d6cc authored about 14 years ago
Merge branch 'issue18' of https://github.com/dpvc/MathJax

1fe4e80138675978f0570299613b55d5814c669d authored about 14 years ago
Merge remote branch 'origin'

d23f38412d9c85c2b81dd4564f84f5982a736143 authored about 14 years ago
Removed unneeded reassignment of 'element'

bcac0b133e0a0cd8a40186d762c9e026a38b2b9c authored about 14 years ago
Remove superfluous MathJax_Processing class (can't find the width error that position:relative was supposed to prevent)

59bedca8618c0d7ab5a55d27e5d11119c729d7a8 authored about 14 years ago
issue #18: resolve conflict between jsMath2jax and tex2jax both processing the same equation

6dd80fa1966fb780c8db09517ad858896fe45d56 authored about 14 years ago
OOPS, the processUpdateTime wasn't actually changed in the earlier commit, so fix it here

1e4efb32102ddb09961fac79005e5d84acc7401d authored about 14 years ago
Use position:relative only when typesetting (needed for width measurements), but change back once it is typeset

f86e8173cf9e022d0b13b9e56c3fef7e9a840ca0 authored about 14 years ago
Improved responsiveness during typesetting

cadc88925f4f9e5f0c79dcce45e6ea7df49f4110 authored about 14 years ago
Fix for parentNode bug in IE

ba8a73953178e9f5bef86cafe9480bf9eaad626b authored about 14 years ago
Updated start page svn reference to tell users to use Git by default and mention svn mirror

7bef10c075faa03f037d11bdd695692e0cfe412a authored about 14 years ago
Top level README

72975ce684b0167134eb78f12ce7d801dceaf641 authored about 14 years ago
Updating installation docs page. Added the Git install method and changed the archive method to the GitHub downloads.

6cec11ee941f70a59e4388ce26439cfaf412bd53 authored about 14 years ago
Updated the community docs page for Google Groups and GitHub

b7a286cb2c56638fd2b25127684dbf9f8a9b6c1e authored about 14 years ago
Merge remote branch 'mathjax/master'

3dfd100a64984d6d6b77053f922b7c566752e56e authored about 14 years ago
Updated html output from changes rst files

638918f93f6f2d2612591b25d4a1908d8166672f authored about 14 years ago
Changes from Sean for IE9

862d07a04b4b2f96e7f68cf9ff2292b6d5fe4b85 authored about 14 years ago
Fix file names to remove SourceForge directory references

1f2135bd53eb313df900673707c48ae909395f46 authored about 14 years ago
IE <= 8 parses MathML incorrectly. MathJax implements an alternative code path to get around this problem. This code was executed for all versions of IE, but IE9 parses MathML correctly, so this fix implements feature detection of MathML parsing.

df61c069a017b02cc873b234209f7d97433662ad authored about 14 years ago
match spelling fixes from jasondavies

cf3c56cbce7df1ce8811fb4ccb533cb8834d38ee authored over 14 years ago
Merge branch 'master' of http://github.com/jasondavies/MathJax into jasondavies-master

cc29dbbceb8fbff202cfc21a40b62369c65794d8 authored over 14 years ago
Fix a problem with IE when parentNode is null.

Apparently IE removes empty text nodes, and so the open.parentNode can
be null. So check before...

266328ebca601baca46580be69e99a3220c8e985 authored over 14 years ago
Fix spelling

be1b17f544e6e9f8ef956b22769b299ecad214e8 authored over 14 years ago
issue #4: MathJax init fail in IE9 (IE9 mode)

fac13ed3516e1d90cdd4b7f81e48492b57300b16 authored over 14 years ago
issue #3: MathJax init fail in IE9 (IE7 mode)

73070cc7497e874b1cd84da2311cb64fa2cd7307 authored over 14 years ago
Make sure movable limits is off for \underline and related macros (resolves issue at https://sourceforge.net/projects/mathjax/forums/forum/948700/topic/3873129)

git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@623 b8fd5906-0fad-46e2-a0d...

c35cfc9e9f60ef040ee38d5d575d6d384e8073e9 authored over 14 years ago
Work around MSIE bug where outerHTML doesn't put quotation marks around attribute values in some cases (resolves issue at https://sourceforge.net/projects/mathjax/forums/forum/948701/topic/3873440)

git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@622 b8fd5906-0fad-46e2-a0d...

bb695a2d9aa5c70a628a5e27ff2e28ed88347914 authored over 14 years ago
Work around Firefox bug that inserts a line break when display math causes an empty text node within a pre element

git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@621 b8fd5906-0fad-46e2-a0d...

9a05b341136e3ca7ee8e05d0a0e6aa2b09efeffd authored over 14 years ago
Fix reference to params.config to check for params (avoids undefined variable error)

git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@620 b8fd5906-0fad-46e2-a0d...

86ad73c8bdca9cbe1b26b32ab5c3effb289e82e6 authored over 14 years ago
Add ability to pass parameters to the script that loads MathJax (via MathJax.js?name=value&name=value&... in the URL). Implement config=file parameter as a method of specifying the configuration file.

git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@619 b8fd5906-0fad-46e2-a0d...

8971f378f55b977c70cb9a89431683955e22f68d authored over 14 years ago
Make AJAX.loadComplete() work even if no AJAX.Load() was called (in preparation for putting multiple files into a single configuration file that can include all the common extensions and setup files)

git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@618 b8fd5906-0fad-46e2-a0d...

89fab256031f5a1c9bcc282d57c55c30477851d6 authored over 14 years ago
Bump version for changes in SVN 613

git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@617 b8fd5906-0fad-46e2-a0d...

b8350ca60cd0319009144626c77b839101334fca authored over 14 years ago
Bump version number for changes in SVN 615

git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@616 b8fd5906-0fad-46e2-a0d...

8b46d6f27edf961f28c163d847a98c6f3783968f authored over 14 years ago
Fix problem with combining operators when an element is null, and only combine within mrows (and inferred mrows). Should this be in the STACK.Push() methods instead?

git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@615 b8fd5906-0fad-46e2-a0d...

508188ecbaa7bc33754eff23be59fce7f8846f2b authored over 14 years ago
Add check for xmlns that specifies MathML, and process tags with namespace prefixes in HTML documents

git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@614 b8fd5906-0fad-46e2-a0d...

173f1e22df758a74bda6f777f8a19ab61e9e1662 authored over 14 years ago
Preserve case when adding xmlns to <math> element

git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@613 b8fd5906-0fad-46e2-a0d...

fa7820f393551926556a66ac138a6bdb3da06679 authored over 14 years ago
Bump the version numbers due to the changes in SVN 609-611

git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@612 b8fd5906-0fad-46e2-a0d...

be52ea6f7f02e2637f627c8d5485c390f45e9987 authored over 14 years ago
Combine adjacent REL operators into a single <mo> tag (resolves bug #3074348)

git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@611 b8fd5906-0fad-46e2-a0d...

bf75061186782622ce425cec7ea1cd946f5b23aa authored over 14 years ago
Add support for \href, \style, \class, and \cssId macros

git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@610 b8fd5906-0fad-46e2-a0d...

ee4a142258f02d53387c18ae211d61dc4b4012bc authored over 14 years ago
Handle background colors from style attributes better

git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@609 b8fd5906-0fad-46e2-a0d...

58ee4a04a5d800df0ecaaef16763091cb192fab0 authored over 14 years ago
Merge branch 'old'

344c25fa2fe668028a434fe6e734a4da7592e31f authored over 14 years ago
Use onkeypress to force IE to do onchange when RETURN is pressed (resolves bug reproted at https://sourceforge.net/projects/mathjax/forums/forum/948701/topic/3862906)

git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@608 b8fd5906-0fad-46e2-a0d...

496507044258fa111c7f4771d3738aa98edb49fc authored over 14 years ago
Add separate (shorter) timeout for web fonts, and after first web font fails, give up on web fonts and use image fonts instead (if available)

git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@607 b8fd5906-0fad-46e2-a0d...

81a1413d19e16d03021304239bd7dcb792b30790 authored over 14 years ago
Change jax 'name' property to 'id' to avoid conflict with read-only name property of the Function object (the ElementJax and base classes are functions)

git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@606 b8fd5906-0fad-46e2-a0d...

d0800c8c3cf45bc1976d6bf643d9042c4c88c198 authored over 14 years ago
Update html docs to include corrections in rst files

git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@605 b8fd5906-0fad-46e2-a0d...

7890430ddbf804c295e29abbbd73c58c81eb27bd authored over 14 years ago
Fix use of image mode for iPad/iPhone/iPod

git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@604 b8fd5906-0fad-46e2-a0d...

8a883edb0a79995f3128783c2e12e1c68c1707ca authored over 14 years ago
Fix spelling and grammar typos in docs

85975e78801ebaa8bce2711c7ace8c1fd17832ae authored over 14 years ago
fixed bad typos in sample config code s/C/c/

git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@603 b8fd5906-0fad-46e2-a0d...

a1bd4704ec180821476af647dd09d85dfbe5b5c1 authored over 14 years ago
Update html docs to include recent changes in rst files

git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@602 b8fd5906-0fad-46e2-a0d...

311b800451d80c1a142efe07ba59c7c8ea824421 authored over 14 years ago
Fix problem with IE8 inserting <?xml:namespace> tags in upper case as part of the <math> tag's outerHTML.

git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@601 b8fd5906-0fad-46e2-a0d...

960c0db2ab81f128d14c3b70c224cb6b53f864ad authored over 14 years ago
Allow CDATA comments to include newlines

git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@600 b8fd5906-0fad-46e2-a0d...

961a5ab928f6cc003df82beca2547707b679bc2d authored over 14 years ago
Let Android 2.2 use web-fonts, but still have iPod/iPhone/iTouch use image mode. Should mobile safari default to images, and only allow web fonts when known to work?

git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@599 b8fd5906-0fad-46e2-a0d...

fdf51d1425cf549dc4b11af62850e032068c9913 authored over 14 years ago
Fixes to detect Firefox 4 and Android 2.2 work better

git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@598 b8fd5906-0fad-46e2-a0d...

0c1bddc0a262d6745520ffc1a0cdf9c79dff4ee0 authored over 14 years ago
Two typos in the TeX docs page

git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@597 b8fd5906-0fad-46e2-a0d...

5eece68de75c6d50f5811ffdf80a397da05a1022 authored over 14 years ago
Replace illegal character used in cookie name (again).

git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@596 b8fd5906-0fad-46e2-a0d...

f33232b0cf21e52247d2f3abfa88d558bd9ce200 authored over 14 years ago
Change cookie prefix to not include illegal ':' character

git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@595 b8fd5906-0fad-46e2-a0d...

3a43c9b273ef74c77a3ea1ec1697d204a3e3f897 authored over 14 years ago
Work around a bug new in Opera 10.61 that causes it to get the em-size wrong (resolves bug 3054207)

git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@594 b8fd5906-0fad-46e2-a0d...

b2cdb552314fdbb520126da8a3b6c3e80b48cc97 authored over 14 years ago
Change \b to (^| ) or ( |$) when looking for math in the class name

git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@593 b8fd5906-0fad-46e2-a0d...

71ac366cadd6b39c3689b95a4b7d335924fcee8d authored over 14 years ago
Correct error in svn command for version 1.0 tag, and update HTML files to include recent changes

git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@592 b8fd5906-0fad-46e2-a0d...

4067a227febd23727dc9735070b713eefabf5b5f authored over 14 years ago
Fix problem with entities (resolves bug 3052435)

git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@591 b8fd5906-0fad-46e2-a0d...

a831f619074a2ef3c9661a2bcf4c85e8bafe0f13 authored over 14 years ago
typos, editorial changes

git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@590 b8fd5906-0fad-46e2-a0d...

4fb9a8d3199fda4be5677f1bdaf4d29ad0454e44 authored over 14 years ago
Fix problem with \fbox producing longdiv rather than box

git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@589 b8fd5906-0fad-46e2-a0d...

c8d615dc26745410e526a40266b6ea6a77895bae authored over 14 years ago
Fix CSS bleed in Frefox zoom testing, and move imgBrowserZoom() call to initImg() so that it is called once per equation rather than once per image.

git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@588 b8fd5906-0fad-46e2-a0d...

c535d157bc085db1677a29985a2db128417180c5 authored over 14 years ago
Fix problem with tex2jax_ignore bleeding into its siblings (resolves issue from https://sourceforge.net/projects/mathjax/forums/forum/948700/topic/3817124).

git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@587 b8fd5906-0fad-46e2-a0d...

096d4b4e5dc3a5712d1128ebddde52a160ebc3bf authored over 14 years ago
Try to isolate DIV used for font checking from bleeding of page CSS

git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@586 b8fd5906-0fad-46e2-a0d...

7c12db8b939f8eb4f981f075bd89e4cef948d391 authored over 14 years ago
Another typo

99ef8710cccb0550fdff0e045c97784fb7a32ea8 authored over 14 years ago
Another typo

git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@585 b8fd5906-0fad-46e2-a0d...

4913c618c1135082b513850462e7f69c0f804848 authored over 14 years ago
Fixed typo

e1b7d498eed900648b229bf02c06e75e52fb7364 authored over 14 years ago
Fixed typo

git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@584 b8fd5906-0fad-46e2-a0d...

d1d9eeb42c032823476fa64d7767c825fec93a9c authored over 14 years ago
Fixed CSS bleed for width of hidden DIV's used for measurements.

3cc9978f0ab136d961c8d9fea7458e206e3a528b authored over 14 years ago
Fixed CSS bleed for width of hidden DIV's used for measurements.

git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@583 b8fd5906-0fad-46e2-a0d...

204a315d4fd695cb343ff16fa967fa4ef7607de0 authored over 14 years ago
Added comment indicating that additional options canbe included, as suggested in https://sourceforge.net/projects/mathjax/forums/forum/948700/topic/3810701

git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@582 b8fd5906-0fad-46e2-a0d...

57a895a8914d002ed6479ee380f188003463f9ad authored over 14 years ago
Added comment indicating that additional options canbe included, as suggested in https://sourceforge.net/projects/mathjax/forums/forum/948700/topic/3810701

b082a4869278095bc8d17a0136018c64ab0e4156 authored over 14 years ago
Fixed a number of typos reported by users (resolves bugs 3045072, 3045076, 3045077 and 3045095)

git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@581 b8fd5906-0fad-46e2-a0d...

9a5028d119ef27413c35960844adf5ba355d57bc authored over 14 years ago
Fixed a number of typos reported by users (resolves bugs 3045072, 3045076, 3045077 and 3045095)

db7a2f2f8e08d656f83bf5e6099852f488058d36 authored over 14 years ago
Fix problem with &lt; and &amp; getting translated too early in MathML input

git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@580 b8fd5906-0fad-46e2-a0d...

d5c9cb1704920c2fcf2d298196a21e0fa965a335 authored over 14 years ago
Fix problem with &lt; and &amp; getting translated too early in MathML input

af238273c09e8cfbcf7a0cbf14aa0da16476a54b authored over 14 years ago
Correct \\ in descriptions (which seem to need to be \\\ for some reason)

git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@579 b8fd5906-0fad-46e2-a0d...

893a320dad2f0d5b7b6277fe7d420973f24f5511 authored over 14 years ago
Correct \\ in descriptions (which seem to need to be \\\ for some reason)

3b1ce25719372671793137299b3a586989685584 authored over 14 years ago
Fixed missing quotation mark in VERSION number

eddbbdc3f6e2171fc857dc3cc87d3611aa4f14f9 authored over 14 years ago
Fixed missing quotation mark in VERSION number

git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@577 b8fd5906-0fad-46e2-a0d...

e3da32b7a819a116ca67cac9fd20a75f11c865e4 authored over 14 years ago
Fix problem with single-digit super- and sub-scripts followed by period or comma where the punctuation was considered part of the super-or subscript (reported by Michael Hartl)

git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@576 b8fd5906-0fad-46e2-a0d...

b8f04d832650cce1f2f7ea5fd0a6e2dbdcc938ee authored over 14 years ago
Fix problem with single-digit super- and sub-scripts followed by period or comma where the punctuation was considered part of the super-or subscript (reported by Michael Hartl)

927eda2d2c70d307b1650082e479b16e65bf4ce1 authored over 14 years ago
Update to remove warnings about VERSION not being used

git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@575 b8fd5906-0fad-46e2-a0d...

eef3cbd8787094a451bb1c2777388d762b95f4cc authored over 14 years ago
Update to remove warnings about VERSION not being used

1d975996316431f4d3a9c9e60b3cad51d36fae3a authored over 14 years ago
Change version to 1.0.1

8ab424514d7f256c6a4c0ca58941e151f2fffc9c authored over 14 years ago
Change version to 1.0.1

git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@573 b8fd5906-0fad-46e2-a0d...

0946592ae75dd5e743de08cfd56ee000267b7fd0 authored over 14 years ago
Make sure text wraps for MSIE

git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@572 b8fd5906-0fad-46e2-a0d...

373cd164cbdb73c5da6f3cc042c06396ed113a34 authored over 14 years ago
Make sure text wraps for MSIE

6c127e5e198f70fa7d7a28615788a5f788d36145 authored over 14 years ago
Add version numbers to auxiliary files

git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@571 b8fd5906-0fad-46e2-a0d...

0145191c5b5695086d32edafde45813d3791554d authored over 14 years ago
Add version numbers to auxiliary files

ec632afe618e81cc1b49f40d6e9efd3470322abb authored over 14 years ago
Add version numbers to auxiliary files

git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@570 b8fd5906-0fad-46e2-a0d...

e50fbe971516e528938c290847dbedac199bccb1 authored over 14 years ago
Add version numbers to auxiliary files

39407d7478d110ff140366a104d3487a0e0561a5 authored over 14 years ago
Save 'isMini' value in the browser object

git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@569 b8fd5906-0fad-46e2-a0d...

cb4389ba07c9059a90e677e41cb26493e6e50cd2 authored over 14 years ago
Save 'isMini' value in the browser object

c0bf484cb691b5d9f871125f8928c165dfbf9b37 authored over 14 years ago
Use image mode for Opera Mini

d5198047f227d98cc65e1d0f8ac2ae2de651825c authored over 14 years ago
Use image mode for Opera Mini

git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@568 b8fd5906-0fad-46e2-a0d...

dbd8444d60a73fa5ce040a0493c552e702e81b86 authored over 14 years ago
Pack recent changes (from svn 565 and 566)

git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@567 b8fd5906-0fad-46e2-a0d...

2c84f7be18d445c917e69cef3f0d7aedcd242315 authored over 14 years ago