Issue 3596 in sympy: SymPy Live is broken

2013-01-19 Thread sympy
Status: Valid Owner: Labels: Type-Defect Priority-Critical Live New issue 3596 by asmeu...@gmail.com: SymPy Live is broken http://code.google.com/p/sympy/issues/detail?id=3596 At SymPy Live, nothing seems to work. It is possibly related to the hrd merge (issue 3374). You can type in the

Re: Issue 3596 in sympy: SymPy Live is broken

2013-01-19 Thread sympy
Comment #1 on issue 3596 by li.david...@gmail.com: SymPy Live is broken http://code.google.com/p/sympy/issues/detail?id=3596 It's due to the jQuery update. I added a commit to your branch that fixes it. -- You received this message because you are subscribed to the Google Groups "sympy-issues"

Re: Issue 3596 in sympy: SymPy Live is broken

2013-01-19 Thread sympy
Comment #2 on issue 3596 by asmeu...@gmail.com: SymPy Live is broken http://code.google.com/p/sympy/issues/detail?id=3596 Can you send a separate fix? We need to get this fixed right away, and the Python 2.7 stuff isn't quite ready. -- You received this message because you are subscribed to

Re: Issue 3596 in sympy: SymPy Live is broken

2013-01-19 Thread sympy
Comment #3 on issue 3596 by asmeu...@gmail.com: SymPy Live is broken http://code.google.com/p/sympy/issues/detail?id=3596 Why do older commits still not work? Is jQuery cached, or are we using a CDN? -- You received this message because you are subscribed to the Google Groups "sympy-issues"

Re: Issue 3596 in sympy: SymPy Live is broken

2013-01-19 Thread sympy
Comment #4 on issue 3596 by asmeu...@gmail.com: SymPy Live is broken http://code.google.com/p/sympy/issues/detail?id=3596 And it seems the Live shell still works. -- You received this message because you are subscribed to the Google Groups "sympy-issues" group. To post to this group, send emai

Re: Issue 3596 in sympy: SymPy Live is broken

2013-01-19 Thread sympy
Comment #5 on issue 3596 by asmeu...@gmail.com: SymPy Live is broken http://code.google.com/p/sympy/issues/detail?id=3596 That is, the one in the docs. -- You received this message because you are subscribed to the Google Groups "sympy-issues" group. To post to this group, send email to sympy-

Re: Issue 3596 in sympy: SymPy Live is broken

2013-01-19 Thread sympy
Comment #6 on issue 3596 by li.david...@gmail.com: SymPy Live is broken http://code.google.com/p/sympy/issues/detail?id=3596 I don't have computer access right now but https://github.com/asmeurer/sympy-live/commit/5be1d86971a6fd464143278bb25e9df8d653524a#L3L392is the one change that's needed. -

Re: Issue 3596 in sympy: SymPy Live is broken

2013-01-19 Thread sympy
Comment #7 on issue 3596 by li.david...@gmail.com: SymPy Live is broken http://code.google.com/p/sympy/issues/detail?id=3596 We are using a CDN, which is why the problem suddenly appeared. I think Sphinx has its own jQuery, which is why it still works. -- You received this message because you a

Re: Issue 3596 in sympy: SymPy Live is broken

2013-01-19 Thread sympy
Comment #8 on issue 3596 by asmeu...@gmail.com: SymPy Live is broken http://code.google.com/p/sympy/issues/detail?id=3596 OK, I'll cherry-pick that commit and push it in. -- You received this message because you are subscribed to the Google Groups "sympy-issues" group. To post to this group, s

Re: Issue 3596 in sympy: SymPy Live is broken

2013-01-19 Thread sympy
Comment #9 on issue 3596 by asmeu...@gmail.com: SymPy Live is broken http://code.google.com/p/sympy/issues/detail?id=3596 That seemed to fix it locally, but the pushed version doesn't work. See http://33.sympy-live-hrd.appspot.com/. I cleared my caches and everything (locally, it took a pa

Re: Issue 3596 in sympy: SymPy Live is broken

2013-01-19 Thread sympy
Comment #10 on issue 3596 by li.david...@gmail.com: SymPy Live is broken http://code.google.com/p/sympy/issues/detail?id=3596 You might also want https://github.com/asmeurer/sympy-live/commit/65cc9f233b118ea471d2d0e87393cc11b247a85dto keep the DS shell working. -- You received this message beca

Re: Issue 3596 in sympy: SymPy Live is broken

2013-01-19 Thread sympy
Comment #11 on issue 3596 by li.david...@gmail.com: SymPy Live is broken http://code.google.com/p/sympy/issues/detail?id=3596 Strange, it works for me on mobile at least. -- You received this message because you are subscribed to the Google Groups "sympy-issues" group. To post to this group, s

Re: Issue 3596 in sympy: SymPy Live is broken

2013-01-19 Thread sympy
Comment #12 on issue 3596 by asmeu...@gmail.com: SymPy Live is broken http://code.google.com/p/sympy/issues/detail?id=3596 OK, that seemed to do it. Everything should be working now. -- You received this message because you are subscribed to the Google Groups "sympy-issues" group. To post to

Re: Issue 3596 in sympy: SymPy Live is broken

2013-01-19 Thread sympy
Updates: Status: Fixed Comment #13 on issue 3596 by asmeu...@gmail.com: SymPy Live is broken http://code.google.com/p/sympy/issues/detail?id=3596 And by "should", I mean that I only tested that it works on the desktop with a basic test, so if you notice any more problems, let me know.

Re: Issue 3596 in sympy: SymPy Live is broken

2013-01-20 Thread sympy
Comment #14 on issue 3596 by li.david...@gmail.com: SymPy Live is broken http://code.google.com/p/sympy/issues/detail?id=3596 Yes, we were using the deprecated browser detection API to provide Opera compatibility, but it seems it isn't necessary anymore as I checked with the latest version. --