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 extra comma that causes IE problems (Fred caught it)

29d07d14205aef96b2e0908fdc805767932840b4 authored over 13 years ago
Switch order of commented out formats to avoid final comma problems if they are uncommented

161b463141d3626edb6948804d329ffe36b75c95 authored over 13 years ago
Fixed some typos, and added comments to help clarify the equation numbering parameters

c794e7ce19346ad9b3490bc744bc1c43a251b8b8 authored over 13 years ago
Prevent texClass from being inherited (fixes a spacing problem with maction elements)

bbc3a1416bb8671585b236b3a016bce16e9feab4 authored over 13 years ago
Implement automatic linebreaking in HTML-CSS output, and improve explicit linebreaking. (This is one of the v1.2 milestones)

69c42b866ec16e265d4262bf1b98633884797775 authored over 13 years ago
Fix typo in self-closing flag for mprescript tag (resolves issue #157)

b7c76ff0d7536a2930be3b22a1c54b6287a15e6c authored over 13 years ago
Have getW use offsetWidth if there is an explicit width (no need for more complicated measuring in that cas). Resolves an Opera bug reported by Fred.

5df49e3d188641ecc9afea1767efdddcba4a91d5 authored over 13 years ago
Fix CSS so Firefox will use local MathJax fonts, if present (resolves issue #134)

fe2368e35d60e2f49e6b4eafea9f27ee78e7ddf7 authored over 13 years ago
Fix problem where mspace with a background color would not always overlay previous items (detected in on of Fred's tests)

4f4234129f6fb7ae6a4fae63c679b06f07b4d938 authored over 13 years ago
Removed debugging alert that was accidentally left in the previous commit

61e6d40a43cadde3a7a2e7e6eda22269b25f9434 authored over 13 years ago
Fix problem with mtable equalrows detected by Fred's test suite

fb5ed12752c1972f5950fe9853cbf71318803958 authored over 13 years ago
Allow mpadded background color to be specified exactly (i.e., without the 1px padding) when one of its dimensions is given explicitly (or there is no content). Resolves one of Fred's issues.

5d9f423a366887f51ae8f92b7adb9f200a8438d9 authored over 13 years ago
Prevent infinite loop if one of the jax fails to load (due to failure to compile or timeout waiting for it to load)

418e5a293e6c49de1b6432034f89d701cac23ec5 authored over 13 years ago
Add one pixel to the top and bottom of math so that superscripts and subscripts won't touch on consecutive lines of a paragraph

95b42049d7ed0a0bd81df32c30942debc3f9a9e8 authored over 13 years ago
Fix multiple problems with zoom box sizing and position in IE (various emulation and document modes) and firefox. (Resolves issues #151, #88, and #59.)

f27e16ef0ab2cdb724e042bfda0f6b5e4fd0318a authored over 13 years ago
Allow equations with tags to zoom into a full-width zoom box -- not ideal, but better than not visible. (Resolves issue #59 for now.)

bb154cabcd53f7417f8f5b0478a64421e7062172 authored over 13 years ago
Force MathZoom and MathMenu to wait for the 'Begin Styles' message before inserting their styles so when they are included in the combined files, the author can still configure them (resolves issue #149)

8f2bbee019fbdb0cb8190554f8964a4cdd299ef3 authored over 13 years ago
Add default id's to the jax objects (make Fred happy)

9156092878d27c348d7b1d98e6de7de536b9b2d7 authored over 13 years ago
Fix positioning problem with zoom in NativeMML mode, avoiding flicker problem with hover trigger in Firefox (resolves issue #150)

55425f92788e79194ed746356039eb20a9a72949 authored over 13 years ago
Handle output of dimensions in mu's better (resolves issue #146).

309c1c343cef0f467ccfd59bdb8b0e234bd0918a authored over 13 years ago
Allow \\ to take an optional argument that is an extra amount of space to put between lines of an array (resolves issue #144)

d92d160cee2a052c345be97856fe72cdc9dd99cf authored over 13 years ago
Use a different character for \overline so that it works with FF native MathML (resolves issue #140)

c4c1c9f1e03d1fb8f9fb43595416d43bf300149a authored over 13 years ago
Fix \unicode bug with font names that include spaces (resolves issue #142)

73ad910da4d21e3a6966dc5d0457ca2a91e4265d authored over 13 years ago
Remove internal multiple spaces in token elements (resolves issue #127)

3ddd323cd2141e9a09996662272a6202ce0f11bc authored over 13 years ago
Update wording of processClass to correctly reflect its interaction with skipTags

65e344e73fa5f43cff4c29c7c15f457baae97511 authored over 13 years ago
Allow processClass to override skipTags to force a tag that usually is skipped to have its contents pre-processed (resolves issue #124)

051521292f26cedb316924aa6fb7af89736e66d9 authored over 13 years ago
Improve documentation of FontWarnings and fix a type in NativeMML (Fred's suggestions)

3ccf3af4e76a56dca406fd7912ec1a6c0d181384 authored over 13 years ago
Improve documentation of options that include regular expressions (Fred's suggestion)

9cc6a284e28c0cfffbcd15d76b6c5e3f9d302478 authored over 13 years ago
Improve the previous fix for xmlns by using better regexp so as to no longer need replaceXMLNS function

d2b40a3235109c9297d1b286efc843800c96fd4b authored over 13 years ago
Don't show the v1.0 compatibility message if the config parameter was specified, even if the config file fails to load

e21825cf56b6a878752aa5321ebee25943392969 authored over 13 years ago
Work around HTML5 removing namespaces, so that xmlns:xlink becomes xlink with no namespace, which confuses the XML parsers.

7f6c93b1c9853d23762b7e69d64d08cdcc59ca47 authored over 13 years ago
Fix problem with SimpleSUPER reported by Fred (due to a bad copy-paste edit really early on)

d57abf54d86d9daa91cc55d5be6e214d1dac603a authored over 13 years ago
Fix Message.Set and Message.Clear so that a delay of 0 is properly handled (fixes issue with Fred's test cases, though I would prefer to see some tests that use the actual delays)

725f6550805b2d66d8081c139b6e62d6254174c9 authored over 13 years ago
Add \mmlToken macro to allow direct creation of token MathML elements from within TeX, and use this to make \bmod, \mod, and \pmod produce better results (resolves issue #123)

557735366f0fd68fddd8ba0ec1e2b2e5b6ce29fe authored over 13 years ago
Don't allow Safari/Windows to use STIX fonts, since it can't access Plane1 (resolves issue #94)

9714e96d133cb2efd64100a5da93f10e7342ed54 authored over 13 years ago
Fix comments in fontdata-extra files

7f2292ec7b0e1827ff90765e2c76a9ea04616ac2 authored over 13 years ago
When adjacent relations have different variants, set the space between them to 0 (so they work in NativeMML mode)

86b344a63b3c6b99cc2f051f410b7035b4832da9 authored over 13 years ago
Don't combine <mo> elements with different variantForms (since the whole element must have the same mathvariant and font)

e2d328dd3270b4ba4c32b04975d8a4e681189893 authored over 13 years ago
Fix \thickapprox to use the correct glyph (resolves issue #145)

74cb04a9e055babfa6fbee22922d60543397c770 authored over 13 years ago
Merge with master (brining up to adate with v1.1a)

70bd48f00a960ef11bfd7ee8799aa90aa856244c authored over 13 years ago
Merge with master (brining up to adate with v1.1a)

24a3e30526d5a4fa9c92a9638e2797d9c7f74a85 authored over 13 years ago
Merge with master (brining up to adate with v1.1a)

6a265df244d07c53092cb9dc79425dd1e472f17c authored over 13 years ago
Merge with master (brining up to adate with v1.1a)

bd2fb28932631cc18b471208738cadb72ceea25d authored over 13 years ago
Merge branch 'master' into tooltips

6bd9ce99f374329b93395bdde7ed917506233ced authored over 13 years ago
Merge with master (brining up to adate with v1.1a)

ee2609dc978abb2b805155789436d7faac8b680d authored over 13 years ago
Merge branch 'master' into cases

f58689bc7d0166535c44b8df5a9121f882c53385 authored over 13 years ago
Merge with mathjax/master (bringing branch up to date)

ff5aab74dba0ada6a55c381140951c894fd4c8c8 authored over 13 years ago
Fix problem with fractions in displaystyle, fix problem with minus sign in superscripts, add \hyphen macro (used in some examples), and removed extra comman (that causes IE to fail).

29239f00ceae176ff4d1efae01e59d5cd244df45 authored over 13 years ago
Initial version of mhchem package (implements \ce, \cf, \cee commands)

5e9616370b96799818e22593937333db2949cea3 authored over 13 years ago
Update html output for change in headers

da8d4885fb70c09624dfef641e0f326e9961bb24 authored over 13 years ago
Restore version to 1.1 (not keeping separate version tracks for hot-fixes), and add in menu changes from www.mathjax.org

80903c67b83209c9f7f45bab744c78326ed05d41 authored over 13 years ago
Merge in Robert's change from mathjax/master

976f45bff8dda6ea7b843ab86ad4200404b7ccfc authored over 13 years ago
Merge remote branch 'mathjax/master'

adc2e8725028798b722b7c0e6ae4ff8f516129b9 authored over 13 years ago
merge from docs-update and change version number to 1.1a

a130562da24d6d21982decf24eab11bf8b9db081 authored over 13 years ago
Update docs based on Fred's reading of the documentation

e72b960fb04f458db39f51f20ac7a936a6253468 authored over 13 years ago
added a section on secure access to the CDN to the docs

14af7c2cbeb9df087dafd649084e41fbb4d15206 authored over 13 years ago
Fix a timing issue when the HTML-CSS jax loads before the TeX jax is complete, now that they are loaded in parallel rather than serially

cec79bfe50186661567df36afb6c050b93acb85e authored over 13 years ago
Fix timing problem with Jax startup sequence so that the required array can be modified in the Config method (as it is in the HTML-CSS jax). This resolves a timing ising with IE

45dd111fe9a83bb7f6874546cc4e16fa92222022 authored over 13 years ago
Work around IE bug when direction:rtl is specified outside the math

065acfd10a709ceba7794b18ca8fc665bfb07653 authored over 13 years ago
Fix problems with annotation-xml in IE (work around IE lack of importNode, and bug with copying style attributes

2953e01b122525510f69d1f39af852c6c9d279f7 authored over 13 years ago
Update documentation to include new undefinedFamily parameter

0d9bb61950ea961e503391984ea82811fc56b2c8 authored over 13 years ago
Update alert concerning security settings for MathPlayer when it fails to initialize

eb63ba8daae382ff3a3eb07d176a7daeb52f3d32 authored over 13 years ago
Do setup for MathPlayer and DOM Parser when first needed rather than at startup (since these can be disabled by IE causing errors). Put up alerts indicating security settings to change if IE fails to set these up properly.

46320e5b9ee78ff8ffdfa951c1bddb0d286c3794 authored over 13 years ago
Recombine previous changes

37f61a88ef79613de387b9006a0d91d67396dd9a authored over 13 years ago
Fix problem where characters were lost when an unknown character was in the same text string (in token elements)

79a8253da05b075bf52d62280169deadeeaf7507 authored over 13 years ago
Fix problem with &quot; in attributes, and with entity names that include numbers

b7525afe5c57606727941edb59fb57b40b44b748 authored over 13 years ago
Fix incorrect mapping of digamma in IE, and don't use variant forms (not sure why they were used in the first place, but they do not seem to be needed now)

3687469e6f3096fa42386896d9a95ebefde426c8 authored over 13 years ago
Trap errors during the toMathML() call and redisplay if it is a RestartAfter call (e.g., loading of an entity file)

e9e3135981142cde835a19ef6d305569db4430c5 authored over 13 years ago
Remove extra comma from RANGES (causes IE crash), bump version numbers, and rename IE Greek ranges to work properly with new greek range in 1.1a

8588f0241303ea2b3c3071bb5ecebbed4003a450 authored over 13 years ago
Update fonts to fix OS/2 tables so IE9 will read them in IE7 and Quirks modes

5f2d61e96bb46b0463d6e56e2ec4ce91f62e5937 authored over 13 years ago
Update About box to show MathJax version separately from MathJax.js version, and make sure lettering is black (isolates from page CSS a bit more).

1da9f5806208d2e33f0857946702d27972a1e3b3 authored over 13 years ago
Don't try to check for jax if specified element is null (prevents a crash)

861d254becc4bbf08ae3d7660b7bcb299bced296 authored over 13 years ago
Fix a problem with two DIV's having the same ID when MSIE is used; fix a problem where the v1.0 configuration message does show up for IE7 and 6.

d54cfb2519d972df5d15404b5b81549649f17a00 authored over 13 years ago
Add files left out (packer used to miss ones with size less than 1K)

2df2c4a26830a5abaf52bda0ed5fe69f03025210 authored over 13 years ago
Repack, recombine, completes merge of htmlcss-fixes

5392f6e98f506d890a551b05dc1518648aeaea55 authored over 13 years ago
Repack, recombine (completed merge with font-update branch up to 0dc8212)

13221321d8a4300710d7eb0bba5abc745666d749 authored over 13 years ago
Repack and recombine (to resolve conflicts from issue68)

222a4c0ba6370c07e8a5798199c1549fb3e944a7 authored over 13 years ago
Resolve conflicts from issue112, repack and recomine

9cc3bda4876551cc371fda1843d2e0af168d76b4 authored over 13 years ago
Merge branch 'issue107' into 1.1a-candidate

8e79bbea7c8878ba02ac4941a5a2b073891df444 authored over 13 years ago
Repack merge from issue115

ff3a846d833ca8ee493d161112734b96a74ede63 authored over 13 years ago
Merge branch 'issue98' into 1.1a-candidate

05bb951a9445ca7142927bada0b79286bd9e5d40 authored over 13 years ago
Merge branch 'issue97' into 1.1a-candidate

90ef4b45eb8a1617c1432699f5a7a2605b520eee authored over 13 years ago
Resolve conflicts from merge with issue30, update versions, repack, recombine

9ce7e85cccbf8f8e37a8c4cd5a10d08b64e196b9 authored over 13 years ago
Update version numbers for merge with issue117

f10ec864eab67fde1e7e277e7f34af55e57fae90 authored over 13 years ago
Merge branch 'issue117' into 1.1a-candidate

17d6686c92c193a44f031af3503266c38f503bdb authored over 13 years ago
Merge issue113 (resolving conflicts with edits in issue106)

83ff2b0901f44fa95a29fa8b43892e5705ebb39e authored over 13 years ago
Merge branch 'issue106' into 1.1a-candidate

3056b41c13418b5461d0600b2d029a0bef142e8e authored over 13 years ago
Make global scaling factor available in the HTML-CSS object, and use it in annotation-xml to match the scaling properly

4d06c1026e8cc2b6453a2a77b58880959cd4c6f4 authored over 13 years ago
Move annotation-xml to an autolaoded extension, and properly handle it in HTML-CSS

6b06f0ac16829b31990da7118178a2357983aaa9 authored over 13 years ago
Add an xml object to the ElementJax classes to handle the annotation-xml data, and make implementations of it in the various input and output jax (resolves issue #117).

8f20a75ffe89a30a17b0d42863969866973a52f2 authored over 13 years ago
Prevent the clearing of a message from putting up a new message when messageStyle == "none" is in effect (resolves issue #115).

37cb2ff7276882a76e54bf597003bbd0aab6fafb authored over 13 years ago
Add CSS to force image to be display:inline

99da6be7048b78fc7d5ae218f80e8e994902f627 authored over 13 years ago
Work around a bug in IE8 where cloneNode() seems to screw up the web-based fonts (resolves issues #30 and #78)

ae419b08e1d41d0424149b4321420445ef0a4f5b authored over 13 years ago
Add ability to load extra stretchy characters on demand, and add data for more stretchable characters.

23ad7609bcf1d16788a15a8e2ac1d242673ef004 authored over 13 years ago
Add new packed files left out of previous commit.

de1e1f670e34594a7f1e4cc9012deb36d79c511b authored over 13 years ago
Use &ApplyFunction; after \mathop{} no matter what its contents (it used to only do it for \mathop{\rm ...}

66bc9b8317f7a929a52fe3c854fc166f5efdb3eb authored over 13 years ago
Update operator table to correspond with current W3C version at http://www.w3.org/TR/MathML3/appendixc.html

bf862f6529b7edec47a1a244f8be9cb2366a7d22 authored over 13 years ago
Mark variants with bold and italic values so that unknown characters can have font-weight and font-style set properly (resolves issue #96).

0dc8212c6df12c76aeedecaa76513904f39f7fc2 authored over 13 years ago
Remap upper-case Greek that are not in MathJax fonts to their corresponding latin positions (resolves issue #16).

6275aa46ea4fbe80e094d2c151e9b35f9e77fea5 authored over 13 years ago
Don't remap italic numbers to normal, and map normal greek to italic since the MathJax fonts don't have normal versions (resolves issue #25).

44dbbd135c31fdeb2326fc0e469057ba4c500836 authored over 13 years ago